{"product_id":"quick-lift-jack-adapter","title":"Quick Lift Jack Adapter","description":"\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003e\u003c\/title\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* Color Palette - Industrial \u0026 Metallic *\/\n    --primary: #2c3e50;\n    --primary-hover: #1a252f;\n    --accent: #34495e;\n    --text-main: #212529;\n    --text-sub: #5a6268;\n    --bg-body: #ffffff;\n    --bg-card: #f8f9fa;\n    --bg-soft: #e2e6ea;\n    --radius-md: 6px;\n    --radius-lg: 12px;\n    --shadow-sm: 0 4px 6px rgba(0,0,0,0.05);\n    --shadow-md: 0 8px 16px rgba(0,0,0,0.08);\n    --border-color: #ced4da;\n    --spacing-block: clamp(3rem, 6vw, 5rem);\n\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 2rem 5%;\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    line-height: 1.6;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 5vw, 46px);\n    font-weight: 800;\n    margin: 0 0 1.2rem;\n    line-height: 1.2;\n    color: var(--primary);\n    letter-spacing: -0.5px;\n  }\n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    font-weight: 700;\n    margin: 0 0 1rem;\n    color: var(--primary);\n  }\n  .product-detail-container h3 {\n    font-size: 20px;\n    font-weight: 600;\n    margin: 0 0 0.75rem;\n    color: var(--primary);\n  }\n  .product-detail-container p {\n    font-size: clamp(16px, 3vw, 18px);\n    margin: 0 0 1.5rem;\n    color: var(--text-sub);\n  }\n  .product-detail-container .sub-text {\n    font-size: 15px;\n    color: var(--text-sub);\n    background: var(--bg-card);\n    padding: 0.75rem 1rem;\n    border-left: 4px solid var(--accent);\n    border-radius: 0 var(--radius-md) var(--radius-md) 0;\n  }\n\n  \/* Layout \u0026 Common *\/\n  .pd-section {\n    margin-bottom: var(--spacing-block);\n  }\n  .pd-grid {\n    display: grid;\n    gap: clamp(2rem, 5vw, 4rem);\n  }\n  \n  \/* Image Styling *\/\n  .feature-media {\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: var(--shadow-md);\n    background: var(--bg-soft);\n    font-size: 0; \/* Remove bottom gap *\/\n  }\n  .feature-media img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: cover;\n    transition: transform 0.3s ease;\n  }\n  .feature-media:hover img {\n    transform: scale(1.03);\n  }\n\n  \/* Tags \u0026 Badges *\/\n  .feature-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-top: 1rem;\n  }\n  .badge-pill {\n    display: inline-block;\n    padding: 0.4rem 1.2rem;\n    background: var(--bg-card);\n    color: var(--primary);\n    border: 1px solid var(--border-color);\n    border-radius: 50px;\n    font-size: 14px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    box-shadow: var(--shadow-sm);\n  }\n\n  \/* Hero Section *\/\n  .hero-block {\n    text-align: center;\n    max-width: 850px;\n    margin: 0 auto var(--spacing-block);\n  }\n  .trust-tag {\n    display: inline-flex;\n    align-items: center;\n    background: var(--primary);\n    color: #ffffff;\n    padding: 0.5rem 1.2rem;\n    border-radius: var(--radius-md);\n    font-weight: 600;\n    margin-bottom: 1.5rem;\n    font-size: 14px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n  .trust-tag::before {\n    content: \"⚡\";\n    margin-right: 0.5rem;\n  }\n\n  \/* Specifications Table *\/\n  .specs-section {\n    background: var(--bg-card);\n    padding: clamp(2rem, 4vw, 3rem);\n    border-radius: var(--radius-lg);\n    border: 1px solid var(--border-color);\n  }\n  .specs-section h2 {\n    text-align: center;\n    margin-bottom: 0.5rem;\n  }\n  .specs-section \u003e .sub-text {\n    text-align: center;\n    background: transparent;\n    border: none;\n    padding: 0;\n    margin-bottom: 2rem;\n  }\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--bg-body);\n    border-radius: var(--radius-md);\n    overflow: hidden;\n    box-shadow: var(--shadow-sm);\n  }\n  .specs-table th, .specs-table td {\n    padding: 1.2rem 1.5rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 17px;\n  }\n  .specs-table th {\n    background: var(--bg-soft);\n    font-weight: 700;\n    width: 40%;\n    color: var(--primary);\n  }\n  .specs-table tr:last-child th,\n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Mobile Table Optimization *\/\n  @media (max-width: 767px) {\n    .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n      display: block;\n      width: 100%;\n      box-sizing: border-box;\n    }\n    .specs-table tr {\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n    }\n    .specs-table tr:last-child {\n      margin-bottom: 0;\n    }\n    .specs-table th {\n      display: none;\n    }\n    .specs-table td {\n      padding-left: 45%;\n      position: relative;\n      border-bottom: 1px solid var(--bg-soft);\n      font-size: 16px;\n    }\n    .specs-table td:last-child {\n      border-bottom: none;\n    }\n    .specs-table td::before {\n      content: attr(data-label);\n      position: absolute;\n      left: 1rem;\n      top: 1.2rem;\n      width: 40%;\n      white-space: normal;\n      font-weight: 700;\n      color: var(--primary);\n      font-size: 15px;\n    }\n  }\n\n  \/* FAQ *\/\n  .faq-section h2 {\n    text-align: center;\n    margin-bottom: 2rem;\n  }\n  .faq-item {\n    border-bottom: 1px solid var(--border-color);\n    padding: 1.5rem 0;\n  }\n  .faq-item:last-child {\n    border-bottom: none;\n  }\n  .faq-item h3 {\n    display: flex;\n    align-items: flex-start;\n    cursor: default;\n    line-height: 1.4;\n  }\n  .faq-item h3::before {\n    content: \"Q.\";\n    color: var(--text-sub);\n    margin-right: 0.75rem;\n    font-weight: 800;\n  }\n  .faq-item p {\n    margin-top: 0.75rem;\n    margin-bottom: 0;\n    padding-left: 2rem;\n  }\n\n  \/* Desktop Layout Optimization *\/\n  @media (min-width: 768px) {\n    .pd-grid-2 { \n      grid-template-columns: 1fr 1fr; \n      align-items: center; \n    }\n    .feature-copy {\n      padding: 0 2rem;\n    }\n    \/* Reverse Layout using Flex\/Grid Order *\/\n    .pd-grid-2.reverse .feature-media { order: 2; }\n    .pd-grid-2.reverse .feature-copy { order: 1; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003csection class=\"pd-section hero-block\"\u003e\n\u003cdiv class=\"trust-tag\"\u003eDesigned for everyday ease\u003c\/div\u003e\n\n\u003ch1\u003eDitch the Hand Crank. Power Up Your Jack.\u003c\/h1\u003e\n\n\u003cp\u003eTransform your manual RV or trailer jack into a power-assisted lifting system in seconds using your standard cordless drill.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-media\" style=\"margin-top: 2rem;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"RV Jack Drill Adapter Hero\" cke-id=\"img42\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260616163140\/8abbcd4be7d05f08ce2f428f4affe0d8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. Feature 1: Effortless Lifting --\u003e\n\n\u003csection class=\"pd-section pd-grid pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Effortless Drill-Powered Lifting\" cke-id=\"img43\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260616163140\/f431f8fe3300777b827bdb81a1b32845.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEffortless Drill-Powered Lifting\u003c\/h2\u003e\n\n\u003cp\u003eStop straining your arm with slow, manual cranking. This adapter kit connects directly to your drill, turning tedious setup into a quick, trigger-pull operation so you can enjoy your trip sooner.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"badge-pill\"\u003eSave Time\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eReduce Strain\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: Wide Compatibility (Reversed Layout) --\u003e\n\n\u003csection class=\"pd-section pd-grid pd-grid-2 reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Universal Fit for Many Jacks\" cke-id=\"img44\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260616163140\/0300d4fad9fb59466e4008bc1004183c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eUniversal Fit for Many Jacks\u003c\/h2\u003e\n\n\u003cp\u003eEngineered to be compatible with a wide range of RV, trailer, and scissor jacks. Its versatile design ensures it's a useful addition to almost any towing setup.\u003c\/p\u003e\n\n\u003cp class=\"sub-text\"\u003eNote: Please verify your jack's shaft dimensions before purchase to ensure a perfect fit.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"badge-pill\"\u003eVersatile Design\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eBroad Compatibility\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3: Durable \u0026 Easy Install --\u003e\n\n\u003csection class=\"pd-section pd-grid pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Heavy-Duty Build, Simple Setup\" cke-id=\"img45\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260616163140\/a549b00e1db25440f7a7d8822b27365f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eHeavy-Duty Build, Simple Setup\u003c\/h2\u003e\n\n\u003cp\u003eConstructed from robust steel to withstand heavy lifting loads reliably. The intuitive pin-and-clip design allows for secure installation and removal in just a few simple steps, no complex tools required.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"badge-pill\"\u003eSolid Steel\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eTool-Free Install\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003csection class=\"pd-section specs-section\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003cp class=\"sub-text\"\u003eEnsure compatibility by checking these key dimensions against your jack.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eHeavy-Duty Steel\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMax. Jack Shaft Diameter\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Max. Jack Shaft Diameter\"\u003e≤ 1 inch (2.54 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMin. Hole Distance from End\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Min. Hole Distance from End\"\u003e≥ 0.3 inch (0.76 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eKit Includes\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Kit Includes\"\u003e1x Adapter Sleeve, 1x Drill Drive Bit, 1x Locking Pin, 1x R-Clip\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"pd-section faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWill this adapter fit my specific jack?\u003c\/h3\u003e\n\n\u003cp\u003eIt fits many standard jacks. However, it is crucial to measure your jack's drive shaft. The shaft diameter must be 1 inch or less, and the hole for the pin must be at least 0.3 inches from the end of the shaft.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWhat kind of drill do I need to use with this?\u003c\/h3\u003e\n\n\u003cp\u003eA standard 18V or higher cordless drill is recommended for best performance. A drill with good torque will make lifting heavier loads easier and smoother.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs the adapter durable enough for regular use?\u003c\/h3\u003e\n\n\u003cp\u003eYes, the adapter kit is constructed from heavy-duty steel, designed to handle the stress of regular lifting and lowering of RV and trailer tongues.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Newzyhoome","offers":[{"title":"1 Set (Complete Kit)","offer_id":53336361730348,"sku":"0617-13150784","price":18.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Keep a Backup)","offer_id":53336361763116,"sku":"0617-13158872","price":34.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Workshop Pack)","offer_id":53336361795884,"sku":"0617-13155299","price":49.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/8099\/8444\/files\/8abbcd4be7d05f08ce2f428f4affe0d8.jpg?v=1781673352","url":"https:\/\/newzyhoome.com\/products\/quick-lift-jack-adapter","provider":"Newzyhoome","version":"1.0","type":"link"}