{"product_id":"forward-fc7117-filler-box-adapter-kit-adjustable-height","title":"Forward FC7117 Filler Box Adapter Kit Adjustable Lift Height","description":"\u003cstyle\u003e\n:root { --brand: #0066cc; }\n\n.product-content-wrapper {\n  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 0 15px 3rem 15px;\n  color: #333;\n  line-height: 1.6;\n  position: relative;\n  z-index: 1;\n  background: #fff;\n}\n\n.product-content-wrapper section { margin: 40px 0; }\n\n.product-content-wrapper section::after,\n.product-content-wrapper .hero::after,\n.product-content-wrapper .highlight::after {\n  content: \"\";\n  display: table;\n  clear: both;\n}\n\n.product-content-wrapper h2 {\n  font-size: 1.5rem;\n  margin: 2rem 0 1rem;\n  font-weight: 600;\n  border-bottom: 1px solid #eee;\n  padding-bottom: 0.5rem;\n}\n\n.product-content-wrapper h3 {\n  font-size: 1.2rem;\n  margin: 1.5rem 0 0.75rem;\n  font-weight: 600;\n}\n\n.product-content-wrapper p { margin-bottom: 1rem; }\n\n.product-content-wrapper ul,\n.product-content-wrapper ol {\n  margin-bottom: 1.5rem;\n  padding-left: 1.5rem;\n}\n\n.product-content-wrapper li { margin-bottom: 0.5rem; }\n\n.quick-nav {\n  font-size: 0.95rem;\n  color: #666;\n  margin-top: 1.5rem;\n}\n\n.quick-nav a {\n  color: var(--brand);\n  text-decoration: none;\n}\n\n.quick-nav a:hover { text-decoration: underline; }\n\n.hero-container {\n  display: block;\n  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);\n  padding: 2.5rem;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n}\n\n.product-content-wrapper table {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 1.5rem 0;\n  display: table;\n  table-layout: fixed;\n}\n\n.product-content-wrapper th,\n.product-content-wrapper td {\n  padding: 0.75rem;\n  text-align: left;\n  border: 1px solid #ddd;\n  word-wrap: break-word;\n}\n\n.product-content-wrapper th { font-weight: 600; }\n.product-content-wrapper th[scope=\"row\"] { background-color: #f5f5f5; }\n\n.product-content-wrapper table thead th,\n.product-content-wrapper table caption {\n  background-color: var(--brand);\n  color: #fff;\n}\n\n.product-content-wrapper table caption {\n  caption-side: top;\n  display: table-caption;\n  padding: 0.75rem;\n  font-weight: 600;\n}\n\n.product-content-wrapper tr:nth-child(even) { background-color: #f9f9f9; }\n\n.product-content-wrapper .highlight {\n  background-color: #f8f9fa;\n  border-left: 4px solid var(--brand);\n  padding: 1rem 1.5rem;\n  margin: 1.5rem 0;\n  color: #333;\n}\n\n.product-content-wrapper .highlight h3 {\n  font-size: 1.25rem;\n  font-weight: 700;\n  color: var(--brand);\n  margin: 0 0 1rem 0;\n  line-height: 1.3;\n  padding-bottom: 0.5rem;\n  border-bottom: 2px solid #e0e8f0;\n}\n\n.product-content-wrapper .highlight p { margin-bottom: 0.75rem; }\n.product-content-wrapper .highlight p:last-child { margin-bottom: 0; }\n\n.product-content-wrapper .cta {\n  margin: 40px 0;\n  padding: 1.75rem;\n  border: 1px solid #eee;\n  border-radius: 12px;\n  background: linear-gradient(180deg, #ffffff 0%, #fafbff 100%);\n}\n\n.product-content-wrapper .cta h2 {\n  border-bottom: none;\n  margin: 0 0 0.75rem 0;\n}\n\n.product-content-wrapper .cta p { margin: 0 0 1rem 0; }\n\n.product-content-wrapper .cta .btn {\n  display: inline-block;\n  cursor: pointer;\n  background: var(--brand);\n  color: #fff;\n  border-radius: 6px;\n  padding: 0.75rem 1.25rem;\n  font-weight: 600;\n  text-decoration: none;\n}\n\n.product-content-wrapper .cta .btn:hover { opacity: 0.9; }\n\n.product-content-wrapper details {\n  margin-bottom: 1rem;\n  border: 1px solid #e0e0e0;\n  border-radius: 8px;\n  padding: 0;\n  overflow: hidden;\n}\n\n.product-content-wrapper summary {\n  padding: 1rem;\n  cursor: pointer;\n  font-weight: 600;\n  background: #f8f9fa;\n  border-radius: 8px 8px 0 0;\n  position: relative;\n  padding-right: 2.5rem;\n  list-style: none;\n}\n\n.product-content-wrapper summary::-webkit-details-marker { display: none; }\n\n.product-content-wrapper summary::after {\n  content: '\\25B6';\n  position: absolute;\n  right: 1rem;\n  top: 50%;\n  transform: translateY(-50%);\n  transition: transform 0.3s ease;\n  font-size: 0.75rem;\n}\n\n.product-content-wrapper details[open] summary::after {\n  transform: translateY(-50%) rotate(90deg);\n}\n\n.product-content-wrapper details[open] summary {\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.product-content-wrapper details \u003e div { padding: 1rem; }\n\n.product-content-wrapper .value-prop {\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n  margin: 0.75rem 0;\n  font-weight: 600;\n  color: var(--brand);\n}\n\n.product-content-wrapper .value-prop::before {\n  content: \"\\2713\";\n  display: inline-block;\n  min-width: 20px;\n  width: 20px;\n  min-height: 20px;\n  height: 20px;\n  background: var(--brand);\n  color: white;\n  border-radius: 50%;\n  text-align: center;\n  line-height: 20px;\n  font-size: 12px;\n  flex-shrink: 0;\n}\n\n.collection-links {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 1.5rem;\n  margin: 1.5rem 0;\n}\n\n.collection-link-card {\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n  border: 1px solid #e0e0e0;\n  border-radius: 8px;\n  padding: 1.5rem;\n  text-align: center;\n}\n\n.collection-link-card h3 {\n  font-size: 1.1rem;\n  margin: 0 0 0.5rem 0;\n  color: var(--brand);\n}\n\n.collection-link-card p {\n  font-size: 0.9rem;\n  color: #666;\n  margin-bottom: 1rem;\n}\n\n.collection-btn {\n  display: inline-block;\n  background: var(--brand) !important;\n  color: #fff !important;\n  padding: 0.5rem 1rem;\n  border-radius: 4px;\n  text-decoration: none !important;\n  font-weight: 600;\n  font-size: 0.9rem;\n  transition: opacity 0.2s ease;\n}\n\n.collection-btn:hover {\n  opacity: 0.9;\n  color: #fff !important;\n}\n\n@media (min-width: 768px) {\n  .product-content-wrapper table {\n    display: table !important;\n    width: 100% !important;\n    table-layout: fixed !important;\n  }\n\n  .product-content-wrapper #features .highlight {\n    max-width: 88%;\n    clear: both;\n  }\n\n  .product-content-wrapper #features .highlight:nth-of-type(odd) {\n    margin-left: 0;\n    margin-right: auto;\n  }\n\n  .product-content-wrapper #features .highlight:nth-of-type(even) {\n    margin-left: auto;\n    margin-right: 0;\n    border-left: none;\n    border-right: 4px solid var(--brand);\n  }\n\n  .product-content-wrapper #features .highlight:nth-of-type(even) h3 {\n    text-align: right;\n  }\n}\n\n@media (max-width: 767px) {\n  .product-content-wrapper table {\n    display: block !important;\n    overflow-x: auto !important;\n  }\n}\n\n@media (max-width: 500px) {\n  .product-content-wrapper { padding: 0 10px 2rem 10px; }\n  .product-content-wrapper h2 { font-size: 1.1rem; }\n  .product-content-wrapper h3 { font-size: 1rem; }\n  .product-content-wrapper .highlight h3 { font-size: 1.15rem; }\n  .hero-container { padding: 1.5rem; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-content-wrapper\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-container\"\u003e\n\u003ch2\u003eRotary PK304FC7117Y Filler Box Adapter Kit\u003c\/h2\u003e\n\u003cp\u003eFill gaps and adjust lift arm height with this essential Rotary filler box adapter kit. Designed for use on Rotary two-post and four-post lifts, this filler adapter provides the flexibility to accommodate vehicles with varying frame heights and suspension setups. Perfect for shops that service diverse vehicle types and need to level loads during maintenance work. Built with durable construction to match Rotary lift quality standards.\u003c\/p\u003e\n\u003cdiv class=\"value-prop\"\u003eAdjustable height positioning for multiple vehicle types\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eFills arm gaps for consistent load support\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eCompatible with Rotary lift platforms\u003c\/div\u003e\n\u003cdiv class=\"value-prop\"\u003eProfessional-grade construction and durability\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK NAV --\u003e\u003cnav aria-label=\"Page navigation\" class=\"quick-nav\"\u003e\n\u003cp\u003e\u003cstrong\u003eJump to:\u003c\/strong\u003e \u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e · \u003ca href=\"#applications\"\u003eApplications\u003c\/a\u003e · \u003ca href=\"#whats-included\"\u003eWhat's Included\u003c\/a\u003e · \u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/nav\u003e\u003c!-- FEATURES --\u003e\n\u003csection id=\"features\"\u003e\n\u003ch2\u003eRotary PK304FC7117Y Features\u003c\/h2\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eVariable Height Adjustment\u003c\/h3\u003e\n\u003cp\u003eThis filler box adapter provides adjustable positioning to accommodate vehicles with different frame heights and suspension configurations. The versatile design allows technicians to safely lift and support vehicles that might otherwise require special handling, improving workflow efficiency across multiple vehicle types.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eGap Filling Capability\u003c\/h3\u003e\n\u003cp\u003eFills the spaces between lift arms and vehicle frames to ensure \u003cstrong\u003elevel load distribution\u003c\/strong\u003e across all contact points. Proper gap filling prevents tilting and instability during service work, protecting both the vehicle and shop personnel from potential safety hazards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eDurable Construction\u003c\/h3\u003e\n\u003cp\u003eBuilt to Rotary's \u003cstrong\u003eprofessional quality standards\u003c\/strong\u003e, this adapter kit is engineered to withstand demanding shop environments and daily use. The robust design ensures reliable performance and long service life with minimal maintenance requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ch3\u003eEasy Integration\u003c\/h3\u003e\n\u003cp\u003eDesigned specifically for Rotary lift systems, this filler box integrates seamlessly with existing equipment. Installation is straightforward, allowing shops to expand their lift capabilities without major modifications or downtime.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- APPLICATIONS --\u003e\n\u003csection id=\"applications\"\u003e\n\u003ch2\u003eRotary PK304FC7117Y Applications\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eMulti-Vehicle Service Shops:\u003c\/strong\u003e Accommodate varying frame heights from compact cars to full-size trucks and SUVs using a single lift with appropriate adapter kits.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuspension and Undercarriage Work:\u003c\/strong\u003e Level vehicles during suspension inspection, alignment adjustments, and transmission service where consistent platform support is essential.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustom and Lowered Vehicles:\u003c\/strong\u003e Adapt lift positioning for vehicles with modified suspension or lowered ride heights that fall outside standard specifications.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFleet Maintenance Facilities:\u003c\/strong\u003e Maintain consistent, safe lifting practices across diverse fleet vehicles with different frame geometries and mounting points.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGeneral Automotive Repair:\u003c\/strong\u003e Fill gaps and adjust arm positioning during routine maintenance, repairs, and inspections on any vehicle type.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT'S INCLUDED --\u003e\n\u003csection id=\"whats-included\"\u003e\n\u003ch2\u003eWhat's Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRotary PK304FC7117Y filler box adapter kit\u003c\/li\u003e\n\u003cli\u003eAll necessary mounting hardware\u003c\/li\u003e\n\u003cli\u003eInstallation guide and instructions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eCompatible With:\u003c\/strong\u003e Rotary two-post and four-post lift models. Verify compatibility with your specific lift model before ordering.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection id=\"faq\"\u003e\n\u003ch2\u003eRotary PK304FC7117Y Filler Box FAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is a filler box adapter kit used for?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eA filler box adapter kit fills gaps between lift arms and vehicle frames to ensure level load support during maintenance. It also allows technicians to adjust arm height to accommodate vehicles with different frame heights, suspension configurations, or modified geometry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich Rotary lift models is this compatible with?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe PK304FC7117Y is designed for use with Rotary two-post and four-post lift systems. Check your lift documentation or contact your dealer to confirm compatibility with your specific model before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I install the filler box adapter?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eInstallation is straightforward and requires no special tools. The kit includes all necessary mounting hardware and an installation guide with step-by-step instructions. Most installations can be completed quickly without removing the lift from service.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this adapter help with uneven loads?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. The filler box kit helps level vehicles on the lift by filling gaps where frame heights vary. This ensures balanced load distribution across all lift arms, improving safety and stability during service work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill this work with lowered or custom suspension vehicles?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe adjustable design accommodates vehicles with modified suspension or lowered ride heights. The filler box allows arm positioning that works with non-standard vehicle geometries, making your lift more versatile for specialty automotive work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does this improve workflow efficiency?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eBy adapting to different vehicle heights and configurations, this kit eliminates the need to search for alternative lifting solutions or use ad-hoc spacing methods. One lift with appropriate adapters can safely handle a wider variety of vehicles, maximizing bay utilization and reducing downtime.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs professional installation recommended?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe adapter kit is designed for straightforward installation, but if you're unfamiliar with lift equipment modifications, professional installation by a qualified technician is recommended to ensure proper setup and safety compliance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"cta\"\u003e\n\u003ch2\u003eNeed Help with Your Rotary Lift Adapter Kit?\u003c\/h2\u003e\n\u003cp\u003eGet support with installation, compatibility verification, and lift configuration optimization for your shop.\u003c\/p\u003e\n\u003cdiv class=\"cta-actions\"\u003e\u003ca class=\"btn\" href=\"tel:+18554982147\"\u003eCall +1 (855) 498-2147\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- RELATED --\u003e\n\u003csection id=\"related-collections\"\u003e\n\u003ch2\u003eRelated Products\u003c\/h2\u003e\n\u003cdiv class=\"collection-links\"\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eRotary Lift Adapters and Extensions\u003c\/h3\u003e\n\u003cp\u003eComplete line of filler boxes, height extensions, and adapter kits for multi-vehicle lift applications\u003c\/p\u003e\n\u003ca class=\"collection-btn\" href=\"#\" style=\"background: #0066cc !important; color: #fff !important; text-decoration: none !important;\"\u003eBrowse Collection\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eTwo-Post Lift Accessories\u003c\/h3\u003e\n\u003cp\u003eProfessional accessories including pads, adapters, and positioning tools for Rotary two-post lifts\u003c\/p\u003e\n\u003ca class=\"collection-btn\" href=\"#\" style=\"background: #0066cc !important; color: #fff !important; text-decoration: none !important;\"\u003eBrowse Collection\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collection-link-card\"\u003e\n\u003ch3\u003eFour-Post Lift Accessories\u003c\/h3\u003e\n\u003cp\u003eSpecialized positioning and adaptation equipment for Rotary four-post lift systems\u003c\/p\u003e\n\u003ca class=\"collection-btn\" href=\"#\" style=\"background: #0066cc !important; color: #fff !important; text-decoration: none !important;\"\u003eBrowse Collection\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PROP 65 --\u003e\n\u003csection id=\"prop65\" style=\"margin-top: 3rem; padding: 1rem; background-color: #f8f8f8; border: 1px solid #ddd; border-radius: 8px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem;\"\u003e\n\u003csvg aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 32 32\" style=\"width: 28px; height: 28px; flex-shrink: 0;\"\u003e\n\u003cpath stroke-width=\"1\" stroke=\"#000\" fill=\"#FFD700\" d=\"M16 2 L2 28 L30 28 Z\"\u003e\u003c\/path\u003e\n\u003ctext font-weight=\"bold\" font-size=\"16\" text-anchor=\"middle\" y=\"22\" x=\"16\"\u003e!\u003c\/text\u003e\n\u003c\/svg\u003e\n\u003ch3 style=\"margin: 0; font-size: 1.1rem;\"\u003eCalifornia Proposition 65 Warning\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.9rem; margin-bottom: 0;\"\u003e\u003cstrong\u003eWARNING:\u003c\/strong\u003e This product can expose you to chemicals including crystalline silica and minerals, which are known to the State of California to cause cancer, birth defects, or other reproductive harm. For more information, visit \u003ca rel=\"noopener noreferrer\" href=\"https:\/\/www.p65warnings.ca.gov\" target=\"_blank\"\u003ewww.p65warnings.ca.gov\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Forward Lifts","offers":[{"title":"Default Title","offer_id":47878402801915,"sku":"FOR-FC7117","price":70.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/forward_lift_fc7117.webp?v=1769473270","url":"https:\/\/garagesupplyguys.com\/products\/forward-fc7117-filler-box-adapter-kit-adjustable-height","provider":"Garage Supply Guys","version":"1.0","type":"link"}