{"product_id":"cover-valet-pro-hot-tub-cover-lifter-all-aluminum-with-dual-gas-shocks","title":"Cover Valet Pro Hot Tub Cover Lifter, All Aluminum with Dual Gas Shocks, Fits Up To 104 in","description":"\n\u003cstyle\u003e\n  .cvpro-wrap, .cvpro-wrap * { box-sizing: border-box; }\n  .cvpro-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #1a1a1a;\n    line-height: 1.6;\n  }\n\n  \/* Hero (compact) *\/\n  .cvpro-hero {\n    background: linear-gradient(135deg, #d94527 0%, #f5b800 100%);\n    color: #fff;\n    padding: 36px 32px;\n    border-radius: 14px;\n    text-align: center;\n    margin-bottom: 28px;\n  }\n  .cvpro-hero h1 { font-size: 2em; margin: 0 0 8px; font-weight: 800; letter-spacing: -0.02em; }\n  .cvpro-tagline { font-size: 1.1em; opacity: 0.95; margin: 0 0 18px; }\n  .cvpro-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }\n  .cvpro-badge {\n    background: rgba(255,255,255,0.18);\n    border: 1px solid rgba(255,255,255,0.3);\n    color: #fff;\n    padding: 6px 14px;\n    border-radius: 50px;\n    font-size: 0.85em;\n    font-weight: 600;\n  }\n\n  \/* Intro *\/\n  .cvpro-intro {\n    max-width: 800px;\n    margin: 0 auto 32px;\n    text-align: center;\n    font-size: 1.05em;\n    color: #333;\n  }\n\n  \/* Stat strip *\/\n  .cvpro-stats {\n    background: linear-gradient(135deg, #7a1f0e 0%, #d94527 100%);\n    color: #fff;\n    border-radius: 14px;\n    padding: 24px;\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 12px;\n    margin-bottom: 36px;\n  }\n  .cvpro-stat { text-align: center; }\n  .cvpro-stat-value { font-size: 1.5em; font-weight: 800; color: #ffd45e; }\n  .cvpro-stat-label { font-size: 0.78em; opacity: 0.85; text-transform: uppercase; letter-spacing: 0.05em; margin-top: 4px; }\n\n  \/* Section headings *\/\n  .cvpro-section { margin-bottom: 36px; }\n  .cvpro-section \u003e h2 { font-size: 1.5em; margin: 0 0 18px; text-align: center; color: #d94527; }\n\n  \/* Feature card grid *\/\n  .cvpro-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 16px;\n  }\n  .cvpro-feature-card {\n    background: #fff;\n    border: 1px solid #e1e6ed;\n    border-radius: 12px;\n    padding: 22px;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n  .cvpro-feature-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(217,69,39,0.14); }\n  .cvpro-emoji { font-size: 1.8em; }\n  .cvpro-feature-card h5 { margin: 10px 0 6px; font-size: 1.05em; color: #1a1a1a; }\n  .cvpro-feature-card p { margin: 0; color: #444; font-size: 0.95em; }\n\n  \/* Warning *\/\n  .cvpro-warning {\n    background: #fff7e0;\n    border-left: 5px solid #f5a623;\n    border-radius: 10px;\n    padding: 18px 22px;\n    margin-bottom: 36px;\n  }\n  .cvpro-warning h4 { margin: 0 0 6px; color: #8a5b00; font-size: 1.05em; }\n  .cvpro-warning p { margin: 0; color: #5a3d00; font-size: 0.95em; }\n\n  \/* Spec grid *\/\n  .cvpro-spec-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    background: #f7f8fc;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n  .cvpro-spec-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 12px;\n    padding: 12px 18px;\n    border-bottom: 1px solid #e1e6ed;\n    font-size: 0.95em;\n  }\n  .cvpro-spec-key { font-weight: 600; color: #d94527; }\n  .cvpro-spec-val { color: #1a1a1a; text-align: right; }\n\n  \/* FAQ *\/\n  .cvpro-faq-card {\n    background: #fff;\n    border: 1px solid #e1e6ed;\n    border-radius: 10px;\n    padding: 18px 22px;\n    margin-bottom: 12px;\n  }\n  .cvpro-faq-card h4 { margin: 0 0 6px; color: #d94527; font-size: 1.02em; }\n  .cvpro-faq-card p { margin: 0; color: #333; font-size: 0.95em; }\n\n  \/* CTA *\/\n  .cvpro-cta {\n    background: linear-gradient(135deg, #d94527 0%, #f5b800 100%);\n    color: #fff;\n    border-radius: 14px;\n    padding: 32px 28px;\n    text-align: center;\n  }\n  .cvpro-cta h2 { font-size: 1.6em; margin: 0 0 8px; }\n  .cvpro-cta p { margin: 0 0 18px; font-size: 1em; opacity: 0.95; }\n  .cvpro-perks { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }\n  .cvpro-perk {\n    background: rgba(255,255,255,0.18);\n    border: 1px solid rgba(255,255,255,0.3);\n    padding: 6px 14px;\n    border-radius: 50px;\n    font-size: 0.88em;\n    font-weight: 600;\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 700px) {\n    .cvpro-hero h1 { font-size: 1.5em; }\n    .cvpro-stats { grid-template-columns: repeat(2, 1fr); }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"cvpro-wrap\"\u003e\n\n  \u003csection class=\"cvpro-hero\"\u003e\n    \u003ch1\u003eCover Valet Pro Hot Tub Cover Lifter\u003c\/h1\u003e\n    \u003cp class=\"cvpro-tagline\"\u003eAll aluminum, gas assisted, five year warranty.\u003c\/p\u003e\n    \n    \u003cdiv class=\"cvpro-badges\"\u003e\n      \u003cspan class=\"cvpro-badge\"\u003eAuthorized Cover Valet Dealer\u003c\/span\u003e\u003cspan class=\"cvpro-badge\"\u003eFree Shipping\u003c\/span\u003e\u003cspan class=\"cvpro-badge\"\u003e5 Year Warranty\u003c\/span\u003e\u003cspan class=\"cvpro-badge\"\u003eFits Up To 104 in\u003c\/span\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/section\u003e\n\n  \u003cp class=\"cvpro-intro\"\u003eThe \u003cstrong\u003eCover Valet Pro\u003c\/strong\u003e is the upgrade you buy when the cover is heavy and the tub gets used every day. The frame is \u003cstrong\u003eall aluminum\u003c\/strong\u003e, so it will not rust on a wet deck, and \u003cstrong\u003edual gas shocks\u003c\/strong\u003e carry the weight of the cover through the lift so the motion is smooth and controlled instead of a heave. A \u003cstrong\u003efull center bar\u003c\/strong\u003e runs across the cover seam for stability. It fits square or rectangular hot tubs up to \u003cstrong\u003e104 in\u003c\/strong\u003e and needs only \u003cstrong\u003e6 in of clearance behind the spa\u003c\/strong\u003e and 2.5 in at the sides, which is what makes it workable on tight decks. Cover Valet backs it with a \u003cstrong\u003e5 year warranty\u003c\/strong\u003e.\u003c\/p\u003e\n\n  \u003csection class=\"cvpro-stats\"\u003e\n    \u003cdiv class=\"cvpro-stat\"\u003e\n\u003cdiv class=\"cvpro-stat-value\"\u003e104 in\u003c\/div\u003e\n\u003cdiv class=\"cvpro-stat-label\"\u003eFits Spas To\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cvpro-stat\"\u003e\n\u003cdiv class=\"cvpro-stat-value\"\u003eAluminum\u003c\/div\u003e\n\u003cdiv class=\"cvpro-stat-label\"\u003eFrame\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cvpro-stat\"\u003e\n\u003cdiv class=\"cvpro-stat-value\"\u003eDual\u003c\/div\u003e\n\u003cdiv class=\"cvpro-stat-label\"\u003eGas Shocks\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cvpro-stat\"\u003e\n\u003cdiv class=\"cvpro-stat-value\"\u003e6 in\u003c\/div\u003e\n\u003cdiv class=\"cvpro-stat-label\"\u003eRear Clearance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cvpro-stat\"\u003e\n\u003cdiv class=\"cvpro-stat-value\"\u003e5 yr\u003c\/div\u003e\n\u003cdiv class=\"cvpro-stat-label\"\u003eWarranty\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cvpro-section\"\u003e\n    \u003ch2\u003eWhy PST Customers Pick This\u003c\/h2\u003e\n    \u003cdiv class=\"cvpro-feature-grid\"\u003e\n      \u003cdiv class=\"cvpro-feature-card\"\u003e\n\u003cdiv class=\"cvpro-emoji\"\u003e💨\u003c\/div\u003e\n\u003ch5\u003eDual Gas Shocks\u003c\/h5\u003e\n\u003cp\u003eThe shocks take the weight of the cover through the whole arc, so opening the spa is a push rather than a lift, even with a waterlogged cover.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cvpro-feature-card\"\u003e\n\u003cdiv class=\"cvpro-emoji\"\u003e🛡️\u003c\/div\u003e\n\u003ch5\u003eAll Aluminum Frame\u003c\/h5\u003e\n\u003cp\u003eAluminum does not rust, which matters on a surface that stays wet and gets splashed with treated spa water every day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cvpro-feature-card\"\u003e\n\u003cdiv class=\"cvpro-emoji\"\u003e📏\u003c\/div\u003e\n\u003ch5\u003eOnly 6 in Of Rear Clearance\u003c\/h5\u003e\n\u003cp\u003eNeeds 6 in behind the spa and 2.5 in on the sides, so it fits decks and enclosures where a bulkier lifter will not.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cvpro-feature-card\"\u003e\n\u003cdiv class=\"cvpro-emoji\"\u003e📐\u003c\/div\u003e\n\u003ch5\u003eFull Center Bar\u003c\/h5\u003e\n\u003cp\u003eThe bar spans the cover seam rather than clamping at the ends, spreading the load and keeping the fold from carrying all the stress.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cvpro-feature-card\"\u003e\n\u003cdiv class=\"cvpro-emoji\"\u003e🏆\u003c\/div\u003e\n\u003ch5\u003e5 Year Warranty\u003c\/h5\u003e\n\u003cp\u003eCover Valet backs the Pro with a five year warranty, which is at the top of the range for spa cover lifters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cvpro-feature-card\"\u003e\n\u003cdiv class=\"cvpro-emoji\"\u003e🧰\u003c\/div\u003e\n\u003ch5\u003eFits Square Or Rectangular Spas\u003c\/h5\u003e\n\u003cp\u003eWorks on standard square and rectangular hot tubs up to 104 in, which covers nearly every residential spa on the market.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \n\n  \u003csection class=\"cvpro-section\"\u003e\n    \u003ch2\u003eSpecifications\u003c\/h2\u003e\n    \u003cdiv class=\"cvpro-spec-grid\"\u003e\n      \u003cdiv class=\"cvpro-spec-row\"\u003e\n\u003cspan class=\"cvpro-spec-key\"\u003eManufacturer\u003c\/span\u003e\u003cspan class=\"cvpro-spec-val\"\u003eCover Valet\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cvpro-spec-row\"\u003e\n\u003cspan class=\"cvpro-spec-key\"\u003eModel \/ MPN\u003c\/span\u003e\u003cspan class=\"cvpro-spec-val\"\u003eCOVERVALETPRO\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cvpro-spec-row\"\u003e\n\u003cspan class=\"cvpro-spec-key\"\u003eSKU\u003c\/span\u003e\u003cspan class=\"cvpro-spec-val\"\u003ePST-COVERVALETPRO\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cvpro-spec-row\"\u003e\n\u003cspan class=\"cvpro-spec-key\"\u003eType\u003c\/span\u003e\u003cspan class=\"cvpro-spec-val\"\u003eSpa and hot tub cover lifter\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cvpro-spec-row\"\u003e\n\u003cspan class=\"cvpro-spec-key\"\u003eFrame\u003c\/span\u003e\u003cspan class=\"cvpro-spec-val\"\u003eAll aluminum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cvpro-spec-row\"\u003e\n\u003cspan class=\"cvpro-spec-key\"\u003eAssist\u003c\/span\u003e\u003cspan class=\"cvpro-spec-val\"\u003eDual gas shocks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cvpro-spec-row\"\u003e\n\u003cspan class=\"cvpro-spec-key\"\u003eCenter Bar\u003c\/span\u003e\u003cspan class=\"cvpro-spec-val\"\u003eFull width across the cover seam\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cvpro-spec-row\"\u003e\n\u003cspan class=\"cvpro-spec-key\"\u003eMaximum Spa Size\u003c\/span\u003e\u003cspan class=\"cvpro-spec-val\"\u003eUp to 104 in\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cvpro-spec-row\"\u003e\n\u003cspan class=\"cvpro-spec-key\"\u003eSpa Shape\u003c\/span\u003e\u003cspan class=\"cvpro-spec-val\"\u003eSquare and rectangular\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cvpro-spec-row\"\u003e\n\u003cspan class=\"cvpro-spec-key\"\u003eRear Clearance Required\u003c\/span\u003e\u003cspan class=\"cvpro-spec-val\"\u003e6 in behind the spa\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cvpro-spec-row\"\u003e\n\u003cspan class=\"cvpro-spec-key\"\u003eSide Clearance Required\u003c\/span\u003e\u003cspan class=\"cvpro-spec-val\"\u003e2.5 in\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cvpro-spec-row\"\u003e\n\u003cspan class=\"cvpro-spec-key\"\u003eMounting\u003c\/span\u003e\u003cspan class=\"cvpro-spec-val\"\u003eBrackets mount to the spa cabinet\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cvpro-spec-row\"\u003e\n\u003cspan class=\"cvpro-spec-key\"\u003eWarranty\u003c\/span\u003e\u003cspan class=\"cvpro-spec-val\"\u003e5 year\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \n  \u003csection class=\"cvpro-section\"\u003e\n    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \n    \u003cdiv class=\"cvpro-faq-card\"\u003e\n      \u003ch4\u003eHow much room do I need around the spa?\u003c\/h4\u003e\n      \u003cp\u003e\u003cstrong\u003e6 in behind\u003c\/strong\u003e the spa and \u003cstrong\u003e2.5 in\u003c\/strong\u003e at the sides. That is one of the tightest clearance requirements in the category, so the Pro works on decks where other lifters do not fit.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"cvpro-faq-card\"\u003e\n      \u003ch4\u003eWill it fit my hot tub?\u003c\/h4\u003e\n      \u003cp\u003eIt fits square and rectangular spas up to \u003cstrong\u003e104 in\u003c\/strong\u003e. Measure the cabinet, not the cover overhang, and confirm you have the rear and side clearance listed above.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"cvpro-faq-card\"\u003e\n      \u003ch4\u003eWhy choose the Pro over a basic lifter?\u003c\/h4\u003e\n      \u003cp\u003eThe gas shocks and the all aluminum frame. A heavy or waterlogged cover is genuinely hard to lift by hand, and the shocks turn that into a one person job with no strain on the cover seam.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"cvpro-faq-card\"\u003e\n      \u003ch4\u003eCan I install it myself?\u003c\/h4\u003e\n      \u003cp\u003eYes, with basic hand tools and a second set of hands. Dry fit the brackets on the cabinet, check the swing path for clearance, then drill and fasten.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/section\u003e\n  \n\n  \u003csection class=\"cvpro-cta\"\u003e\n    \u003ch2\u003eOrder the Cover Valet Pro From PST\u003c\/h2\u003e\n    \u003cp\u003eAuthorized Cover Valet dealer. Backed by the PST Pool Supplies service team.\u003c\/p\u003e\n    \u003cdiv class=\"cvpro-perks\"\u003e\n      \u003cspan class=\"cvpro-perk\"\u003eFree Shipping\u003c\/span\u003e\u003cspan class=\"cvpro-perk\"\u003e30-Day Returns\u003c\/span\u003e\u003cspan class=\"cvpro-perk\"\u003e5 Year Warranty\u003c\/span\u003e\u003cspan class=\"cvpro-perk\"\u003eAuthorized Cover Valet Dealer\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n","brand":"Cover Valet","offers":[{"title":"Default Title","offer_id":44289624703041,"sku":"PST-COVERVALETPRO","price":267.2,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0633\/1623\/0209\/files\/Cover_Accessories_020_ff522949-85e5-4b7b-831f-e8d5e6ddbe34.png?v=1785942976","url":"https:\/\/www.pstpoolsupplies.com\/products\/cover-valet-pro-hot-tub-cover-lifter-all-aluminum-with-dual-gas-shocks","provider":"PST Pool Supplies","version":"1.0","type":"link"}