{"title":"Kia","description":"","products":[{"product_id":"2020-2022-kia-telluride-dash-engine-ignition-start-stop-switch-button-107092","title":"2020 - 2022 KIA TELLURIDE DASH ENGINE IGNITION START STOP SWITCH BUTTON # 107092","description":"\u003cbody\u003e\n\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eAmerican Auto Export - Template\u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n    *,\n    *::before,\n    *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    body {\n      min-height: 100vh;\n      background-color: #ffffff;\n      padding-top: 8px;\n      padding-bottom: 8px;\n      font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n      color: #1f2937;\n    }\n\n    \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n    .custom-scrollbar::-webkit-scrollbar {\n      width: 8px;\n    }\n\n    .custom-scrollbar::-webkit-scrollbar-track {\n      background: #f1f1f1;\n      border-radius: 4px;\n    }\n\n    .custom-scrollbar::-webkit-scrollbar-thumb {\n      background: #e66c15;\n      border-radius: 4px;\n    }\n\n    .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n      background: #c55a0e;\n    }\n\n    \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n    .outer-wrapper {\n      width: 100%;\n      overflow-x: auto;\n    }\n\n    .canvas {\n      min-width: 1200px;\n      max-width: 1400px;\n      margin-left: auto;\n      margin-right: auto;\n      background-color: #e5e7eb;\n      box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n    }\n\n    \/* ─── Header ─────────────────────────────────────────────────── *\/\n    header {\n      padding: 24px;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n\n    .header-logo-wrap {\n      display: flex;\n      align-items: center;\n      gap: 16px;\n    }\n\n    .logo-img-wrap {\n      width: 600px;\n      height: 118px;\n      position: relative;\n      flex-shrink: 0;\n    }\n\n    .logo-img-wrap img {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n    }\n\n    .header-hours {\n      text-align: right;\n      color: #374151;\n      font-weight: 600;\n    }\n\n    .header-hours p {\n      margin-bottom: 0;\n    }\n\n    .header-hours .hours-label {\n      font-size: 15px;\n      letter-spacing: 0.05em;\n      margin-bottom: 4px;\n    }\n\n    .header-hours .hours-value {\n      font-size: 14px;\n    }\n\n    \/* ─── Navigation ─────────────────────────────────────────────── *\/\n    nav {\n      background-color: #00a2e8;\n      color: #ffffff;\n      display: flex;\n      justify-content: space-around;\n      padding-top: 12px;\n      padding-bottom: 12px;\n      font-size: 16px;\n      font-weight: 700;\n      letter-spacing: 0.05em;\n    }\n\n    nav a {\n      color: #ffffff;\n      text-decoration: none;\n    }\n\n    .fura-nav-link {\n      position: relative;\n      transition: color 0.2s ease;\n    }\n\n    .fura-nav-link::after {\n      content: \"\";\n      position: absolute;\n      left: 0;\n      right: 0;\n      bottom: -4px;\n      height: 3px;\n      background-color: #f97316;\n      transform: scaleX(0);\n      transform-origin: center;\n      transition: transform 0.2s ease;\n    }\n\n    .fura-nav-link:hover {\n      color: #e5e7eb;\n    }\n\n    .fura-nav-link:hover::after {\n      transform: scaleX(1);\n    }\n\n    \/* ─── Main layout ────────────────────────────────────────────── *\/\n    .main-content {\n      display: flex;\n      padding: 20px;\n      gap: 24px;\n    }\n\n    \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n    aside {\n      width: 240px;\n      flex-shrink: 0;\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n    }\n\n    .sidebar-categories {\n      background-color: #ffffff;\n      border: 1px solid #d1d5db;\n    }\n\n    .sidebar-categories h2 {\n      background: linear-gradient(to bottom, #f3f4f6, #e5e7eb);\n      padding: 10px;\n      font-weight: 700;\n      font-style: italic;\n      font-size: 16px;\n      border-bottom: 1px solid #d1d5db;\n    }\n\n    .sidebar-categories ul {\n      font-size: 13px;\n      font-weight: 700;\n      color: #1f2937;\n      list-style: none;\n    }\n\n    .sidebar-categories ul li {\n      border-bottom: 1px solid #d1d5db;\n    }\n\n    .sidebar-categories ul li:last-child {\n      border-bottom: none;\n    }\n\n    .sidebar-categories ul li a {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      padding: 9px 10px;\n      color: #1f2937;\n      text-decoration: none;\n      font-weight: 700;\n      font-size: 13px;\n      text-transform: uppercase;\n      letter-spacing: 0.02em;\n      transition: background-color 0.15s;\n    }\n\n    .sidebar-categories ul li a:hover {\n      background-color: #f3f4f6;\n      color: #00a2e8;\n    }\n\n    .sidebar-categories ul li a::before {\n      content: \"›\";\n      font-size: 18px;\n      font-weight: 900;\n      color: #00a2e8;\n      line-height: 1;\n      flex-shrink: 0;\n    }\n\n    .sidebar-banner {\n      margin-top: 16px;\n    }\n\n    .sidebar-banner img {\n      width: 100%;\n      height: auto;\n    }\n\n    \/* ─── Main area ──────────────────────────────────────────────── *\/\n    main {\n      flex: 1;\n      background-color: #ffffff;\n      padding: 24px;\n      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n    }\n\n    .product-top {\n      display: flex;\n      flex-direction: row;\n      gap: 32px;\n      margin-bottom: 32px;\n    }\n\n    .product-gallery {\n      width: 55%;\n    }\n\n    .product-info {\n      width: 45%;\n    }\n\n    \/* ─── Gallery ────────────────────────────────────────────────── *\/\n    #gallery_outer_1 {\n      width: 100%;\n    }\n\n    #gallery {\n      display: flex;\n      flex-direction: row-reverse;\n      gap: 12px;\n      align-items: stretch;\n    }\n\n    .gallery-main-area {\n      position: relative;\n      flex: 1;\n      height: 340px;\n      border: 1px solid #d1d5db;\n      background: #ffffff;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      overflow: hidden;\n    }\n\n    .g_image {\n      position: absolute;\n      inset: 0;\n    }\n\n    .g_image input[type=\"radio\"],\n    .g_image input[type=\"checkbox\"] {\n      display: none;\n    }\n\n    .g_image .mainimage {\n      display: none;\n      width: 100%;\n      height: 100%;\n      cursor: default;\n    }\n\n    .g_image input[type=\"radio\"]:checked+input+.mainimage {\n      display: block;\n    }\n\n    .g_image .mainimage\u003ediv {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 100%;\n      height: 100%;\n    }\n\n    .g_image .mainimage img {\n      max-width: 100%;\n      max-height: 100%;\n      object-fit: contain;\n      display: block;\n      margin: 0 auto;\n    }\n\n    .gallery-thumbs {\n      width: 100px;\n      max-height: 340px;\n      overflow-y: auto;\n      padding-right: 4px;\n      display: flex;\n      flex-direction: column;\n      gap: 8px;\n    }\n\n    .gallery-thumbs .thumbimage {\n      display: block;\n      border: 2px solid #e5e7eb;\n      padding: 2px;\n      cursor: pointer;\n      background: #ffffff;\n    }\n\n    .gallery-thumbs .thumbimage li {\n      list-style: none;\n      margin: 0;\n      padding: 0;\n    }\n\n    .gallery-thumbs .thumbimage img {\n      display: block;\n      width: 100%;\n      height: auto;\n      object-fit: cover;\n    }\n\n    .gallery-thumbs .thumbimage:hover {\n      border-color: #f97316;\n    }\n\n    .leftarrow,\n    .rightarrow {\n      display: none;\n    }\n\n    .gallery-thumbs::-webkit-scrollbar {\n      width: 8px;\n    }\n\n    .gallery-thumbs::-webkit-scrollbar-track {\n      background: #f1f1f1;\n      border-radius: 4px;\n    }\n\n    .gallery-thumbs::-webkit-scrollbar-thumb {\n      background: #f97316;\n      border-radius: 4px;\n    }\n\n    .gallery-thumbs::-webkit-scrollbar-thumb:hover {\n      background: #ea580c;\n    }\n\n    \/* ─── Product Info ───────────────────────────────────────────── *\/\n    .product-title {\n      font-size: 24px;\n      font-weight: 900;\n      font-style: italic;\n      text-transform: uppercase;\n      line-height: 1.25;\n      margin-bottom: 24px;\n      display: flex;\n      align-items: flex-start;\n      gap: 8px;\n    }\n\n    .product-title .star-icon {\n      color: #facc15;\n      font-size: 30px;\n      line-height: 1;\n      margin-top: 2px;\n    }\n\n    .product-bullets {\n      list-style: none;\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n      font-size: 15px;\n      font-weight: 600;\n      color: #1f2937;\n    }\n\n    .product-bullets li {\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n    }\n\n    .bullet-arrow {\n      font-weight: 700;\n      font-size: 20px;\n      line-height: 1;\n      margin-top: 2px;\n    }\n\n    \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n    .tab-content {\n      display: none;\n    }\n\n    .fura-tabs-input {\n      display: none;\n    }\n\n    #fura-tab-desc:checked~.tab-panels #tab-desc,\n    #fura-tab-about:checked~.tab-panels #tab-about,\n    #fura-tab-payment:checked~.tab-panels #tab-payment,\n    #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n    #fura-tab-returns:checked~.tab-panels #tab-returns {\n      display: block;\n    }\n\n    #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n    #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n    #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n    #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n    #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n      background-color: #e66c15;\n    }\n\n    #tab-buttons {\n      display: flex;\n      gap: 8px;\n      margin-bottom: 24px;\n    }\n\n    .tab-btn {\n      flex: 1;\n      padding-top: 8px;\n      padding-bottom: 8px;\n      border-radius: 9999px;\n      font-weight: 700;\n      font-style: italic;\n      color: #ffffff;\n      font-size: 16px;\n      transition: background-color 0.2s;\n      background-color: #00a2e8;\n      text-align: center;\n      cursor: pointer;\n      display: block;\n    }\n\n    .tab-btn:hover {\n      background-color: #008bc7;\n    }\n\n    \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n    .tab-panels {\n      padding: 8px 16px;\n    }\n\n    #tab-desc {\n      font-family: \"Times New Roman\", Times, serif;\n      font-size: 18.6667px;\n      line-height: normal;\n      color: #000000;\n    }\n\n    #tab-desc p {\n      margin-bottom: 0;\n    }\n\n    #tab-desc .desc-intro {\n      font-weight: 700;\n      margin-bottom: 16px;\n    }\n\n    #tab-desc .desc-section-label {\n      font-weight: 700;\n      margin-bottom: 4px;\n    }\n\n    #tab-desc .desc-note {\n      font-weight: 700;\n      margin-bottom: 16px;\n    }\n\n    #tab-desc .desc-fits {\n      font-weight: 700;\n      margin-bottom: 16px;\n    }\n\n    #tab-desc .desc-part-number {\n      margin-bottom: 16px;\n    }\n\n    \/* Compatibility table *\/\n    .compat-table {\n      width: 100%;\n      border-collapse: collapse;\n      border: 1px solid #000000;\n      font-size: 12px;\n      font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;\n    }\n\n    .compat-table thead tr {\n      background-color: #f7f7f7;\n    }\n\n    .compat-table th {\n      border: 1px solid #000000;\n      padding: 6px;\n      text-align: left;\n      font-weight: 700;\n      color: #1f2937;\n    }\n\n    .compat-table td {\n      border: 1px solid #000000;\n      padding: 6px;\n    }\n\n    #tab-about {\n      font-size: 18.6667px;\n      line-height: 107%;\n      color: #000000;\n      display: none;\n    }\n\n    #tab-about p,\n    #tab-payment p,\n    #tab-shipping p,\n    #tab-returns p {\n      margin-bottom: 0;\n    }\n\n    .tab-static-content\u003e*+* {\n      margin-top: 16px;\n    }\n\n    #tab-payment {\n      font-size: 18.6667px;\n      color: #000000;\n      display: none;\n    }\n\n    #tab-shipping {\n      font-size: 18.6667px;\n      color: #000000;\n      display: none;\n    }\n\n    #tab-returns {\n      font-size: 18.6667px;\n      color: #000000;\n      display: none;\n    }\n\n    \/* ─── Footer ─────────────────────────────────────────────────── *\/\n    footer {\n      padding-left: 32px;\n      padding-right: 32px;\n    }\n\n    footer img {\n      width: 100%;\n      height: auto;\n    }\n  \u003c\/style\u003e\n\n\n\n  \u003cdiv class=\"outer-wrapper\"\u003e\n    \u003cdiv class=\"canvas\"\u003e\n\n      \u003c!-- Header --\u003e\n      \u003cheader\u003e\n        \u003cdiv class=\"header-logo-wrap\"\u003e\n          \u003cdiv class=\"logo-img-wrap\"\u003e\n            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/shared_logo.jpg\" alt=\"American Auto Export OEM Parts\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"header-hours\"\u003e\n          \u003cp class=\"hours-label\"\u003eBUSINESS HOURS:\u003c\/p\u003e\n          \u003cp class=\"hours-value\"\u003eMON - SAT (8:30AM - 5:30PM EST)\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/header\u003e\n\n      \u003c!-- Navigation --\u003e\n      \u003cnav\u003e\n        \u003ca href=\"https:\/\/www.ebay.com\/str\/americanautoexport\" class=\"fura-nav-link\"\u003eHOME\u003c\/a\u003e\n        \u003ca href=\"https:\/\/www.ebay.com\/usr\/aaexport1\" class=\"fura-nav-link\"\u003eABOUT US\u003c\/a\u003e\n        \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=aaexport1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFEEDBACK\u003c\/a\u003e\n        \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=aaexport1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNEWSLETTER\u003c\/a\u003e\n        \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=aaexport1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eCONTACT US\u003c\/a\u003e\n      \u003c\/nav\u003e\n\n      \u003c!-- Main Content --\u003e\n      \u003cdiv class=\"main-content\"\u003e\n\n        \u003c!-- Sidebar --\u003e\n        \u003caside\u003e\n          \u003cdiv class=\"sidebar-categories\"\u003e\n            \u003ch2\u003eShop Categories\u003c\/h2\u003e\n            \u003cul\u003e\n              \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=aaexport1\u0026amp;store_name=americanautoexport\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=aaexport1\u0026amp;store_name=americanautoexport\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=69169123013\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e QT Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=aaexport1\u0026amp;store_name=americanautoexport\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=86191705013\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Mazda\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=aaexport1\u0026amp;store_name=americanautoexport\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=86138874013\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e BMW\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=aaexport1\u0026amp;store_name=americanautoexport\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=86154362013\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Big Items - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=aaexport1\u0026amp;store_name=americanautoexport\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=86089514013\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Infiniti\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=aaexport1\u0026amp;store_name=americanautoexport\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=86089515013\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Nissan\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=aaexport1\u0026amp;store_name=americanautoexport\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=86089516013\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Honda\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=aaexport1\u0026amp;store_name=americanautoexport\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=86089517013\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Acura\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=aaexport1\u0026amp;store_name=americanautoexport\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=86089518013\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Toyota\u003c\/a\u003e\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"sidebar-banner\"\u003e\n            \u003cimg src=\"https:\/\/cdn.frooition.com\/190139\/files\/side_banner.jpg\" alt=\"Store Banner\"\u003e\n          \u003c\/div\u003e\n        \u003c\/aside\u003e\n\n        \u003c!-- Main Content Area --\u003e\n        \u003cmain\u003e\n          \u003cdiv class=\"product-top\"\u003e\n\n            \u003c!-- Gallery --\u003e\n            \u003cdiv class=\"product-gallery\"\u003e\n              \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4825_Utl7tqd7v.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-8\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4825_Utl7tqd7v.JPG\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4826_3xXLwZTIC.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4826_3xXLwZTIC.JPG\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4827_8ZDIcd9LQ.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4827_8ZDIcd9LQ.JPG\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4828_5fh4l7Cbfn.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4828_5fh4l7Cbfn.JPG\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4829_zTocy_rER.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4829_zTocy_rER.JPG\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4830_SJFSgzi9I.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4830_SJFSgzi9I.JPG\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4831_70gFXqFE3e.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4831_70gFXqFE3e.JPG\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4832_zLFKggYoe.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4832_zLFKggYoe.JPG\" alt=\"Image 8\"\u003e\u003clabel for=\"image-8\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4833_kKCPu7j-nX.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-8\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-8\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-8\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4833_kKCPu7j-nX.JPG\" alt=\"Image 9\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4825_Utl7tqd7v.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4826_3xXLwZTIC.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4827_8ZDIcd9LQ.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4828_5fh4l7Cbfn.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4829_zTocy_rER.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4830_SJFSgzi9I.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4831_70gFXqFE3e.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4832_zLFKggYoe.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-8\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4833_kKCPu7j-nX.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Info --\u003e\n            \u003cdiv class=\"product-info\"\u003e\n              \u003ch1 class=\"product-title\"\u003e\n                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\n                2020 - 2022 KIA TELLURIDE DASH ENGINE IGNITION START STOP SWITCH BUTTON # 107092\n              \u003c\/h1\u003e\n              \u003cul class=\"product-bullets\"\u003e\n                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e›\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e›\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e›\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e›\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e›\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\n                \u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\n          \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\n          \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\n          \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\n          \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\n          \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\n\n          \u003c!-- Tab buttons --\u003e\n          \u003cdiv id=\"tab-buttons\"\u003e\n            \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\n            \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\n            \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\n            \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\n            \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\n          \u003c\/div\u003e\n\n          \u003c!-- Tab Content --\u003e\n          \u003cdiv class=\"tab-panels\"\u003e\n\n            \u003c!-- Description --\u003e\n            \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\n\n              \u003cdiv data-fura-freight\u003e\u003c\/div\u003e\n\n              \u003cp class=\"desc-intro\"\u003e\n                This Part is taken from 2022 Kia Telluride. Please see the Details for\n                this vehicle.\n              \u003c\/p\u003e\n              \u003cp class=\"desc-section-label\"\u003eDONOR DETAILS:\u003c\/p\u003e\n              \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\n              \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e Kia Telluride\u003c\/p\u003e\n              \u003cp\u003e\n                \u003cb\u003eColor:\u003c\/b\u003e White\n                , \u003cb\u003eCode:\u003c\/b\u003e GWP\n              \u003c\/p\u003e\n              \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e EX\u003c\/p\u003e\n              \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\n              \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 72633\u003c\/p\u003e\n              \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e 5XYP34HC6NG234818\u003c\/p\u003e\n              \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0226-016\u003c\/p\u003e\n              \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e 93500-S9000 \/ 93500 S9000 \/ 93500S9000\u003c\/p\u003e\n              \u003c!-- \u003cp class=\"desc-section-label\"\u003ePlease Note:\u003c\/p\u003e\n              \u003cp class=\"desc-note\"\u003e\n                Free Shipping only applies to business address. For residential address, please get a quote.\n              \u003c\/p\u003e --\u003e\n              \u003c!-- Compatibility table always shown --\u003e\n              \u003cp class=\"desc-fits\"\u003e\n                This Parts Fits with Following Models, If you still have any questions, Please contact us.\n              \u003c\/p\u003e\n              \u003ctable class=\"compat-table\"\u003e\n                \u003cthead\u003e\n                  \u003ctr\u003e\n                    \u003cth\u003eMake\u003c\/th\u003e\n                    \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\n                    \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\n                  \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody\u003e\n                  \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Telluride\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2021 Kia Telluride\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2020 Kia Telluride\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003c\/tbody\u003e\n              \u003c\/table\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- About Us --\u003e\n            \u003cdiv id=\"tab-about\" class=\"tab-content tab-static-content\"\u003e\n              \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\n              \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\n                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\n                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\n              \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\n                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\n                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\n              \u003c\/p\u003e\n              \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\n                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\n                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\n                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\n                auto parts needs.\u003c\/p\u003e\n              \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Payment --\u003e\n            \u003cdiv id=\"tab-payment\" class=\"tab-content tab-static-content\"\u003e\n              \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\n              \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\n              \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Shipping --\u003e\n            \u003cdiv id=\"tab-shipping\" class=\"tab-content tab-static-content\"\u003e\n              \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\n              \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\n              \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\n                For such transactions please contact us for quote.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Returns --\u003e\n            \u003cdiv id=\"tab-returns\" class=\"tab-content tab-static-content\"\u003e\n              \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\n              \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\n                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\n                compatibility please always see the description for more details and exact fitment or If you have\n                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\n              \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\n              \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\n                anything else will be included if it is not pictured.\u003c\/p\u003e\n              \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\n                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\n                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\n                if it will fit your application. Additional items may be needed if this is an upgrade or custom\n                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/main\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Footer --\u003e\n      \u003cfooter\u003e\n        \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/shared_footer.jpg\" alt=\"American Auto Export OEM brands\"\u003e\n      \u003c\/footer\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44817042931781,"sku":"107092","price":23.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/IMG_4825_Utl7tqd7v.jpg?v=1774522601"},{"product_id":"2020-2025-kia-telluride-front-left-upper-exhaust-lambda-o2-oxygen-sensor-107095","title":"2020-2025 KIA TELLURIDE FRONT LEFT UPPER EXHAUST LAMBDA O2 OXYGEN SENSOR #107094","description":"\u003cpre class=\"tabcontentz\" style=\"color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s; font-size: medium;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cstrong style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003eThis Part is taken from 2022 KIA TELLURIDE EX. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style=\"box-sizing: border-box; font-family: Arial, sans-serif; font-size: 14pt;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cstrong style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal; font-size: medium;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eYear:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 18.6667px;\"\u003e2022\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 13.5pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eModel: \u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003eKIA TELLURIDE EX SUV\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eColor:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e WHITE (GWP)\u003c\/span\u003e\u003cspan style='font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e F\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in; font-size: 14pt;'\u003eWD\u003c\/span\u003e\u003cspan style='font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eType:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e Used\u003cbr\u003e\u003cstrong\u003eMileage\u003c\/strong\u003e: 72,633\u003c\/span\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 13.5pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eVIN: \u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003e5XYP34HC6NG234818\u003c\/span\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e#\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e 0226-016\u003c\/span\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cstrong style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e 39210-3L110\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cfont bis_size='{\"x\":257,\"y\":674,\"w\":919,\"h\":351,\"abs_x\":567,\"abs_y\":2992}' style=\"box-sizing: border-box;\"\u003e\u003cdiv\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cfont style=\"box-sizing: border-box;\"\u003e\u003cp class=\"MsoNormal\" style=\"white-space: normal; font-family: Arial; box-sizing: border-box; line-height: normal; font-size: initial;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003e\u003cstrong style=\"box-sizing: border-box; font-family: Arial; font-size: 14pt;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003eThis Parts Fits with Following Models, If you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\u003c\/font\u003e\u003c\/pre\u003e\u003c\/span\u003e\u003c\/div\u003e\u003c\/font\u003e\u003cgoogle-sheets-html-origin\u003e\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e\u003cgoogle-sheets-html-origin\u003e\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\u003c\/google-sheets-html-origin\u003e\u003cgoogle-sheets-html-origin\u003e\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003cgoogle-sheets-html-origin\u003e\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" style=\"table-layout:fixed;font-size:10pt;font-family:Arial;width:0px;border-collapse:collapse;border:none\" data-sheets-root=\"1\" data-sheets-baot=\"1\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"54\"\u003e\n\u003ccol width=\"60\"\u003e\n\u003ccol width=\"90\"\u003e\n\u003ccol width=\"329\"\u003e\n\u003ccol width=\"411\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-size:9pt;font-weight:bold;color:#383838;\"\u003eYear\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-size:9pt;font-weight:bold;color:#383838;\"\u003eMake\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-size:9pt;font-weight:bold;color:#383838;\"\u003eModel\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-size:9pt;font-weight:bold;color:#383838;\"\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-size:9pt;font-weight:bold;color:#383838;\"\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;text-align:right;\"\u003e2025\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eEX, EX X-Line, EX X-Pro, LX, S, SX, SX Prestige, SX Prestige X-Line, SX Prestige X-Pro, SX X-Line, SX X-Pro\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;text-align:right;\"\u003e2024\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eEX, EX X-Line, LX, S, SX, SX Prestige, SX Prestige X-Line, SX Prestige X-Pro, SX X-Line, SX X-Pro\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;text-align:right;\"\u003e2023\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eEX, EX X-Line, LX, S, SX, SX Prestige, SX Prestige X-Line, SX Prestige X-Pro, SX X-Line, SX X-Pro\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;text-align:right;\"\u003e2022\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eEX, LX, S, SX\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;text-align:right;\"\u003e2021\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eSedona\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eEX, L, LX, SX\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003e3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;text-align:right;\"\u003e2021\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eEX, LX, S, SX\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;text-align:right;\"\u003e2020\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eCadenza\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eLimited, Technology\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003e3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;text-align:right;\"\u003e2020\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eSedona\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eEX, L, LX, SX, SX Limited\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003e3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;text-align:right;\"\u003e2020\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eSorento\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eEX, LX, S, SX\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003e3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;text-align:right;\"\u003e2020\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eEX, LX, S, SX\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;text-align:right;\"\u003e2019\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eCadenza\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eLimited, Premium, Technology\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003e3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;text-align:right;\"\u003e2019\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eSedona\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eEX, L, LX, SX\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003e3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;text-align:right;\"\u003e2019\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eSorento\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eEX, LX, S, SX, SX Limited\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003e3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;text-align:right;\"\u003e2018\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eCadenza\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eLimited, Premium, Technology\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003e3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;text-align:right;\"\u003e2017\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eCadenza\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003eLimited, Premium, Technology\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-size:9pt;font-weight:normal;color:#383838;\"\u003e3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/google-sheets-html-origin\u003e\u003cbr\u003e","brand":"Xact autoparts","offers":[{"title":"Default Title","offer_id":44818766823493,"sku":"107094","price":55.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/IMG_4794_TtZskuQkM_b630f2a9-35d2-4edc-8bc2-ac4baf935135.jpg?v=1774604127"},{"product_id":"2020-22-kia-telluride-dash-trunk-release-dimmer-traction-control-switch-107097","title":"2020-22 KIA TELLURIDE DASH TRUNK RELEASE DIMMER TRACTION CONTROL SWITCH # 107097","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Blue Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #e2e8f0; \/* Cool slate background *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #0f172a; \/* Dark slate text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f1f5f9;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #2563eb; \/* Blue primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #1d4ed8; \/* Darker blue hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e2e8f0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #e2e8f0;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #1e293b;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #0f172a;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #cbd5e1;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #0f172a;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #cbd5e1;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #f1f5f9;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #94a3b8;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #94a3b8;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #475569;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e2e8f0;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #475569;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f8fafc;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #64748b;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #f1f5f9;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #475569;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #cbd5e1;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cbd5e1;\n            padding: 2px;\n            cursor: pointer;\n            background: #f1f5f9;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #2563eb; \/* Blue highlight *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #1d4ed8; \/* Blue title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #fbbf24;\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #475569;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #334155;\n            border-top: 1px dashed #e2e8f0;\n            border-bottom: 1px dashed #e2e8f0;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #1d4ed8; \/* Blue arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #1d4ed8; \/* Blue price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #0f172a; \/* Dark slate button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #1d4ed8; \/* Blue hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #1d4ed8; \/* Blue tab *\/\n            color: white;\n            border-top: 3px solid #1e3a8a; \/* Darker blue top border *\/\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #1d4ed8; \/* Blue line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #475569;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f1f5f9;\n            border: 1px solid #cbd5e1;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e2e8f0;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #cbd5e1;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #1e293b;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #cbd5e1;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f8fafc;\n        }\n\n        .compat-table th {\n            border: 1px solid #cbd5e1;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #0f172a;\n        }\n\n        .compat-table td {\n            border: 1px solid #cbd5e1;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #cbd5e1;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #cbd5e1;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #cbd5e1;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #cbd5e1;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #475569;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #64748b;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #475569;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #0f172a;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #1d4ed8;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitioemparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infiniti-nissan-autoparts\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44597128011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44597130011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44529665011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Kia\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44392357011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Acura\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44408886011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e New Aftermarket Big Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44341614011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Toyota\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44307730011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Infiniti\/ Nissan Big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=38808958011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Air Conditioning \u0026amp; Heat\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=38814568011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e AC Condenser\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4735_UAKgz9L9e.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-9\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4735_UAKgz9L9e.JPG\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4736_72OPHw-xS.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4736_72OPHw-xS.JPG\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4737_DAar8YP8w.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4737_DAar8YP8w.JPG\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4739_LvEOPu8j6.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4739_LvEOPu8j6.JPG\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4740_arVM76CmzF.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4740_arVM76CmzF.JPG\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4741_cEFKVMOx-.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4741_cEFKVMOx-.JPG\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4742_8AaAk0L53.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4742_8AaAk0L53.JPG\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4743_lNGyLDVQFQ.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4743_lNGyLDVQFQ.JPG\" alt=\"Image 8\"\u003e\u003clabel for=\"image-8\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4744_Xij3JFK1xS.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-8\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-8\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-8\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4744_Xij3JFK1xS.JPG\" alt=\"Image 9\"\u003e\u003clabel for=\"image-9\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4745_g4mWufE6BO.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-9\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-9\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-9\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-8\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4745_g4mWufE6BO.JPG\" alt=\"Image 10\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4735_UAKgz9L9e.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4736_72OPHw-xS.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4737_DAar8YP8w.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4739_LvEOPu8j6.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4740_arVM76CmzF.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4741_cEFKVMOx-.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4742_8AaAk0L53.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4743_lNGyLDVQFQ.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-8\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4744_Xij3JFK1xS.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-9\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4745_g4mWufE6BO.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                2020-22 KIA TELLURIDE DASH TRUNK RELEASE DIMMER TRACTION CONTROL SWITCH # 107097\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 107097\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 38\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n                            \u003cdiv data-fura-freight\u003e\u003c\/div\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 Kia Telluride. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e Kia Telluride\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e White\r\n                                , \u003cb\u003eCode:\u003c\/b\u003e GWP\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e EX\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 72633\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e 5XYP34HC6NG234818\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0226-016\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e 93700-S9030CDD, 93700 S9030CDD, 93700S9030CDD, 93700-S9030, 93700 S9030, 93700S9030\u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Telluride\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2021 Kia Telluride\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2020 Kia Telluride\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infiniti-nissan-autoparts\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infiniti-nissan-autoparts\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818766954565,"sku":"107097","price":38.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/IMG_4735_UAKgz9L9e.jpg?v=1774604138"},{"product_id":"20-22-kia-telluride-steering-column-turn-signal-wiper-control-switch-107-1","title":"20-22 KIA TELLURIDE STEERING COLUMN TURN SIGNAL \u0026 WIPER CONTROL SWITCH # 107 (1)","description":"\u003cpre class=\"tabcontentz\" style=\"color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s; font-size: medium;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cstrong style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003eThis Part is taken from 2022 KIA TELLURIDE EX. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style=\"box-sizing: border-box; font-family: Arial, sans-serif; font-size: 14pt;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cstrong style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal; font-size: medium;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eYear:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 18.6667px;\"\u003e2022\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 13.5pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eModel: \u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003eKIA TELLURIDE EX SUV\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eColor:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e WHITE (GWP)\u003c\/span\u003e\u003cspan style='font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e F\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in; font-size: 14pt;'\u003eWD\u003c\/span\u003e\u003cspan style='font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eType:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e Used\u003cbr\u003e\u003cstrong\u003eMileage\u003c\/strong\u003e: 72,633\u003c\/span\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 13.5pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eVIN: \u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003e5XYP34HC6NG234818\u003c\/span\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e#\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e 0226-016\u003c\/span\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cstrong style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e 93400-M6550\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cfont bis_size='{\"x\":257,\"y\":674,\"w\":919,\"h\":351,\"abs_x\":567,\"abs_y\":2992}' style=\"box-sizing: border-box;\"\u003e\u003cdiv\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cfont style=\"box-sizing: border-box;\"\u003e\u003cp class=\"MsoNormal\" style=\"white-space: normal; font-family: Arial; box-sizing: border-box; line-height: normal; font-size: initial;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003e\u003cstrong style=\"box-sizing: border-box; font-family: Arial; font-size: 14pt;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003eThis Parts Fits with Following Models, If you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\u003c\/font\u003e\u003c\/pre\u003e\u003c\/span\u003e\u003c\/div\u003e\u003c\/font\u003e\u003cgoogle-sheets-html-origin\u003e\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" style=\"table-layout: fixed; font-family: Arial; width: 0px; border-collapse: collapse; border: none; font-size: 10pt;\" data-sheets-root=\"1\" data-sheets-baot=\"1\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"59\"\u003e\n\u003ccol width=\"71\"\u003e\n\u003ccol width=\"96\"\u003e\n\u003ccol width=\"134\"\u003e\n\u003ccol width=\"193\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eYear\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eMake\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eModel\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;text-align:right;\"\u003e2022\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eEX, LX, S, SX\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;text-align:right;\"\u003e2021\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eEX, LX, S, SX\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;text-align:right;\"\u003e2020\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eEX, LX, S, SX\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e\u003cbr\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818767413317,"sku":"107101-COPY","price":65.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/IMG_4627_S5MeB8cE_b5702aef-74f0-4cf8-9978-f3b24b0b5a81.jpg?v=1774604158"},{"product_id":"kia-telluride-front-hood-bonnet-cover-panel-assembly-white-gwp-20-25-107196","title":"KIA TELLURIDE FRONT HOOD BONNET COVER PANEL ASSEMBLY WHITE (GWP) 20-25 # 107196","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Grayscale Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #eaeaea; \/* Light pure gray *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #222222; \/* Near black text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f5f5f5;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #666666; \/* Gray primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #333333; \/* Dark gray hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #eaeaea;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #333333;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #111111;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #bcbcbc;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #111111;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #bcbcbc;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #e0e0e0;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #cccccc;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #cccccc;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #444444;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e5e5e5;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #444444;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f5f5f5;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #777777;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #eeeeee;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #444444;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #bcbcbc;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cccccc;\n            padding: 2px;\n            cursor: pointer;\n            background: #f0f0f0;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #000000; \/* Pure black hover *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #000000; \/* Black title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #555555; \/* Gray star to fit B\u0026W theme *\/\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #555555;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #333333;\n            border-top: 1px dashed #e5e5e5;\n            border-bottom: 1px dashed #e5e5e5;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #000000; \/* Black arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #000000; \/* Black price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #111111; \/* Almost black button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #444444; \/* Gray hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #000000; \/* Black tab *\/\n            color: white;\n            border-top: 3px solid #000000;\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #000000; \/* Black line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #555555;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f0f0f0;\n            border: 1px solid #cccccc;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e5e5e5;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #bcbcbc;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #222222;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #bcbcbc;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f5f5f5;\n        }\n\n        .compat-table th {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #111111;\n        }\n\n        .compat-table td {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #bcbcbc;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #bcbcbc;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #444444;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #777777;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #444444;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #111111;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #444444;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitinissancollisionparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070399018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070400018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49023190018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Subframes - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48875574018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e DT Dropship Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48898557018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Big Items - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48815319018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e OEM Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691388018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691389018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket items\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4507_eKjbrmJlQD.jpg\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-12\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4507_eKjbrmJlQD.jpg\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4508_ceXzzl-tQs.jpg\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4508_ceXzzl-tQs.jpg\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4509_0YJnL_Qk1.jpg\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4509_0YJnL_Qk1.jpg\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4516_kGWMwRFY91.jpg\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4516_kGWMwRFY91.jpg\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4512_xrASL91N1.jpg\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4512_xrASL91N1.jpg\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4513_6ijI0tjHx.jpg\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4513_6ijI0tjHx.jpg\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4514_wqHVlsZOk.jpg\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4514_wqHVlsZOk.jpg\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4515_3S_UC5ajxP.jpg\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4515_3S_UC5ajxP.jpg\" alt=\"Image 8\"\u003e\u003clabel for=\"image-8\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4510_TASXLRXRz.jpg\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-8\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-8\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-8\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4510_TASXLRXRz.jpg\" alt=\"Image 9\"\u003e\u003clabel for=\"image-9\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4511_dIPeHY36l.jpg\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-9\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-9\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-9\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-8\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4511_dIPeHY36l.jpg\" alt=\"Image 10\"\u003e\u003clabel for=\"image-10\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4518_09D6kbQXv7.jpg\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-10\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-10\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-10\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-9\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4518_09D6kbQXv7.jpg\" alt=\"Image 11\"\u003e\u003clabel for=\"image-11\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4517_GG5v06glNp.jpg\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-11\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-11\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-11\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-10\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4517_GG5v06glNp.jpg\" alt=\"Image 12\"\u003e\u003clabel for=\"image-12\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4519_Bf9Lve8N0.jpg\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-12\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-12\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-12\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-11\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4519_Bf9Lve8N0.jpg\" alt=\"Image 13\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4507_eKjbrmJlQD.jpg\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4508_ceXzzl-tQs.jpg\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4509_0YJnL_Qk1.jpg\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4516_kGWMwRFY91.jpg\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4512_xrASL91N1.jpg\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4513_6ijI0tjHx.jpg\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4514_wqHVlsZOk.jpg\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4515_3S_UC5ajxP.jpg\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-8\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4510_TASXLRXRz.jpg\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-9\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4511_dIPeHY36l.jpg\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-10\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4518_09D6kbQXv7.jpg\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-11\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4517_GG5v06glNp.jpg\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-12\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4519_Bf9Lve8N0.jpg\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                KIA TELLURIDE FRONT HOOD BONNET COVER PANEL ASSEMBLY WHITE (GWP) 20-25 # 107196\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 107196\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 1010\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 Kia Telluride. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e Kia Telluride\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e White\r\n                                , \u003cb\u003eCode:\u003c\/b\u003e GWP\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e EX\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 72633\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e 5XYP34HC6NG234818\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0226-016\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e 66400S9000\u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2025 Kia Telluride\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, EX X-Line Sport Utility 4-Door, EX X-Pro Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Limited Sport Utility 4-Door, SX Prestige Sport Utility 4-Door, SX Prestige X-Line Sport Utility 4-Door, SX Prestige X-Pro Sport Utility 4-Door, SX Sport Utility 4-Door, SX X-Line Sport Utility 4-Door, X-Line Sport Utility 4-Door, X-Pro Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2024 Kia Telluride\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, EX X-Line Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Limited Sport Utility 4-Door, SX Prestige Sport Utility 4-Door, SX Prestige X-Line Sport Utility 4-Door, SX Prestige X-Pro Sport Utility 4-Door, SX Sport Utility 4-Door, SX X-Line Sport Utility 4-Door, SX X-Pro Sport Utility 4-Door, X-Line Sport Utility 4-Door, X-Pro Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Telluride\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, EX X-Line Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Limited Sport Utility 4-Door, SX Prestige Sport Utility 4-Door, SX Prestige X-Line Sport Utility 4-Door, SX Prestige X-Pro Sport Utility 4-Door, SX Sport Utility 4-Door, SX X-Line Sport Utility 4-Door, SX X-Pro Sport Utility 4-Door, X-Line Sport Utility 4-Door, X-Pro Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Telluride\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Limited Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2021 Kia Telluride\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Limited Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2020 Kia Telluride\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infinitinissancollisionparts1\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818772066373,"sku":"107196","price":1010.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/IMG_4507_eKjbrmJlQD.jpg?v=1774604419"},{"product_id":"kia-telluride-ex-20x7-1-2-10-spoke-alloy-wheel-w-tire-only-1-2020-2022-107202","title":"KIA TELLURIDE EX 20x7-1\/2 10 SPOKE ALLOY WHEEL W\/TIRE (ONLY#1) 2020-2022 #107202","description":"\u003cpre class=\"tabcontentz\" style=\"color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s; font-size: medium;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cstrong style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003eThis Part is taken from 2022 KIA TELLURIDE EX. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style=\"box-sizing: border-box; font-family: Arial, sans-serif; font-size: 14pt;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cstrong style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal; font-size: medium;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eYear:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 18.6667px;\"\u003e2022\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 13.5pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eModel: \u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003eKIA TELLURIDE EX SUV\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eColor:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e WHITE (GWP)\u003c\/span\u003e\u003cspan style='font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e F\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in; font-size: 14pt;'\u003eWD\u003c\/span\u003e\u003cspan style='font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eType:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e Used\u003cbr\u003e\u003cstrong\u003eMileage\u003c\/strong\u003e: 72,633\u003c\/span\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 13.5pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eVIN: \u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003e5XYP34HC6NG234818\u003c\/span\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e#\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e 0226-016\u003c\/span\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cstrong style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e: \u003c\/span\u003e\u003c\/strong\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e52910-S9510\u003c\/span\u003e\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e\u003cpre class=\"tabcontentz\" bis_size='{\"x\":257,\"y\":674,\"w\":919,\"h\":351,\"abs_x\":567,\"abs_y\":2992}' style=\"box-sizing: border-box;\"\u003e\u003cfont bis_size='{\"x\":257,\"y\":674,\"w\":919,\"h\":351,\"abs_x\":567,\"abs_y\":2992}' style=\"box-sizing: border-box;\"\u003e\u003cdiv\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cfont style=\"box-sizing: border-box;\"\u003e\u003cp class=\"MsoNormal\" style=\"white-space: normal; font-family: Arial; box-sizing: border-box; line-height: normal; font-size: initial;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003e\u003cstrong style=\"box-sizing: border-box; font-family: Arial; font-size: 14pt;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003eThis Parts Fits with Following Models, If you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\u003c\/font\u003e\u003c\/pre\u003e\u003c\/span\u003e\u003c\/div\u003e\u003c\/font\u003e\u003cgoogle-sheets-html-origin\u003e\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" style=\"table-layout:fixed;font-size:10pt;font-family:Arial;width:0px;border-collapse:collapse;border:none\" data-sheets-root=\"1\" data-sheets-baot=\"1\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"59\"\u003e\n\u003ccol width=\"71\"\u003e\n\u003ccol width=\"96\"\u003e\n\u003ccol width=\"110\"\u003e\n\u003ccol width=\"193\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eYear\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eMake\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eModel\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;text-align:right;\"\u003e2022\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eEX\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;text-align:right;\"\u003e2021\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eEX\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;text-align:right;\"\u003e2020\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eEX\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e\u003c\/pre\u003e\u003cbr\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818772492357,"sku":"107202","price":245.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/IMG_4409_bbD8OsLeO.jpg?v=1774604450"},{"product_id":"kia-telluride-ex-20x7-1-2-10-spoke-alloy-wheel-w-tire-only-1-2020-2022-107203","title":"KIA TELLURIDE EX 20x7-1\/2 10 SPOKE ALLOY WHEEL W\/TIRE (ONLY#1) 2020-2022 #107203","description":"\u003cpre class=\"tabcontentz\" style=\"color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s; font-size: medium;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cstrong style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003eThis Part is taken from 2022 KIA TELLURIDE EX. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style=\"box-sizing: border-box; font-family: Arial, sans-serif; font-size: 14pt;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cstrong style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal; font-size: medium;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eYear:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 18.6667px;\"\u003e2022\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 13.5pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eModel: \u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003eKIA TELLURIDE EX SUV\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eColor:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e WHITE (GWP)\u003c\/span\u003e\u003cspan style='font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e F\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in; font-size: 14pt;'\u003eWD\u003c\/span\u003e\u003cspan style='font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eType:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e Used\u003cbr\u003e\u003cstrong\u003eMileage\u003c\/strong\u003e: 72,633\u003c\/span\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 13.5pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eVIN: \u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003e5XYP34HC6NG234818\u003c\/span\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e#\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e 0226-016\u003c\/span\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cstrong style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e: \u003c\/span\u003e\u003c\/strong\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e52910-S9510\u003c\/span\u003e\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e\u003cpre class=\"tabcontentz\" bis_size='{\"x\":257,\"y\":674,\"w\":919,\"h\":351,\"abs_x\":567,\"abs_y\":2992}' style=\"box-sizing: border-box;\"\u003e\u003cfont bis_size='{\"x\":257,\"y\":674,\"w\":919,\"h\":351,\"abs_x\":567,\"abs_y\":2992}' style=\"box-sizing: border-box;\"\u003e\u003cdiv\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cfont style=\"box-sizing: border-box;\"\u003e\u003cp class=\"MsoNormal\" style=\"white-space: normal; font-family: Arial; box-sizing: border-box; line-height: normal; font-size: initial;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003e\u003cstrong style=\"box-sizing: border-box; font-family: Arial; font-size: 14pt;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003eThis Parts Fits with Following Models, If you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\u003c\/font\u003e\u003c\/pre\u003e\u003c\/span\u003e\u003c\/div\u003e\u003c\/font\u003e\u003cgoogle-sheets-html-origin\u003e\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" style=\"table-layout:fixed;font-size:10pt;font-family:Arial;width:0px;border-collapse:collapse;border:none\" data-sheets-root=\"1\" data-sheets-baot=\"1\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"59\"\u003e\n\u003ccol width=\"71\"\u003e\n\u003ccol width=\"96\"\u003e\n\u003ccol width=\"110\"\u003e\n\u003ccol width=\"193\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eYear\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eMake\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eModel\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;text-align:right;\"\u003e2022\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eEX\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;text-align:right;\"\u003e2021\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eEX\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;text-align:right;\"\u003e2020\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eEX\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e\u003c\/pre\u003e\u003cbr\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818772557893,"sku":"107203","price":250.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/IMG_4399_1P4VHn9tq.jpg?v=1774604455"},{"product_id":"kia-telluride-ex-20x7-1-2-10-spoke-alloy-wheel-w-tire-only-1-2020-2022-107204","title":"KIA TELLURIDE EX 20x7-1\/2 10 SPOKE ALLOY WHEEL W\/TIRE (ONLY#1) 2020-2022 #107204","description":"\u003cpre class=\"tabcontentz\" style=\"color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s; font-size: medium;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cstrong style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003eThis Part is taken from 2022 KIA TELLURIDE EX. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style=\"box-sizing: border-box; font-family: Arial, sans-serif; font-size: 14pt;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cstrong style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal; font-size: medium;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eYear:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 18.6667px;\"\u003e2022\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 13.5pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eModel: \u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003eKIA TELLURIDE EX SUV\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eColor:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e WHITE (GWP)\u003c\/span\u003e\u003cspan style='font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e F\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in; font-size: 14pt;'\u003eWD\u003c\/span\u003e\u003cspan style='font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eType:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e Used\u003cbr\u003e\u003cstrong\u003eMileage\u003c\/strong\u003e: 72,633\u003c\/span\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 13.5pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eVIN: \u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003e5XYP34HC6NG234818\u003c\/span\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e#\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e 0226-016\u003c\/span\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cstrong style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e: \u003c\/span\u003e\u003c\/strong\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e52910-S9510\u003c\/span\u003e\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e\u003cpre class=\"tabcontentz\" bis_size='{\"x\":257,\"y\":674,\"w\":919,\"h\":351,\"abs_x\":567,\"abs_y\":2992}' style=\"box-sizing: border-box;\"\u003e\u003cfont bis_size='{\"x\":257,\"y\":674,\"w\":919,\"h\":351,\"abs_x\":567,\"abs_y\":2992}' style=\"box-sizing: border-box;\"\u003e\u003cdiv\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cfont style=\"box-sizing: border-box;\"\u003e\u003cp class=\"MsoNormal\" style=\"white-space: normal; font-family: Arial; box-sizing: border-box; line-height: normal; font-size: initial;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003e\u003cstrong style=\"box-sizing: border-box; font-family: Arial; font-size: 14pt;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003eThis Parts Fits with Following Models, If you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\u003c\/font\u003e\u003c\/pre\u003e\u003c\/span\u003e\u003c\/div\u003e\u003c\/font\u003e\u003cgoogle-sheets-html-origin\u003e\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" style=\"table-layout:fixed;font-size:10pt;font-family:Arial;width:0px;border-collapse:collapse;border:none\" data-sheets-root=\"1\" data-sheets-baot=\"1\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"59\"\u003e\n\u003ccol width=\"71\"\u003e\n\u003ccol width=\"96\"\u003e\n\u003ccol width=\"110\"\u003e\n\u003ccol width=\"193\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eYear\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eMake\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eModel\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;text-align:right;\"\u003e2022\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eEX\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;text-align:right;\"\u003e2021\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eEX\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;text-align:right;\"\u003e2020\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eEX\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e\u003c\/pre\u003e\u003cbr\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818772623429,"sku":"107204","price":250.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/IMG_4388__9lLkaxS.jpg?v=1774604460"},{"product_id":"2018-2023-kia-stinger-left-side-engine-bay-room-appearance-cover-black-99582","title":"2018 - 2023 KIA STINGER LEFT SIDE ENGINE BAY ROOM APPEARANCE COVER BLACK # 99582","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Blue Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #e2e8f0; \/* Cool slate background *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #0f172a; \/* Dark slate text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f1f5f9;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #2563eb; \/* Blue primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #1d4ed8; \/* Darker blue hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e2e8f0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #e2e8f0;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #1e293b;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #0f172a;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #cbd5e1;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #0f172a;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #cbd5e1;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #f1f5f9;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #94a3b8;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #94a3b8;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #475569;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e2e8f0;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #475569;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f8fafc;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #64748b;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #f1f5f9;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #475569;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #cbd5e1;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cbd5e1;\n            padding: 2px;\n            cursor: pointer;\n            background: #f1f5f9;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #2563eb; \/* Blue highlight *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #1d4ed8; \/* Blue title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #fbbf24;\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #475569;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #334155;\n            border-top: 1px dashed #e2e8f0;\n            border-bottom: 1px dashed #e2e8f0;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #1d4ed8; \/* Blue arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #1d4ed8; \/* Blue price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #0f172a; \/* Dark slate button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #1d4ed8; \/* Blue hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #1d4ed8; \/* Blue tab *\/\n            color: white;\n            border-top: 3px solid #1e3a8a; \/* Darker blue top border *\/\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #1d4ed8; \/* Blue line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #475569;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f1f5f9;\n            border: 1px solid #cbd5e1;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e2e8f0;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #cbd5e1;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #1e293b;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #cbd5e1;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f8fafc;\n        }\n\n        .compat-table th {\n            border: 1px solid #cbd5e1;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #0f172a;\n        }\n\n        .compat-table td {\n            border: 1px solid #cbd5e1;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #cbd5e1;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #cbd5e1;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #cbd5e1;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #cbd5e1;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #475569;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #64748b;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #475569;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #0f172a;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #1d4ed8;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitioemparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infiniti-nissan-autoparts\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44597128011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44597130011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44529665011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Kia\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44392357011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Acura\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44408886011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e New Aftermarket Big Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44341614011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Toyota\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44307730011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Infiniti\/ Nissan Big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=38808958011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Air Conditioning \u0026amp; Heat\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=38814568011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e AC Condenser\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTA4NFgxMjg0\/z\/wjYAAeSw-19oY2a4\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-12\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTA4NFgxMjg0\/z\/wjYAAeSw-19oY2a4\/$_57.PNG?set_id=880000500F\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/3LMAAeSwfxxoY2aN\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/3LMAAeSwfxxoY2aN\/$_57.JPG?set_id=880000500F\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/cMMAAeSwIF9oY2aN\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/cMMAAeSwIF9oY2aN\/$_57.JPG?set_id=880000500F\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/OTgyWDEyNTI=\/z\/rRMAAeSwWGloY2a~\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTgyWDEyNTI=\/z\/rRMAAeSwWGloY2a~\/$_57.PNG?set_id=880000500F\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/OTUwWDE0NzU=\/z\/WgcAAeSw21hoY2bI\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTUwWDE0NzU=\/z\/WgcAAeSw21hoY2bI\/$_57.PNG?set_id=880000500F\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/teMAAeSwCNBoY2aO\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/teMAAeSwCNBoY2aO\/$_57.JPG?set_id=880000500F\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/KR0AAeSwSp9oY2aM\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/KR0AAeSwSp9oY2aM\/$_57.JPG?set_id=880000500F\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/SAgAAeSwvc5oY2aN\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/SAgAAeSwvc5oY2aN\/$_57.JPG?set_id=880000500F\" alt=\"Image 8\"\u003e\u003clabel for=\"image-8\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/4-cAAeSwjCFoY2aN\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-8\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-8\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-8\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/4-cAAeSwjCFoY2aN\/$_57.JPG?set_id=880000500F\" alt=\"Image 9\"\u003e\u003clabel for=\"image-9\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/ALMAAeSwyY9oY2aO\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-9\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-9\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-9\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-8\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/ALMAAeSwyY9oY2aO\/$_57.JPG?set_id=880000500F\" alt=\"Image 10\"\u003e\u003clabel for=\"image-10\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/n0kAAeSw-yNoY2aN\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-10\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-10\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-10\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-9\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/n0kAAeSw-yNoY2aN\/$_57.JPG?set_id=880000500F\" alt=\"Image 11\"\u003e\u003clabel for=\"image-11\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/vFUAAeSwLxhoY2aO\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-11\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-11\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-11\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-10\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/vFUAAeSwLxhoY2aO\/$_57.JPG?set_id=880000500F\" alt=\"Image 12\"\u003e\u003clabel for=\"image-12\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/escAAeSwl8loY2aO\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-12\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-12\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-12\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-11\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/escAAeSwl8loY2aO\/$_57.JPG?set_id=880000500F\" alt=\"Image 13\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTA4NFgxMjg0\/z\/wjYAAeSw-19oY2a4\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/3LMAAeSwfxxoY2aN\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/cMMAAeSwIF9oY2aN\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTgyWDEyNTI=\/z\/rRMAAeSwWGloY2a~\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTUwWDE0NzU=\/z\/WgcAAeSw21hoY2bI\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/teMAAeSwCNBoY2aO\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/KR0AAeSwSp9oY2aM\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/SAgAAeSwvc5oY2aN\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-8\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/4-cAAeSwjCFoY2aN\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-9\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/ALMAAeSwyY9oY2aO\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-10\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/n0kAAeSw-yNoY2aN\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-11\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/vFUAAeSwLxhoY2aO\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-12\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/escAAeSwl8loY2aO\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                2018 - 2023 KIA STINGER LEFT SIDE ENGINE BAY ROOM APPEARANCE COVER BLACK # 99582\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 99582\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 19\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 KIA STINGR. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e KIA STINGR\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e \r\n                                \r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 34689\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e KNAE35LDXN6112668\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0525-003\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e 29310J5000\u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT2 Hatchback 4-Door, Tribute Edition Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2021 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2020 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2019 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, GT Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door, Premium Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2018 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, GT Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door, Premium Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infiniti-nissan-autoparts\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infiniti-nissan-autoparts\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818898747461,"sku":"99582","price":19.38,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_81a27024-78b1-4aa1-a744-6ee82382e405.png?v=1774609344"},{"product_id":"2018-2023-kia-stinger-front-left-driver-fender-air-duct-vent-breather-99583","title":"2018 - 2023 KIA STINGER FRONT LEFT DRIVER FENDER AIR DUCT VENT BREATHER # 99583","description":"\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Part is taken from 2022 KIA STINGER GT-LINE. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/b\u003e\u003cspan style=\"box-sizing: border-box; font-size: 14pt; font-family: Arial, sans-serif;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; font-size: medium; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; font-size: 13.5pt; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eYear:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e 2022\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eModel:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKIA STINGER\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eColor:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e GRAY, \u003cb\u003eCode\u003c\/b\u003e=\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eC4S\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e \u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in;'\u003eAWD\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eType:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e Used\u003cbr\u003e\u003cb\u003eMileage: \u003c\/b\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e34,689\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eVIN:\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKNAE35LDXN6112668\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e#\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e0525-003\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e: \u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e87761-J5000, 87761J5000\u003c\/span\u003e\u003c\/font\u003e\u003c\/p\u003e\u003c\/pre\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":697,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":697,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Parts Fits with Following Models, \u003c\/span\u003e\u003c\/b\u003e\u003c\/span\u003e\u003c\/b\u003eIf you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/b\u003e\u003c\/p\u003e\u003cgoogle-sheets-html-origin style=\"white-space: normal;\"\u003e\u003cgoogle-sheets-html-origin\u003e\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\" style=\"table-layout: fixed; font-size: 10pt; font-family: Arial; width: 0px; border-collapse: collapse; border: none;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"40\"\u003e\n\u003ccol width=\"42\"\u003e\n\u003ccol width=\"53\"\u003e\n\u003ccol width=\"287\"\u003e\n\u003ccol width=\"177\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border: 1px solid rgb(0, 0, 0); overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eYear\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eMake\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eModel\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2023\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line, GT2, Tribute Edition\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2022\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2021\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT, GT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2020\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT, GT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2019\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, GT, GT, GT1, GT2, GTS, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2018\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, GT, GT1, GT2, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818898878533,"sku":"99583","price":28.17,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_322022dc-354c-4874-82f1-2a3f711a6b1a.png?v=1774609350"},{"product_id":"2018-23-kia-stinger-left-side-fender-rearward-strut-tower-brace-bracket-99584","title":"2018-23 KIA STINGER LEFT SIDE FENDER REARWARD STRUT TOWER BRACE BRACKET # 99584","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Grayscale Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #eaeaea; \/* Light pure gray *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #222222; \/* Near black text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f5f5f5;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #666666; \/* Gray primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #333333; \/* Dark gray hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #eaeaea;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #333333;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #111111;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #bcbcbc;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #111111;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #bcbcbc;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #e0e0e0;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #cccccc;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #cccccc;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #444444;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e5e5e5;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #444444;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f5f5f5;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #777777;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #eeeeee;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #444444;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #bcbcbc;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cccccc;\n            padding: 2px;\n            cursor: pointer;\n            background: #f0f0f0;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #000000; \/* Pure black hover *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #000000; \/* Black title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #555555; \/* Gray star to fit B\u0026W theme *\/\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #555555;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #333333;\n            border-top: 1px dashed #e5e5e5;\n            border-bottom: 1px dashed #e5e5e5;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #000000; \/* Black arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #000000; \/* Black price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #111111; \/* Almost black button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #444444; \/* Gray hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #000000; \/* Black tab *\/\n            color: white;\n            border-top: 3px solid #000000;\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #000000; \/* Black line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #555555;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f0f0f0;\n            border: 1px solid #cccccc;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e5e5e5;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #bcbcbc;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #222222;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #bcbcbc;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f5f5f5;\n        }\n\n        .compat-table th {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #111111;\n        }\n\n        .compat-table td {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #bcbcbc;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #bcbcbc;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #444444;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #777777;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #444444;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #111111;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #444444;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitinissancollisionparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070399018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070400018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49023190018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Subframes - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48875574018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e DT Dropship Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48898557018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Big Items - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48815319018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e OEM Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691388018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691389018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket items\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/NTQyWDEzODU=\/z\/P-AAAeSwHVloY4Ox\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-9\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NTQyWDEzODU=\/z\/P-AAAeSwHVloY4Ox\/$_57.PNG?set_id=880000500F\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/paQAAeSwYVFoY4Nl\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/paQAAeSwYVFoY4Nl\/$_57.JPG?set_id=880000500F\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/7LQAAeSw6QFoY4Nl\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/7LQAAeSw6QFoY4Nl\/$_57.JPG?set_id=880000500F\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/RTkAAeSw4l9oY4Nk\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/RTkAAeSw4l9oY4Nk\/$_57.JPG?set_id=880000500F\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/4QUAAeSwyU1oY4Nl\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/4QUAAeSwyU1oY4Nl\/$_57.JPG?set_id=880000500F\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/wOwAAeSw~fhoY4Nk\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/wOwAAeSw~fhoY4Nk\/$_57.JPG?set_id=880000500F\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/lVEAAeSw0UpoY4Nl\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/lVEAAeSw0UpoY4Nl\/$_57.JPG?set_id=880000500F\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/NTgwWDE1MDc=\/z\/T84AAeSwjCFoY4P1\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NTgwWDE1MDc=\/z\/T84AAeSwjCFoY4P1\/$_57.PNG?set_id=880000500F\" alt=\"Image 8\"\u003e\u003clabel for=\"image-8\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/8SsAAeSwHNhoY4Nl\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-8\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-8\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-8\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/8SsAAeSwHNhoY4Nl\/$_57.JPG?set_id=880000500F\" alt=\"Image 9\"\u003e\u003clabel for=\"image-9\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/asgAAeSwJZFoY4Nl\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-9\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-9\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-9\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-8\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/asgAAeSwJZFoY4Nl\/$_57.JPG?set_id=880000500F\" alt=\"Image 10\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NTQyWDEzODU=\/z\/P-AAAeSwHVloY4Ox\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/paQAAeSwYVFoY4Nl\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/7LQAAeSw6QFoY4Nl\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/RTkAAeSw4l9oY4Nk\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/4QUAAeSwyU1oY4Nl\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/wOwAAeSw~fhoY4Nk\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/lVEAAeSw0UpoY4Nl\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NTgwWDE1MDc=\/z\/T84AAeSwjCFoY4P1\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-8\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/8SsAAeSwHNhoY4Nl\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-9\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/asgAAeSwJZFoY4Nl\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                2018-23 KIA STINGER LEFT SIDE FENDER REARWARD STRUT TOWER BRACE BRACKET # 99584\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 99584\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 28\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n\r\n                            \u003cdiv data-fura-freight\u003e\u003c\/div\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 KIA STINGR. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e KIA STINGR\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e \r\n                                \r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 34689\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e KNAE35LDXN6112668\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0525-003\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e 66757-J5000 \/ 66757J5000 \/ 66757 J5000\u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT2 Hatchback 4-Door, Tribute Edition Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2021 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2020 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2019 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, GT Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door, GTS Hatchback 4-Door, Premium Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2018 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, GT Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door, Premium Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infinitinissancollisionparts1\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818898976837,"sku":"99584","price":28.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_108329e8-baff-46a1-aaf2-1d5a38ffd9e3.png?v=1774609354"},{"product_id":"18-23-kia-stinger-rear-left-quarter-panel-pressure-air-vent-grill-99588","title":"2018 - 2023 KIA STINGER REAR LEFT QUARTER PANEL PRESSURE AIR VENT GRILL # 99588","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Grayscale Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #eaeaea; \/* Light pure gray *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #222222; \/* Near black text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f5f5f5;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #666666; \/* Gray primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #333333; \/* Dark gray hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #eaeaea;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #333333;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #111111;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #bcbcbc;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #111111;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #bcbcbc;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #e0e0e0;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #cccccc;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #cccccc;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #444444;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e5e5e5;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #444444;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f5f5f5;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #777777;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #eeeeee;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #444444;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #bcbcbc;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cccccc;\n            padding: 2px;\n            cursor: pointer;\n            background: #f0f0f0;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #000000; \/* Pure black hover *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #000000; \/* Black title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #555555; \/* Gray star to fit B\u0026W theme *\/\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #555555;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #333333;\n            border-top: 1px dashed #e5e5e5;\n            border-bottom: 1px dashed #e5e5e5;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #000000; \/* Black arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #000000; \/* Black price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #111111; \/* Almost black button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #444444; \/* Gray hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #000000; \/* Black tab *\/\n            color: white;\n            border-top: 3px solid #000000;\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #000000; \/* Black line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #555555;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f0f0f0;\n            border: 1px solid #cccccc;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e5e5e5;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #bcbcbc;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #222222;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #bcbcbc;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f5f5f5;\n        }\n\n        .compat-table th {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #111111;\n        }\n\n        .compat-table td {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #bcbcbc;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #bcbcbc;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #444444;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #777777;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #444444;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #111111;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #444444;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitinissancollisionparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070399018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070400018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49023190018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Subframes - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48875574018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e DT Dropship Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48898557018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Big Items - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48815319018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e OEM Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691388018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691389018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket items\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/OTQxWDk5OA==\/z\/NI8AAOSwqMdoW3xl\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-8\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTQxWDk5OA==\/z\/NI8AAOSwqMdoW3xl\/$_57.PNG?set_id=880000500F\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/SpgAAOSwzbloW3w6\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/SpgAAOSwzbloW3w6\/$_57.JPG?set_id=880000500F\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/EDAAAOSwxDtoW3w8\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/EDAAAOSwxDtoW3w8\/$_57.JPG?set_id=880000500F\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/oXUAAOSw5PxoW3w6\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/oXUAAOSw5PxoW3w6\/$_57.JPG?set_id=880000500F\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/gDcAAOSwyuxoW3w7\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/gDcAAOSwyuxoW3w7\/$_57.JPG?set_id=880000500F\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/T-kAAOSw7MFoW3w6\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/T-kAAOSw7MFoW3w6\/$_57.JPG?set_id=880000500F\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/eJAAAOSwWxxoW3w7\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/eJAAAOSwWxxoW3w7\/$_57.JPG?set_id=880000500F\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/t54AAOSwO8FoW3w7\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/t54AAOSwO8FoW3w7\/$_57.JPG?set_id=880000500F\" alt=\"Image 8\"\u003e\u003clabel for=\"image-8\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/yE4AAOSwS~doW3w6\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-8\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-8\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-8\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/yE4AAOSwS~doW3w6\/$_57.JPG?set_id=880000500F\" alt=\"Image 9\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTQxWDk5OA==\/z\/NI8AAOSwqMdoW3xl\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/SpgAAOSwzbloW3w6\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/EDAAAOSwxDtoW3w8\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/oXUAAOSw5PxoW3w6\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/gDcAAOSwyuxoW3w7\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/T-kAAOSw7MFoW3w6\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/eJAAAOSwWxxoW3w7\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/t54AAOSwO8FoW3w7\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-8\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/yE4AAOSwS~doW3w6\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                2018 - 2023 KIA STINGER REAR LEFT QUARTER PANEL PRESSURE AIR VENT GRILL # 99588\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 99588\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 18\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n\r\n                            \u003cdiv data-fura-freight\u003e\u003c\/div\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 KIA STINGR. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e KIA STINGR\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e \r\n                                \r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 34689\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e KNAE35LDXN6112668\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0525-003\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e 97535-J5000\u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2021 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2020 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2019 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, GT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door, Premium Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2018 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, GT Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door, Premium Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infinitinissancollisionparts1\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818899402821,"sku":"99588","price":18.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_399d6a77-6885-42cc-99f8-26cf38a29d41.png?v=1774609360"},{"product_id":"kia-stinger-gt-line-turbocharger-intercooler-inlet-hose-tube-pipe-2-5l-99597","title":"KIA STINGER GT-LINE TURBOCHARGER INTERCOOLER INLET HOSE TUBE PIPE 2.5L # 99597","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Grayscale Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #eaeaea; \/* Light pure gray *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #222222; \/* Near black text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f5f5f5;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #666666; \/* Gray primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #333333; \/* Dark gray hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #eaeaea;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #333333;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #111111;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #bcbcbc;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #111111;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #bcbcbc;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #e0e0e0;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #cccccc;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #cccccc;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #444444;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e5e5e5;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #444444;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f5f5f5;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #777777;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #eeeeee;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #444444;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #bcbcbc;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cccccc;\n            padding: 2px;\n            cursor: pointer;\n            background: #f0f0f0;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #000000; \/* Pure black hover *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #000000; \/* Black title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #555555; \/* Gray star to fit B\u0026W theme *\/\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #555555;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #333333;\n            border-top: 1px dashed #e5e5e5;\n            border-bottom: 1px dashed #e5e5e5;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #000000; \/* Black arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #000000; \/* Black price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #111111; \/* Almost black button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #444444; \/* Gray hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #000000; \/* Black tab *\/\n            color: white;\n            border-top: 3px solid #000000;\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #000000; \/* Black line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #555555;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f0f0f0;\n            border: 1px solid #cccccc;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e5e5e5;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #bcbcbc;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #222222;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #bcbcbc;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f5f5f5;\n        }\n\n        .compat-table th {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #111111;\n        }\n\n        .compat-table td {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #bcbcbc;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #bcbcbc;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #444444;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #777777;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #444444;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #111111;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #444444;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitinissancollisionparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070399018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070400018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49023190018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Subframes - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48875574018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e DT Dropship Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48898557018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Big Items - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48815319018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e OEM Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691388018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691389018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket items\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/ODc1WDE0ODQ=\/z\/SlMAAeSwJWRoY42l\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-14\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/ODc1WDE0ODQ=\/z\/SlMAAeSwJWRoY42l\/$_57.PNG?set_id=880000500F\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/ODM3WDExNzc=\/z\/PwYAAeSwHs9oY4s4\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/ODM3WDExNzc=\/z\/PwYAAeSwHs9oY4s4\/$_57.PNG?set_id=880000500F\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/Q2wAAeSwfb9oY4qp\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/Q2wAAeSwfb9oY4qp\/$_57.JPG?set_id=880000500F\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/kE4AAeSwyDFoY4qp\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/kE4AAeSwyDFoY4qp\/$_57.JPG?set_id=880000500F\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/qe4AAeSw6GRoY4qp\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/qe4AAeSw6GRoY4qp\/$_57.JPG?set_id=880000500F\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/Q5sAAeSwA91oY4qp\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/Q5sAAeSwA91oY4qp\/$_57.JPG?set_id=880000500F\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/au4AAeSwa1JoY4qo\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/au4AAeSwa1JoY4qo\/$_57.JPG?set_id=880000500F\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/qewAAeSw6GRoY4qp\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/qewAAeSw6GRoY4qp\/$_57.JPG?set_id=880000500F\" alt=\"Image 8\"\u003e\u003clabel for=\"image-8\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/BGUAAeSwZ35oY4qp\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-8\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-8\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-8\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/BGUAAeSwZ35oY4qp\/$_57.JPG?set_id=880000500F\" alt=\"Image 9\"\u003e\u003clabel for=\"image-9\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/8LsAAeSw1PdoY4qp\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-9\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-9\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-9\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-8\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/8LsAAeSw1PdoY4qp\/$_57.JPG?set_id=880000500F\" alt=\"Image 10\"\u003e\u003clabel for=\"image-10\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/RXoAAeSwhh9oY4qp\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-10\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-10\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-10\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-9\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/RXoAAeSwhh9oY4qp\/$_57.JPG?set_id=880000500F\" alt=\"Image 11\"\u003e\u003clabel for=\"image-11\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/28UAAeSwPFxoY4qp\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-11\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-11\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-11\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-10\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/28UAAeSwPFxoY4qp\/$_57.JPG?set_id=880000500F\" alt=\"Image 12\"\u003e\u003clabel for=\"image-12\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/zbkAAeSwFfloY4qp\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-12\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-12\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-12\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-11\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/zbkAAeSwFfloY4qp\/$_57.JPG?set_id=880000500F\" alt=\"Image 13\"\u003e\u003clabel for=\"image-13\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/p0IAAeSwA~xoY4qp\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-13\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-13\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-13\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-12\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/p0IAAeSwA~xoY4qp\/$_57.JPG?set_id=880000500F\" alt=\"Image 14\"\u003e\u003clabel for=\"image-14\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/zb8AAeSwFfloY4qp\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-14\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-14\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-14\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-13\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/zb8AAeSwFfloY4qp\/$_57.JPG?set_id=880000500F\" alt=\"Image 15\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/ODc1WDE0ODQ=\/z\/SlMAAeSwJWRoY42l\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/ODM3WDExNzc=\/z\/PwYAAeSwHs9oY4s4\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/Q2wAAeSwfb9oY4qp\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/kE4AAeSwyDFoY4qp\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/qe4AAeSw6GRoY4qp\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/Q5sAAeSwA91oY4qp\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/au4AAeSwa1JoY4qo\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/qewAAeSw6GRoY4qp\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-8\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/BGUAAeSwZ35oY4qp\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-9\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/8LsAAeSw1PdoY4qp\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-10\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/RXoAAeSwhh9oY4qp\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-11\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/28UAAeSwPFxoY4qp\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-12\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/zbkAAeSwFfloY4qp\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-13\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/p0IAAeSwA~xoY4qp\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-14\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/zb8AAeSwFfloY4qp\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                KIA STINGER GT-LINE TURBOCHARGER INTERCOOLER INLET HOSE TUBE PIPE 2.5L # 99597\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 99597\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 93\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n\r\n                            \u003cdiv data-fura-freight\u003e\u003c\/div\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 KIA STINGR. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e KIA STINGR\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e \r\n                                \r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 34689\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e KNAE35LDXN6112668\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0525-003\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e 28272-2T000, 28281-2T000, 28272 2T000, 28281 2T000, 282722T000, 282812T000\u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infinitinissancollisionparts1\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818899468357,"sku":"99597","price":93.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_77c233ec-8fc9-423f-8dd0-3fe80551869e.png?v=1774609364"},{"product_id":"18-23-kia-stinger-front-right-passenger-side-stabilizer-sway-bar-end-link-99599","title":"18-23 KIA STINGER FRONT RIGHT PASSENGER SIDE STABILIZER SWAY BAR END LINK #99599","description":"\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Part is taken from 2022 KIA STINGER GT-LINE. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/b\u003e\u003cspan style=\"box-sizing: border-box; font-size: 14pt; font-family: Arial, sans-serif;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; font-size: medium; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; font-size: 13.5pt; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eYear:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e 2022\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eModel:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKIA STINGER\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eColor:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e GRAY, \u003cb\u003eCode\u003c\/b\u003e=\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eC4S\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e \u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in;'\u003eAWD\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eType:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e Used\u003cbr\u003e\u003cb\u003eMileage: \u003c\/b\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e34,689\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eVIN:\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKNAE35LDXN6112668\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e#\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e0525-003\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e: \u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e54840-J5000\u003c\/span\u003e\u003c\/font\u003e\u003c\/p\u003e\u003c\/pre\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":697,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":697,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Parts Fits with Following Models, \u003c\/span\u003e\u003c\/b\u003e\u003c\/span\u003e\u003c\/b\u003eIf you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/b\u003e\u003c\/p\u003e\u003cgoogle-sheets-html-origin style=\"white-space: normal;\"\u003e\u003cgoogle-sheets-html-origin\u003e\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\" style=\"table-layout: fixed; font-size: 10pt; font-family: Arial; width: 0px; border-collapse: collapse; border: none;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"40\"\u003e\n\u003ccol width=\"42\"\u003e\n\u003ccol width=\"53\"\u003e\n\u003ccol width=\"287\"\u003e\n\u003ccol width=\"177\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border: 1px solid rgb(0, 0, 0); overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eYear\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eMake\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eModel\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2023\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line, GT2, Tribute Edition\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2022\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2021\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT, GT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2020\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT, GT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2019\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, GT, GT, GT1, GT2, GTS, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2018\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, GT, GT1, GT2, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818899533893,"sku":"99599","price":21.14,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_63e21364-a534-48d2-9b88-593f81934448.png?v=1774609369"},{"product_id":"18-23-kia-stinger-rear-lh-or-rh-quarter-panel-pressure-air-vent-grill-99606","title":"18-23 KIA STINGER REAR LH OR RH QUARTER PANEL PRESSURE AIR VENT GRILL # 99606","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Grayscale Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #eaeaea; \/* Light pure gray *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #222222; \/* Near black text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f5f5f5;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #666666; \/* Gray primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #333333; \/* Dark gray hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #eaeaea;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #333333;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #111111;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #bcbcbc;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #111111;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #bcbcbc;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #e0e0e0;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #cccccc;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #cccccc;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #444444;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e5e5e5;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #444444;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f5f5f5;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #777777;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #eeeeee;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #444444;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #bcbcbc;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cccccc;\n            padding: 2px;\n            cursor: pointer;\n            background: #f0f0f0;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #000000; \/* Pure black hover *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #000000; \/* Black title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #555555; \/* Gray star to fit B\u0026W theme *\/\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #555555;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #333333;\n            border-top: 1px dashed #e5e5e5;\n            border-bottom: 1px dashed #e5e5e5;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #000000; \/* Black arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #000000; \/* Black price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #111111; \/* Almost black button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #444444; \/* Gray hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #000000; \/* Black tab *\/\n            color: white;\n            border-top: 3px solid #000000;\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #000000; \/* Black line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #555555;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f0f0f0;\n            border: 1px solid #cccccc;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e5e5e5;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #bcbcbc;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #222222;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #bcbcbc;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f5f5f5;\n        }\n\n        .compat-table th {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #111111;\n        }\n\n        .compat-table td {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #bcbcbc;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #bcbcbc;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #444444;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #777777;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #444444;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #111111;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #444444;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitinissancollisionparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070399018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070400018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49023190018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Subframes - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48875574018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e DT Dropship Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48898557018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Big Items - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48815319018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e OEM Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691388018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691389018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket items\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/ODE0WDEyNDA=\/z\/6akAAeSw4oZoY3R4\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-9\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/ODE0WDEyNDA=\/z\/6akAAeSw4oZoY3R4\/$_57.PNG?set_id=880000500F\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/1tUAAeSwqABoY3RV\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/1tUAAeSwqABoY3RV\/$_57.JPG?set_id=880000500F\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/IdAAAeSwoR9oY3RU\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/IdAAAeSwoR9oY3RU\/$_57.JPG?set_id=880000500F\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/S1IAAeSw6GRoY3RU\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/S1IAAeSw6GRoY3RU\/$_57.JPG?set_id=880000500F\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/Z5IAAeSwICZoY3RT\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/Z5IAAeSwICZoY3RT\/$_57.JPG?set_id=880000500F\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/OTEwWDExNzQ=\/z\/i~oAAeSwDHxoY3SE\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTEwWDExNzQ=\/z\/i~oAAeSwDHxoY3SE\/$_57.PNG?set_id=880000500F\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/ODgxWDEyOTA=\/z\/vTIAAeSwGlRoY3R9\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/ODgxWDEyOTA=\/z\/vTIAAeSwGlRoY3R9\/$_57.PNG?set_id=880000500F\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/2oUAAeSwDiNoY3RU\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/2oUAAeSwDiNoY3RU\/$_57.JPG?set_id=880000500F\" alt=\"Image 8\"\u003e\u003clabel for=\"image-8\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/w54AAeSwUG1oY3RU\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-8\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-8\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-8\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/w54AAeSwUG1oY3RU\/$_57.JPG?set_id=880000500F\" alt=\"Image 9\"\u003e\u003clabel for=\"image-9\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/YQcAAeSwJR5oY3RU\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-9\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-9\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-9\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-8\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/YQcAAeSwJR5oY3RU\/$_57.JPG?set_id=880000500F\" alt=\"Image 10\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/ODE0WDEyNDA=\/z\/6akAAeSw4oZoY3R4\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/1tUAAeSwqABoY3RV\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/IdAAAeSwoR9oY3RU\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/S1IAAeSw6GRoY3RU\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/Z5IAAeSwICZoY3RT\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTEwWDExNzQ=\/z\/i~oAAeSwDHxoY3SE\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/ODgxWDEyOTA=\/z\/vTIAAeSwGlRoY3R9\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/2oUAAeSwDiNoY3RU\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-8\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/w54AAeSwUG1oY3RU\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-9\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/YQcAAeSwJR5oY3RU\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                18-23 KIA STINGER REAR LH OR RH QUARTER PANEL PRESSURE AIR VENT GRILL # 99606\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 99606\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 19\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n\r\n                            \u003cdiv data-fura-freight\u003e\u003c\/div\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 KIA STINGR. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e KIA STINGR\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e \r\n                                \r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 34689\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e KNAE35LDXN6112668\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0525-003\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e 97535-J5000 \/ 97535 J5000 \/ 97535J5000\u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2021 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2020 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2019 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, GT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door, Premium Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2018 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, GT Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door, Premium Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infinitinissancollisionparts1\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818899697733,"sku":"99606","price":19.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_3d0ae15e-e193-4661-94c9-063539bbd998.png?v=1774609378"},{"product_id":"2018-2023-kia-stinger-rear-left-or-right-side-door-audio-sound-speaker-99607","title":"2018-2023 KIA STINGER REAR LEFT OR RIGHT SIDE DOOR AUDIO SOUND SPEAKER # 99607","description":"\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Part is taken from 2022 KIA STINGER GT-LINE. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/b\u003e\u003cspan style=\"box-sizing: border-box; font-size: 14pt; font-family: Arial, sans-serif;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; font-size: medium; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; font-size: 13.5pt; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eYear:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e 2022\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eModel:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKIA STINGER\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eColor:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e GRAY, \u003cb\u003eCode\u003c\/b\u003e=\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eC4S\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e \u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in;'\u003eAWD\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eType:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e Used\u003cbr\u003e\u003cb\u003eMileage: \u003c\/b\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e34,689\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eVIN:\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKNAE35LDXN6112668\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e#\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e0525-003\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e: \u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e96330-J5200\u003c\/span\u003e\u003c\/font\u003e\u003c\/p\u003e\u003c\/pre\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":697,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":697,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Parts Fits with Following Models, \u003c\/span\u003e\u003c\/b\u003e\u003c\/span\u003e\u003c\/b\u003eIf you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/b\u003e\u003c\/p\u003e\u003cgoogle-sheets-html-origin style=\"white-space: normal;\"\u003e\u003cgoogle-sheets-html-origin\u003e\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\" style=\"table-layout: fixed; font-size: 10pt; font-family: Arial; width: 0px; border-collapse: collapse; border: none;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"40\"\u003e\n\u003ccol width=\"42\"\u003e\n\u003ccol width=\"53\"\u003e\n\u003ccol width=\"287\"\u003e\n\u003ccol width=\"177\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border: 1px solid rgb(0, 0, 0); overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eYear\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eMake\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eModel\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2023\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line, GT2, Tribute Edition\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2022\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2021\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT, GT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2020\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT, GT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2019\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, GT, GT, GT1, GT2, GTS, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2018\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, GT, GT1, GT2, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818899763269,"sku":"99607","price":27.3,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_3dd76335-03e6-40c0-a2dd-1351d09432d0.png?v=1774609383"},{"product_id":"18-23-kia-stinger-rear-right-side-stabilizer-anti-roll-sway-bar-end-link-99608","title":"18-23 KIA STINGER REAR RIGHT SIDE STABILIZER ANTI ROLL SWAY BAR END LINK # 99608","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Blue Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #e2e8f0; \/* Cool slate background *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #0f172a; \/* Dark slate text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f1f5f9;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #2563eb; \/* Blue primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #1d4ed8; \/* Darker blue hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e2e8f0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #e2e8f0;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #1e293b;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #0f172a;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #cbd5e1;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #0f172a;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #cbd5e1;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #f1f5f9;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #94a3b8;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #94a3b8;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #475569;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e2e8f0;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #475569;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f8fafc;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #64748b;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #f1f5f9;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #475569;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #cbd5e1;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cbd5e1;\n            padding: 2px;\n            cursor: pointer;\n            background: #f1f5f9;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #2563eb; \/* Blue highlight *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #1d4ed8; \/* Blue title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #fbbf24;\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #475569;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #334155;\n            border-top: 1px dashed #e2e8f0;\n            border-bottom: 1px dashed #e2e8f0;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #1d4ed8; \/* Blue arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #1d4ed8; \/* Blue price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #0f172a; \/* Dark slate button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #1d4ed8; \/* Blue hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #1d4ed8; \/* Blue tab *\/\n            color: white;\n            border-top: 3px solid #1e3a8a; \/* Darker blue top border *\/\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #1d4ed8; \/* Blue line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #475569;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f1f5f9;\n            border: 1px solid #cbd5e1;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e2e8f0;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #cbd5e1;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #1e293b;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #cbd5e1;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f8fafc;\n        }\n\n        .compat-table th {\n            border: 1px solid #cbd5e1;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #0f172a;\n        }\n\n        .compat-table td {\n            border: 1px solid #cbd5e1;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #cbd5e1;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #cbd5e1;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #cbd5e1;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #cbd5e1;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #475569;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #64748b;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #475569;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #0f172a;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #1d4ed8;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitioemparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infiniti-nissan-autoparts\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44597128011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44597130011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44529665011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Kia\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44392357011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Acura\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44408886011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e New Aftermarket Big Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44341614011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Toyota\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44307730011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Infiniti\/ Nissan Big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=38808958011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Air Conditioning \u0026amp; Heat\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=38814568011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e AC Condenser\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_pc8ik6QfB.jpg\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-8\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_pc8ik6QfB.jpg\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/NzU0WDEyNTI=\/z\/3x4AAOSwWS9oWkQt\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NzU0WDEyNTI=\/z\/3x4AAOSwWS9oWkQt\/$_57.PNG?set_id=880000500F\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/8okAAOSw8nFoWkNO\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/8okAAOSw8nFoWkNO\/$_57.JPG?set_id=880000500F\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/M-cAAOSw~HdoWkNO\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/M-cAAOSw~HdoWkNO\/$_57.JPG?set_id=880000500F\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/SHUAAOSwqCRoWkNP\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/SHUAAOSwqCRoWkNP\/$_57.JPG?set_id=880000500F\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/MBEAAOSwrBloWkNO\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/MBEAAOSwrBloWkNO\/$_57.JPG?set_id=880000500F\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/6uUAAOSwzddoWkNP\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/6uUAAOSwzddoWkNP\/$_57.JPG?set_id=880000500F\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/VyUAAOSwhxZoWkNO\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/VyUAAOSwhxZoWkNO\/$_57.JPG?set_id=880000500F\" alt=\"Image 8\"\u003e\u003clabel for=\"image-8\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/NIsAAOSwcvxoWkNO\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-8\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-8\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-8\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/NIsAAOSwcvxoWkNO\/$_57.JPG?set_id=880000500F\" alt=\"Image 9\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_pc8ik6QfB.jpg\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NzU0WDEyNTI=\/z\/3x4AAOSwWS9oWkQt\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/8okAAOSw8nFoWkNO\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/M-cAAOSw~HdoWkNO\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/SHUAAOSwqCRoWkNP\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/MBEAAOSwrBloWkNO\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/6uUAAOSwzddoWkNP\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/VyUAAOSwhxZoWkNO\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-8\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/NIsAAOSwcvxoWkNO\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                18-23 KIA STINGER REAR RIGHT SIDE STABILIZER ANTI ROLL SWAY BAR END LINK # 99608\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 99608\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 19.38\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n                            \u003cdiv data-fura-freight\u003e\u003c\/div\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 KIA STINGR. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e KIA STINGR\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e \r\n                                \r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 34689\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e KNAE35LDXN6112668\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0525-003\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e 55531-J5000, 55531 J5000, 55531J5000\u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT2 Hatchback 4-Door, Tribute Edition Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2021 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2020 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2019 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, GT Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door, GTS Hatchback 4-Door, Premium Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2018 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, GT Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door, Premium Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infiniti-nissan-autoparts\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infiniti-nissan-autoparts\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818899828805,"sku":"99608","price":19.38,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_6c29827d-c6dc-4f27-a940-3b1f6e95a8f1.png?v=1774609388"},{"product_id":"18-23-kia-stinger-rear-right-passenger-side-seat-belt-seatbelt-retractor-99609","title":"18-23 KIA STINGER REAR RIGHT PASSENGER SIDE SEAT BELT SEATBELT RETRACTOR # 99609","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Grayscale Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #eaeaea; \/* Light pure gray *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #222222; \/* Near black text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f5f5f5;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #666666; \/* Gray primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #333333; \/* Dark gray hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #eaeaea;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #333333;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #111111;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #bcbcbc;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #111111;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #bcbcbc;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #e0e0e0;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #cccccc;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #cccccc;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #444444;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e5e5e5;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #444444;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f5f5f5;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #777777;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #eeeeee;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #444444;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #bcbcbc;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cccccc;\n            padding: 2px;\n            cursor: pointer;\n            background: #f0f0f0;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #000000; \/* Pure black hover *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #000000; \/* Black title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #555555; \/* Gray star to fit B\u0026W theme *\/\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #555555;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #333333;\n            border-top: 1px dashed #e5e5e5;\n            border-bottom: 1px dashed #e5e5e5;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #000000; \/* Black arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #000000; \/* Black price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #111111; \/* Almost black button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #444444; \/* Gray hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #000000; \/* Black tab *\/\n            color: white;\n            border-top: 3px solid #000000;\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #000000; \/* Black line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #555555;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f0f0f0;\n            border: 1px solid #cccccc;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e5e5e5;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #bcbcbc;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #222222;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #bcbcbc;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f5f5f5;\n        }\n\n        .compat-table th {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #111111;\n        }\n\n        .compat-table td {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #bcbcbc;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #bcbcbc;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #444444;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #777777;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #444444;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #111111;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #444444;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitinissancollisionparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070399018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070400018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49023190018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Subframes - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48875574018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e DT Dropship Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48898557018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Big Items - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48815319018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e OEM Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691388018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691389018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket items\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/Njk4WDEyNTU=\/z\/X6UAAeSw1gVoZQpW\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-9\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/Njk4WDEyNTU=\/z\/X6UAAeSw1gVoZQpW\/$_57.PNG?set_id=880000500F\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/6uEAAeSwGLloZQnE\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/6uEAAeSwGLloZQnE\/$_57.JPG?set_id=880000500F\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/5XQAAeSwN0ZoZQnE\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/5XQAAeSwN0ZoZQnE\/$_57.JPG?set_id=880000500F\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/r2gAAeSw5axoZQnE\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/r2gAAeSw5axoZQnE\/$_57.JPG?set_id=880000500F\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/5DoAAeSwUHFoZQnE\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/5DoAAeSwUHFoZQnE\/$_57.JPG?set_id=880000500F\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/rkIAAeSwGlRoZQnE\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/rkIAAeSwGlRoZQnE\/$_57.JPG?set_id=880000500F\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/g3MAAeSwIF9oZQnE\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/g3MAAeSwIF9oZQnE\/$_57.JPG?set_id=880000500F\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/McQAAeSwV4loZQnE\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/McQAAeSwV4loZQnE\/$_57.JPG?set_id=880000500F\" alt=\"Image 8\"\u003e\u003clabel for=\"image-8\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/DrsAAeSwC-5oZQnE\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-8\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-8\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-8\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/DrsAAeSwC-5oZQnE\/$_57.JPG?set_id=880000500F\" alt=\"Image 9\"\u003e\u003clabel for=\"image-9\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/5ToAAeSw9rJoZQnE\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-9\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-9\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-9\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-8\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/5ToAAeSw9rJoZQnE\/$_57.JPG?set_id=880000500F\" alt=\"Image 10\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/Njk4WDEyNTU=\/z\/X6UAAeSw1gVoZQpW\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/6uEAAeSwGLloZQnE\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/5XQAAeSwN0ZoZQnE\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/r2gAAeSw5axoZQnE\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/5DoAAeSwUHFoZQnE\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/rkIAAeSwGlRoZQnE\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/g3MAAeSwIF9oZQnE\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/McQAAeSwV4loZQnE\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-8\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/DrsAAeSwC-5oZQnE\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-9\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/5ToAAeSw9rJoZQnE\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                18-23 KIA STINGER REAR RIGHT PASSENGER SIDE SEAT BELT SEATBELT RETRACTOR # 99609\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 99609\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 56\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n\r\n                            \u003cdiv data-fura-freight\u003e\u003c\/div\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 KIA STINGR. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e KIA STINGR\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e \r\n                                \r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 34689\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e KNAE35LDXN6112668\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0525-003\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e 89820-J5500WK \/ 89820 J5500WK \/ 89820J5500WK, 89820-J5500 \/ 89820 J5500 \/ 89820J5500\u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT2 Hatchback 4-Door, Tribute Edition Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT Limited Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.5L 2497CC l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2021 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2020 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2019 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, GT Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door, GTS Hatchback 4-Door, Premium Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2018 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, GT Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door, Premium Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infinitinissancollisionparts1\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818899927109,"sku":"99609","price":56.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_700fcd4c-1f83-4cd8-8202-0c933e523b02.png?v=1774609392"},{"product_id":"2018-2023-kia-stinger-flywheel-fly-wheel-flex-plate-adapter-99612","title":"2018-2023 KIA STINGER FLYWHEEL FLY WHEEL FLEX PLATE ADAPTER # 99612","description":"\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Part is taken from 2022 KIA STINGER GT-LINE. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/b\u003e\u003cspan style=\"box-sizing: border-box; font-size: 14pt; font-family: Arial, sans-serif;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; font-size: medium; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; font-size: 13.5pt; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eYear:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e 2022\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eModel:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKIA STINGER\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eColor:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e GRAY, \u003cb\u003eCode\u003c\/b\u003e=\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eC4S\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e \u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in;'\u003eAWD\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eType:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e Used\u003cbr\u003e\u003cb\u003eMileage: \u003c\/b\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e34,689\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eVIN:\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKNAE35LDXN6112668\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e#\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e0525-003\u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":697,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"font-family: Arial; white-space: normal; box-sizing: border-box;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":697,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Parts Fits with Following Models, \u003c\/span\u003e\u003c\/b\u003e\u003c\/span\u003e\u003c\/b\u003eIf you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003c\/p\u003e\u003c\/pre\u003e\u003cgoogle-sheets-html-origin style=\"white-space: normal;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cgoogle-sheets-html-origin style=\"white-space: normal;\"\u003e\u003cgoogle-sheets-html-origin\u003e\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\" style=\"table-layout: fixed; font-size: 10pt; font-family: Arial; width: 0px; border-collapse: collapse; border: none;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"40\"\u003e\n\u003ccol width=\"42\"\u003e\n\u003ccol width=\"53\"\u003e\n\u003ccol width=\"287\"\u003e\n\u003ccol width=\"177\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border: 1px solid rgb(0, 0, 0); overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eYear\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eMake\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eModel\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2023\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line, GT2, Tribute Edition\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2022\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2021\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT, GT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2020\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT, GT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2019\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, GT, GT1, GT2, GTS, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2018\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, GT, GT1, GT2, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818900058181,"sku":"99612","price":26.42,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_bf67cb4f-0d56-4bae-90dc-75b00b11118b.png?v=1774609402"},{"product_id":"kia-stinger-rear-lh-or-rh-bumper-reinforcement-impact-bar-stay-bracket-99615","title":"KIA STINGER REAR LH OR RH BUMPER REINFORCEMENT IMPACT BAR STAY BRACKET # 99615","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Grayscale Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #eaeaea; \/* Light pure gray *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #222222; \/* Near black text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f5f5f5;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #666666; \/* Gray primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #333333; \/* Dark gray hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #eaeaea;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #333333;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #111111;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #bcbcbc;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #111111;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #bcbcbc;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #e0e0e0;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #cccccc;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #cccccc;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #444444;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e5e5e5;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #444444;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f5f5f5;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #777777;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #eeeeee;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #444444;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #bcbcbc;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cccccc;\n            padding: 2px;\n            cursor: pointer;\n            background: #f0f0f0;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #000000; \/* Pure black hover *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #000000; \/* Black title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #555555; \/* Gray star to fit B\u0026W theme *\/\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #555555;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #333333;\n            border-top: 1px dashed #e5e5e5;\n            border-bottom: 1px dashed #e5e5e5;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #000000; \/* Black arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #000000; \/* Black price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #111111; \/* Almost black button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #444444; \/* Gray hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #000000; \/* Black tab *\/\n            color: white;\n            border-top: 3px solid #000000;\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #000000; \/* Black line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #555555;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f0f0f0;\n            border: 1px solid #cccccc;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e5e5e5;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #bcbcbc;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #222222;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #bcbcbc;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f5f5f5;\n        }\n\n        .compat-table th {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #111111;\n        }\n\n        .compat-table td {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #bcbcbc;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #bcbcbc;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #444444;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #777777;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #444444;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #111111;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #444444;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitinissancollisionparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070399018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070400018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49023190018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Subframes - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48875574018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e DT Dropship Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48898557018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Big Items - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48815319018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e OEM Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691388018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691389018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket items\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/NzY1WDEzOTE=\/z\/Jz0AAeSwkrZoYnnz\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-10\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NzY1WDEzOTE=\/z\/Jz0AAeSwkrZoYnnz\/$_57.PNG?set_id=880000500F\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/~90AAeSwihJoYnnY\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/~90AAeSwihJoYnnY\/$_57.JPG?set_id=880000500F\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/MOwAAeSw6aZoYnnY\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/MOwAAeSw6aZoYnnY\/$_57.JPG?set_id=880000500F\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/Zn4AAeSw58hoYnnY\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/Zn4AAeSw58hoYnnY\/$_57.JPG?set_id=880000500F\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/pegAAeSw1AxoYnnZ\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/pegAAeSw1AxoYnnZ\/$_57.JPG?set_id=880000500F\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/iDQAAeSwvgNoYnnZ\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/iDQAAeSwvgNoYnnZ\/$_57.JPG?set_id=880000500F\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/ODYxWDE0NDA=\/z\/fuUAAeSwz0xoYnoE\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/ODYxWDE0NDA=\/z\/fuUAAeSwz0xoYnoE\/$_57.PNG?set_id=880000500F\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/7cYAAeSwxV1oYnnZ\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/7cYAAeSwxV1oYnnZ\/$_57.JPG?set_id=880000500F\" alt=\"Image 8\"\u003e\u003clabel for=\"image-8\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/iH4AAeSw4GdoYnnZ\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-8\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-8\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-8\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/iH4AAeSw4GdoYnnZ\/$_57.JPG?set_id=880000500F\" alt=\"Image 9\"\u003e\u003clabel for=\"image-9\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/AiYAAeSwER5oYnnY\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-9\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-9\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-9\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-8\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/AiYAAeSwER5oYnnY\/$_57.JPG?set_id=880000500F\" alt=\"Image 10\"\u003e\u003clabel for=\"image-10\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/fUUAAeSwI8xoYnnZ\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-10\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-10\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-10\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-9\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/fUUAAeSwI8xoYnnZ\/$_57.JPG?set_id=880000500F\" alt=\"Image 11\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NzY1WDEzOTE=\/z\/Jz0AAeSwkrZoYnnz\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/~90AAeSwihJoYnnY\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/MOwAAeSw6aZoYnnY\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/Zn4AAeSw58hoYnnY\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/pegAAeSw1AxoYnnZ\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/iDQAAeSwvgNoYnnZ\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/ODYxWDE0NDA=\/z\/fuUAAeSwz0xoYnoE\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/7cYAAeSwxV1oYnnZ\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-8\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/iH4AAeSw4GdoYnnZ\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-9\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/AiYAAeSwER5oYnnY\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-10\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/fUUAAeSwI8xoYnnZ\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                KIA STINGER REAR LH OR RH BUMPER REINFORCEMENT IMPACT BAR STAY BRACKET # 99615\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 99615\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 147\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n\r\n                            \u003cdiv data-fura-freight\u003e\u003c\/div\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 KIA STINGR. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e KIA STINGR\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e \r\n                                \r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 34689\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e KNAE35LDXN6112668\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0525-003\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e 86641 J5000, 86642 J5000, 86641J5000, 86642J5000, 86641-J5000, 86642-J5000\u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT2 Hatchback 4-Door, Tribute Edition Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2021 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2020 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2019 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, GT Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door, GTS Hatchback 4-Door, Premium Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2018 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, GT Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door, Premium Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infinitinissancollisionparts1\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818900156485,"sku":"99615","price":147.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_7821bf83-4ecb-4ee1-960d-dfb71f11f7fb.png?v=1774609406"},{"product_id":"2018-2023-kia-stinger-automatic-transmission-gear-shift-shifter-cable-99616","title":"2018 - 2023 KIA STINGER AUTOMATIC TRANSMISSION GEAR SHIFT SHIFTER CABLE # 99616","description":"\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Part is taken from 2022 KIA STINGER GT-LINE. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/b\u003e\u003cspan style=\"box-sizing: border-box; font-size: 14pt; font-family: Arial, sans-serif;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; font-size: medium; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; font-size: 13.5pt; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eYear:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e 2022\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eModel:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKIA STINGER\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eColor:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e GRAY, \u003cb\u003eCode\u003c\/b\u003e=\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eC4S\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e \u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in;'\u003eAWD\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eType:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e Used\u003cbr\u003e\u003cb\u003eMileage: \u003c\/b\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e34,689\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eVIN:\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKNAE35LDXN6112668\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e#\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e0525-003\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e: \u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e46790-J5100\u003c\/span\u003e\u003c\/font\u003e\u003c\/p\u003e\u003c\/pre\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":697,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":697,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Parts Fits with Following Models, \u003c\/span\u003e\u003c\/b\u003e\u003c\/span\u003e\u003c\/b\u003eIf you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/b\u003e\u003c\/p\u003e\u003cgoogle-sheets-html-origin style=\"white-space: normal;\"\u003e\u003cgoogle-sheets-html-origin\u003e\u003cgoogle-sheets-html-origin\u003e\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\" style=\"table-layout: fixed; font-size: 10pt; font-family: Arial; width: 0px; border-collapse: collapse; border: none;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"40\"\u003e\n\u003ccol width=\"42\"\u003e\n\u003ccol width=\"53\"\u003e\n\u003ccol width=\"104\"\u003e\n\u003ccol width=\"177\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border: 1px solid rgb(0, 0, 0); overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eYear\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eMake\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eModel\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2023\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2022\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2021\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2020\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2019\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2018\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818900222021,"sku":"99616","price":30.82,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_43098b58-3703-4668-9067-c858c3b22ef2.png?v=1774609411"},{"product_id":"18-23-kia-stinger-front-left-right-side-hood-bonnet-lift-support-pair-99617","title":"18-23 KIA STINGER FRONT LEFT \u0026 RIGHT SIDE HOOD BONNET LIFT SUPPORT PAIR # 99617","description":"\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Part is taken from 2022 KIA STINGER GT-LINE. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/b\u003e\u003cspan style=\"box-sizing: border-box; font-size: 14pt; font-family: Arial, sans-serif;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; font-size: medium; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; font-size: 13.5pt; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eYear:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e 2022\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eModel:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKIA STINGER\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eColor:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e GRAY, \u003cb\u003eCode\u003c\/b\u003e=\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eC4S\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e \u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in;'\u003eAWD\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eType:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e Used\u003cbr\u003e\u003cb\u003eMileage: \u003c\/b\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e34,689\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eVIN:\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKNAE35LDXN6112668\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e#\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e0525-003\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e: \u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e81161-J5000\u003c\/span\u003e\u003c\/font\u003e\u003c\/p\u003e\u003c\/pre\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":697,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":697,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Parts Fits with Following Models, \u003c\/span\u003e\u003c\/b\u003e\u003c\/span\u003e\u003c\/b\u003eIf you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/b\u003e\u003c\/p\u003e\u003cgoogle-sheets-html-origin style=\"white-space: normal;\"\u003e\u003cgoogle-sheets-html-origin\u003e\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\" style=\"table-layout: fixed; font-size: 10pt; font-family: Arial; width: 0px; border-collapse: collapse; border: none;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"40\"\u003e\n\u003ccol width=\"42\"\u003e\n\u003ccol width=\"53\"\u003e\n\u003ccol width=\"287\"\u003e\n\u003ccol width=\"177\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border: 1px solid rgb(0, 0, 0); overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eYear\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eMake\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eModel\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2023\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line, GT2, Tribute Edition\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2022\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2021\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT, GT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2020\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT, GT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2019\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, GT, GT, GT1, GT2, GTS, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2018\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, GT, GT1, GT2, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818900287557,"sku":"99617","price":27.3,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_9a2bc043-0505-47ab-b401-efe755cd9db9.png?v=1774609416"},{"product_id":"22-23-kia-stinger-gt-line-engine-radiator-coolant-reservoir-tank-bottle-99618","title":"22-23 KIA STINGER GT-LINE ENGINE RADIATOR COOLANT RESERVOIR TANK BOTTLE # 99618","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Grayscale Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #eaeaea; \/* Light pure gray *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #222222; \/* Near black text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f5f5f5;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #666666; \/* Gray primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #333333; \/* Dark gray hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #eaeaea;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #333333;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #111111;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #bcbcbc;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #111111;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #bcbcbc;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #e0e0e0;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #cccccc;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #cccccc;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #444444;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e5e5e5;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #444444;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f5f5f5;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #777777;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #eeeeee;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #444444;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #bcbcbc;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cccccc;\n            padding: 2px;\n            cursor: pointer;\n            background: #f0f0f0;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #000000; \/* Pure black hover *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #000000; \/* Black title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #555555; \/* Gray star to fit B\u0026W theme *\/\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #555555;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #333333;\n            border-top: 1px dashed #e5e5e5;\n            border-bottom: 1px dashed #e5e5e5;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #000000; \/* Black arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #000000; \/* Black price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #111111; \/* Almost black button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #444444; \/* Gray hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #000000; \/* Black tab *\/\n            color: white;\n            border-top: 3px solid #000000;\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #000000; \/* Black line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #555555;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f0f0f0;\n            border: 1px solid #cccccc;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e5e5e5;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #bcbcbc;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #222222;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #bcbcbc;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f5f5f5;\n        }\n\n        .compat-table th {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #111111;\n        }\n\n        .compat-table td {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #bcbcbc;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #bcbcbc;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #444444;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #777777;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #444444;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #111111;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #444444;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitinissancollisionparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070399018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070400018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49023190018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Subframes - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48875574018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e DT Dropship Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48898557018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Big Items - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48815319018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e OEM Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691388018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691389018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket items\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/Nzk3WDEyMzI=\/z\/Lz8AAeSwcYFoZ3XU\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-8\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/Nzk3WDEyMzI=\/z\/Lz8AAeSwcYFoZ3XU\/$_57.PNG?set_id=880000500F\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/viQAAeSwighoZ3Tw\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/viQAAeSwighoZ3Tw\/$_57.JPG?set_id=880000500F\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/bJ4AAeSw9rJoZ3Tv\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/bJ4AAeSw9rJoZ3Tv\/$_57.JPG?set_id=880000500F\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/N-UAAeSw9HVoZ3Tw\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/N-UAAeSw9HVoZ3Tw\/$_57.JPG?set_id=880000500F\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/OTc5WDEyNzI=\/z\/ETQAAeSw85ZoZ3Xg\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTc5WDEyNzI=\/z\/ETQAAeSw85ZoZ3Xg\/$_57.PNG?set_id=880000500F\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/FCQAAeSwiE9oZ3Tw\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/FCQAAeSwiE9oZ3Tw\/$_57.JPG?set_id=880000500F\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/TJcAAeSwu3hoZ3Tw\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/TJcAAeSwu3hoZ3Tw\/$_57.JPG?set_id=880000500F\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/OTMwWDEzNzE=\/z\/YjcAAeSwbYtoZ3Xq\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTMwWDEzNzE=\/z\/YjcAAeSwbYtoZ3Xq\/$_57.PNG?set_id=880000500F\" alt=\"Image 8\"\u003e\u003clabel for=\"image-8\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/USkAAeSwYVFoZ3Tx\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-8\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-8\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-8\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/USkAAeSwYVFoZ3Tx\/$_57.JPG?set_id=880000500F\" alt=\"Image 9\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/Nzk3WDEyMzI=\/z\/Lz8AAeSwcYFoZ3XU\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/viQAAeSwighoZ3Tw\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/bJ4AAeSw9rJoZ3Tv\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/N-UAAeSw9HVoZ3Tw\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTc5WDEyNzI=\/z\/ETQAAeSw85ZoZ3Xg\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/FCQAAeSwiE9oZ3Tw\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/TJcAAeSwu3hoZ3Tw\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTMwWDEzNzE=\/z\/YjcAAeSwbYtoZ3Xq\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-8\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/USkAAeSwYVFoZ3Tx\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                22-23 KIA STINGER GT-LINE ENGINE RADIATOR COOLANT RESERVOIR TANK BOTTLE # 99618\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 99618\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 32\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n\r\n                            \u003cdiv data-fura-freight\u003e\u003c\/div\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 KIA STINGR. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e KIA STINGR\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e \r\n                                \r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 34689\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e KNAE35LDXN6112668\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0525-003\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e 28279-2T000 \/ 28279 2T000 \/ 282792T000\u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infinitinissancollisionparts1\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818900353093,"sku":"99618","price":32.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_d30ae6ba-021d-4358-a1d7-6636c818b0e7.png?v=1774609420"},{"product_id":"18-23-kia-stinger-ac-heater-temperature-climate-control-switch-panel-unit-99621","title":"2018-2023 KIA STINGER AC HEATER TEMPERATURE CLIMATE CONTROL SWITCH PANEL # 99621","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Blue Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #e2e8f0; \/* Cool slate background *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #0f172a; \/* Dark slate text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f1f5f9;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #2563eb; \/* Blue primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #1d4ed8; \/* Darker blue hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e2e8f0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #e2e8f0;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #1e293b;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #0f172a;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #cbd5e1;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #0f172a;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #cbd5e1;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #f1f5f9;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #94a3b8;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #94a3b8;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #475569;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e2e8f0;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #475569;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f8fafc;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #64748b;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #f1f5f9;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #475569;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #cbd5e1;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cbd5e1;\n            padding: 2px;\n            cursor: pointer;\n            background: #f1f5f9;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #2563eb; \/* Blue highlight *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #1d4ed8; \/* Blue title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #fbbf24;\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #475569;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #334155;\n            border-top: 1px dashed #e2e8f0;\n            border-bottom: 1px dashed #e2e8f0;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #1d4ed8; \/* Blue arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #1d4ed8; \/* Blue price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #0f172a; \/* Dark slate button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #1d4ed8; \/* Blue hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #1d4ed8; \/* Blue tab *\/\n            color: white;\n            border-top: 3px solid #1e3a8a; \/* Darker blue top border *\/\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #1d4ed8; \/* Blue line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #475569;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f1f5f9;\n            border: 1px solid #cbd5e1;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e2e8f0;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #cbd5e1;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #1e293b;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #cbd5e1;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f8fafc;\n        }\n\n        .compat-table th {\n            border: 1px solid #cbd5e1;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #0f172a;\n        }\n\n        .compat-table td {\n            border: 1px solid #cbd5e1;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #cbd5e1;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #cbd5e1;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #cbd5e1;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #cbd5e1;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #475569;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #64748b;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #475569;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #0f172a;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #1d4ed8;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitioemparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infiniti-nissan-autoparts\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44597128011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44597130011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44529665011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Kia\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44392357011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Acura\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44408886011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e New Aftermarket Big Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44341614011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Toyota\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44307730011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Infiniti\/ Nissan Big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=38808958011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Air Conditioning \u0026amp; Heat\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=38814568011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e AC Condenser\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/ODk2WDEyMzA=\/z\/YHUAAOSwa5VoXT9Q\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-9\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/ODk2WDEyMzA=\/z\/YHUAAOSwa5VoXT9Q\/$_57.PNG?set_id=880000500F\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/iTsAAOSwGsBoXT7H\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/iTsAAOSwGsBoXT7H\/$_57.JPG?set_id=880000500F\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/1GoAAOSw165oXT7G\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/1GoAAOSw165oXT7G\/$_57.JPG?set_id=880000500F\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/9MkAAOSwjotoXT7G\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/9MkAAOSwjotoXT7G\/$_57.JPG?set_id=880000500F\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/WPwAAOSw3sVoXT7K\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/WPwAAOSw3sVoXT7K\/$_57.JPG?set_id=880000500F\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/3igAAOSwzwFoXT7F\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/3igAAOSwzwFoXT7F\/$_57.JPG?set_id=880000500F\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/OTQwWDE0MDA=\/z\/xNsAAOSwawxoXT9h\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTQwWDE0MDA=\/z\/xNsAAOSwawxoXT9h\/$_57.PNG?set_id=880000500F\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/m30AAOSw1gNoXT7G\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/m30AAOSw1gNoXT7G\/$_57.JPG?set_id=880000500F\" alt=\"Image 8\"\u003e\u003clabel for=\"image-8\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/4hAAAOSwbORoXT7H\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-8\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-8\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-8\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/4hAAAOSwbORoXT7H\/$_57.JPG?set_id=880000500F\" alt=\"Image 9\"\u003e\u003clabel for=\"image-9\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/OTIxWDE0NzA=\/z\/jOgAAOSwEY1oXT9a\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-9\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-9\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-9\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-8\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTIxWDE0NzA=\/z\/jOgAAOSwEY1oXT9a\/$_57.PNG?set_id=880000500F\" alt=\"Image 10\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/ODk2WDEyMzA=\/z\/YHUAAOSwa5VoXT9Q\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/iTsAAOSwGsBoXT7H\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/1GoAAOSw165oXT7G\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/9MkAAOSwjotoXT7G\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/WPwAAOSw3sVoXT7K\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/3igAAOSwzwFoXT7F\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTQwWDE0MDA=\/z\/xNsAAOSwawxoXT9h\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/m30AAOSw1gNoXT7G\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-8\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/4hAAAOSwbORoXT7H\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-9\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTIxWDE0NzA=\/z\/jOgAAOSwEY1oXT9a\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                2018-2023 KIA STINGER AC HEATER TEMPERATURE CLIMATE CONTROL SWITCH PANEL # 99621\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 99621\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 46\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 KIA STINGR. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e KIA STINGR\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e \r\n                                \r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 34689\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e KNAE35LDXN6112668\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0525-003\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e 97250J5000\u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT2 Hatchback 4-Door, Tribute Edition Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2021 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2020 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2019 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, GT Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door, GTS Hatchback 4-Door, Premium Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2018 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, GT Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door, Premium Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infiniti-nissan-autoparts\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infiniti-nissan-autoparts\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818900484165,"sku":"99621","price":48.42,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_2086f8ce-232d-4eb6-8a10-8ca3c983cd6f.png?v=1774609430"},{"product_id":"kia-stinger-gt-line-engine-trans-control-module-audio-amp-w-key-fob-99622","title":"KIA STINGER GT-LINE ENGINE \u0026 TRANS CONTROL MODULE \u0026 AUDIO AMP W\/ KEY FOB #99622","description":"\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Part is taken from 2022 KIA STINGER GT-LINE. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/b\u003e\u003cspan style=\"box-sizing: border-box; font-size: 14pt; font-family: Arial, sans-serif;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; font-size: medium; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; font-size: 13.5pt; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eYear:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e 2022\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eModel:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKIA STINGER\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eColor:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e GRAY, \u003cb\u003eCode\u003c\/b\u003e=\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eC4S\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e \u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in;'\u003eAWD\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eType:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e Used\u003cbr\u003e\u003cb\u003eMileage: \u003c\/b\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e34,689\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eVIN:\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKNAE35LDXN6112668\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e#\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e0525-003\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e: \u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e95441-47AK0, 39151-2T105, 29121-2T105, 96370-J5150\u003c\/span\u003e\u003c\/font\u003e\u003c\/p\u003e\u003c\/pre\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":697,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":697,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Parts Fits with Following Models, \u003c\/span\u003e\u003c\/b\u003e\u003c\/span\u003e\u003c\/b\u003eIf you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/b\u003e\u003c\/p\u003e\u003cgoogle-sheets-html-origin style=\"white-space: normal;\"\u003e\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\" style=\"table-layout: fixed; font-size: 10pt; font-family: Arial; width: 0px; border-collapse: collapse; border: none;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"40\"\u003e\n\u003ccol width=\"42\"\u003e\n\u003ccol width=\"53\"\u003e\n\u003ccol width=\"167\"\u003e\n\u003ccol width=\"177\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border: 1px solid rgb(0, 0, 0); overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eYear\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eMake\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eModel\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2023\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2022\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818900549701,"sku":"99622","price":527.14,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_c81e85e4-5c93-4353-9729-890a5d414434.png?v=1774609435"},{"product_id":"18-23-kia-stinger-windshield-wiper-washer-reservoir-tank-filler-neck-tube-99629","title":"18-23 KIA STINGER WINDSHIELD WIPER WASHER RESERVOIR TANK FILLER NECK TUBE #99629","description":"\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Part is taken from 2022 KIA STINGER GT-LINE. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/b\u003e\u003cspan style=\"box-sizing: border-box; font-size: 14pt; font-family: Arial, sans-serif;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; font-size: medium; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; font-size: 13.5pt; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eYear:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e 2022\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eModel:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKIA STINGER\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eColor:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e GRAY, \u003cb\u003eCode\u003c\/b\u003e=\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eC4S\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e \u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in;'\u003eAWD\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eType:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e Used\u003cbr\u003e\u003cb\u003eMileage: \u003c\/b\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e34,689\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eVIN:\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKNAE35LDXN6112668\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e#\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e0525-003\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e: \u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e98622-J5000\u003c\/span\u003e\u003c\/font\u003e\u003c\/p\u003e\u003c\/pre\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":697,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":697,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Parts Fits with Following Models, \u003c\/span\u003e\u003c\/b\u003e\u003c\/span\u003e\u003c\/b\u003eIf you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/b\u003e\u003c\/p\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cgoogle-sheets-html-origin style=\"white-space: normal;\"\u003e\u003cgoogle-sheets-html-origin\u003e\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\" style=\"table-layout: fixed; font-size: 10pt; font-family: Arial; width: 0px; border-collapse: collapse; border: none;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"40\"\u003e\n\u003ccol width=\"42\"\u003e\n\u003ccol width=\"53\"\u003e\n\u003ccol width=\"287\"\u003e\n\u003ccol width=\"177\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border: 1px solid rgb(0, 0, 0); overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eYear\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eMake\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eModel\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2023\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line, GT2, Tribute Edition\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2022\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2021\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT, GT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2020\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT, GT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2019\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, GT, GT1, GT2, GTS, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2018\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, GT, GT1, GT2, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e\u003c\/pre\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818900680773,"sku":"99629","price":32.58,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_0c741efa-1091-4143-8af7-375983db875d.png?v=1774609445"},{"product_id":"2018-2023-kia-stinger-awd-exhaust-muffler-mount-support-bracket-black-99630","title":"2018-2023 KIA STINGER AWD EXHAUST MUFFLER MOUNT SUPPORT BRACKET BLACK # 99630","description":"\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Part is taken from 2022 KIA STINGER GT-LINE. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/b\u003e\u003cspan style=\"box-sizing: border-box; font-size: 14pt; font-family: Arial, sans-serif;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; font-size: medium; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; font-size: 13.5pt; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eYear:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e 2022\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eModel:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKIA STINGER\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eColor:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e GRAY, \u003cb\u003eCode\u003c\/b\u003e=\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eC4S\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e \u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in;'\u003eAWD\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eType:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e Used\u003cbr\u003e\u003cb\u003eMileage: \u003c\/b\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e34,689\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eVIN:\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKNAE35LDXN6112668\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e#\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e0525-003\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e: \u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e28670-J5200\u003c\/span\u003e\u003c\/font\u003e\u003c\/p\u003e\u003c\/pre\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":697,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":697,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Parts Fits with Following Models, \u003c\/span\u003e\u003c\/b\u003e\u003c\/span\u003e\u003c\/b\u003eIf you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/b\u003e\u003c\/p\u003e\u003cgoogle-sheets-html-origin style=\"white-space: normal;\"\u003e\u003cgoogle-sheets-html-origin\u003e\u003cgoogle-sheets-html-origin\u003e\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\" style=\"table-layout: fixed; font-size: 10pt; font-family: Arial; width: 0px; border-collapse: collapse; border: none;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"40\"\u003e\n\u003ccol width=\"42\"\u003e\n\u003ccol width=\"53\"\u003e\n\u003ccol width=\"167\"\u003e\n\u003ccol width=\"177\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border: 1px solid rgb(0, 0, 0); overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eYear\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eMake\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eModel\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2023\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2022\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2021\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2020\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2019\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2018\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818900746309,"sku":"99630","price":26.42,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_87f42e44-673c-4eb4-a536-16c0e7b73a94.png?v=1774609449"},{"product_id":"kia-spectra-sorento-sportage-soul-stinger-rear-fuel-gas-tank-filler-cap-99634","title":"KIA SPECTRA SORENTO SPORTAGE SOUL STINGER REAR FUEL GAS TANK FILLER CAP # 99634","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Grayscale Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #eaeaea; \/* Light pure gray *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #222222; \/* Near black text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f5f5f5;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #666666; \/* Gray primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #333333; \/* Dark gray hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #eaeaea;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #333333;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #111111;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #bcbcbc;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #111111;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #bcbcbc;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #e0e0e0;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #cccccc;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #cccccc;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #444444;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e5e5e5;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #444444;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f5f5f5;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #777777;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #eeeeee;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #444444;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #bcbcbc;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cccccc;\n            padding: 2px;\n            cursor: pointer;\n            background: #f0f0f0;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #000000; \/* Pure black hover *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #000000; \/* Black title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #555555; \/* Gray star to fit B\u0026W theme *\/\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #555555;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #333333;\n            border-top: 1px dashed #e5e5e5;\n            border-bottom: 1px dashed #e5e5e5;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #000000; \/* Black arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #000000; \/* Black price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #111111; \/* Almost black button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #444444; \/* Gray hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #000000; \/* Black tab *\/\n            color: white;\n            border-top: 3px solid #000000;\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #000000; \/* Black line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #555555;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f0f0f0;\n            border: 1px solid #cccccc;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e5e5e5;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #bcbcbc;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #222222;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #bcbcbc;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f5f5f5;\n        }\n\n        .compat-table th {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #111111;\n        }\n\n        .compat-table td {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #bcbcbc;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #bcbcbc;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #444444;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #777777;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #444444;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #111111;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #444444;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitinissancollisionparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070399018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070400018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49023190018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Subframes - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48875574018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e DT Dropship Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48898557018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Big Items - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48815319018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e OEM Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691388018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691389018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket items\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/NzI3WDExMzM=\/z\/vScAAeSwCNBoYkfn\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NzI3WDExMzM=\/z\/vScAAeSwCNBoYkfn\/$_57.PNG?set_id=880000500F\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/yXkAAeSwIIpoYjsM\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/yXkAAeSwIIpoYjsM\/$_57.JPG?set_id=880000500F\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/mckAAeSwd8VoYjsN\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/mckAAeSwd8VoYjsN\/$_57.JPG?set_id=880000500F\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/EBQAAeSwqyBoYjsM\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/EBQAAeSwqyBoYjsM\/$_57.JPG?set_id=880000500F\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/ziMAAeSw75VoYjsM\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/ziMAAeSw75VoYjsM\/$_57.JPG?set_id=880000500F\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/2fgAAeSwoR9oYjsM\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/2fgAAeSwoR9oYjsM\/$_57.JPG?set_id=880000500F\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/AdAAAeSw4choYjsM\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/AdAAAeSw4choYjsM\/$_57.JPG?set_id=880000500F\" alt=\"Image 7\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NzI3WDExMzM=\/z\/vScAAeSwCNBoYkfn\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/yXkAAeSwIIpoYjsM\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/mckAAeSwd8VoYjsN\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/EBQAAeSwqyBoYjsM\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/ziMAAeSw75VoYjsM\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/2fgAAeSwoR9oYjsM\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/AdAAAeSw4choYjsM\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                KIA SPECTRA SORENTO SPORTAGE SOUL STINGER REAR FUEL GAS TANK FILLER CAP # 99634\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 99634\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 15\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n\r\n                            \u003cdiv data-fura-freight\u003e\u003c\/div\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 KIA STINGR. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e KIA STINGR\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e \r\n                                \r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 34689\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e KNAE35LDXN6112668\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0525-003\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e 31010-3L600U, 31010-2C800, 31010-2C800FFF, 31010-2D600, 31010-2F500, 31010-3L600\u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2025 Kia Seltos\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Sport Utility 4-Door, X-Line Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.5L 1497CC 91Cu. In. l4 GAS DOHC Naturally Aspirated, 2.0L 1999CC l4 GAS DOHC Naturally Aspirated, 1.6L 1591CC l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2025 Kia Soul\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Hatchback 4-Door, GT-Line Hatchback 4-Door, LX Hatchback 4-Door, S Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1999CC 122Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2024 Kia Seltos\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Sport Utility 4-Door, X-Line Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.5L 1497CC 91Cu. In. l4 GAS DOHC Naturally Aspirated, 2.0L 1999CC l4 GAS DOHC Naturally Aspirated, 1.6L 1591CC l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2024 Kia Soul\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Hatchback 4-Door, GT-Line Hatchback 4-Door, LX Hatchback 4-Door, S Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1999CC 122Cu. In. l4 GAS DOHC Naturally Aspirated, 1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Rio\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eLX Hatchback 4-Door, LX Sedan 4-Door, S Hatchback 4-Door, S Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated, 1.6L 1598CC 98Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Seltos\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated, 2.0L 1999CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Soul\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Hatchback 4-Door, GT-Line Hatchback 4-Door, LX Hatchback 4-Door, S Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1999CC 122Cu. In. l4 GAS DOHC Naturally Aspirated, 1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT2 Hatchback 4-Door, Tribute Edition Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Rio\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eLX Hatchback 4-Door, LX Sedan 4-Door, S Hatchback 4-Door, S Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated, 1.6L 1598CC 98Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Seltos\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Sport Utility 4-Door, SX Turbo Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated, 2.0L 1999CC l4 GAS DOHC Naturally Aspirated, 1.6L 1591CC l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Soul\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Hatchback 4-Door, GT-Line Hatchback 4-Door, LX Hatchback 4-Door, S Hatchback 4-Door, Turbo Hatchback 4-Door, X-Line Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1999CC 122Cu. In. l4 GAS DOHC Naturally Aspirated, 1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated, 1.6L 1591CC 97Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Sportage\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, Nightfall Edition Sport Utility 4-Door, SX Turbo Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1999CC 122Cu. In. l4 GAS DOHC Naturally Aspirated, 2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Telluride\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2021 Kia Rio\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eLX Hatchback 4-Door, LX Sedan 4-Door, S Hatchback 4-Door, S Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated, 1.6L 1598CC 98Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2021 Kia Sedona\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Mini Passenger Van 4-Door, LX Mini Passenger Van 4-Door, SX Mini Passenger Van 4-Door, SX Tech Mini Passenger Van 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2021 Kia Seltos\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Turbo Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated, 2.0L 1999CC l4 GAS DOHC Naturally Aspirated, 1.6L 1591CC l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2021 Kia Soul\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Hatchback 4-Door, GT-Line Hatchback 4-Door, LX Hatchback 4-Door, S Hatchback 4-Door, Turbo Hatchback 4-Door, X-Line Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1999CC 122Cu. In. l4 GAS DOHC Naturally Aspirated, 1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated, 1.6L 1591CC 97Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2021 Kia Sportage\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Sport Utility 4-Door, SX Turbo Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1999CC 122Cu. In. l4 GAS DOHC Naturally Aspirated, 2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2021 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2021 Kia Telluride\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2020 Kia Optima\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eHybrid EX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1999CC 122Cu. In. l4 FULL HYBRID EV-GAS (FHEV) DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2020 Kia Rio\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eLX Hatchback 4-Door, LX Sedan 4-Door, S Hatchback 4-Door, S Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated, 1.6L 1598CC 98Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2020 Kia Sedona\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Pack Mini Passenger Van 4-Door, L Mini Passenger Van 4-Door, LX Mini Passenger Van 4-Door, SX Mini Passenger Van 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2020 Kia Soul\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Hatchback 4-Door, GT-Line Hatchback 4-Door, GT-Line Turbo Hatchback 4-Door, LX Hatchback 4-Door, S Hatchback 4-Door, X-Line Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1999CC 122Cu. In. l4 GAS DOHC Naturally Aspirated, 1.6L 1591CC 97Cu. In. l4 GAS DOHC Turbocharged, 1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2020 Kia Sportage\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, SX Sport Utility 4-Door, SX Turbo Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1999CC 122Cu. In. l4 GAS DOHC Naturally Aspirated, 2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2020 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2020 Kia Telluride\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2019 Kia Optima\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sedan 4-Door, Hybrid EX Sedan 4-Door, LX Sedan 4-Door, S Sedan 4-Door, SX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Turbocharged, 2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.0L 1999CC 122Cu. In. l4 FULL HYBRID EV-GAS (FHEV) DOHC Naturally Aspirated, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2019 Kia Rio\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Hatchback 4-Door, EX Sedan 4-Door, L Sedan 4-Door, LX Hatchback 4-Door, LX Sedan 4-Door, S Hatchback 4-Door, S Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2019 Kia Sedona\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Mini Passenger Van 4-Door, L Mini Passenger Van 4-Door, LX Mini Passenger Van 4-Door, SX Mini Passenger Van 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2019 Kia Sorento\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, L Sport Utility 4-Door, LX Sport Utility 4-Door, SX Limited Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 3.3L 3342CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2019 Kia Soul\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2019 Kia Soul EV\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBATTERY EV (EV\/BEV)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2019 Kia Sportage\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, SX Sport Utility 4-Door, SX Turbo Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1999CC 122Cu. In. l4 GAS DOHC Naturally Aspirated, 2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2019 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, GT Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door, GTS Hatchback 4-Door, Premium Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2018 Kia Optima\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sedan 4-Door, Hybrid EX Sedan 4-Door, Hybrid Premium Sedan 4-Door, LX 1.6T Sedan 4-Door, LX Sedan 4-Door, S Sedan 4-Door, SX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.0L 1999CC 122Cu. In. l4 FULL HYBRID EV-GAS (FHEV) DOHC Naturally Aspirated, 1.6L 1591CC 97Cu. In. l4 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2018 Kia Rio\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Hatchback 4-Door, EX Sedan 4-Door, LX Hatchback 4-Door, LX Sedan 4-Door, S Hatchback 4-Door, S Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2018 Kia Sedona\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Mini Passenger Van 4-Door, L Mini Passenger Van 4-Door, LX Mini Passenger Van 4-Door, SX Limited Mini Passenger Van 4-Door, SX Mini Passenger Van 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2018 Kia Sorento\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, L Sport Utility 4-Door, LX Sport Utility 4-Door, SX Limited Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 3.3L 3342CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2018 Kia Soul\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2018 Kia Soul EV\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, E Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBATTERY EV (EV\/BEV)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2018 Kia Sportage\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, SX Turbo Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1999CC 122Cu. In. l4 GAS DOHC Naturally Aspirated, 2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2018 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, GT Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door, Premium Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2017 Kia Optima\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sedan 4-Door, Hybrid EX Sedan 4-Door, Hybrid Premium Sedan 4-Door, LX 1.6T Sedan 4-Door, LX Sedan 4-Door, SX Limited Sedan 4-Door, SX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.0L 1999CC 122Cu. In. l4 FULL HYBRID EV-GAS (FHEV) DOHC Naturally Aspirated, 1.6L 1591CC 97Cu. In. l4 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2017 Kia Rio\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Hatchback 4-Door, EX Sedan 4-Door, LX Hatchback 4-Door, LX Sedan 4-Door, SX Hatchback 4-Door, SX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2017 Kia Sedona\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Mini Passenger Van 4-Door, L Mini Passenger Van 4-Door, LX Mini Passenger Van 4-Door, SX Mini Passenger Van 4-Door, SXL Mini Passenger Van 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2017 Kia Sorento\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, L Sport Utility 4-Door, LX Sport Utility 4-Door, SX Limited Sport Utility 4-Door, SX Sport Utility 4-Door, SX Turbo Sport Utility 4-Door, SXL Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Naturally Aspirated, 2.4L 2359CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2017 Kia Soul\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2017 Kia Soul EV\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, E Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBATTERY EV (EV\/BEV)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2017 Kia Sportage\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1999CC 122Cu. In. l4 GAS DOHC Naturally Aspirated, 2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2016 Kia Optima\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sedan 4-Door, Hybrid EX Sedan 4-Door, LX 1.6T Sedan 4-Door, LX Sedan 4-Door, SX Limited Sedan 4-Door, SX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.4L 2400CC 146Cu. In. l4 GAS Naturally Aspirated, 2.4L 2359CC l4 FULL HYBRID EV-GAS (FHEV) DOHC Naturally Aspirated, 1.6L 1591CC 97Cu. In. l4 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 2.0L 1999CC 122Cu. In. l4 GAS Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2016 Kia Rio\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Hatchback 4-Door, EX Sedan 4-Door, LX Hatchback 4-Door, LX Sedan 4-Door, SX Hatchback 4-Door, SX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1588CC 98Cu. In. l4 GAS Naturally Aspirated, 1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2016 Kia Sedona\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Mini Passenger Van 4-Door, L Mini Passenger Van 4-Door, LX Mini Passenger Van 4-Door, SX Mini Passenger Van 4-Door, SXL Mini Passenger Van 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2016 Kia Sorento\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, L Sport Utility 4-Door, LX Sport Utility 4-Door, SX Limited Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Naturally Aspirated, 2.4L 2359CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2016 Kia Soul\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2016 Kia Soul EV\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, E Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBATTERY EV (EV\/BEV)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2016 Kia Sportage\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1999CC 122Cu. In. l4 GAS DOHC Naturally Aspirated, 2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 3.3L 3342CC 204Cu. In. V6 GAS DOHC Naturally Aspirated, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2015 Kia Optima\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sedan 4-Door, Hybrid EX Sedan 4-Door, Hybrid LX Sedan 4-Door, Limited Sedan 4-Door, LX Sedan 4-Door, SX Sedan 4-Door, SX Turbo Sedan 4-Door, SXL Turbo Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.4L 2359CC l4 FULL HYBRID EV-GAS (FHEV) DOHC Naturally Aspirated, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2015 Kia Rio\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Hatchback 4-Door, EX Sedan 4-Door, LX Hatchback 4-Door, LX Sedan 4-Door, SX Hatchback 4-Door, SX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2015 Kia Sedona\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Mini Passenger Van 4-Door, L Mini Passenger Van 4-Door, Limited Mini Passenger Van 4-Door, LX Mini Passenger Van 4-Door, SX Mini Passenger Van 4-Door, SXL Mini Passenger Van 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2015 Kia Sorento\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, Limited Sport Utility 4-Door, LX Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Naturally Aspirated, 2.4L 2359CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2015 Kia Soul\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2015 Kia Soul EV\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBATTERY EV (EV\/BEV)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2015 Kia Sportage\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2014 Kia Optima\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sedan 4-Door, Hybrid EX Sedan 4-Door, Hybrid LX Sedan 4-Door, Limited Sedan 4-Door, LX Sedan 4-Door, SX Sedan 4-Door, SX Turbo Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.4L 2359CC l4 FULL HYBRID EV-GAS (FHEV) DOHC Naturally Aspirated, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2014 Kia Rio\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Hatchback 4-Door, EX Sedan 4-Door, LX Hatchback 4-Door, LX Sedan 4-Door, SX Hatchback 4-Door, SX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2014 Kia Sedona\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Mini Passenger Van 4-Door, LX Mini Passenger Van 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.5L 3470CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2014 Kia Sorento\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, Limited Sport Utility 4-Door, LX Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Naturally Aspirated, 2.4L 2359CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2014 Kia Soul\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2014 Kia Sportage\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2013 Kia Optima\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sedan 4-Door, Hybrid EX Sedan 4-Door, Hybrid LX Sedan 4-Door, Hybrid Sedan 4-Door, LX Sedan 4-Door, SX Sedan 4-Door, SXL Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.4L 2359CC l4 FULL HYBRID EV-GAS (FHEV) DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2013 Kia Rio\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Hatchback 4-Door, EX Sedan 4-Door, LX Hatchback 4-Door, LX Sedan 4-Door, SX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2013 Kia Sorento\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 3.5L 3470CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2013 Kia Soul\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2013 Kia Sportage\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Sport Utility 4-Door, EX Luxury Sport Utility 4-Door, EX Sport Utility 4-Door, LX Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2012 Kia Optima\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sedan 4-Door, Hybrid Sedan 4-Door, LX Sedan 4-Door, SX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.4L 2359CC l4 FULL HYBRID EV-GAS (FHEV) DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2012 Kia Rio\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Hatchback 4-Door, EX Sedan 4-Door, LX Hatchback 4-Door, LX Sedan 4-Door, SX Hatchback 4-Door, SX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2012 Kia Sedona\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Mini Passenger Van 4-Door, LX Mini Passenger Van 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.5L 3470CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2012 Kia Sorento\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Sport Utility 4-Door, EX Sport Utility 4-Door, LX Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 3.5L 3470CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2012 Kia Soul\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2012 Kia Sportage\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Sport Utility 4-Door, EX Sport Utility 4-Door, LX Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2011 Kia Optima\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sedan 4-Door, Hybrid Sedan 4-Door, LX Sedan 4-Door, SX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.4L 2359CC l4 FULL HYBRID EV-GAS (FHEV) DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2011 Kia Sedona\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Mini Passenger Van 4-Door, LX Mini Passenger Van 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.5L 3470CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2011 Kia Sorento\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Sport Utility 4-Door, EX Sport Utility 4-Door, LX Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 3.5L 3470CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2011 Kia Soul\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, Sport Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated, 2.0L 1975CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2011 Kia Sportage\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Sport Utility 4-Door, EX Sport Utility 4-Door, LX Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2010 Kia Optima\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sedan 4-Door, LX Sedan 4-Door, SX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.7L 2656CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2010 Kia Rondo\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Wagon 4-Door, LX Wagon 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.7L 2656CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2010 Kia Sedona\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Mini Passenger Van 4-Door, LX Mini Passenger Van 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2010 Kia Soul\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, Sport Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1591CC 97Cu. In. l4 GAS DOHC Naturally Aspirated, 2.0L 1975CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2010 Kia Sportage\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.7L 2656CC V6 GAS DOHC Naturally Aspirated, 2.0L 1975CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2009 Kia Optima\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sedan 4-Door, LX Sedan 4-Door, SX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.7L 2656CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2009 Kia Rondo\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Wagon 4-Door, LX Wagon 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.7L 2656CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2009 Kia Sedona\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Mini Passenger Van 4-Door, EX Mini Passenger Van 4-Door, LX Mini Passenger Van 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2009 Kia Sorento\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Sport Utility 4-Door, EX Sport Utility 4-Door, LX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Naturally Aspirated, 3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2009 Kia Spectra\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sedan 4-Door, LX Sedan 4-Door, SX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1975CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2009 Kia Spectra5\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eSX Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1975CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2009 Kia Sportage\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.7L 2656CC V6 GAS DOHC Naturally Aspirated, 2.0L 1975CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2008 Kia Optima\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sedan 4-Door, LX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.7L 2656CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2008 Kia Rondo\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Wagon 4-Door, LX Wagon 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.7L 2656CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2008 Kia Sedona\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Mini Passenger Van 4-Door, EX Mini Passenger Van 4-Door, LX Mini Passenger Van 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2008 Kia Sorento\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Sport Utility 4-Door, EX Sport Utility 4-Door, LX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Naturally Aspirated, 3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2008 Kia Spectra\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sedan 4-Door, LX Sedan 4-Door, SX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1975CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2008 Kia Spectra5\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eSX Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1975CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2008 Kia Sportage\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.7L 2656CC V6 GAS DOHC Naturally Aspirated, 2.0L 1975CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2007 Kia Optima\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sedan 4-Door, LX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.7L 2656CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2007 Kia Rondo\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Wagon 4-Door, LX Wagon 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.7L 2656CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2007 Kia Sedona\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Mini Passenger Van 4-Door, EX Mini Passenger Van 4-Door, LX Mini Passenger Van 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2007 Kia Sorento\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Sport Utility 4-Door, EX Sport Utility 4-Door, LX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2007 Kia Spectra\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sedan 4-Door, LX Sedan 4-Door, SX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1975CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2007 Kia Spectra5\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eSX Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1975CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2007 Kia Sportage\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.7L 2656CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2006 Kia Optima\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sedan 4-Door, LX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2351CC l4 GAS DOHC Naturally Aspirated, 2.4L 2359CC l4 GAS DOHC Naturally Aspirated, 2.7L 2656CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2006 Kia Rio\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Sedan 4-Door, LX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1599CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2006 Kia Rio5\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eSX Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1599CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2006 Kia Sedona\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Mini Passenger Van 4-Door, LX Mini Passenger Van 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2006 Kia Sorento\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.5L 3497CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2006 Kia Spectra\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sedan 4-Door, SX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1975CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2006 Kia Spectra5\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1975CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2006 Kia Sportage\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.7L 2656CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2005 Kia Optima\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sedan 4-Door, LX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.4L 2351CC l4 GAS DOHC Naturally Aspirated, 2.7L 2656CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2005 Kia Rio\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1594CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2005 Kia Sedona\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Mini Passenger Van 5-Door, LX Mini Passenger Van 5-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.5L 3497CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2005 Kia Sorento\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.5L 3497CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2005 Kia Spectra\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sedan 4-Door, LX Sedan 4-Door, SX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1975CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2005 Kia Spectra5\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1975CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2005 Kia Sportage\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.7L 2656CC V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2004 Kia Rio\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Sedan 4-Door, Cinco Wagon 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.6L 1594CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2004 Kia Spectra\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Sedan 4-Door, EX Sedan 4-Door, GS Hatchback 4-Door, GSX Hatchback 4-Door, LS Sedan 4-Door, LX Sedan 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e1.8L 1793CC l4 GAS DOHC Naturally Aspirated, 2.0L 1975CC l4 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infinitinissancollisionparts1\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818900877381,"sku":"99634","price":15.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_733b9dc4-9318-432b-875f-479f8aa0eaa1.png?v=1774609460"},{"product_id":"2022-2023-kia-stinger-positive-battery-fuse-terminal-cover-fusible-link-99636","title":"2022-2023 KIA STINGER POSITIVE BATTERY FUSE TERMINAL COVER FUSIBLE LINK # 99636","description":"\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Part is taken from 2022 KIA STINGER GT-LINE. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/b\u003e\u003cspan style=\"box-sizing: border-box; font-size: 14pt; font-family: Arial, sans-serif;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; font-size: medium; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; font-size: 13.5pt; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eYear:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e 2022\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eModel:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKIA STINGER\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eColor:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e GRAY, \u003cb\u003eCode\u003c\/b\u003e=\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eC4S\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e \u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in;'\u003eAWD\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eType:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e Used\u003cbr\u003e\u003cb\u003eMileage: \u003c\/b\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e34,689\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eVIN:\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKNAE35LDXN6112668\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e#\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e0525-003\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e: \u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e91950-J5370\u003c\/span\u003e\u003c\/font\u003e\u003c\/p\u003e\u003c\/pre\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":697,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":697,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Parts Fits with Following Models, \u003c\/span\u003e\u003c\/b\u003e\u003c\/span\u003e\u003c\/b\u003eIf you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/b\u003e\u003c\/p\u003e\u003cgoogle-sheets-html-origin style=\"white-space: normal;\"\u003e\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\" style=\"table-layout: fixed; font-size: 10pt; font-family: Arial; width: 0px; border-collapse: collapse; border: none;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"40\"\u003e\n\u003ccol width=\"42\"\u003e\n\u003ccol width=\"53\"\u003e\n\u003ccol width=\"167\"\u003e\n\u003ccol width=\"177\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border: 1px solid rgb(0, 0, 0); overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eYear\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eMake\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eModel\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2023\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2022\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818900942917,"sku":"99636","price":51.94,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_8be07dce-5924-45f1-bb9f-a3c48a120ece.png?v=1774609465"},{"product_id":"2018-2023-kia-stinger-front-left-driver-side-stabilizer-sway-bar-end-link-99643","title":"2018-2023 KIA STINGER FRONT LEFT DRIVER SIDE STABILIZER SWAY BAR END LINK #99643","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Blue Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #e2e8f0; \/* Cool slate background *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #0f172a; \/* Dark slate text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f1f5f9;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #2563eb; \/* Blue primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #1d4ed8; \/* Darker blue hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e2e8f0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #e2e8f0;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #1e293b;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #0f172a;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #cbd5e1;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #0f172a;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #cbd5e1;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #f1f5f9;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #94a3b8;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #94a3b8;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #475569;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e2e8f0;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #475569;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f8fafc;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #64748b;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #f1f5f9;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #475569;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #cbd5e1;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cbd5e1;\n            padding: 2px;\n            cursor: pointer;\n            background: #f1f5f9;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #2563eb; \/* Blue highlight *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #1d4ed8; \/* Blue title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #fbbf24;\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #475569;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #334155;\n            border-top: 1px dashed #e2e8f0;\n            border-bottom: 1px dashed #e2e8f0;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #1d4ed8; \/* Blue arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #1d4ed8; \/* Blue price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #0f172a; \/* Dark slate button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #1d4ed8; \/* Blue hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #1d4ed8; \/* Blue tab *\/\n            color: white;\n            border-top: 3px solid #1e3a8a; \/* Darker blue top border *\/\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #1d4ed8; \/* Blue line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #475569;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f1f5f9;\n            border: 1px solid #cbd5e1;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e2e8f0;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #cbd5e1;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #1e293b;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #cbd5e1;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f8fafc;\n        }\n\n        .compat-table th {\n            border: 1px solid #cbd5e1;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #0f172a;\n        }\n\n        .compat-table td {\n            border: 1px solid #cbd5e1;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #cbd5e1;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #cbd5e1;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #cbd5e1;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #cbd5e1;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #475569;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #64748b;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #475569;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #0f172a;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #1d4ed8;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitioemparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infiniti-nissan-autoparts\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44597128011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44597130011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44529665011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Kia\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44392357011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Acura\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44408886011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e New Aftermarket Big Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44341614011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Toyota\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44307730011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Infiniti\/ Nissan Big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=38808958011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Air Conditioning \u0026amp; Heat\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=38814568011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e AC Condenser\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/NTk5WDEzNjk=\/z\/UQUAAOSwppJoWj-a\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-9\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NTk5WDEzNjk=\/z\/UQUAAOSwppJoWj-a\/$_57.PNG?set_id=880000500F\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/ODE0WDEzNDc=\/z\/78AAAOSwHtxoWj-x\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/ODE0WDEzNDc=\/z\/78AAAOSwHtxoWj-x\/$_57.PNG?set_id=880000500F\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/OTUzWDEyNjg=\/z\/KlQAAOSw6uRoWj-v\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTUzWDEyNjg=\/z\/KlQAAOSw6uRoWj-v\/$_57.PNG?set_id=880000500F\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/~h4AAOSwzZNoWj-B\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/~h4AAOSwzZNoWj-B\/$_57.JPG?set_id=880000500F\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/pQoAAOSwYVVoWj-A\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/pQoAAOSwYVVoWj-A\/$_57.JPG?set_id=880000500F\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/OTI4WDEzNTM=\/z\/-IkAAOSw655oWj-m\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTI4WDEzNTM=\/z\/-IkAAOSw655oWj-m\/$_57.PNG?set_id=880000500F\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/NzUxWDExMTA=\/z\/IXQAAOSwG5RoWj-e\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NzUxWDExMTA=\/z\/IXQAAOSwG5RoWj-e\/$_57.PNG?set_id=880000500F\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/XcIAAOSwyqZoWj-A\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/XcIAAOSwyqZoWj-A\/$_57.JPG?set_id=880000500F\" alt=\"Image 8\"\u003e\u003clabel for=\"image-8\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/KRwAAOSw1YBoWj-A\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-8\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-8\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-8\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/KRwAAOSw1YBoWj-A\/$_57.JPG?set_id=880000500F\" alt=\"Image 9\"\u003e\u003clabel for=\"image-9\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/NCEAAOSwyrdoWj-A\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-9\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-9\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-9\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-8\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/NCEAAOSwyrdoWj-A\/$_57.JPG?set_id=880000500F\" alt=\"Image 10\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NTk5WDEzNjk=\/z\/UQUAAOSwppJoWj-a\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/ODE0WDEzNDc=\/z\/78AAAOSwHtxoWj-x\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTUzWDEyNjg=\/z\/KlQAAOSw6uRoWj-v\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/~h4AAOSwzZNoWj-B\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/pQoAAOSwYVVoWj-A\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTI4WDEzNTM=\/z\/-IkAAOSw655oWj-m\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NzUxWDExMTA=\/z\/IXQAAOSwG5RoWj-e\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/XcIAAOSwyqZoWj-A\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-8\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/KRwAAOSw1YBoWj-A\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-9\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/NCEAAOSwyrdoWj-A\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                2018-2023 KIA STINGER FRONT LEFT DRIVER SIDE STABILIZER SWAY BAR END LINK #99643\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 99643\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 21.14\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n                            \u003cdiv data-fura-freight\u003e\u003c\/div\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 KIA STINGR. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e KIA STINGR\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e \r\n                                \r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 34689\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e KNAE35LDXN6112668\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0525-003\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e 54830-J5000 \/ 54830 J5000 \/ 54830J5000\u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT2 Hatchback 4-Door, Tribute Edition Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Limited Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.5L 2497CC l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2021 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2020 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2019 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, GT Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door, GTS Hatchback 4-Door, Premium Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2018 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, GT Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door, Premium Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infiniti-nissan-autoparts\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infiniti-nissan-autoparts\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818901008453,"sku":"99643","price":21.14,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_c50a0933-0900-4ee7-b6a1-f1656703a83c.png?v=1774609469"},{"product_id":"2022-2023-kia-stinger-front-left-driver-side-master-door-window-switch-99644","title":"2022-2023 KIA STINGER FRONT LEFT DRIVER SIDE MASTER DOOR WINDOW SWITCH # 99644","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Grayscale Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #eaeaea; \/* Light pure gray *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #222222; \/* Near black text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f5f5f5;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #666666; \/* Gray primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #333333; \/* Dark gray hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #eaeaea;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #333333;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #111111;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #bcbcbc;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #111111;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #bcbcbc;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #e0e0e0;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #cccccc;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #cccccc;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #444444;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e5e5e5;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #444444;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f5f5f5;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #777777;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #eeeeee;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #444444;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #bcbcbc;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cccccc;\n            padding: 2px;\n            cursor: pointer;\n            background: #f0f0f0;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #000000; \/* Pure black hover *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #000000; \/* Black title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #555555; \/* Gray star to fit B\u0026W theme *\/\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #555555;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #333333;\n            border-top: 1px dashed #e5e5e5;\n            border-bottom: 1px dashed #e5e5e5;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #000000; \/* Black arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #000000; \/* Black price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #111111; \/* Almost black button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #444444; \/* Gray hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #000000; \/* Black tab *\/\n            color: white;\n            border-top: 3px solid #000000;\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #000000; \/* Black line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #555555;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f0f0f0;\n            border: 1px solid #cccccc;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e5e5e5;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #bcbcbc;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #222222;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #bcbcbc;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f5f5f5;\n        }\n\n        .compat-table th {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #111111;\n        }\n\n        .compat-table td {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #bcbcbc;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #bcbcbc;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #444444;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #777777;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #444444;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #111111;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #444444;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitinissancollisionparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070399018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070400018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49023190018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Subframes - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48875574018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e DT Dropship Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48898557018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Big Items - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48815319018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e OEM Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691388018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691389018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket items\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/OTY1WDEwNzU=\/z\/P0QAAeSwKc5oYi6o\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-10\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTY1WDEwNzU=\/z\/P0QAAeSwKc5oYi6o\/$_57.PNG?set_id=880000500F\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/ao4AAeSw6MNoYi6H\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/ao4AAeSw6MNoYi6H\/$_57.JPG?set_id=880000500F\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/O6sAAeSwzoRoYi6G\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/O6sAAeSwzoRoYi6G\/$_57.JPG?set_id=880000500F\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/NzUzWDE2MDA=\/z\/INMAAeSwl8loYi65\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NzUzWDE2MDA=\/z\/INMAAeSwl8loYi65\/$_57.PNG?set_id=880000500F\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/slIAAeSwRploYi6H\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/slIAAeSwRploYi6H\/$_57.JPG?set_id=880000500F\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/36MAAeSwgEdoYi6H\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/36MAAeSwgEdoYi6H\/$_57.JPG?set_id=880000500F\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/ODk4WDEzODI=\/z\/fOAAAeSw1NJoYi6~\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/ODk4WDEzODI=\/z\/fOAAAeSw1NJoYi6~\/$_57.PNG?set_id=880000500F\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/ODk4WDE2MDA=\/z\/Lr4AAeSwEhRoYi61\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/ODk4WDE2MDA=\/z\/Lr4AAeSwEhRoYi61\/$_57.PNG?set_id=880000500F\" alt=\"Image 8\"\u003e\u003clabel for=\"image-8\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/NzUzWDE0MDg=\/z\/yf4AAeSw0sVoYi6w\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-8\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-8\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-8\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NzUzWDE0MDg=\/z\/yf4AAeSw0sVoYi6w\/$_57.PNG?set_id=880000500F\" alt=\"Image 9\"\u003e\u003clabel for=\"image-9\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/-nkAAeSwF8BoYi6G\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-9\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-9\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-9\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-8\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/-nkAAeSwF8BoYi6G\/$_57.JPG?set_id=880000500F\" alt=\"Image 10\"\u003e\u003clabel for=\"image-10\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/XRoAAeSwnwBoYi6H\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-10\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-10\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-10\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-9\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/XRoAAeSwnwBoYi6H\/$_57.JPG?set_id=880000500F\" alt=\"Image 11\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTY1WDEwNzU=\/z\/P0QAAeSwKc5oYi6o\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/ao4AAeSw6MNoYi6H\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/O6sAAeSwzoRoYi6G\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NzUzWDE2MDA=\/z\/INMAAeSwl8loYi65\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/slIAAeSwRploYi6H\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/36MAAeSwgEdoYi6H\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/ODk4WDEzODI=\/z\/fOAAAeSw1NJoYi6~\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/ODk4WDE2MDA=\/z\/Lr4AAeSwEhRoYi61\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-8\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NzUzWDE0MDg=\/z\/yf4AAeSw0sVoYi6w\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-9\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/-nkAAeSwF8BoYi6G\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-10\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/XRoAAeSwnwBoYi6H\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                2022-2023 KIA STINGER FRONT LEFT DRIVER SIDE MASTER DOOR WINDOW SWITCH # 99644\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 99644\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 97\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n\r\n                            \u003cdiv data-fura-freight\u003e\u003c\/div\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 KIA STINGR. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e KIA STINGR\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e \r\n                                \r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 34689\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e KNAE35LDXN6112668\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0525-003\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e 93570-J5012CA, 93570-J5012, 93570 J5012CA, 93570 J5012, 93570J5012CA, 93570J5012\u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT2 Hatchback 4-Door, Tribute Edition Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infinitinissancollisionparts1\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818901073989,"sku":"99644","price":97.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_1e01f2d4-1856-4bc2-9f4d-b41e6750ba6d.png?v=1774609474"},{"product_id":"2022-2023-kia-stinger-front-windshield-lane-departure-assist-camera-99649","title":"2022-2023 KIA STINGER FRONT WINDSHIELD LANE DEPARTURE ASSIST CAMERA # 99649","description":"\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Part is taken from 2022 KIA STINGER GT-LINE. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/b\u003e\u003cspan style=\"box-sizing: border-box; font-size: 14pt; font-family: Arial, sans-serif;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; font-size: medium; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; font-size: 13.5pt; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eYear:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e 2022\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eModel:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKIA STINGER\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eColor:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e GRAY, \u003cb\u003eCode\u003c\/b\u003e=\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eC4S\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e \u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in;'\u003eAWD\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eType:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e Used\u003cbr\u003e\u003cb\u003eMileage: \u003c\/b\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e34,689\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eVIN:\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKNAE35LDXN6112668\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e#\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e0525-003\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e: \u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-family: \"Times New Roman\", serif; font-size: 18.6667px; white-space: normal;'\u003e99211-J5500\u003c\/span\u003e\u003c\/p\u003e\u003c\/pre\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":697,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":697,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Parts Fits with Following Models, \u003c\/span\u003e\u003c\/b\u003e\u003c\/span\u003e\u003c\/b\u003eIf you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/b\u003e\u003c\/p\u003e\u003cgoogle-sheets-html-origin style=\"white-space: normal;\"\u003e\u003cgoogle-sheets-html-origin\u003e\u003cgoogle-sheets-html-origin\u003e\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\" style=\"table-layout: fixed; font-size: 10pt; font-family: Arial; width: 0px; border-collapse: collapse; border: none;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"40\"\u003e\n\u003ccol width=\"42\"\u003e\n\u003ccol width=\"53\"\u003e\n\u003ccol width=\"167\"\u003e\n\u003ccol width=\"177\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border: 1px solid rgb(0, 0, 0); overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eYear\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eMake\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eModel\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2023\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line, GT2, Tribute Edition\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2022\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818901205061,"sku":"99649","price":157.54,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_34f34f3c-5700-4d21-b9f0-e127e48b5dd3.png?v=1774609484"},{"product_id":"2022-2023-kia-stinger-lane-departure-dimmer-light-fuel-lid-switch-99650","title":"22-23 KIA STINGER LANE DEPARTURE DIMMER LIGHT FUEL LID SWITCH 93700J5AA0 # 99650","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Blue Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #e2e8f0; \/* Cool slate background *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #0f172a; \/* Dark slate text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f1f5f9;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #2563eb; \/* Blue primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #1d4ed8; \/* Darker blue hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e2e8f0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #e2e8f0;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #1e293b;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #0f172a;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #cbd5e1;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #0f172a;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #cbd5e1;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #f1f5f9;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #94a3b8;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #94a3b8;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #475569;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e2e8f0;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #475569;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f8fafc;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #64748b;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #f1f5f9;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #475569;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #cbd5e1;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cbd5e1;\n            padding: 2px;\n            cursor: pointer;\n            background: #f1f5f9;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #2563eb; \/* Blue highlight *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #1d4ed8; \/* Blue title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #fbbf24;\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #475569;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #334155;\n            border-top: 1px dashed #e2e8f0;\n            border-bottom: 1px dashed #e2e8f0;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #1d4ed8; \/* Blue arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #1d4ed8; \/* Blue price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #0f172a; \/* Dark slate button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #1d4ed8; \/* Blue hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #1d4ed8; \/* Blue tab *\/\n            color: white;\n            border-top: 3px solid #1e3a8a; \/* Darker blue top border *\/\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #1d4ed8; \/* Blue line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #475569;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f1f5f9;\n            border: 1px solid #cbd5e1;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e2e8f0;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #cbd5e1;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #1e293b;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #cbd5e1;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f8fafc;\n        }\n\n        .compat-table th {\n            border: 1px solid #cbd5e1;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #0f172a;\n        }\n\n        .compat-table td {\n            border: 1px solid #cbd5e1;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #cbd5e1;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #cbd5e1;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #cbd5e1;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #cbd5e1;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #475569;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #64748b;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #475569;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #0f172a;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #1d4ed8;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitioemparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infiniti-nissan-autoparts\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44597128011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44597130011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44529665011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Kia\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44392357011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Acura\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44408886011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e New Aftermarket Big Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44341614011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Toyota\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44307730011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Infiniti\/ Nissan Big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=38808958011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Air Conditioning \u0026amp; Heat\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=38814568011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e AC Condenser\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_ydIyF6lq2D.jpg\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_ydIyF6lq2D.jpg\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_uGXQpk2-T7.jpg\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_uGXQpk2-T7.jpg\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_ZezcL7wPT.jpg\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_ZezcL7wPT.jpg\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_RRccLVmvE.jpg\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_RRccLVmvE.jpg\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image__ftA2mh76.jpg\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image__ftA2mh76.jpg\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_wvQcfMYyXe.jpg\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_wvQcfMYyXe.jpg\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_UjOZN1kDa.jpg\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_UjOZN1kDa.jpg\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_yd-b35pXpL.jpg\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_yd-b35pXpL.jpg\" alt=\"Image 8\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_ydIyF6lq2D.jpg\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_uGXQpk2-T7.jpg\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_ZezcL7wPT.jpg\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_RRccLVmvE.jpg\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image__ftA2mh76.jpg\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_wvQcfMYyXe.jpg\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_UjOZN1kDa.jpg\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/cropped-image_yd-b35pXpL.jpg\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                22-23 KIA STINGER LANE DEPARTURE DIMMER LIGHT FUEL LID SWITCH 93700J5AA0 # 99650\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 99650\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 20\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n                            \u003cdiv data-fura-freight\u003e\u003c\/div\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 KIA STINGR. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e KIA STINGR\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e \r\n                                \r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 34689\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e KNAE35LDXN6112668\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0525-003\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e 93700-J5AA0\u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT2 Hatchback 4-Door, Tribute Edition Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infiniti-nissan-autoparts\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infiniti-nissan-autoparts\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818901270597,"sku":"99650","price":20.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_5e64fc4d-62ea-4e1c-96dd-cef3fcc5e05c.png?v=1774609489"},{"product_id":"2022-2023-kia-stinger-lower-exhaust-lambda-oxygen-o2-sensor-2-5l-99656","title":"2022 - 2023 KIA STINGER LOWER EXHAUST LAMBDA OXYGEN O2 SENSOR 2.5L # 99656","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Grayscale Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #eaeaea; \/* Light pure gray *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #222222; \/* Near black text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f5f5f5;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #666666; \/* Gray primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #333333; \/* Dark gray hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #eaeaea;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #333333;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #111111;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #bcbcbc;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #111111;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #bcbcbc;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #e0e0e0;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #cccccc;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #cccccc;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #444444;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e5e5e5;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #444444;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f5f5f5;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #777777;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #eeeeee;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #444444;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #bcbcbc;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cccccc;\n            padding: 2px;\n            cursor: pointer;\n            background: #f0f0f0;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #000000; \/* Pure black hover *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #000000; \/* Black title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #555555; \/* Gray star to fit B\u0026W theme *\/\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #555555;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #333333;\n            border-top: 1px dashed #e5e5e5;\n            border-bottom: 1px dashed #e5e5e5;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #000000; \/* Black arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #000000; \/* Black price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #111111; \/* Almost black button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #444444; \/* Gray hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #000000; \/* Black tab *\/\n            color: white;\n            border-top: 3px solid #000000;\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #000000; \/* Black line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #555555;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f0f0f0;\n            border: 1px solid #cccccc;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e5e5e5;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #bcbcbc;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #222222;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #bcbcbc;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f5f5f5;\n        }\n\n        .compat-table th {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #111111;\n        }\n\n        .compat-table td {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #bcbcbc;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #bcbcbc;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #444444;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #777777;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #444444;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #111111;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #444444;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitinissancollisionparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070399018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070400018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49023190018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Subframes - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48875574018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e DT Dropship Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48898557018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Big Items - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48815319018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e OEM Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691388018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691389018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket items\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/NzgyWDE0ODE=\/z\/Xt0AAeSw~pdoZ37c\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NzgyWDE0ODE=\/z\/Xt0AAeSw~pdoZ37c\/$_57.PNG?set_id=880000500F\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/uOUAAeSwfMdoZ37E\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/uOUAAeSwfMdoZ37E\/$_57.JPG?set_id=880000500F\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/V-0AAeSwuvFoZ37E\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/V-0AAeSwuvFoZ37E\/$_57.JPG?set_id=880000500F\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/30sAAeSwa9JoZ37E\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/30sAAeSwa9JoZ37E\/$_57.JPG?set_id=880000500F\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/mX0AAeSw24NoZ37E\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/mX0AAeSw24NoZ37E\/$_57.JPG?set_id=880000500F\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/wDcAAeSwO1loZ37E\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/wDcAAeSwO1loZ37E\/$_57.JPG?set_id=880000500F\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/~lgAAeSwu-FoZ37E\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/~lgAAeSwu-FoZ37E\/$_57.JPG?set_id=880000500F\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/97wAAeSwQyVoZ37E\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/97wAAeSwQyVoZ37E\/$_57.JPG?set_id=880000500F\" alt=\"Image 8\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NzgyWDE0ODE=\/z\/Xt0AAeSw~pdoZ37c\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/uOUAAeSwfMdoZ37E\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/V-0AAeSwuvFoZ37E\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/30sAAeSwa9JoZ37E\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/mX0AAeSw24NoZ37E\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/wDcAAeSwO1loZ37E\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/~lgAAeSwu-FoZ37E\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/97wAAeSwQyVoZ37E\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                2022 - 2023 KIA STINGER LOWER EXHAUST LAMBDA OXYGEN O2 SENSOR 2.5L # 99656\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 99656\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 44\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n\r\n                            \u003cdiv data-fura-freight\u003e\u003c\/div\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 KIA STINGR. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e KIA STINGR\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e \r\n                                \r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 34689\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e KNAE35LDXN6112668\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0525-003\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e 39210-2T060 \/ 39210 2T060 \/ 392102T060\u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infinitinissancollisionparts1\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818901401669,"sku":"99656","price":44.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_23da6191-e801-4e9c-9123-fdf70fcac060.png?v=1774609498"},{"product_id":"2018-2023-kia-stinger-fuel-filler-door-lid-lock-latch-actuator-assembly-99657","title":"2018-2023 KIA STINGER FUEL FILLER DOOR LID LOCK LATCH ACTUATOR ASSEMBLY # 99657","description":"\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Part is taken from 2022 KIA STINGER GT-LINE. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/b\u003e\u003cspan style=\"box-sizing: border-box; font-size: 14pt; font-family: Arial, sans-serif;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; font-size: medium; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; font-size: 13.5pt; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eYear:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e 2022\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eModel:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKIA STINGER\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eColor:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e GRAY, \u003cb\u003eCode\u003c\/b\u003e=\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eC4S\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e \u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in;'\u003eAWD\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eType:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e Used\u003cbr\u003e\u003cb\u003eMileage: \u003c\/b\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e34,689\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eVIN:\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKNAE35LDXN6112668\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e#\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e0525-003\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e: \u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e81590-J5000 \u003c\/span\u003e\u003c\/font\u003e\u003c\/p\u003e\u003c\/pre\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":697,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":697,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Parts Fits with Following Models, \u003c\/span\u003e\u003c\/b\u003e\u003c\/span\u003e\u003c\/b\u003eIf you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/b\u003e\u003c\/p\u003e\u003cgoogle-sheets-html-origin style=\"white-space: normal;\"\u003e\u003cgoogle-sheets-html-origin\u003e\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\" style=\"table-layout: fixed; font-size: 10pt; font-family: Arial; width: 0px; border-collapse: collapse; border: none;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"40\"\u003e\n\u003ccol width=\"42\"\u003e\n\u003ccol width=\"53\"\u003e\n\u003ccol width=\"287\"\u003e\n\u003ccol width=\"177\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border: 1px solid rgb(0, 0, 0); overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eYear\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eMake\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eModel\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2023\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line, GT2, Tribute Edition\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2022\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2021\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT, GT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2020\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT, GT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2019\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, GT, GT, GT1, GT2, GTS, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2018\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, GT, GT1, GT2, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818901499973,"sku":"99657","price":32.58,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_01cac084-cb5d-4d53-b84d-da4cb542fe0e.png?v=1774609502"},{"product_id":"2022-2023-kia-stinger-awd-front-left-driver-side-brake-caliper-99671","title":"2022-2023 KIA STINGER AWD FRONT LEFT DRIVER SIDE BRAKE CALIPER ASSEMBLY # 99671","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Grayscale Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #eaeaea; \/* Light pure gray *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #222222; \/* Near black text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f5f5f5;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #666666; \/* Gray primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #333333; \/* Dark gray hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #eaeaea;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #333333;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #111111;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #bcbcbc;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #111111;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #bcbcbc;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #e0e0e0;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #cccccc;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #cccccc;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #444444;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e5e5e5;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #444444;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f5f5f5;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #777777;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #eeeeee;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #444444;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #bcbcbc;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cccccc;\n            padding: 2px;\n            cursor: pointer;\n            background: #f0f0f0;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #000000; \/* Pure black hover *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #000000; \/* Black title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #555555; \/* Gray star to fit B\u0026W theme *\/\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #555555;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #333333;\n            border-top: 1px dashed #e5e5e5;\n            border-bottom: 1px dashed #e5e5e5;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #000000; \/* Black arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #000000; \/* Black price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #111111; \/* Almost black button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #444444; \/* Gray hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #000000; \/* Black tab *\/\n            color: white;\n            border-top: 3px solid #000000;\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #000000; \/* Black line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #555555;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f0f0f0;\n            border: 1px solid #cccccc;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e5e5e5;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #bcbcbc;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #222222;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #bcbcbc;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f5f5f5;\n        }\n\n        .compat-table th {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #111111;\n        }\n\n        .compat-table td {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #bcbcbc;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #bcbcbc;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #444444;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #777777;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #444444;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #111111;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #444444;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitinissancollisionparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070399018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070400018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49023190018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Subframes - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48875574018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e DT Dropship Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48898557018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Big Items - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48815319018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e OEM Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691388018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691389018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket items\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/NjcyWDEwNTg=\/z\/gyUAAeSwNSRoZRA4\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-10\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NjcyWDEwNTg=\/z\/gyUAAeSwNSRoZRA4\/$_57.PNG?set_id=880000500F\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/TIQAAeSw4choZQ8V\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/TIQAAeSw4choZQ8V\/$_57.JPG?set_id=880000500F\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/CLUAAeSw85ZoZQ8W\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/CLUAAeSw85ZoZQ8W\/$_57.JPG?set_id=880000500F\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/MDMAAeSwyuZoZQ8V\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/MDMAAeSwyuZoZQ8V\/$_57.JPG?set_id=880000500F\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/iYAAAeSwMHxoZQ8V\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/iYAAAeSwMHxoZQ8V\/$_57.JPG?set_id=880000500F\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/2BIAAeSwpKNoZQ8V\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/2BIAAeSwpKNoZQ8V\/$_57.JPG?set_id=880000500F\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/8KIAAeSwQGFoZQ8V\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/8KIAAeSwQGFoZQ8V\/$_57.JPG?set_id=880000500F\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/d8YAAeSwpypoZQ8V\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/d8YAAeSwpypoZQ8V\/$_57.JPG?set_id=880000500F\" alt=\"Image 8\"\u003e\u003clabel for=\"image-8\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/C4kAAeSwRsFoZQ8W\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-8\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-8\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-8\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/C4kAAeSwRsFoZQ8W\/$_57.JPG?set_id=880000500F\" alt=\"Image 9\"\u003e\u003clabel for=\"image-9\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/agwAAeSwMK1oZQ8V\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-9\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-9\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-9\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-8\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/agwAAeSwMK1oZQ8V\/$_57.JPG?set_id=880000500F\" alt=\"Image 10\"\u003e\u003clabel for=\"image-10\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/658AAeSwRehoZRAz\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-10\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-10\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-10\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-9\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/658AAeSwRehoZRAz\/$_57.PNG?set_id=880000500F\" alt=\"Image 11\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NjcyWDEwNTg=\/z\/gyUAAeSwNSRoZRA4\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/TIQAAeSw4choZQ8V\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/CLUAAeSw85ZoZQ8W\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/MDMAAeSwyuZoZQ8V\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/iYAAAeSwMHxoZQ8V\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/2BIAAeSwpKNoZQ8V\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/8KIAAeSwQGFoZQ8V\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/d8YAAeSwpypoZQ8V\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-8\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/C4kAAeSwRsFoZQ8W\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-9\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/agwAAeSwMK1oZQ8V\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-10\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/658AAeSwRehoZRAz\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                2022-2023 KIA STINGER AWD FRONT LEFT DRIVER SIDE BRAKE CALIPER ASSEMBLY # 99671\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 99671\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 60\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n\r\n                            \u003cdiv data-fura-freight\u003e\u003c\/div\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 KIA STINGR. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e KIA STINGR\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e \r\n                                \r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 34689\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e KNAE35LDXN6112668\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0525-003\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e \u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT2 Hatchback 4-Door, Tribute Edition Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infinitinissancollisionparts1\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818901631045,"sku":"99671","price":60.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_b11da6ef-4f7e-4901-92a9-c50b35e59b6a.png?v=1774609512"},{"product_id":"2022-2023-kia-stinger-rear-left-driver-side-interior-door-trim-panel-99672","title":"2022 - 2023 KIA STINGER REAR LEFT DRIVER SIDE INTERIOR DOOR TRIM PANEL # 99672","description":"\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Part is taken from 2022 KIA STINGER GT-LINE. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/b\u003e\u003cspan style=\"box-sizing: border-box; font-size: 14pt; font-family: Arial, sans-serif;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; font-size: medium; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; font-size: 13.5pt; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eYear:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e 2022\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eModel:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKIA STINGER\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eColor:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e GRAY, \u003cb\u003eCode\u003c\/b\u003e=\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eC4S\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e \u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in;'\u003eAWD\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eType:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e Used\u003cbr\u003e\u003cb\u003eMileage: \u003c\/b\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e34,689\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eVIN:\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKNAE35LDXN6112668\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e#\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e0525-003\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e: \u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e82307-J5510CCM\u003c\/span\u003e\u003c\/font\u003e\u003c\/p\u003e\u003c\/pre\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":697,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":697,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Parts Fits with Following Models, \u003c\/span\u003e\u003c\/b\u003e\u003c\/span\u003e\u003c\/b\u003eIf you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/b\u003e\u003c\/p\u003e\u003cgoogle-sheets-html-origin style=\"white-space: normal;\"\u003e\u003cgoogle-sheets-html-origin\u003e\u003cgoogle-sheets-html-origin\u003e\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\" style=\"table-layout: fixed; font-size: 10pt; font-family: Arial; width: 0px; border-collapse: collapse; border: none;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"40\"\u003e\n\u003ccol width=\"42\"\u003e\n\u003ccol width=\"53\"\u003e\n\u003ccol width=\"83\"\u003e\n\u003ccol width=\"177\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border: 1px solid rgb(0, 0, 0); overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eYear\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eMake\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eModel\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2023\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2022\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818901696581,"sku":"99672","price":198.02,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_fca6aff8-ee1d-4ba5-b73d-6d7244982028.png?v=1774609517"},{"product_id":"2022-2023-kia-stinger-awd-front-right-passenger-side-brake-caliper-99686","title":"2022 - 2023 KIA STINGER FRONT RIGHT PASSENGER SIDE BRAKE CALIPER # 99686","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Blue Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #e2e8f0; \/* Cool slate background *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #0f172a; \/* Dark slate text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f1f5f9;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #2563eb; \/* Blue primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #1d4ed8; \/* Darker blue hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e2e8f0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #e2e8f0;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #1e293b;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #0f172a;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #cbd5e1;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #0f172a;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #cbd5e1;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #f1f5f9;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #94a3b8;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #94a3b8;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #475569;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e2e8f0;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #475569;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f8fafc;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #64748b;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #f1f5f9;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #475569;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #cbd5e1;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cbd5e1;\n            padding: 2px;\n            cursor: pointer;\n            background: #f1f5f9;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #2563eb; \/* Blue highlight *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #1d4ed8; \/* Blue title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #fbbf24;\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #475569;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #334155;\n            border-top: 1px dashed #e2e8f0;\n            border-bottom: 1px dashed #e2e8f0;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #1d4ed8; \/* Blue arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #1d4ed8; \/* Blue price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #0f172a; \/* Dark slate button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #1d4ed8; \/* Blue hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #1d4ed8; \/* Blue tab *\/\n            color: white;\n            border-top: 3px solid #1e3a8a; \/* Darker blue top border *\/\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #1d4ed8; \/* Blue line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #475569;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f1f5f9;\n            border: 1px solid #cbd5e1;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e2e8f0;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #cbd5e1;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #1e293b;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #cbd5e1;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f8fafc;\n        }\n\n        .compat-table th {\n            border: 1px solid #cbd5e1;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #0f172a;\n        }\n\n        .compat-table td {\n            border: 1px solid #cbd5e1;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #cbd5e1;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #cbd5e1;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #cbd5e1;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #cbd5e1;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #475569;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #64748b;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #475569;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #0f172a;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #1d4ed8;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitioemparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infiniti-nissan-autoparts\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44597128011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44597130011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44529665011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Kia\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44392357011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Acura\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44408886011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e New Aftermarket Big Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44341614011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Toyota\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44307730011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Infiniti\/ Nissan Big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=38808958011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Air Conditioning \u0026amp; Heat\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=38814568011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e AC Condenser\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/OTcxWDEyMjA=\/z\/ycQAAeSw-yNoZREv\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-9\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTcxWDEyMjA=\/z\/ycQAAeSw-yNoZREv\/$_57.PNG?set_id=880000500F\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/nJYAAeSwFLtoZREU\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/nJYAAeSwFLtoZREU\/$_57.JPG?set_id=880000500F\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/OTgyWDEyNjk=\/z\/wXsAAeSwkXdoZRE2\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTgyWDEyNjk=\/z\/wXsAAeSwkXdoZRE2\/$_57.PNG?set_id=880000500F\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTAzN1gxMjE3\/z\/TH4AAeSwGuNoZRE-\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTAzN1gxMjE3\/z\/TH4AAeSwGuNoZRE-\/$_57.PNG?set_id=880000500F\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/VtsAAeSwHnVoZREU\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/VtsAAeSwHnVoZREU\/$_57.JPG?set_id=880000500F\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/wS8AAeSwkXdoZREV\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/wS8AAeSwkXdoZREV\/$_57.JPG?set_id=880000500F\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/l~YAAeSwkrZoZREV\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/l~YAAeSwkrZoZREV\/$_57.JPG?set_id=880000500F\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/eHMAAeSwFgZoZREV\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/eHMAAeSwFgZoZREV\/$_57.JPG?set_id=880000500F\" alt=\"Image 8\"\u003e\u003clabel for=\"image-8\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/7a4AAeSwYXpoZREV\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-8\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-8\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-8\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/7a4AAeSwYXpoZREV\/$_57.JPG?set_id=880000500F\" alt=\"Image 9\"\u003e\u003clabel for=\"image-9\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/arAAAeSwWLVoZREV\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-9\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-9\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-9\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-8\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/arAAAeSwWLVoZREV\/$_57.JPG?set_id=880000500F\" alt=\"Image 10\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTcxWDEyMjA=\/z\/ycQAAeSw-yNoZREv\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/nJYAAeSwFLtoZREU\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTgyWDEyNjk=\/z\/wXsAAeSwkXdoZRE2\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTAzN1gxMjE3\/z\/TH4AAeSwGuNoZRE-\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/VtsAAeSwHnVoZREU\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/wS8AAeSwkXdoZREV\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/l~YAAeSwkrZoZREV\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/eHMAAeSwFgZoZREV\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-8\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/7a4AAeSwYXpoZREV\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-9\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/arAAAeSwWLVoZREV\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                2022 - 2023 KIA STINGER AWD FRONT RIGHT PASSENGER SIDE BRAKE CALIPER # 99686\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 99686\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 60\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 KIA STINGR. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e KIA STINGR\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e \r\n                                \r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 34689\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e KNAE35LDXN6112668\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0525-003\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e \u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT2 Hatchback 4-Door, Tribute Edition Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infiniti-nissan-autoparts\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infiniti-nissan-autoparts\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818901762117,"sku":"99686","price":52.82,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_f8162193-ac6e-4125-bfb9-7358f903c649.png?v=1774609522"},{"product_id":"2018-2023-kia-stinger-k900-ac-a-c-heater-blower-w-fan-motor-99701","title":"2018 - 2023 KIA STINGER K900 AC A\/C HEATER BLOWER W\/ FAN MOTOR # 99701","description":"\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Part is taken from 2022 KIA STINGER GT-LINE. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/b\u003e\u003cspan style=\"box-sizing: border-box; font-size: 14pt; font-family: Arial, sans-serif;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; font-size: medium; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; font-size: 13.5pt; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eYear:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e 2022\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eModel:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKIA STINGER\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eColor:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e GRAY, \u003cb\u003eCode\u003c\/b\u003e=\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eC4S\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e \u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in;'\u003eAWD\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eType:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e Used\u003cbr\u003e\u003cb\u003eMileage: \u003c\/b\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e34,689\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eVIN:\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKNAE35LDXN6112668\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e#\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e0525-003\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e: \u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e97113 D2000\u003c\/span\u003e\u003c\/font\u003e\u003c\/p\u003e\u003c\/pre\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":697,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":697,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Parts Fits with Following Models, \u003c\/span\u003e\u003c\/b\u003e\u003c\/span\u003e\u003c\/b\u003eIf you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/b\u003e\u003c\/p\u003e\u003cgoogle-sheets-html-origin style=\"white-space: normal;\"\u003e\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\" style=\"table-layout: fixed; font-size: 10pt; font-family: Arial; width: 0px; border-collapse: collapse; border: none;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"40\"\u003e\n\u003ccol width=\"42\"\u003e\n\u003ccol width=\"53\"\u003e\n\u003ccol width=\"271\"\u003e\n\u003ccol width=\"177\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border: 1px solid rgb(0, 0, 0); overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eYear\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eMake\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eModel\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2023\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line, GT2, Tribute Edition\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2022\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2021\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT, GT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2020\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eK900\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eLuxury\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2020\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, GT, GT-Line, GT1, GT2, GTS, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2019\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eK900\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eLuxury\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2019\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, GT, GT1, GT2, GTS, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2018\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, GT, GT1, GT2, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818901827653,"sku":"99701","price":27.3,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_41ccadb6-dd5e-4240-81ab-baac17c9afde.png?v=1774609527"},{"product_id":"2018-2023-kia-stinger-center-console-cup-holder-armrest-floor-assembly-99703","title":"2018 - 2023 KIA STINGER CENTER CONSOLE CUP HOLDER ARMREST FLOOR ASSEMBLY # 99703","description":"\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Part is taken from 2022 KIA STINGER GT-LINE. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/b\u003e\u003cspan style=\"box-sizing: border-box; font-size: 14pt; font-family: Arial, sans-serif;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; font-size: medium; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; font-size: 13.5pt; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eYear:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e 2022\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eModel:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKIA STINGER\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eColor:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e GRAY, \u003cb\u003eCode\u003c\/b\u003e=\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eC4S\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e \u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in;'\u003eAWD\u003c\/span\u003e\u003cspan style='font-size: 13.5pt; font-family: Arial, \"sans-serif\"; white-space: normal;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eType:\u003c\/span\u003e\u003c\/b\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e Used\u003cbr\u003e\u003cb\u003eMileage: \u003c\/b\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e34,689\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"font-size: 13.5pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\";'\u003eVIN:\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003eKNAE35LDXN6112668\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cb\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e#\u003c\/span\u003e\u003cspan style='font-size: 14pt; font-family: \"Times New Roman\", \"serif\"; white-space: normal;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e0525-003\u003c\/span\u003e\u003cspan style=\"font-size: 14pt; white-space: normal;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cb style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e: \u003c\/span\u003e\u003c\/b\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"font-size: 18.6667px; white-space: normal;\"\u003e84601-J5AJ0CFJ\u003c\/span\u003e\u003c\/font\u003e\u003c\/p\u003e\u003c\/pre\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":697,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":697,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003e\u003cb bis_size='{\"x\":257,\"y\":1007,\"w\":312,\"h\":18,\"abs_x\":567,\"abs_y\":3325}' style=\"box-sizing: border-box; font-size: initial; font-family: Arial;\"\u003e\u003cspan bis_size='{\"x\":257,\"y\":1005,\"w\":312,\"h\":20,\"abs_x\":567,\"abs_y\":3323}' style='box-sizing: border-box; font-size: 14pt; font-family: \"Times New Roman\", serif;'\u003eThis Parts Fits with Following Models, \u003c\/span\u003e\u003c\/b\u003e\u003c\/span\u003e\u003c\/b\u003eIf you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/b\u003e\u003c\/p\u003e\u003cgoogle-sheets-html-origin style=\"white-space: normal;\"\u003e\u003cgoogle-sheets-html-origin\u003e\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\" style=\"table-layout: fixed; font-size: 10pt; font-family: Arial; width: 0px; border-collapse: collapse; border: none;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"40\"\u003e\n\u003ccol width=\"42\"\u003e\n\u003ccol width=\"53\"\u003e\n\u003ccol width=\"287\"\u003e\n\u003ccol width=\"177\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border: 1px solid rgb(0, 0, 0); overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eYear\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eMake\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eModel\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-size: 9pt; font-weight: bold; color: rgb(56, 56, 56);'\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2023\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line, GT2, Tribute Edition\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2022\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.5L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2021\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT, GT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2020\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eGT, GT-Line, GT1, GT2\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2019\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, GT, GT1, GT2, GTS, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56); text-align: right;'\u003e2018\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eStinger\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003eBase, GT, GT1, GT2, Premium\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; font-family: \"Open Sans\"; font-size: 9pt; color: rgb(56, 56, 56);'\u003e2.0L L4 - Gas, 3.3L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818901893189,"sku":"99703","price":175.14,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_65c96e71-1742-4aef-8676-3fe58c4ef2d8.png?v=1774609532"},{"product_id":"2022-kia-stinger-gt-line-dash-instrumnet-speedometer-cluster-gauge-2-5l-99707","title":"2022 KIA STINGER GT-LINE DASH INSTRUMNET SPEEDOMETER CLUSTER GAUGE 2.5L # 99707","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Grayscale Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #eaeaea; \/* Light pure gray *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #222222; \/* Near black text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f5f5f5;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #666666; \/* Gray primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #333333; \/* Dark gray hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #eaeaea;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #333333;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #111111;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #bcbcbc;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #111111;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #bcbcbc;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #e0e0e0;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #cccccc;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #cccccc;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #444444;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e5e5e5;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #444444;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f5f5f5;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #777777;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #eeeeee;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #444444;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #bcbcbc;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cccccc;\n            padding: 2px;\n            cursor: pointer;\n            background: #f0f0f0;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #000000; \/* Pure black hover *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #000000; \/* Black title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #555555; \/* Gray star to fit B\u0026W theme *\/\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #555555;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #333333;\n            border-top: 1px dashed #e5e5e5;\n            border-bottom: 1px dashed #e5e5e5;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #000000; \/* Black arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #000000; \/* Black price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #111111; \/* Almost black button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #444444; \/* Gray hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #000000; \/* Black tab *\/\n            color: white;\n            border-top: 3px solid #000000;\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #000000; \/* Black line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #555555;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f0f0f0;\n            border: 1px solid #cccccc;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e5e5e5;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #bcbcbc;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #222222;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #bcbcbc;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f5f5f5;\n        }\n\n        .compat-table th {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #111111;\n        }\n\n        .compat-table td {\n            border: 1px solid #bcbcbc;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #bcbcbc;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #bcbcbc;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #bcbcbc;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #444444;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #777777;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #444444;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #111111;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #444444;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitinissancollisionparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070399018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49070400018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=49023190018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Subframes - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48875574018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e DT Dropship Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48898557018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Big Items - OEM\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48815319018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e OEM Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691388018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infinitinissancollisionparts1\u0026amp;store_name=infinitinissancollisionparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=48691389018\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Aftermarket items\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/NzczWDEyNzE=\/z\/XIUAAeSwQq5oXoLY\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-12\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NzczWDEyNzE=\/z\/XIUAAeSwQq5oXoLY\/$_57.PNG?set_id=880000500F\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/NS8AAeSwpsxoXoEw\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/NS8AAeSwpsxoXoEw\/$_57.JPG?set_id=880000500F\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/8~kAAeSwj~VoXoEx\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/8~kAAeSwj~VoXoEx\/$_57.JPG?set_id=880000500F\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/06UAAeSwT5NoXoEx\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/06UAAeSwT5NoXoEx\/$_57.JPG?set_id=880000500F\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/940AAeSwpwZoXoEu\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/940AAeSwpwZoXoEu\/$_57.JPG?set_id=880000500F\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/3ksAAeSwXQBoXoEw\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/3ksAAeSwXQBoXoEw\/$_57.JPG?set_id=880000500F\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/UOwAAeSwZ35oXoEy\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/UOwAAeSwZ35oXoEy\/$_57.JPG?set_id=880000500F\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/3lwAAeSwIkZoXoEw\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/3lwAAeSwIkZoXoEw\/$_57.JPG?set_id=880000500F\" alt=\"Image 8\"\u003e\u003clabel for=\"image-8\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/OTc4WDE0Mzg=\/z\/3u4AAeSwRploXoL6\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-8\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-8\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-8\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTc4WDE0Mzg=\/z\/3u4AAeSwRploXoL6\/$_57.PNG?set_id=880000500F\" alt=\"Image 9\"\u003e\u003clabel for=\"image-9\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/qfYAAeSw1PdoXoEv\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-9\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-9\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-9\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-8\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/qfYAAeSw1PdoXoEv\/$_57.JPG?set_id=880000500F\" alt=\"Image 10\"\u003e\u003clabel for=\"image-10\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/8kwAAeSwD-5oXoEw\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-10\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-10\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-10\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-9\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/8kwAAeSwD-5oXoEw\/$_57.JPG?set_id=880000500F\" alt=\"Image 11\"\u003e\u003clabel for=\"image-11\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/p~sAAeSwVTloXoEw\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-11\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-11\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-11\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-10\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/p~sAAeSwVTloXoEw\/$_57.JPG?set_id=880000500F\" alt=\"Image 12\"\u003e\u003clabel for=\"image-12\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/VpQAAeSwQq5oXoEx\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-12\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-12\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-12\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-11\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/VpQAAeSwQq5oXoEx\/$_57.JPG?set_id=880000500F\" alt=\"Image 13\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NzczWDEyNzE=\/z\/XIUAAeSwQq5oXoLY\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/NS8AAeSwpsxoXoEw\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/8~kAAeSwj~VoXoEx\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/06UAAeSwT5NoXoEx\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/940AAeSwpwZoXoEu\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/3ksAAeSwXQBoXoEw\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/UOwAAeSwZ35oXoEy\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/3lwAAeSwIkZoXoEw\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-8\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/OTc4WDE0Mzg=\/z\/3u4AAeSwRploXoL6\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-9\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/qfYAAeSw1PdoXoEv\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-10\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/8kwAAeSwD-5oXoEw\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-11\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/p~sAAeSwVTloXoEw\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-12\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/VpQAAeSwQq5oXoEx\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                2022 KIA STINGER GT-LINE DASH INSTRUMNET SPEEDOMETER CLUSTER GAUGE 2.5L # 99707\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 99707\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 165\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n\r\n                            \u003cdiv data-fura-freight\u003e\u003c\/div\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 KIA STINGR. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e KIA STINGR\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e \r\n                                \r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 34689\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e KNAE35LDXN6112668\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0525-003\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e 94021-J5040 \/ 94021 J5040 \/ 94021J5040\u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infinitinissancollisionparts1\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infinitinissancollisionparts1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infinitinissancollisionparts1\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infinitinissancollisionparts1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818902024261,"sku":"99707","price":165.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_e2516e73-5cd1-4c93-b09c-c41c0755f1c4.png?v=1774609541"},{"product_id":"2022-2023-kia-stinger-gt-line-fuel-gas-pump-assembly-31110-j5050-2-5l-99729","title":"2022- 2023 KIA STINGER GT-LINE FUEL GAS PUMP ASSEMBLY 31110-J5050 2.5L # 99729","description":"\u003cbody\u003e\n\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eAmerican Auto Export - Template\u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n    *,\n    *::before,\n    *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    body {\n      min-height: 100vh;\n      background-color: #ffffff;\n      padding-top: 8px;\n      padding-bottom: 8px;\n      font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n      color: #1f2937;\n    }\n\n    \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n    .custom-scrollbar::-webkit-scrollbar {\n      width: 8px;\n    }\n\n    .custom-scrollbar::-webkit-scrollbar-track {\n      background: #f1f1f1;\n      border-radius: 4px;\n    }\n\n    .custom-scrollbar::-webkit-scrollbar-thumb {\n      background: #e66c15;\n      border-radius: 4px;\n    }\n\n    .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n      background: #c55a0e;\n    }\n\n    \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n    .outer-wrapper {\n      width: 100%;\n      overflow-x: auto;\n    }\n\n    .canvas {\n      min-width: 1200px;\n      max-width: 1400px;\n      margin-left: auto;\n      margin-right: auto;\n      background-color: #e5e7eb;\n      box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n    }\n\n    \/* ─── Header ─────────────────────────────────────────────────── *\/\n    header {\n      padding: 24px;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n\n    .header-logo-wrap {\n      display: flex;\n      align-items: center;\n      gap: 16px;\n    }\n\n    .logo-img-wrap {\n      width: 600px;\n      height: 118px;\n      position: relative;\n      flex-shrink: 0;\n    }\n\n    .logo-img-wrap img {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n    }\n\n    .header-hours {\n      text-align: right;\n      color: #374151;\n      font-weight: 600;\n    }\n\n    .header-hours p {\n      margin-bottom: 0;\n    }\n\n    .header-hours .hours-label {\n      font-size: 15px;\n      letter-spacing: 0.05em;\n      margin-bottom: 4px;\n    }\n\n    .header-hours .hours-value {\n      font-size: 14px;\n    }\n\n    \/* ─── Navigation ─────────────────────────────────────────────── *\/\n    nav {\n      background-color: #00a2e8;\n      color: #ffffff;\n      display: flex;\n      justify-content: space-around;\n      padding-top: 12px;\n      padding-bottom: 12px;\n      font-size: 16px;\n      font-weight: 700;\n      letter-spacing: 0.05em;\n    }\n\n    nav a {\n      color: #ffffff;\n      text-decoration: none;\n    }\n\n    .fura-nav-link {\n      position: relative;\n      transition: color 0.2s ease;\n    }\n\n    .fura-nav-link::after {\n      content: \"\";\n      position: absolute;\n      left: 0;\n      right: 0;\n      bottom: -4px;\n      height: 3px;\n      background-color: #f97316;\n      transform: scaleX(0);\n      transform-origin: center;\n      transition: transform 0.2s ease;\n    }\n\n    .fura-nav-link:hover {\n      color: #e5e7eb;\n    }\n\n    .fura-nav-link:hover::after {\n      transform: scaleX(1);\n    }\n\n    \/* ─── Main layout ────────────────────────────────────────────── *\/\n    .main-content {\n      display: flex;\n      padding: 20px;\n      gap: 24px;\n    }\n\n    \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n    aside {\n      width: 240px;\n      flex-shrink: 0;\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n    }\n\n    .sidebar-categories {\n      background-color: #ffffff;\n      border: 1px solid #d1d5db;\n    }\n\n    .sidebar-categories h2 {\n      background: linear-gradient(to bottom, #f3f4f6, #e5e7eb);\n      padding: 10px;\n      font-weight: 700;\n      font-style: italic;\n      font-size: 16px;\n      border-bottom: 1px solid #d1d5db;\n    }\n\n    .sidebar-categories ul {\n      font-size: 13px;\n      font-weight: 700;\n      color: #1f2937;\n      list-style: none;\n    }\n\n    .sidebar-categories ul li {\n      border-bottom: 1px solid #d1d5db;\n    }\n\n    .sidebar-categories ul li:last-child {\n      border-bottom: none;\n    }\n\n    .sidebar-categories ul li a {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      padding: 9px 10px;\n      color: #1f2937;\n      text-decoration: none;\n      font-weight: 700;\n      font-size: 13px;\n      text-transform: uppercase;\n      letter-spacing: 0.02em;\n      transition: background-color 0.15s;\n    }\n\n    .sidebar-categories ul li a:hover {\n      background-color: #f3f4f6;\n      color: #00a2e8;\n    }\n\n    .sidebar-categories ul li a::before {\n      content: \"›\";\n      font-size: 18px;\n      font-weight: 900;\n      color: #00a2e8;\n      line-height: 1;\n      flex-shrink: 0;\n    }\n\n    .sidebar-banner {\n      margin-top: 16px;\n    }\n\n    .sidebar-banner img {\n      width: 100%;\n      height: auto;\n    }\n\n    \/* ─── Main area ──────────────────────────────────────────────── *\/\n    main {\n      flex: 1;\n      background-color: #ffffff;\n      padding: 24px;\n      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n    }\n\n    .product-top {\n      display: flex;\n      flex-direction: row;\n      gap: 32px;\n      margin-bottom: 32px;\n    }\n\n    .product-gallery {\n      width: 55%;\n    }\n\n    .product-info {\n      width: 45%;\n    }\n\n    \/* ─── Gallery ────────────────────────────────────────────────── *\/\n    #gallery_outer_1 {\n      width: 100%;\n    }\n\n    #gallery {\n      display: flex;\n      flex-direction: row-reverse;\n      gap: 12px;\n      align-items: stretch;\n    }\n\n    .gallery-main-area {\n      position: relative;\n      flex: 1;\n      height: 340px;\n      border: 1px solid #d1d5db;\n      background: #ffffff;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      overflow: hidden;\n    }\n\n    .g_image {\n      position: absolute;\n      inset: 0;\n    }\n\n    .g_image input[type=\"radio\"],\n    .g_image input[type=\"checkbox\"] {\n      display: none;\n    }\n\n    .g_image .mainimage {\n      display: none;\n      width: 100%;\n      height: 100%;\n      cursor: default;\n    }\n\n    .g_image input[type=\"radio\"]:checked+input+.mainimage {\n      display: block;\n    }\n\n    .g_image .mainimage\u003ediv {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 100%;\n      height: 100%;\n    }\n\n    .g_image .mainimage img {\n      max-width: 100%;\n      max-height: 100%;\n      object-fit: contain;\n      display: block;\n      margin: 0 auto;\n    }\n\n    .gallery-thumbs {\n      width: 100px;\n      max-height: 340px;\n      overflow-y: auto;\n      padding-right: 4px;\n      display: flex;\n      flex-direction: column;\n      gap: 8px;\n    }\n\n    .gallery-thumbs .thumbimage {\n      display: block;\n      border: 2px solid #e5e7eb;\n      padding: 2px;\n      cursor: pointer;\n      background: #ffffff;\n    }\n\n    .gallery-thumbs .thumbimage li {\n      list-style: none;\n      margin: 0;\n      padding: 0;\n    }\n\n    .gallery-thumbs .thumbimage img {\n      display: block;\n      width: 100%;\n      height: auto;\n      object-fit: cover;\n    }\n\n    .gallery-thumbs .thumbimage:hover {\n      border-color: #f97316;\n    }\n\n    .leftarrow,\n    .rightarrow {\n      display: none;\n    }\n\n    .gallery-thumbs::-webkit-scrollbar {\n      width: 8px;\n    }\n\n    .gallery-thumbs::-webkit-scrollbar-track {\n      background: #f1f1f1;\n      border-radius: 4px;\n    }\n\n    .gallery-thumbs::-webkit-scrollbar-thumb {\n      background: #f97316;\n      border-radius: 4px;\n    }\n\n    .gallery-thumbs::-webkit-scrollbar-thumb:hover {\n      background: #ea580c;\n    }\n\n    \/* ─── Product Info ───────────────────────────────────────────── *\/\n    .product-title {\n      font-size: 24px;\n      font-weight: 900;\n      font-style: italic;\n      text-transform: uppercase;\n      line-height: 1.25;\n      margin-bottom: 24px;\n      display: flex;\n      align-items: flex-start;\n      gap: 8px;\n    }\n\n    .product-title .star-icon {\n      color: #facc15;\n      font-size: 30px;\n      line-height: 1;\n      margin-top: 2px;\n    }\n\n    .product-bullets {\n      list-style: none;\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n      font-size: 15px;\n      font-weight: 600;\n      color: #1f2937;\n    }\n\n    .product-bullets li {\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n    }\n\n    .bullet-arrow {\n      font-weight: 700;\n      font-size: 20px;\n      line-height: 1;\n      margin-top: 2px;\n    }\n\n    \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n    .tab-content {\n      display: none;\n    }\n\n    .fura-tabs-input {\n      display: none;\n    }\n\n    #fura-tab-desc:checked~.tab-panels #tab-desc,\n    #fura-tab-about:checked~.tab-panels #tab-about,\n    #fura-tab-payment:checked~.tab-panels #tab-payment,\n    #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n    #fura-tab-returns:checked~.tab-panels #tab-returns {\n      display: block;\n    }\n\n    #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n    #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n    #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n    #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n    #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n      background-color: #e66c15;\n    }\n\n    #tab-buttons {\n      display: flex;\n      gap: 8px;\n      margin-bottom: 24px;\n    }\n\n    .tab-btn {\n      flex: 1;\n      padding-top: 8px;\n      padding-bottom: 8px;\n      border-radius: 9999px;\n      font-weight: 700;\n      font-style: italic;\n      color: #ffffff;\n      font-size: 16px;\n      transition: background-color 0.2s;\n      background-color: #00a2e8;\n      text-align: center;\n      cursor: pointer;\n      display: block;\n    }\n\n    .tab-btn:hover {\n      background-color: #008bc7;\n    }\n\n    \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n    .tab-panels {\n      padding: 8px 16px;\n    }\n\n    #tab-desc {\n      font-family: \"Times New Roman\", Times, serif;\n      font-size: 18.6667px;\n      line-height: normal;\n      color: #000000;\n    }\n\n    #tab-desc p {\n      margin-bottom: 0;\n    }\n\n    #tab-desc .desc-intro {\n      font-weight: 700;\n      margin-bottom: 16px;\n    }\n\n    #tab-desc .desc-section-label {\n      font-weight: 700;\n      margin-bottom: 4px;\n    }\n\n    #tab-desc .desc-note {\n      font-weight: 700;\n      margin-bottom: 16px;\n    }\n\n    #tab-desc .desc-fits {\n      font-weight: 700;\n      margin-bottom: 16px;\n    }\n\n    #tab-desc .desc-part-number {\n      margin-bottom: 16px;\n    }\n\n    \/* Compatibility table *\/\n    .compat-table {\n      width: 100%;\n      border-collapse: collapse;\n      border: 1px solid #000000;\n      font-size: 12px;\n      font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;\n    }\n\n    .compat-table thead tr {\n      background-color: #f7f7f7;\n    }\n\n    .compat-table th {\n      border: 1px solid #000000;\n      padding: 6px;\n      text-align: left;\n      font-weight: 700;\n      color: #1f2937;\n    }\n\n    .compat-table td {\n      border: 1px solid #000000;\n      padding: 6px;\n    }\n\n    #tab-about {\n      font-size: 18.6667px;\n      line-height: 107%;\n      color: #000000;\n      display: none;\n    }\n\n    #tab-about p,\n    #tab-payment p,\n    #tab-shipping p,\n    #tab-returns p {\n      margin-bottom: 0;\n    }\n\n    .tab-static-content\u003e*+* {\n      margin-top: 16px;\n    }\n\n    #tab-payment {\n      font-size: 18.6667px;\n      color: #000000;\n      display: none;\n    }\n\n    #tab-shipping {\n      font-size: 18.6667px;\n      color: #000000;\n      display: none;\n    }\n\n    #tab-returns {\n      font-size: 18.6667px;\n      color: #000000;\n      display: none;\n    }\n\n    \/* ─── Footer ─────────────────────────────────────────────────── *\/\n    footer {\n      padding-left: 32px;\n      padding-right: 32px;\n    }\n\n    footer img {\n      width: 100%;\n      height: auto;\n    }\n  \u003c\/style\u003e\n\n\n\n  \u003cdiv class=\"outer-wrapper\"\u003e\n    \u003cdiv class=\"canvas\"\u003e\n\n      \u003c!-- Header --\u003e\n      \u003cheader\u003e\n        \u003cdiv class=\"header-logo-wrap\"\u003e\n          \u003cdiv class=\"logo-img-wrap\"\u003e\n            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/shared_logo.jpg\" alt=\"American Auto Export OEM Parts\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"header-hours\"\u003e\n          \u003cp class=\"hours-label\"\u003eBUSINESS HOURS:\u003c\/p\u003e\n          \u003cp class=\"hours-value\"\u003eMON - SAT (8:30AM - 5:30PM EST)\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/header\u003e\n\n      \u003c!-- Navigation --\u003e\n      \u003cnav\u003e\n        \u003ca href=\"https:\/\/www.ebay.com\/str\/americanautoexport\" class=\"fura-nav-link\"\u003eHOME\u003c\/a\u003e\n        \u003ca href=\"https:\/\/www.ebay.com\/usr\/aaexport1\" class=\"fura-nav-link\"\u003eABOUT US\u003c\/a\u003e\n        \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=aaexport1\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFEEDBACK\u003c\/a\u003e\n        \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=aaexport1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNEWSLETTER\u003c\/a\u003e\n        \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=aaexport1\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eCONTACT US\u003c\/a\u003e\n      \u003c\/nav\u003e\n\n      \u003c!-- Main Content --\u003e\n      \u003cdiv class=\"main-content\"\u003e\n\n        \u003c!-- Sidebar --\u003e\n        \u003caside\u003e\n          \u003cdiv class=\"sidebar-categories\"\u003e\n            \u003ch2\u003eShop Categories\u003c\/h2\u003e\n            \u003cul\u003e\n              \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=aaexport1\u0026amp;store_name=americanautoexport\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=aaexport1\u0026amp;store_name=americanautoexport\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=69169123013\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e QT Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=aaexport1\u0026amp;store_name=americanautoexport\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=64940752013\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Suspension \u0026amp; Steering\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=aaexport1\u0026amp;store_name=americanautoexport\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=68465461013\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transverse Control Arm\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=aaexport1\u0026amp;store_name=americanautoexport\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=67860460013\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Trailing Control Arm\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=aaexport1\u0026amp;store_name=americanautoexport\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=64940993013\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Power Steering Bottles\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=aaexport1\u0026amp;store_name=americanautoexport\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=73795125013\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Sub Frame Crossmember\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=aaexport1\u0026amp;store_name=americanautoexport\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=73802725013\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Spindle Knuckle\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=aaexport1\u0026amp;store_name=americanautoexport\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=73802985013\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Spring Control Arm\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=aaexport1\u0026amp;store_name=americanautoexport\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=73803001013\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Radius Control Arm\u003c\/a\u003e\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"sidebar-banner\"\u003e\n            \u003cimg src=\"https:\/\/cdn.frooition.com\/190139\/files\/side_banner.jpg\" alt=\"Store Banner\"\u003e\n          \u003c\/div\u003e\n        \u003c\/aside\u003e\n\n        \u003c!-- Main Content Area --\u003e\n        \u003cmain\u003e\n          \u003cdiv class=\"product-top\"\u003e\n\n            \u003c!-- Gallery --\u003e\n            \u003cdiv class=\"product-gallery\"\u003e\n              \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTEyNFgxMjAx\/z\/q7wAAOSwckdoXQIn\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-9\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTEyNFgxMjAx\/z\/q7wAAOSwckdoXQIn\/$_57.PNG?set_id=880000500F\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/w8gAAOSwKvhoXQGl\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/w8gAAOSwKvhoXQGl\/$_57.JPG?set_id=880000500F\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/c7UAAOSw4F9oXQGk\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/c7UAAOSw4F9oXQGk\/$_57.JPG?set_id=880000500F\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/POAAAOSwWzpoXQGl\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/POAAAOSwWzpoXQGl\/$_57.JPG?set_id=880000500F\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/Ud4AAOSwXoJoXQGl\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/Ud4AAOSwXoJoXQGl\/$_57.JPG?set_id=880000500F\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/UbEAAOSwXiloXQGm\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/UbEAAOSwXiloXQGm\/$_57.JPG?set_id=880000500F\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/JQIAAOSwbudoXQGl\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/JQIAAOSwbudoXQGl\/$_57.JPG?set_id=880000500F\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/USkAAOSwIRFoXQGl\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/USkAAOSwIRFoXQGl\/$_57.JPG?set_id=880000500F\" alt=\"Image 8\"\u003e\u003clabel for=\"image-8\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/gQwAAOSwRVtoXQGl\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-8\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-8\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-8\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/gQwAAOSwRVtoXQGl\/$_57.JPG?set_id=880000500F\" alt=\"Image 9\"\u003e\u003clabel for=\"image-9\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/j8EAAOSwkf1oXQGl\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-9\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-9\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-9\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-8\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/j8EAAOSwkf1oXQGl\/$_57.JPG?set_id=880000500F\" alt=\"Image 10\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTEyNFgxMjAx\/z\/q7wAAOSwckdoXQIn\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/w8gAAOSwKvhoXQGl\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/c7UAAOSw4F9oXQGk\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/POAAAOSwWzpoXQGl\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/Ud4AAOSwXoJoXQGl\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/UbEAAOSwXiloXQGm\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/JQIAAOSwbudoXQGl\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/USkAAOSwIRFoXQGl\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-8\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/gQwAAOSwRVtoXQGl\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-9\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/j8EAAOSwkf1oXQGl\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Info --\u003e\n            \u003cdiv class=\"product-info\"\u003e\n              \u003ch1 class=\"product-title\"\u003e\n                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\n                2022- 2023 KIA STINGER GT-LINE FUEL GAS PUMP ASSEMBLY 31110-J5050 2.5L # 99729\n              \u003c\/h1\u003e\n              \u003cul class=\"product-bullets\"\u003e\n                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e›\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e›\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e›\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e›\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e›\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\n                \u003c\/li\u003e\n              \u003c\/ul\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\n          \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\n          \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\n          \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\n          \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\n          \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\n\n          \u003c!-- Tab buttons --\u003e\n          \u003cdiv id=\"tab-buttons\"\u003e\n            \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\n            \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\n            \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\n            \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\n            \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\n          \u003c\/div\u003e\n\n          \u003c!-- Tab Content --\u003e\n          \u003cdiv class=\"tab-panels\"\u003e\n\n            \u003c!-- Description --\u003e\n            \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\n\n              \u003cp class=\"desc-intro\"\u003e\n                This Part is taken from 2022 KIA STINGR. Please see the Details for\n                this vehicle.\n              \u003c\/p\u003e\n              \u003cp class=\"desc-section-label\"\u003eDONOR DETAILS:\u003c\/p\u003e\n              \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\n              \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e KIA STINGR\u003c\/p\u003e\n              \u003cp\u003e\n                \u003cb\u003eColor:\u003c\/b\u003e \n                \n              \u003c\/p\u003e\n              \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e \u003c\/p\u003e\n              \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\n              \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 34689\u003c\/p\u003e\n              \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e KNAE35LDXN6112668\u003c\/p\u003e\n              \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0525-003\u003c\/p\u003e\n              \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e 31110J5050\u003c\/p\u003e\n              \u003c!-- \u003cp class=\"desc-section-label\"\u003ePlease Note:\u003c\/p\u003e\n              \u003cp class=\"desc-note\"\u003e\n                Free Shipping only applies to business address. For residential address, please get a quote.\n              \u003c\/p\u003e --\u003e\n              \u003c!-- Compatibility table always shown --\u003e\n              \u003cp class=\"desc-fits\"\u003e\n                This Parts Fits with Following Models, If you still have any questions, Please contact us.\n              \u003c\/p\u003e\n              \u003ctable class=\"compat-table\"\u003e\n                \u003cthead\u003e\n                  \u003ctr\u003e\n                    \u003cth\u003eMake\u003c\/th\u003e\n                    \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\n                    \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\n                  \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody\u003e\n                  \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003c\/tbody\u003e\n              \u003c\/table\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- About Us --\u003e\n            \u003cdiv id=\"tab-about\" class=\"tab-content tab-static-content\"\u003e\n              \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\n              \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\n                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\n                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\n              \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\n                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\n                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\n              \u003c\/p\u003e\n              \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\n                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\n                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\n                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\n                auto parts needs.\u003c\/p\u003e\n              \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Payment --\u003e\n            \u003cdiv id=\"tab-payment\" class=\"tab-content tab-static-content\"\u003e\n              \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\n              \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\n              \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Shipping --\u003e\n            \u003cdiv id=\"tab-shipping\" class=\"tab-content tab-static-content\"\u003e\n              \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\n              \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\n              \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\n                For such transactions please contact us for quote.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Returns --\u003e\n            \u003cdiv id=\"tab-returns\" class=\"tab-content tab-static-content\"\u003e\n              \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\n              \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\n                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\n                compatibility please always see the description for more details and exact fitment or If you have\n                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\n              \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\n              \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\n                anything else will be included if it is not pictured.\u003c\/p\u003e\n              \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\n                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\n                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\n                if it will fit your application. Additional items may be needed if this is an upgrade or custom\n                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/main\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Footer --\u003e\n      \u003cfooter\u003e\n        \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/shared_footer.jpg\" alt=\"American Auto Export OEM brands\"\u003e\n      \u003c\/footer\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818902089797,"sku":"99729","price":87.14,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_b3ebc022-2065-4027-bfaa-61da901adc93.png?v=1774609546"},{"product_id":"22-23-kia-stinger-awd-rear-differential-carrier-assembly-t25-r3-538-2-5l-99732","title":"22-23 KIA STINGER AWD FRONT DIFFERENTIAL CARRIER ASSEMBLY 34K MILES 2.5L # 99732","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Blue Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #e2e8f0; \/* Cool slate background *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #0f172a; \/* Dark slate text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f1f5f9;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #2563eb; \/* Blue primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #1d4ed8; \/* Darker blue hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e2e8f0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #e2e8f0;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #1e293b;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #0f172a;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #cbd5e1;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #0f172a;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #cbd5e1;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #f1f5f9;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #94a3b8;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #94a3b8;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #475569;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e2e8f0;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #475569;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f8fafc;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #64748b;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #f1f5f9;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #475569;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #cbd5e1;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cbd5e1;\n            padding: 2px;\n            cursor: pointer;\n            background: #f1f5f9;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #2563eb; \/* Blue highlight *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #1d4ed8; \/* Blue title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #fbbf24;\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #475569;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #334155;\n            border-top: 1px dashed #e2e8f0;\n            border-bottom: 1px dashed #e2e8f0;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #1d4ed8; \/* Blue arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #1d4ed8; \/* Blue price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #0f172a; \/* Dark slate button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #1d4ed8; \/* Blue hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #1d4ed8; \/* Blue tab *\/\n            color: white;\n            border-top: 3px solid #1e3a8a; \/* Darker blue top border *\/\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #1d4ed8; \/* Blue line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #475569;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f1f5f9;\n            border: 1px solid #cbd5e1;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e2e8f0;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #cbd5e1;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #1e293b;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #cbd5e1;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f8fafc;\n        }\n\n        .compat-table th {\n            border: 1px solid #cbd5e1;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #0f172a;\n        }\n\n        .compat-table td {\n            border: 1px solid #cbd5e1;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #cbd5e1;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #cbd5e1;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #cbd5e1;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #cbd5e1;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #475569;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #64748b;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #475569;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #0f172a;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #1d4ed8;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitioemparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infiniti-nissan-autoparts\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44597128011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44597130011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44529665011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Kia\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44392357011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Acura\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44408886011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e New Aftermarket Big Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44341614011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Toyota\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44307730011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Infiniti\/ Nissan Big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=38808958011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Air Conditioning \u0026amp; Heat\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=38814568011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e AC Condenser\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/ODA1WDEzMDQ=\/z\/vVcAAeSwo8RoZmT5\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-9\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/ODA1WDEzMDQ=\/z\/vVcAAeSwo8RoZmT5\/$_57.PNG?set_id=880000500F\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/fUEAAeSwedFoZmQB\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/fUEAAeSwedFoZmQB\/$_57.JPG?set_id=880000500F\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/mb0AAeSwwKRoZmQB\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/mb0AAeSwwKRoZmQB\/$_57.JPG?set_id=880000500F\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/TtIAAeSwCR9oZmQA\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/TtIAAeSwCR9oZmQA\/$_57.JPG?set_id=880000500F\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/PBoAAeSwnYVoZmQB\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/PBoAAeSwnYVoZmQB\/$_57.JPG?set_id=880000500F\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/HTgAAeSwFgZoZmQC\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/HTgAAeSwFgZoZmQC\/$_57.JPG?set_id=880000500F\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/H88AAeSwigJoZmQB\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/H88AAeSwigJoZmQB\/$_57.JPG?set_id=880000500F\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/PNkAAeSwgRBoZmQA\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/PNkAAeSwgRBoZmQA\/$_57.JPG?set_id=880000500F\" alt=\"Image 8\"\u003e\u003clabel for=\"image-8\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/FWcAAeSwpwZoZmQB\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-8\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-8\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-8\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/FWcAAeSwpwZoZmQB\/$_57.JPG?set_id=880000500F\" alt=\"Image 9\"\u003e\u003clabel for=\"image-9\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/aqgAAeSwhQRoZmQB\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-9\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-9\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-9\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-8\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/aqgAAeSwhQRoZmQB\/$_57.JPG?set_id=880000500F\" alt=\"Image 10\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/ODA1WDEzMDQ=\/z\/vVcAAeSwo8RoZmT5\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/fUEAAeSwedFoZmQB\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/mb0AAeSwwKRoZmQB\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/TtIAAeSwCR9oZmQA\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/PBoAAeSwnYVoZmQB\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/HTgAAeSwFgZoZmQC\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/H88AAeSwigJoZmQB\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/PNkAAeSwgRBoZmQA\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-8\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/FWcAAeSwpwZoZmQB\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-9\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/aqgAAeSwhQRoZmQB\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                22-23 KIA STINGER AWD FRONT DIFFERENTIAL CARRIER ASSEMBLY 34K MILES 2.5L # 99732\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 99732\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 380\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 KIA STINGR. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e KIA STINGR\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e \r\n                                \r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 34689\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e KNAE35LDXN6112668\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0525-003\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e T25R3538\u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infiniti-nissan-autoparts\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infiniti-nissan-autoparts\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818902155333,"sku":"99732","price":712.82,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_466ce17c-6ce6-41eb-b828-17789a565066.png?v=1774609551"},{"product_id":"18-23-kia-stinger-front-windshield-wiper-transmission-linkage-w-motor-99735","title":"18-23 KIA STINGER FRONT WINDSHIELD WIPER TRANSMISSION LINKAGE W\/ MOTOR # 99735","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Blue Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #e2e8f0; \/* Cool slate background *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #0f172a; \/* Dark slate text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f1f5f9;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #2563eb; \/* Blue primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #1d4ed8; \/* Darker blue hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e2e8f0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #e2e8f0;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #1e293b;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #0f172a;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #cbd5e1;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #0f172a;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #cbd5e1;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #f1f5f9;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #94a3b8;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #94a3b8;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #475569;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e2e8f0;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #475569;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f8fafc;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #64748b;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #f1f5f9;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #475569;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #cbd5e1;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cbd5e1;\n            padding: 2px;\n            cursor: pointer;\n            background: #f1f5f9;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #2563eb; \/* Blue highlight *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #1d4ed8; \/* Blue title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #fbbf24;\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #475569;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #334155;\n            border-top: 1px dashed #e2e8f0;\n            border-bottom: 1px dashed #e2e8f0;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #1d4ed8; \/* Blue arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #1d4ed8; \/* Blue price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #0f172a; \/* Dark slate button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #1d4ed8; \/* Blue hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #1d4ed8; \/* Blue tab *\/\n            color: white;\n            border-top: 3px solid #1e3a8a; \/* Darker blue top border *\/\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #1d4ed8; \/* Blue line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #475569;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f1f5f9;\n            border: 1px solid #cbd5e1;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e2e8f0;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #cbd5e1;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #1e293b;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #cbd5e1;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f8fafc;\n        }\n\n        .compat-table th {\n            border: 1px solid #cbd5e1;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #0f172a;\n        }\n\n        .compat-table td {\n            border: 1px solid #cbd5e1;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #cbd5e1;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #cbd5e1;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #cbd5e1;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #cbd5e1;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #475569;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #64748b;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #475569;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #0f172a;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #1d4ed8;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitioemparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infiniti-nissan-autoparts\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44597128011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44597130011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44529665011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Kia\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44392357011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Acura\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44408886011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e New Aftermarket Big Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44341614011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Toyota\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44307730011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Infiniti\/ Nissan Big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=38808958011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Air Conditioning \u0026amp; Heat\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=38814568011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e AC Condenser\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/Nzg5WDE1MzY=\/z\/nL4AAOSwDztoW9IE\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-9\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/Nzg5WDE1MzY=\/z\/nL4AAOSwDztoW9IE\/$_57.PNG?set_id=880000500F\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/Px8AAOSwBFpoW9Hd\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/Px8AAOSwBFpoW9Hd\/$_57.JPG?set_id=880000500F\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/ko0AAOSwbEdoW9Hd\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/ko0AAOSwbEdoW9Hd\/$_57.JPG?set_id=880000500F\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/ugEAAOSwOytoW9He\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/ugEAAOSwOytoW9He\/$_57.JPG?set_id=880000500F\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/OKAAAOSwzLhoW9Hd\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/OKAAAOSwzLhoW9Hd\/$_57.JPG?set_id=880000500F\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/NzM4WDE0MjY=\/z\/-jMAAOSweONoW9N7\/$_57.PNG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NzM4WDE0MjY=\/z\/-jMAAOSweONoW9N7\/$_57.PNG?set_id=880000500F\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/~W4AAOSw5yZoW9Hf\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/~W4AAOSw5yZoW9Hf\/$_57.JPG?set_id=880000500F\" alt=\"Image 7\"\u003e\u003clabel for=\"image-7\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/-mUAAOSwrBhoW9Hd\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-7\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-7\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-7\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/-mUAAOSwrBhoW9Hd\/$_57.JPG?set_id=880000500F\" alt=\"Image 8\"\u003e\u003clabel for=\"image-8\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/EMcAAOSwQCNoW9He\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-8\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-8\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-8\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-7\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/EMcAAOSwQCNoW9He\/$_57.JPG?set_id=880000500F\" alt=\"Image 9\"\u003e\u003clabel for=\"image-9\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/U30AAOSwbudoW9Hg\/$_57.JPG?set_id=880000500F\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-9\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-9\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-9\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-8\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/U30AAOSwbudoW9Hg\/$_57.JPG?set_id=880000500F\" alt=\"Image 10\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/Nzg5WDE1MzY=\/z\/nL4AAOSwDztoW9IE\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/Px8AAOSwBFpoW9Hd\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/ko0AAOSwbEdoW9Hd\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/ugEAAOSwOytoW9He\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/OKAAAOSwzLhoW9Hd\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/NzM4WDE0MjY=\/z\/-jMAAOSweONoW9N7\/$_57.PNG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/~W4AAOSw5yZoW9Hf\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-7\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/-mUAAOSwrBhoW9Hd\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-8\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/EMcAAOSwQCNoW9He\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-9\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTIwMFgxNjAw\/z\/U30AAOSwbudoW9Hg\/$_14.JPG?set_id=880000500F\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                18-23 KIA STINGER FRONT WINDSHIELD WIPER TRANSMISSION LINKAGE W\/ MOTOR # 99735\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 99735\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 57\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 KIA STINGR. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e KIA STINGR\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e \r\n                                \r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 34689\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e KNAE35LDXN6112668\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0525-003\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e 98110J5000\u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2023 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT2 Hatchback 4-Door, Tribute Edition Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.5L 2497CC l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2021 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2020 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eGT Hatchback 4-Door, GT-Line Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.3L 3342CC V6 GAS DOHC Turbocharged, 2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2019 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, GT Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door, GTS Hatchback 4-Door, Premium Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2018 Kia Stinger\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eBase Hatchback 4-Door, GT Hatchback 4-Door, GT1 Hatchback 4-Door, GT2 Hatchback 4-Door, Premium Hatchback 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2.0L 1998CC 122Cu. In. l4 GAS DOHC Turbocharged, 3.3L 3342CC V6 GAS DOHC Turbocharged\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infiniti-nissan-autoparts\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infiniti-nissan-autoparts\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818902220869,"sku":"99735","price":50.18,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/57_fc9f115f-f88e-4068-b5ea-e51056711e82.png?v=1774609556"},{"product_id":"2018-2023-kia-stinger-awd-rear-suspension-stabilizer-sway-bar-rod-99737","title":"2018 - 2023 KIA STINGER AWD REAR SUSPENSION STABILIZER SWAY BAR ROD # 99737","description":"","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818902286405,"sku":"99737","price":76.52,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/s-l1600_77f608d1-14ea-49cb-8ca0-2a955d14443b.jpg?v=1774609560"},{"product_id":"20-22-kia-telluride-ldc-power-inverter-converter-control-module-unit-107095","title":"20-22 KIA TELLURIDE LDC POWER INVERTER CONVERTER CONTROL MODULE UNIT # 107095","description":"\u003cbody\u003e\r\n\r\n\r\n\r\n    \u003cmeta charset=\"UTF-8\"\u003e\r\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\r\n    \u003ctitle\u003eAmerican Auto Export - Blue Template\u003c\/title\u003e\r\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Racing+Sans+One\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\r\n    \u003cstyle\u003e\n        \/* ─── Reset \u0026 Base ───────────────────────────────────────────── *\/\n        *,\n        *::before,\n        *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            min-height: 100vh;\n            background-color: #e2e8f0; \/* Cool slate background *\/\n            padding-top: 8px;\n            padding-bottom: 8px;\n            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #0f172a; \/* Dark slate text *\/\n        }\n\n        \/* ─── Scrollbar ──────────────────────────────────────────────── *\/\n        .custom-scrollbar::-webkit-scrollbar {\n            width: 8px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-track {\n            background: #f1f5f9;\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb {\n            background: #2563eb; \/* Blue primary *\/\n            border-radius: 4px;\n        }\n\n        .custom-scrollbar::-webkit-scrollbar-thumb:hover {\n            background: #1d4ed8; \/* Darker blue hover *\/\n        }\n\n        \/* ─── Outer wrapper ──────────────────────────────────────────── *\/\n        .outer-wrapper {\n            width: 100%;\n            overflow-x: auto;\n        }\n\n        .gradient-bg {\n            background: linear-gradient(to bottom, #ffffff 0%, #e2e8f0 100%);\n        }\n\n        .canvas {\n            min-width: 1200px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n            background-color: #e2e8f0;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n        }\n\n        \/* ─── Header ─────────────────────────────────────────────────── *\/\n        header {\n            padding: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .header-logo-wrap {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .logo-img-wrap {\n            width: 600px;\n            height: 118px;\n            position: relative;\n            flex-shrink: 0;\n        }\n\n        .logo-img-wrap img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .header-hours {\n            text-align: right;\n            color: #1e293b;\n            font-weight: 600;\n        }\n\n        .header-hours p {\n            margin-bottom: 0;\n        }\n\n        .header-hours .hours-label {\n            font-size: 15px;\n            letter-spacing: 0.05em;\n            margin-bottom: 4px;\n        }\n\n        .header-hours .hours-value {\n            font-size: 14px;\n        }\n\n        \/* ─── Navigation ─────────────────────────────────────────────── *\/\n        nav {\n            color: #0f172a;\n            display: flex;\n            justify-content: stretch;\n            padding: 0;\n            font-size: 14px;\n            font-weight: 700;\n            border: 1px solid #cbd5e1;\n            margin-bottom: 20px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        nav a {\n            flex: 1;\n            color: #0f172a;\n            text-decoration: none;\n            font-style: italic;\n            text-align: center;\n            padding: 12px 5px;\n            border-right: 1px solid #cbd5e1;\n            transition: background 0.2s;\n        }\n\n        nav a:last-child {\n            border-right: none;\n        }\n\n        nav a:hover {\n            background: #f1f5f9;\n        }\n\n        \/* ─── Main layout ────────────────────────────────────────────── *\/\n        .main-content {\n            display: flex;\n            padding: 0 20px 20px 20px;\n            gap: 24px;\n            background: transparent;\n        }\n\n        \/* ─── Sidebar ────────────────────────────────────────────────── *\/\n        aside {\n            width: 240px;\n            flex-shrink: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .sidebar-box {\n            background-color: #ffffff;\n            border: 1px solid #94a3b8;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .sidebar-box h2 {\n            padding: 10px;\n            font-weight: 400;\n            font-size: 14px;\n            text-align: center;\n            border-bottom: 1px solid #94a3b8;\n        }\n\n        .sidebar-categories ul {\n            font-size: 12px;\n            color: #475569;\n            list-style: none;\n        }\n\n        .sidebar-categories ul li {\n            border-bottom: 1px solid #e2e8f0;\n        }\n\n        .sidebar-categories ul li:last-child {\n            border-bottom: none;\n        }\n\n        .sidebar-categories ul li a {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            padding: 8px 10px;\n            color: #475569;\n            text-decoration: none;\n            font-size: 12px;\n            transition: background-color 0.15s;\n        }\n\n        .sidebar-categories ul li a:hover {\n            background-color: #f8fafc;\n        }\n\n        .sidebar-categories ul li a::before {\n            content: \"☐\";\n            font-size: 12px;\n            color: #64748b;\n            line-height: 1;\n            flex-shrink: 0;\n        }\n\n        .sidebar-image-box {\n            padding: 10px;\n            text-align: center;\n            background-color: #f1f5f9;\n        }\n\n        .sidebar-image-box img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .sidebar-text-box {\n            padding: 10px;\n            font-size: 16px;\n            color: #475569;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .sidebar-banner {\n            margin-top: 16px;\n        }\n\n        .sidebar-banner img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* ─── Main area ──────────────────────────────────────────────── *\/\n        main {\n            flex: 1;\n            padding: 0;\n        }\n\n        .product-top {\n            display: flex;\n            flex-direction: row;\n            gap: 32px;\n            margin-bottom: 32px;\n            border: 1px solid #cbd5e1;\n            padding: 24px;\n            background-color: #ffffff;\n            border-radius: 4px;\n        }\n\n        .product-gallery {\n            width: 55%;\n        }\n\n        .product-info {\n            width: 45%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* ─── Gallery ────────────────────────────────────────────────── *\/\n        #gallery_outer_1 {\n            width: 100%;\n        }\n\n        #gallery {\n            display: flex;\n            flex-direction: row-reverse;\n            gap: 12px;\n            align-items: stretch;\n        }\n\n        .gallery-main-area {\n            position: relative;\n            flex: 1;\n            height: 380px;\n            background: #ffffff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            border-radius: 4px;\n        }\n\n        .g_image {\n            position: absolute;\n            inset: 0;\n        }\n\n        .g_image input[type=\"radio\"],\n        .g_image input[type=\"checkbox\"] {\n            display: none;\n        }\n\n        .g_image .mainimage {\n            display: none;\n            width: 100%;\n            height: 100%;\n            cursor: default;\n        }\n\n        .g_image input[type=\"radio\"]:checked+input+.mainimage {\n            display: block;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage\u003ediv {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 100%;\n            height: 100%;\n        }\n\n        .g_image .mainimage img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n            margin: 0;\n        }\n\n        .gallery-thumbs {\n            width: 100px;\n            max-height: 340px;\n            overflow-y: auto;\n            padding-right: 4px;\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .gallery-thumbs .thumbimage {\n            display: block;\n            border: 2px solid #cbd5e1;\n            padding: 2px;\n            cursor: pointer;\n            background: #f1f5f9;\n        }\n\n        .gallery-thumbs .thumbimage li {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n\n        .gallery-thumbs .thumbimage img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n\n        .gallery-thumbs .thumbimage:hover {\n            border-color: #2563eb; \/* Blue highlight *\/\n        }\n\n        .leftarrow,\n        .rightarrow {\n            display: none;\n        }\n\n        \/* ─── Product Info ───────────────────────────────────────────── *\/\n        .product-title {\n            font-size: 20px;\n            font-weight: 800;\n            font-style: italic;\n            color: #1d4ed8; \/* Blue title *\/\n            text-transform: uppercase;\n            line-height: 1.25;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .product-title .star-icon {\n            color: #fbbf24;\n            font-size: 24px;\n            line-height: 1;\n            margin-top: 2px;\n        }\n\n        .product-sku {\n            color: #475569;\n            font-size: 12px;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 0;\n            font-size: 12px;\n            font-weight: 400;\n            color: #334155;\n            border-top: 1px dashed #e2e8f0;\n            border-bottom: 1px dashed #e2e8f0;\n            padding: 10px 0;\n            margin-bottom: 20px;\n        }\n\n        .product-bullets li {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 6px 0;\n            text-transform: uppercase;\n        }\n\n        .bullet-arrow {\n            font-size: 14px;\n            line-height: 1;\n            color: #1d4ed8; \/* Blue arrow *\/\n            margin-top: 2px;\n        }\n\n        .product-price {\n            font-size: 28px;\n            font-weight: bold;\n            color: #1d4ed8; \/* Blue price *\/\n            font-style: italic;\n            text-align: center;\n            margin-top: auto;\n            margin-bottom: 15px;\n        }\n\n        .buy-it-now-btn {\n            display: block;\n            background: #0f172a; \/* Dark slate button *\/\n            color: white;\n            text-align: center;\n            padding: 12px;\n            font-size: 16px;\n            text-decoration: none;\n            border-radius: 4px;\n            font-weight: bold;\n        }\n\n        .buy-it-now-btn:hover {\n            background: #1d4ed8; \/* Blue hover *\/\n        }\n\n        \/* ─── Tabs ───────────────────────────────────────────────────── *\/\n        .tab-content {\n            display: none;\n        }\n\n        .fura-tabs-input {\n            display: none;\n        }\n\n        #fura-tab-desc:checked~.tab-panels #tab-desc,\n        #fura-tab-about:checked~.tab-panels #tab-about,\n        #fura-tab-payment:checked~.tab-panels #tab-payment,\n        #fura-tab-shipping:checked~.tab-panels #tab-shipping,\n        #fura-tab-returns:checked~.tab-panels #tab-returns {\n            display: block;\n        }\n\n        \/* Tab active state *\/\n        #fura-tab-desc:checked~#tab-buttons label[for=\"fura-tab-desc\"],\n        #fura-tab-about:checked~#tab-buttons label[for=\"fura-tab-about\"],\n        #fura-tab-payment:checked~#tab-buttons label[for=\"fura-tab-payment\"],\n        #fura-tab-shipping:checked~#tab-buttons label[for=\"fura-tab-shipping\"],\n        #fura-tab-returns:checked~#tab-buttons label[for=\"fura-tab-returns\"] {\n            background-color: #1d4ed8; \/* Blue tab *\/\n            color: white;\n            border-top: 3px solid #1e3a8a; \/* Darker blue top border *\/\n        }\n\n        #tab-buttons {\n            display: flex;\n            gap: 0;\n            border-bottom: 2px solid #1d4ed8; \/* Blue line under tabs *\/\n        }\n\n        .tab-btn {\n            flex: 1;\n            padding: 12px 10px;\n            font-weight: 800;\n            font-style: italic;\n            color: #475569;\n            font-size: 14px;\n            transition: background-color 0.2s;\n            background-color: #f1f5f9;\n            border: 1px solid #cbd5e1;\n            border-bottom: none;\n            border-top: 3px solid transparent;\n            text-align: center;\n            cursor: pointer;\n            display: block;\n            text-transform: uppercase;\n        }\n\n        .tab-btn:hover {\n            background-color: #e2e8f0;\n        }\n\n        \/* ─── Tab panels ─────────────────────────────────────────────── *\/\n        .tab-panels {\n            padding: 24px;\n            border: 1px solid #cbd5e1;\n            border-top: none;\n            background-color: #ffffff;\n            border-bottom-left-radius: 4px;\n            border-bottom-right-radius: 4px;\n        }\n\n        .tab-content {\n            font-family: inherit;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #1e293b;\n        }\n\n        .tab-content h3 {\n            font-size: 16px;\n            font-style: italic;\n            margin-bottom: 12px;\n        }\n\n        .tab-content p {\n            margin-bottom: 12px;\n        }\n\n        .desc-part-number {\n            margin-bottom: 16px;\n        }\n\n        \/* Compatibility table *\/\n        .compat-table {\n            width: 100%;\n            border-collapse: collapse;\n            border: 1px solid #cbd5e1;\n            font-size: 12px;\n        }\n\n        .compat-table thead tr {\n            background-color: #f8fafc;\n        }\n\n        .compat-table th {\n            border: 1px solid #cbd5e1;\n            padding: 8px;\n            text-align: left;\n            font-weight: 700;\n            color: #0f172a;\n        }\n\n        .compat-table td {\n            border: 1px solid #cbd5e1;\n            padding: 8px;\n        }\n\n        \/* ─── Bottom Info ────────────────────────────────────────────── *\/\n        .bottom-info-container {\n            display: flex;\n            margin: 40px 20px 20px 20px;\n            padding: 30px 10px;\n            border: 1px solid #cbd5e1;\n            border-radius: 4px;\n            justify-content: space-between;\n        }\n\n        .bottom-col {\n            flex: 1;\n            padding: 0 20px;\n            border-right: 1px dotted #cbd5e1;\n        }\n\n        .bottom-col:last-child {\n            border-right: none;\n        }\n\n        .bottom-col h4 {\n            font-style: italic;\n            font-size: 16px;\n            margin-bottom: 15px;\n            border-bottom: 1px dotted #cbd5e1;\n            padding-bottom: 8px;\n            text-align: center;\n        }\n\n        .bottom-links {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .bottom-links li {\n            margin-bottom: 8px;\n            border-bottom: 1px dotted #cbd5e1;\n            padding-bottom: 8px;\n        }\n\n        .bottom-links a {\n            color: #475569;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .bottom-links a::before {\n            content: \"☐\";\n            margin-right: 8px;\n            color: #64748b;\n        }\n\n        .bottom-text {\n            font-size: 18px;\n            font-weight: bold;\n            color: #475569;\n            line-height: 1.5;\n        }\n\n        .bottom-btn {\n            display: block;\n            background: #0f172a;\n            color: white;\n            text-align: center;\n            padding: 12px;\n            border-radius: 4px;\n            text-decoration: none;\n            font-size: 14px;\n            font-weight: bold;\n            margin-top: 40px;\n        }\n\n        .bottom-btn:hover {\n            background: #1d4ed8;\n        }\n\n        \/* ─── Footer ─────────────────────────────────────────────────── *\/\n        footer {\n            padding: 24px 20px;\n        }\n\n        footer img {\n            width: 100%;\n            height: auto;\n        }\n    \u003c\/style\u003e\r\n\r\n\r\n\r\n    \u003cdiv class=\"outer-wrapper\"\u003e\r\n        \u003cdiv class=\"canvas\"\u003e\r\n\r\n            \u003c!-- Navigation --\u003e\r\n            \u003cnav class=\"gradient-bg\"\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/infinitioemparts\" class=\"fura-nav-link\"\u003eHome\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\" class=\"fura-nav-link\"\u003eAbout Us\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infiniti-nissan-autoparts\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eFeedback\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"fura-nav-link\"\u003eNewsletter\u003c\/a\u003e\r\n                \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"fura-nav-link\"\u003eContact Us\u003c\/a\u003e\r\n            \u003c\/nav\u003e\r\n\r\n            \u003c!-- Main Content --\u003e\r\n            \u003cdiv class=\"main-content\"\u003e\r\n\r\n                \u003c!-- Sidebar --\u003e\r\n                \u003caside\u003e\r\n                    \u003cdiv class=\"sidebar-box sidebar-categories\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eStore Categories\u003c\/h2\u003e\r\n                        \u003cul\u003e\r\n                            \u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=1\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Other\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44597128011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Engines\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44597130011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Transmissions\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44529665011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Kia\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44392357011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Acura\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44408886011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e New Aftermarket Big Items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44341614011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Toyota\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=44307730011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Infiniti\/ Nissan Big items\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=38808958011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e Air Conditioning \u0026amp; Heat\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"border-b border-gray-200 last:border-0\"\u003e\u003ca href=\"https:\/\/www.ebay.com\/sch\/i.html?_ssn=infiniti-nissan-autoparts\u0026amp;store_name=infinitioemparts\u0026amp;LH_PrefLoc=2\u0026amp;store_cat=38814568011\" class=\"flex items-center p-2 hover:bg-gray-50\"\u003e\u003cspan class=\"mr-2 font-bold text-gray-500\"\u003e›\u003c\/span\u003e AC Condenser\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003c\/ul\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eExceptional Service\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003c!-- Using a generic money back guarantee placeholder as seen in pic --\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/f0fba734-e79c-4c28-97cc-0c3a40e59076.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Money Back Guarantee\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eShipping\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/473c8b47-bbe2-4687-baf4-7f00b7c18408.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Shipping\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003ePayment Methods\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-image-box\"\u003e\r\n                            \u003cimg src=\"https:\/\/ik.imagekit.io\/3rtebe3pj\/a100e8ee-7e62-49a8-84c8-bf2bff2aaada.jpg\" style=\"width: 100%; height: auto; object-fit: contain;\" alt=\"Payment Methods\"\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003cdiv class=\"sidebar-box\"\u003e\r\n                        \u003ch2 class=\"gradient-bg\"\u003eAbout Us\u003c\/h2\u003e\r\n                        \u003cdiv class=\"sidebar-text-box\"\u003e\r\n                            Hello - We are a small customer friendly company located in Fort Lauderdale, Florida. We\r\n                            specialize in auto parts. We are here to earn your business by offering you the best\r\n                            customer service, quality parts and fast shipping. We hope that you will give us a chance to\r\n                            help you with your auto parts needs.\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                \u003c\/aside\u003e\r\n\r\n                \u003c!-- Main Content Area --\u003e\r\n                \u003cmain\u003e\r\n                    \u003cdiv class=\"product-top\"\u003e\r\n\r\n                        \u003c!-- Gallery --\u003e\r\n                        \u003cdiv class=\"product-gallery\"\u003e\r\n                            \u003cdiv id=\"gallery_outer_1\"\u003e\u003cdiv id=\"gallery\"\u003e\n\u003cdiv class=\"gallery-main-area\"\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4746_Nvg86zxKP.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-0\" autocomplete=\"off\" name=\"image-group\" checked\u003e\u003cinput type=\"checkbox\" id=\"mainimage-0\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-0\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-6\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4746_Nvg86zxKP.JPG\" alt=\"Image 1\"\u003e\u003clabel for=\"image-1\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4747_EQUKL5l_O.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-1\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-1\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-1\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-0\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4747_EQUKL5l_O.JPG\" alt=\"Image 2\"\u003e\u003clabel for=\"image-2\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4748_YAzewv1cq.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-2\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-2\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-2\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-1\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4748_YAzewv1cq.JPG\" alt=\"Image 3\"\u003e\u003clabel for=\"image-3\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4749_OOZ3XXN8I.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-3\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-3\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-3\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-2\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4749_OOZ3XXN8I.JPG\" alt=\"Image 4\"\u003e\u003clabel for=\"image-4\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4750_yHQFtNDAr.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-4\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-4\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-4\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-3\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4750_yHQFtNDAr.JPG\" alt=\"Image 5\"\u003e\u003clabel for=\"image-5\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4751_jS7usV692.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-5\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-5\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-5\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-4\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4751_jS7usV692.JPG\" alt=\"Image 6\"\u003e\u003clabel for=\"image-6\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g_image fimage\" data=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4752_ppiNrYgfU.JPG\" data-layout=\"repeatable\"\u003e\n\u003cinput type=\"radio\" id=\"image-6\" autocomplete=\"off\" name=\"image-group\"\u003e\u003cinput type=\"checkbox\" id=\"mainimage-6\" autocomplete=\"off\" class=\"mainimagecb\"\u003e\u003clabel class=\"mainimage\" for=\"mainimage-6\"\u003e\u003cdiv\u003e\n\u003clabel for=\"image-5\" class=\"leftarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4752_ppiNrYgfU.JPG\" alt=\"Image 7\"\u003e\u003clabel for=\"image-0\" class=\"rightarrow\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003c\/div\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-thumbs\"\u003e\n\u003clabel class=\"thumbimage\" for=\"image-0\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4746_Nvg86zxKP.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-1\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4747_EQUKL5l_O.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-2\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4748_YAzewv1cq.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-3\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4749_OOZ3XXN8I.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-4\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4750_yHQFtNDAr.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-5\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4751_jS7usV692.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\u003clabel class=\"thumbimage\" for=\"image-6\"\u003e\u003cli\u003e\u003cimg src=\"https:\/\/ik.imagekit.io\/ued1xrrrjaaexport1\/listings\/IMG_4752_ppiNrYgfU.JPG\"\u003e\u003c\/li\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Info --\u003e\r\n                        \u003cdiv class=\"product-info\"\u003e\r\n                            \u003ch1 class=\"product-title\"\u003e\r\n                                \u003cspan class=\"star-icon\"\u003e⭐\u003c\/span\u003e\r\n                                20-22 KIA TELLURIDE LDC POWER INVERTER CONVERTER CONTROL MODULE UNIT # 107095\r\n                            \u003c\/h1\u003e\r\n\r\n                            \u003cdiv class=\"product-sku\"\u003e# 107095\u003c\/div\u003e\r\n\r\n                            \u003cul class=\"product-bullets\"\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please read description for exact fitment\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Our parts are tested and in good condition\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Any damage is mentioned in description\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Please contact us if you have any questions\u003c\/li\u003e\r\n                                \u003cli\u003e\n\u003cspan class=\"bullet-arrow\"\u003e☐\u003c\/span\u003e Shipping can be arranged for our parts listed as local pickup.\u003c\/li\u003e\r\n                            \u003c\/ul\u003e\r\n\r\n                            \u003cdiv class=\"product-price\"\u003e$ 26\u003c\/div\u003e\r\n\r\n                            \u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\" class=\"buy-it-now-btn\"\u003eBuy it Now\u003c\/a\u003e\r\n                        \u003c\/div\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tabs (CSS-only via radios + labels) --\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-desc\" class=\"fura-tabs-input\" checked\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-about\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-payment\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-shipping\" class=\"fura-tabs-input\"\u003e\r\n                    \u003cinput type=\"radio\" name=\"fura-tabs\" id=\"fura-tab-returns\" class=\"fura-tabs-input\"\u003e\r\n\r\n                    \u003c!-- Tab buttons --\u003e\r\n                    \u003cdiv id=\"tab-buttons\"\u003e\r\n                        \u003clabel for=\"fura-tab-desc\" class=\"tab-btn\"\u003eDescription\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-about\" class=\"tab-btn\"\u003eAbout Us\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-payment\" class=\"tab-btn\"\u003ePayment\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-shipping\" class=\"tab-btn\"\u003eShipping\u003c\/label\u003e\r\n                        \u003clabel for=\"fura-tab-returns\" class=\"tab-btn\"\u003eReturns\u003c\/label\u003e\r\n                    \u003c\/div\u003e\r\n\r\n                    \u003c!-- Tab Content --\u003e\r\n                    \u003cdiv class=\"tab-panels\"\u003e\r\n\r\n                        \u003c!-- Description --\u003e\r\n                        \u003cdiv id=\"tab-desc\" class=\"tab-content active\"\u003e\r\n                            \u003ch3\u003eProduct Description\u003c\/h3\u003e\r\n                            \u003cdiv data-fura-freight\u003e\u003c\/div\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 12px;\"\u003e\r\n                                This Part is taken from 2022 Kia Telluride. Please see the Details for this vehicle.\r\n                            \u003c\/p\u003e\r\n                            \r\n                            \u003cp style=\"font-weight: 700; margin-bottom: 4px;\"\u003eDONOR DETAILS:\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eYear:\u003c\/b\u003e 2022\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eModel:\u003c\/b\u003e Kia Telluride\u003c\/p\u003e\r\n                            \u003cp\u003e\r\n                                \u003cb\u003eColor:\u003c\/b\u003e White\r\n                                , \u003cb\u003eCode:\u003c\/b\u003e GWP\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eTRIM:\u003c\/b\u003e EX\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eType:\u003c\/b\u003e USED\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eMileage:\u003c\/b\u003e 72633\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVIN:\u003c\/b\u003e 5XYP34HC6NG234818\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eVehicle Stock #:\u003c\/b\u003e 0226-016\u003c\/p\u003e\r\n                            \u003cp class=\"desc-part-number\"\u003e\u003cb\u003ePart Number:\u003c\/b\u003e 95300-S9000, 95300 S9000, 95300S9000\u003c\/p\u003e\r\n\r\n                            \u003c!-- Compatibility table --\u003e\r\n                            \u003ch3 style=\"margin-top: 20px; font-weight: normal; font-size: 14px;\"\u003eFITMENTS:\u003c\/h3\u003e\r\n                            \u003cp style=\"margin-bottom: 12px;\"\u003e\r\n                                This Parts Fits with Following Models, If you still have any questions, Please contact us.\r\n                            \u003c\/p\u003e\r\n                            \u003ctable class=\"compat-table\"\u003e\r\n                                \u003cthead\u003e\r\n                                    \u003ctr\u003e\r\n                                        \u003cth\u003eMake\u003c\/th\u003e\r\n                                        \u003cth\u003eBody \u0026amp; Trim\u003c\/th\u003e\r\n                                        \u003cth\u003eEngine \u0026amp; Transmission\u003c\/th\u003e\r\n                                    \u003c\/tr\u003e\r\n                                \u003c\/thead\u003e\r\n                                \u003ctbody\u003e\r\n                                    \u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2022 Kia Telluride\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2021 Kia Telluride\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e2020 Kia Telluride\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003eEX Sport Utility 4-Door, LX Sport Utility 4-Door, S Sport Utility 4-Door, SX Sport Utility 4-Door\u003c\/td\u003e\n\u003ctd class=\"border border-black p-1.5\"\u003e3.8L 3778CC 231Cu. In. V6 GAS DOHC Naturally Aspirated\u003c\/td\u003e\n\u003c\/tr\u003e\r\n                                \u003c\/tbody\u003e\r\n                            \u003c\/table\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- About Us --\u003e\r\n                        \u003cdiv id=\"tab-about\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eEverybody wants to know what makes a company \u003cb\u003e\"Different and Great\" !\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eWell, we figured out our own simple way to make us different from everyone else. We keep it simple, by\r\n                                doing one thing well. We start by \u003cb\u003eAdding Value\u003c\/b\u003e for our customers by providing them with the best\r\n                                prices on quality OEM parts and a welcoming first class customer service experience.\u003c\/p\u003e\r\n                            \u003cp\u003eWe started our company for the sole purpose of helping and adding value for our customers. We know how\r\n                                hard it can be to shop around for auto parts, especially on the internet. Nobody wants to run around\r\n                                looking for high priced parts with bad customer service and no guarantee on the quality of the parts.\r\n                            \u003c\/p\u003e\r\n                            \u003cp\u003eOur business is built around two major things. \u003cb\u003eFirst\u003c\/b\u003e, having an employee team that cares about\r\n                                the customer and that goes beyond just fulfilling the order. \u003cb\u003eSecondly\u003c\/b\u003e, we care about our\r\n                                customers and want them to have an exceptional eCommerce experience with us first. We offer the best\r\n                                quality tested parts with best prices and warranty. We are looking forward to helping you with your OEM\r\n                                auto parts needs.\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eThank you and welcome to our eBay store!\u003c\/b\u003e\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Payment --\u003e\r\n                        \u003cdiv id=\"tab-payment\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe accept \u003cb\u003ePaypal, Visa and MasterCard\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eSales tax will be applied to all orders shipped to the state of FL.\u003c\/p\u003e\r\n                            \u003cp\u003ePay on pickup and COD available for orders placed for local pickup\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Shipping --\u003e\r\n                        \u003cdiv id=\"tab-shipping\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eWe ship by \u003cb\u003eFedEx\u003c\/b\u003e, \u003cb\u003eUPS\u003c\/b\u003e, \u003cb\u003eUSPS\u003c\/b\u003e, and \u003cb\u003eregional freight\/LTL carriers.\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003eLocal pickup\u003c\/b\u003e options are also available.\u003c\/p\u003e\r\n                            \u003cp\u003eSome parts are listed as Local Pickup only. They can be shipped but with Additional Shipping charges.\r\n                                For such transactions please contact us for quote.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                        \u003c!-- Returns --\u003e\r\n                        \u003cdiv id=\"tab-returns\" class=\"tab-content\"\u003e\r\n                            \u003cp\u003eAmerican Auto Export do provide Standard \u003cb\u003e30-day warranty\u003c\/b\u003e on all mechanical parts.\u003c\/p\u003e\r\n                            \u003cp\u003eMake sure and Please verify fitment independently prior to purchase, as the information in the\r\n                                \"compatibility\" section above is generated by eBay Motors may not have detailed information, For\r\n                                compatibility please always see the description for more details and exact fitment or If you have\r\n                                questions or concerns about fitment, please contact us prior to purchase\u003c\/p\u003e\r\n                            \u003cp\u003e\u003cb\u003ePlease Note:\u003c\/b\u003e\u003c\/p\u003e\r\n                            \u003cp\u003eYou will only receive what is pictured unless otherwise stated in the description. Please do not assume\r\n                                anything else will be included if it is not pictured.\u003c\/p\u003e\r\n                            \u003cp\u003eAll of the parts we sell are guaranteed to be in good working condition unless otherwise noted. We ONLY\r\n                                guarantee the part(s) will fit the vehicle(s) listed in the description. If your vehicle was not\r\n                                originally equipped with the EXACT part(s) listed, it is your responsibility to consult a dealer to see\r\n                                if it will fit your application. Additional items may be needed if this is an upgrade or custom\r\n                                installation. Please consult your local dealer for ALL other applications.\u003c\/p\u003e\r\n                        \u003c\/div\u003e\r\n\r\n                    \u003c\/div\u003e\r\n                \u003c\/main\u003e\r\n            \u003c\/div\u003e\r\n\r\n            \u003c!-- Bottom Info --\u003e\r\n            \u003cdiv class=\"bottom-info-container gradient-bg\"\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eLinks\u003c\/h4\u003e\r\n                    \u003cul class=\"bottom-links\"\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/www.ebay.com\/usr\/infiniti-nissan-autoparts\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/feedback.ebay.com\/ws\/eBayISAPI.dll?ViewFeedback2\u0026amp;userid=infiniti-nissan-autoparts\u0026amp;ftab=AllFeedback\u0026amp;myworld=true\u0026amp;rt=nc\"\u003eFeedback\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\u003ca href=\"https:\/\/my.ebay.com\/ws\/eBayISAPI.dll?AcceptSavedSeller\u0026amp;sellerid=infiniti-nissan-autoparts\"\u003eAdd\r\n                                Us\u003c\/a\u003e\u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\"\u003eNewsletter\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                        \u003cli\u003e\n\u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\"\u003eContact\u003c\/a\u003e\r\n                        \u003c\/li\u003e\r\n                    \u003c\/ul\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eContact Us\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        If you have any concerns or questions, please do not hesitate to contact us through ebay\r\n                        messages only.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=ncl\" class=\"bottom-btn\"\u003eContact Us\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\"\u003e\r\n                    \u003ch4\u003eNewsletter\u003c\/h4\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        Subscribe to our newsletter and keep in touch via messages about new offers, promotions or other\r\n                        news.\r\n                    \u003c\/div\u003e\r\n                    \u003ca href=\"https:\/\/contact.ebay.com\/ws\/eBayISAPI.dll?FindAnswers\u0026amp;requested=infiniti-nissan-autoparts\u0026amp;_trksid=p2545226.m2531.l4583\u0026amp;rt=nc\" class=\"bottom-btn\"\u003eSubscribe to Newsletter\u003c\/a\u003e\r\n                \u003c\/div\u003e\r\n                \u003cdiv class=\"bottom-col\" style=\"padding-left: 30px;\"\u003e\r\n                    \u003cdiv class=\"bottom-text\"\u003e\r\n                        We provide you the best customer services, quality parts and fast shipping.\r\n                    \u003c\/div\u003e\r\n                \u003c\/div\u003e\r\n\r\n            \u003c\/div\u003e\r\n        \u003c\/div\u003e\r\n\r\n\r\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818932105285,"sku":"107095","price":31.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/IMG_4746_Nvg86zxKP_4137b8de-d757-4869-a35e-3b8d9873c5f1.jpg?v=1774611126"},{"product_id":"2020-22-kia-telluride-front-right-passenger-side-led-headlight-headlamp-107170","title":"2020-22 KIA TELLURIDE FRONT RIGHT PASSENGER SIDE LED HEADLIGHT HEADLAMP # 107170","description":"\u003cpre class=\"tabcontentz\" style=\"color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s; font-size: medium;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cstrong style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003eThis Part is taken from 2022 KIA TELLURIDE EX. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style=\"box-sizing: border-box; font-family: Arial, sans-serif; font-size: 14pt;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cstrong style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal; font-size: medium;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eYear:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 18.6667px;\"\u003e2022\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 13.5pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eModel: \u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003eKIA TELLURIDE EX SUV\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eColor:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e WHITE (GWP)\u003c\/span\u003e\u003cspan style='font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e F\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in; font-size: 14pt;'\u003eWD\u003c\/span\u003e\u003cspan style='font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eType:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e Used\u003cbr\u003e\u003cstrong\u003eMileage\u003c\/strong\u003e: 72,633\u003c\/span\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 13.5pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eVIN: \u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003e5XYP34HC6NG234818\u003c\/span\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e#\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e 0226-016\u003c\/span\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cstrong style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e 92102-S9130\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cfont bis_size='{\"x\":257,\"y\":674,\"w\":919,\"h\":351,\"abs_x\":567,\"abs_y\":2992}' style=\"box-sizing: border-box;\"\u003e\u003cdiv\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cfont style=\"box-sizing: border-box;\"\u003e\u003cp class=\"MsoNormal\" style=\"white-space: normal; font-family: Arial; box-sizing: border-box; line-height: normal; font-size: initial;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003e\u003cstrong style=\"box-sizing: border-box; font-family: Arial; font-size: 14pt;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003eThis Parts Fits with Following Models, If you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\u003c\/font\u003e\u003c\/pre\u003e\u003c\/span\u003e\u003c\/div\u003e\u003c\/font\u003e\u003cgoogle-sheets-html-origin\u003e\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" style=\"table-layout: fixed; font-family: Arial; width: 0px; border-collapse: collapse; border: none; font-size: 10pt;\" data-sheets-root=\"1\" data-sheets-baot=\"1\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"59\"\u003e\n\u003ccol width=\"71\"\u003e\n\u003ccol width=\"96\"\u003e\n\u003ccol width=\"134\"\u003e\n\u003ccol width=\"193\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eYear\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eMake\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eModel\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;text-align:right;\"\u003e2022\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eEX, LX, S, SX\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;text-align:right;\"\u003e2021\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eEX, LX, S, SX\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;text-align:right;\"\u003e2020\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eEX, LX, S, SX\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e\u003cbr\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818944360517,"sku":"107170","price":580.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/IMG_5193__6tPjb-Zae.jpg?v=1774612510"},{"product_id":"2020-22-kia-telluride-front-right-view-door-mirror-w-o-camera-white-gwp-107172","title":"2020-22 KIA TELLURIDE FRONT RIGHT VIEW DOOR MIRROR W\/O CAMERA WHITE GWP # 107172","description":"\u003cpre class=\"tabcontentz\" style=\"color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s; font-size: medium;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cstrong style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003eThis Part is taken from 2022 KIA TELLURIDE EX. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style=\"box-sizing: border-box; font-family: Arial, sans-serif; font-size: 14pt;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cstrong style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal; font-size: medium;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eYear:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 18.6667px;\"\u003e2022\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 13.5pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eModel: \u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003eKIA TELLURIDE EX SUV\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eColor:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e WHITE (GWP)\u003c\/span\u003e\u003cspan style='font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e F\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in; font-size: 14pt;'\u003eWD\u003c\/span\u003e\u003cspan style='font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eType:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e Used\u003cbr\u003e\u003cstrong\u003eMileage\u003c\/strong\u003e: 72,633\u003c\/span\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 13.5pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eVIN: \u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003e5XYP34HC6NG234818\u003c\/span\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e#\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e 0226-016\u003c\/span\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cstrong style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e 87620-S9220\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cfont bis_size='{\"x\":257,\"y\":674,\"w\":919,\"h\":351,\"abs_x\":567,\"abs_y\":2992}' style=\"box-sizing: border-box;\"\u003e\u003cdiv\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cfont style=\"box-sizing: border-box;\"\u003e\u003cp class=\"MsoNormal\" style=\"white-space: normal; font-family: Arial; box-sizing: border-box; line-height: normal; font-size: initial;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003e\u003cstrong style=\"box-sizing: border-box; font-family: Arial; font-size: 14pt;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003eThis Parts Fits with Following Models, If you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\u003c\/font\u003e\u003c\/pre\u003e\u003c\/span\u003e\u003c\/div\u003e\u003c\/font\u003e\u003cgoogle-sheets-html-origin\u003e\u003cstyle type=\"text\/css\"\u003e\u003c!--td {border: 1px solid #cccccc;}br {mso-data-placement:same-cell;}--\u003e\u003c\/style\u003e\n\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" style=\"table-layout: fixed; font-family: Arial; width: 0px; border-collapse: collapse; border: none; font-size: 10pt;\" data-sheets-root=\"1\" data-sheets-baot=\"1\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"59\"\u003e\n\u003ccol width=\"71\"\u003e\n\u003ccol width=\"96\"\u003e\n\u003ccol width=\"134\"\u003e\n\u003ccol width=\"193\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eYear\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eMake\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eModel\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style=\"border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#f7f7f7;font-family:Open Sans;font-weight:bold;color:#05141f;\"\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;text-align:right;\"\u003e2022\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eEX, LX, S, SX\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;text-align:right;\"\u003e2021\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eEX, LX, S, SX\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height:21px;\"\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;text-align:right;\"\u003e2020\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eKia\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eTelluride\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003eEX, LX, S, SX\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd style=\"border-right:1px solid #000000;border-bottom:1px solid #000000;overflow:hidden;padding:2px 3px 2px 3px;vertical-align:bottom;background-color:#ffffff;font-family:Open Sans;font-weight:normal;color:#05141f;\"\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e\u003cbr\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44818949177413,"sku":"107172","price":340.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/IMG_5307_o0QEfvMUa.jpg?v=1774613246"},{"product_id":"2020-24-kia-telluride-fwd-front-right-side-suspension-knee-assembly-107191","title":"2020-24 KIA TELLURIDE FWD FRONT RIGHT SIDE SUSPENSION KNEE ASSEMBLY # 107191","description":"\u003cpre class=\"tabcontentz\" style=\"color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s; font-size: medium;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cstrong style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003eThis Part is taken from 2022 KIA TELLURIDE EX. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style=\"box-sizing: border-box; font-family: Arial, sans-serif; font-size: 14pt;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cstrong style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal; font-size: medium;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eYear:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 18.6667px;\"\u003e2022\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 13.5pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eModel: \u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003eKIA TELLURIDE EX SUV\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eColor:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e WHITE (GWP)\u003c\/span\u003e\u003cspan style='font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e F\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in; font-size: 14pt;'\u003eWD\u003c\/span\u003e\u003cspan style='font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eType:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e Used\u003cbr\u003e\u003cstrong\u003eMileage\u003c\/strong\u003e: 72,633\u003c\/span\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 13.5pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eVIN: \u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003e5XYP34HC6NG234818\u003c\/span\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e#\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e 0226-016\u003c\/span\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cstrong style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e 54501-S8100, 58130-S9000, 51711-S9000, 54630-S9000, 54651-S9000\u003c\/span\u003e\u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e\u003cstrong\u003e\u003cbr\u003e\u003c\/strong\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\u003c\/pre\u003e\u003cpre class=\"tabcontentz\" bis_size='{\"x\":257,\"y\":674,\"w\":919,\"h\":351,\"abs_x\":567,\"abs_y\":2992}' style=\"color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; box-sizing: border-box; font-size: medium;\"\u003e\u003cfont bis_size='{\"x\":257,\"y\":674,\"w\":919,\"h\":351,\"abs_x\":567,\"abs_y\":2992}' style=\"box-sizing: border-box;\"\u003e\u003cdiv\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cfont style=\"box-sizing: border-box;\"\u003e\u003cp class=\"MsoNormal\" style=\"white-space: normal; font-family: Arial; box-sizing: border-box; line-height: normal; font-size: initial;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003e\u003cstrong style=\"box-sizing: border-box; font-family: Arial; font-size: 14pt;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003eThis Parts Fits with Following Models, If you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\u003c\/font\u003e\u003c\/pre\u003e\u003c\/span\u003e\u003c\/div\u003e\u003c\/font\u003e\u003cgoogle-sheets-html-origin\u003e\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\" style=\"table-layout: fixed; font-family: Arial; width: 0px; border-collapse: collapse; border: none; font-size: 10pt;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"59\"\u003e\n\u003ccol width=\"71\"\u003e\n\u003ccol width=\"96\"\u003e\n\u003ccol width=\"604\"\u003e\n\u003ccol width=\"193\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border: 1px solid rgb(0, 0, 0); overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-weight: bold; color: rgb(5, 20, 31);'\u003eYear\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-weight: bold; color: rgb(5, 20, 31);'\u003eMake\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-weight: bold; color: rgb(5, 20, 31);'\u003eModel\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-weight: bold; color: rgb(5, 20, 31);'\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-weight: bold; color: rgb(5, 20, 31);'\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31); text-align: right;'\u003e2024\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eTelluride\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eEX, EX X-Line, SX, SX Prestige, SX Prestige X-Line, SX Prestige X-Pro, SX X-Line, SX X-Pro\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31); text-align: right;'\u003e2023\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eTelluride\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eEX, EX X-Line, SX, SX Prestige, SX Prestige X-Line, SX Prestige X-Pro, SX X-Line, SX X-Pro\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31); text-align: right;'\u003e2022\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eTelluride\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eEX, LX, S, SX\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31); text-align: right;'\u003e2021\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eTelluride\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eEX, LX, S, SX\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31); text-align: right;'\u003e2020\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eTelluride\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eEX, LX, S, SX\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44821653028933,"sku":"107191","price":550.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/IMG_4361_K4inM36cds_c8db279c-e7a9-45a2-9a7b-7b25da9992c7.jpg?v=1774681207"},{"product_id":"20-24-kia-telluride-fwd-front-left-driver-side-suspension-knee-assembly-107182","title":"20-24 KIA TELLURIDE FWD FRONT LEFT DRIVER SIDE SUSPENSION KNEE ASSEMBLY # 107182","description":"\u003cpre class=\"tabcontentz\" style=\"color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s; font-size: medium;\"\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; font-family: Arial; white-space: normal; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cstrong style=\"box-sizing: border-box;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003eThis Part is taken from 2022 KIA TELLURIDE EX. Please see the Details for this vehicle.\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style=\"box-sizing: border-box; font-family: Arial, sans-serif; font-size: 14pt;\"\u003e\u003co:p style=\"box-sizing: border-box;\"\u003e\u003c\/o:p\u003e\u003c\/span\u003e\u003c\/p\u003e\u003cp class=\"MsoNormal\" style=\"box-sizing: border-box; line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cstrong style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal; font-size: medium;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eDONOR DETAILS:\u003c\/span\u003e\u003c\/span\u003e\u003cspan style='font-weight: 400; font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eYear:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e \u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 18.6667px;\"\u003e2022\u003c\/span\u003e\u003c\/font\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 13.5pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eModel: \u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003eKIA TELLURIDE EX SUV\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eColor:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e WHITE (GWP)\u003c\/span\u003e\u003cspan style='font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eTRIM:\u003cspan style=\"font-weight: 400;\"\u003e F\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; border: 1pt none windowtext; padding: 0in; font-size: 14pt;'\u003eWD\u003c\/span\u003e\u003cspan style='font-family: Arial, \"sans-serif\"; white-space: normal; font-size: 13.5pt;'\u003e\u003cbr\u003e\u003c\/span\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eType:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e Used\u003cbr\u003e\u003cstrong\u003eMileage\u003c\/strong\u003e: 72,633\u003c\/span\u003e\u003cfont face=\"Arial, sans-serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 13.5pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003eVIN: \u003c\/span\u003e\u003c\/strong\u003e\u003cspan style='font-family: \"Market Sans\", Arial, sans-serif; white-space: normal;'\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; font-size: 14pt;'\u003e5XYP34HC6NG234818\u003c\/span\u003e\u003c\/span\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/font\u003e\u003cstrong\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003eVehicle Stock\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e \u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e#\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", \"serif\"; white-space: normal; font-size: 14pt;'\u003e:\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cfont face=\"Times New Roman, serif\"\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e 0226-016\u003c\/span\u003e\u003cspan style=\"white-space: normal; font-size: 14pt;\"\u003e\u003cbr style=\"box-sizing: border-box;\"\u003e\u003c\/span\u003e\u003c\/font\u003e\u003c\/span\u003e\u003cstrong style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003ePart Number\u003c\/span\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e 54500-S8100, 58110-S9000, 51710-S9000, 54630-S9000, 54650-S9000\u003c\/span\u003e\u003c\/span\u003e\u003cspan style=\"font-size: 18.6667px;\"\u003e\u003cspan style='font-family: \"Times New Roman\", serif; white-space: normal; box-sizing: border-box;'\u003e\u003cstrong\u003e\u003cbr\u003e\u003c\/strong\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\u003c\/pre\u003e\u003cpre class=\"tabcontentz\" bis_size='{\"x\":257,\"y\":674,\"w\":919,\"h\":351,\"abs_x\":567,\"abs_y\":2992}' style=\"color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; box-sizing: border-box; font-size: medium;\"\u003e\u003cfont bis_size='{\"x\":257,\"y\":674,\"w\":919,\"h\":351,\"abs_x\":567,\"abs_y\":2992}' style=\"box-sizing: border-box;\"\u003e\u003cdiv\u003e\u003cspan style=\"box-sizing: border-box;\"\u003e\u003cpre class=\"tabcontentz\" style=\"box-sizing: border-box; padding: 0px; margin-top: 0px; margin-bottom: 0px; animation-name: tabIn; animation-duration: 1.2s;\"\u003e\u003cfont style=\"box-sizing: border-box;\"\u003e\u003cp class=\"MsoNormal\" style=\"white-space: normal; font-family: Arial; box-sizing: border-box; line-height: normal; font-size: initial;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003e\u003cstrong style=\"box-sizing: border-box; font-family: Arial; font-size: 14pt;\"\u003e\u003cspan style='box-sizing: border-box; font-family: \"Times New Roman\", serif; font-size: 14pt;'\u003eThis Parts Fits with Following Models, If you still have any questions, Please contact us.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\u003c\/font\u003e\u003c\/pre\u003e\u003c\/span\u003e\u003c\/div\u003e\u003c\/font\u003e\u003cgoogle-sheets-html-origin\u003e\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\" style=\"table-layout: fixed; font-family: Arial; width: 0px; border-collapse: collapse; border: none; font-size: 10pt;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"59\"\u003e\n\u003ccol width=\"71\"\u003e\n\u003ccol width=\"96\"\u003e\n\u003ccol width=\"604\"\u003e\n\u003ccol width=\"193\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border: 1px solid rgb(0, 0, 0); overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-weight: bold; color: rgb(5, 20, 31);'\u003eYear\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-weight: bold; color: rgb(5, 20, 31);'\u003eMake\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-weight: bold; color: rgb(5, 20, 31);'\u003eModel\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-weight: bold; color: rgb(5, 20, 31);'\u003eBody \u0026amp; Trim\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(247, 247, 247); font-family: \"Open Sans\"; font-weight: bold; color: rgb(5, 20, 31);'\u003eEngine \u0026amp; Transmission\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31); text-align: right;'\u003e2024\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eTelluride\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eEX, EX X-Line, SX, SX Prestige, SX Prestige X-Line, SX Prestige X-Pro, SX X-Line, SX X-Pro\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31); text-align: right;'\u003e2023\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eTelluride\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eEX, EX X-Line, SX, SX Prestige, SX Prestige X-Line, SX Prestige X-Pro, SX X-Line, SX X-Pro\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31); text-align: right;'\u003e2022\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eTelluride\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eEX, LX, S, SX\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31); text-align: right;'\u003e2021\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eTelluride\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eEX, LX, S, SX\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21px;\"\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31); text-align: right;'\u003e2020\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eKia\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eTelluride\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003eEX, LX, S, SX\u003c\/td\u003e\n\u003ctd style='border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204) rgb(0, 0, 0) rgb(0, 0, 0) rgb(204, 204, 204); border-image: initial; overflow: hidden; padding: 2px 3px; vertical-align: bottom; background-color: rgb(255, 255, 255); font-family: \"Open Sans\"; font-weight: normal; color: rgb(5, 20, 31);'\u003e3.8L V6 - Gas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/google-sheets-html-origin\u003e\u003c\/pre\u003e","brand":"Xact Auto Parts","offers":[{"title":"Default Title","offer_id":44821656043589,"sku":"107182","price":570.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/2018\/9509\/files\/IMG_4329_zKZybbuBWV_e54604b5-644b-4f38-8726-fbd8ddb884a9.jpg?v=1774681257"}],"url":"https:\/\/www.xactautoparts.com\/collections\/kia.oembed","provider":"Xact Auto Parts","version":"1.0","type":"link"}