{"product_id":"gr-corolla-arm-rest-kit","title":"SXTH Element Arm Rest Kit (GR Corolla)","description":"\u003cstyle\u003e\n    \/* General Styles *\/\n    body {\n        font-family: Arial, sans-serif;\n        margin: 0;\n        padding: 0;\n        background-color: #f4f4f4;\n    }\n\n    \/* Blurb Container *\/\n    .blurb-container {\n        display: flex;\n        flex-direction: column;\n        gap: 24px;\n        padding: 20px;\n    }\n\n    \/* Flex Container for Individual Blurbs *\/\n    .flex-container {\n        display: flex;\n        align-items: center;\n        gap: 16px;\n        margin-bottom: 24px;\n        \/* Animations removed *\/\n    }\n\n    \/* Reverse Flex Direction for Even-numbered Blurbs *\/\n    .flex-container:nth-child(even) {\n        flex-direction: row-reverse;\n    }\n\n    \/* Image Styling *\/\n    .blurb-image {\n        width: 600px;\n        height: auto;\n        border-radius: 15px;\n        overflow: hidden;\n    }\n\n    \/* Text Container *\/\n    .blurb-text {\n        flex: 1;\n        padding: 15px;\n        border-radius: 10px;\n        \/* If you want no background, ensure no background-color is set *\/\n    }\n\n    \/* Headings in Blurb Text *\/\n    .blurb-text h2,\n    .blurb-text h3 {\n        color: #ffffff;\n        \/* White Text *\/\n        margin-top: 0;\n    }\n\n    \/* Paragraphs in Blurb Text *\/\n    .blurb-text p {\n        color: #ffffff;\n        \/* White Text *\/\n    }\n\n    \/* Responsive Design for Smaller Screens *\/\n    @media (max-width: 768px) {\n\n        .flex-container,\n        .flex-container:nth-child(even) {\n            flex-direction: column;\n            text-align: center;\n        }\n\n        .blurb-image {\n            max-width: 100%;\n        }\n    }\n\n    \/* Wrapper for Features and Specifications *\/\n    .custom-section1 {\n        padding: 20px;\n        margin: 20px;\n        background-color: #262626;\n        \/* Dark Gray Background *\/\n        border-radius: 10px;\n        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n    }\n\n    \/* Headings in Custom Sections *\/\n    .custom-section1 h4 {\n        margin-bottom: 15px;\n        color: #ffffff;\n        \/* White Text *\/\n    }\n\n    \/* Paragraphs and Lists in Custom Sections *\/\n    .custom-section1 p,\n    .custom-section1 ul {\n        margin-bottom: 10px;\n        color: #ffffff;\n        \/* White Text *\/\n    }\n\n    \/* List Styling *\/\n    .custom-section1 ul {\n        list-style-type: disc;\n        padding-left: 20px;\n    }\n\n    \/* Ensure List Bullets are White *\/\n    .custom-section1 ul li::marker {\n        color: #ffffff;\n    }\n\n    \/* Features and Specifications Lists *\/\n    .flex-wrap-4 {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 16px;\n    }\n\n    .flex-wrap-4\u003ediv {\n        flex: 1 1 calc(50% - 16px);\n        min-width: 150px;\n    }\n\n    @media (max-width: 480px) {\n        .flex-wrap-4\u003ediv {\n            flex: 1 1 100%;\n        }\n    }\n\n    \/* Warning Section Styling *\/\n    .warning {\n        background-color: #ffdddd;\n        \/* Light Red Background *\/\n        border-left: 6px solid #f44336;\n        \/* Red Border *\/\n        padding: 15px 20px;\n        margin: 20px;\n        border-radius: 5px;\n        font-family: Arial, sans-serif;\n        font-size: 16px;\n        color: #a94442;\n        \/* Dark Red Text *\/\n        \/* Animations removed *\/\n    }\n\n    .warning strong {\n        color: #a94442;\n        \/* Dark Red Text *\/\n    }\n\n    \/* Button Container *\/\n    .btn-installation {\n        display: flex;\n        gap: 10px;\n    }\n\n    \/* Button Styling *\/\n    .btn-installation button {\n        padding: 10px 20px;\n        font-size: 16px;\n        border: none;\n        border-radius: 5px;\n        cursor: pointer;\n        \/* Transition removed *\/\n        color: #fff;\n        \/* White Text *\/\n    }\n\n    .btn-installation .btn-pdf {\n        background-color: #f0ad4e;\n        \/* Orange Background *\/\n    }\n\n    .btn-installation .btn-pdf:hover {\n        background-color: #ec971f;\n        \/* Darker Orange on Hover *\/\n    }\n\n    .btn-installation .btn-video {\n        background-color: #f0ad4e;\n        \/* Orange Background *\/\n    }\n\n    .btn-installation .btn-video:hover {\n        background-color: #ec971f;\n        \/* Darker Orange on Hover *\/\n    }\n\n    \/* Video Styling *\/\n    .product-video {\n        width: 100%;\n        max-width: 600px;\n        border-radius: 15px;\n        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n        background-color: #000;\n        \/* Added background to ensure visibility *\/\n    }\n\n    \/* Link Styling within Custom Sections *\/\n    .custom-section1 a {\n        color: #f0ad4e;\n        \/* Orange Links *\/\n        text-decoration: underline;\n    }\n\n    .custom-section1 a:hover {\n        color: #ec971f;\n        \/* Darker Orange on Hover *\/\n    }\n\n    .desc-img-box {\n        width: 100%;\n        max-width: 600px;\n        height: 340px;\n    }\n\n    .desc-img-box div {\n        width: 100%;\n        height: 100%;\n    }\n\n    .desc-img-box div img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n    }\n\n    .d-flex {\n        display: flex;\n    }\n\n    .product__media {\n        border-radius: 15px;\n        overflow: hidden;\n    }\n\n    \/* Ensure Headings within Blurb Text are Styled Appropriately *\/\n    \/* Already addressed above by setting h2 and h3 to white *\/\n\u003c\/style\u003e\n\u003cdiv\u003e\n    \u003ch2 style=\"padding-left: 20px;\"\u003eSXTH Element Engineering Armrest Kit\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Warning Section --\u003e\n\u003cdiv class=\"warning\" aria-live=\"assertive\"\u003e\n    \u003cstrong\u003eNotice:\u003c\/strong\u003e This armrest kit now includes the Shorter Base and Stabilization Plate for enhanced\n    stability and performance.\n\u003c\/div\u003e\n\u003c!-- Blurb Container --\u003e\n\u003cdiv class=\"blurb-container\"\u003e\n\n    \u003c!-- Product Overview --\u003e\n    \u003cdiv class=\"flex-container\"\u003e\n        \u003cmedia-gallery class=\"desc-img-box\"\u003e\n            \u003ca class=\"product__modal-opener product__modal-opener--image w100\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/0883\/2298\/files\/19-10-800-Measure-3k.webp?v=1728937447\" data-pswp-width=\"3000\" data-pswp-height=\"2000\" aria-label=\"Open media 1 in modal\" tabindex=\"-1\"\u003e\n                \u003cdiv class=\"w100 product__media media loaded\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/0883\/2298\/files\/19-10-800-Measure-3k.webp?v=1728937447\" alt=\"SXTH Element Engineering Armrest Kit\" class=\"blurb-image\"\u003e\n                \u003c\/div\u003e\n            \u003c\/a\u003e\n        \u003c\/media-gallery\u003e\n\n        \u003cdiv class=\"blurb-text\"\u003e\n            \u003cp\u003eCo-developed with a fellow GR Corolla owner and enthusiast, we bring you a simple bolt-on armrest\n                kit! Perfect for relaxing on long road trips or your daily drive, this armrest also provides extra\n                interior storage with a capacity of 9.5in by 4.5in by 2.5in.\u003c\/p\u003e\n            \u003cp\u003eThis kit is designed to bolt onto the OEM center console, providing easy access to charging ports\n                without the need for cutting or modifying your interior.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Armrest Adjustability --\u003e\n    \u003cdiv class=\"flex-container\"\u003e\n        \u003cmedia-gallery class=\"desc-img-box\"\u003e\n            \u003ca class=\"product__modal-opener product__modal-opener--image w100\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/0883\/2298\/files\/19-10-800-InCarFront_76e2021c-143f-4fd5-beb4-7412c2fee562.gif?v=1728937452\" data-pswp-width=\"1500\" data-pswp-height=\"1000\" aria-label=\"Open media 1 in modal\" tabindex=\"-1\"\u003e\n                \u003cdiv class=\"w100 product__media media loaded\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/0883\/2298\/files\/19-10-800-InCarFront_76e2021c-143f-4fd5-beb4-7412c2fee562.gif?v=1728937452\" alt=\"Armrest Adjustability\" class=\"blurb-image\"\u003e\n                \u003c\/div\u003e\n            \u003c\/a\u003e\n        \u003c\/media-gallery\u003e\n\n        \u003cdiv class=\"blurb-text\"\u003e\n            \u003ch3\u003eArmrest Adjustability\u003c\/h3\u003e\n            \u003cp\u003eAdjust the armrest forward and backward on the base to find the perfect position for use or move it\n                out of the way for performance driving. The lid also adjusts forward on its own, offering additional\n                flexibility.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- OEM Fit and Finish --\u003e\n    \u003cdiv class=\"flex-container\"\u003e\n        \u003cmedia-gallery class=\"desc-img-box\"\u003e\n            \u003ca class=\"product__modal-opener product__modal-opener--image w100\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/0883\/2298\/files\/19-10-800-BackSeat-3k.webp?v=1728937447\" data-pswp-width=\"3000\" data-pswp-height=\"2000\" aria-label=\"Open media 1 in modal\" tabindex=\"-1\"\u003e\n                \u003cdiv class=\"w100 product__media media loaded\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0700\/0883\/2298\/files\/19-10-800-BackSeat-3k.webp?v=1728937447\" alt=\"OEM Fit and Finish\" class=\"blurb-image\"\u003e\n                \u003c\/div\u003e\n            \u003c\/a\u003e\n        \u003c\/media-gallery\u003e\n\n        \u003cdiv class=\"blurb-text\"\u003e\n            \u003ch3\u003eOEM Fit and Finish\u003c\/h3\u003e\n            \u003cp\u003eOur armrest maintains the rear passenger legroom, ensuring comfort for all occupants without\n                compromising space.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- See it in Action --\u003e\n    \u003cdiv class=\"flex-container\"\u003e\n        \u003cdiv class=\"blurb-image\"\u003e\n            \u003cvideo muted loop playsinline preload=\"auto\" class=\"product-video\" id=\"corollaClimbIn\"\u003e\n                \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/ce2e0b0897bb4dc19188b2e40f45b9b5.mp4\" type=\"video\/mp4\"\u003e\n                Your browser does not support the video tag.\n                \u003c\/source\u003e\n            \u003c\/video\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"blurb-text\"\u003e\n            \u003ch3\u003eSee it in Action!\u003c\/h3\u003e\n            \u003cp\u003eWatch the video below to see how the kit holds up when you get in and exit. The console supports the\n                weight with ease and minimal flex.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Features Section --\u003e\n\u003cdiv class=\"custom-section1\"\u003e\n    \u003ch4\u003eFeatures\u003c\/h4\u003e\n    \u003cul\u003e\n        \u003cli\u003eAdjustable forward and backward for personalized comfort.\u003c\/li\u003e\n        \u003cli\u003eAvailable in white, red, and blue stitching to match your interior.\u003c\/li\u003e\n        \u003cli\u003eDurable injection-molded ABS plastic adapter ensures long-lasting use.\u003c\/li\u003e\n        \u003cli\u003eMaintains OEM fit and rear passenger legroom.\u003c\/li\u003e\n        \u003cli\u003eEasy bolt-on installation with no need for interior modifications.\u003c\/li\u003e\n        \u003cli\u003eOptional forged carbon plate for added aesthetics.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\u003cdiv class=\"custom-section1\"\u003e\n    \u003ch4\u003eSpecifications\u003c\/h4\u003e\n    \u003cdiv class=\"flex-wrap-4\"\u003e\n        \u003cdiv\u003e\n            \u003cp\u003e\u003cstrong\u003eVehicle Compatibility:\u003c\/strong\u003e GR Corolla\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n            \u003cp\u003e\u003cstrong\u003eStorage Capacity:\u003c\/strong\u003e 9.5in x 4.5in x 2.5in\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n            \u003cp\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Injection-molded ABS plastic\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n            \u003cp\u003e\u003cstrong\u003eStitching Colors:\u003c\/strong\u003e White, Red, Blue\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n            \u003cp\u003e\u003cstrong\u003eInstallation:\u003c\/strong\u003e Bolt-on to OEM center console\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n            \u003cp\u003e\u003cstrong\u003eAdditional Accessories:\u003c\/strong\u003e Forged Carbon Plate (optional)\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- JavaScript Fallback for Autoplay --\u003e\n\u003cscript\u003e\n    document.addEventListener(\"DOMContentLoaded\", function () {\n        const video = document.getElementById(\"corollaClimbIn\");\n        if (video) {\n            \/\/ Attempt to play the video programmatically\n            const playPromise = video.play();\n            if (playPromise !== undefined) {\n                playPromise.then(() =\u003e {\n                    \/\/ Autoplay started\n                    console.log(\"Video is playing automatically.\");\n                }).catch(error =\u003e {\n                    \/\/ Autoplay was prevented\n                    console.warn(\"Autoplay was prevented. Attempting to play after user interaction.\");\n                    \/\/ Optionally, you can show a play button here\n                });\n            }\n        }\n    });\n\u003c\/script\u003e","brand":"SXTH Element","offers":[{"title":"White","offer_id":47329892040956,"sku":"19-10-800-WHT","price":149.0,"currency_code":"USD","in_stock":true},{"title":"Red","offer_id":47329892073724,"sku":"19-10-800-RD","price":149.0,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":47329892106492,"sku":"19-10-800-BLU","price":149.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1128\/7276\/files\/08a398cf-85db-46c7-ab08-b894a1db445a.jpg?v=1767903259","url":"https:\/\/jdcustomsusa.com\/products\/gr-corolla-arm-rest-kit","provider":"JD Customs U.S.A","version":"1.0","type":"link"}