{"product_id":"gli-hyperlite-16-x-32-rectangle-w-center-step-solid-safety-cover-blue","title":"GLI HyPerLite 16' x 32' Rectangle w\/ Center Step Solid Safety Cover, Blue, 201632RECES48HYPBLUP","description":"\n\u003cstyle\u003e\n  .hyperlite-wrap, .hyperlite-wrap * { box-sizing: border-box; }\n  .hyperlite-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 *\/\n  .hyperlite-hero {\n    background: linear-gradient(135deg, #2a2a2a 0%, #8a8a8a 100%);\n    color: #fff;\n    padding: 60px 40px;\n    border-radius: 16px;\n    text-align: center;\n    margin-bottom: 40px;\n  }\n  .hyperlite-hero h1 { font-size: 2.8em; margin: 0 0 12px; font-weight: 800; letter-spacing: -0.02em; }\n  .hyperlite-tagline { font-size: 1.25em; opacity: 0.95; margin: 0 0 28px; }\n  .hyperlite-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }\n  .hyperlite-badge {\n    background: rgba(255,255,255,0.18);\n    backdrop-filter: blur(10px);\n    -webkit-backdrop-filter: blur(10px);\n    border: 1px solid rgba(255,255,255,0.3);\n    color: #fff;\n    padding: 10px 20px;\n    border-radius: 50px;\n    font-size: 0.95em;\n    font-weight: 600;\n  }\n\n  \/* Intro *\/\n  .hyperlite-intro {\n    max-width: 850px;\n    margin: 0 auto 40px;\n    text-align: center;\n    font-size: 1.1em;\n    color: #333;\n  }\n\n  \/* Stat strip *\/\n  .hyperlite-stats {\n    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);\n    color: #fff;\n    border-radius: 16px;\n    padding: 32px;\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 16px;\n    margin-bottom: 48px;\n  }\n  .hyperlite-stat { text-align: center; }\n  .hyperlite-stat-value { font-size: 1.9em; font-weight: 800; color: #cccccc; }\n  .hyperlite-stat-label { font-size: 0.85em; opacity: 0.85; text-transform: uppercase; letter-spacing: 0.05em; margin-top: 4px; }\n\n  \/* Big features *\/\n  .hyperlite-feature {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 40px;\n    align-items: center;\n    background: #f7f8fc;\n    border-radius: 16px;\n    padding: 40px;\n    margin-bottom: 32px;\n  }\n  .hyperlite-feature.hyperlite-reverse .hyperlite-feature-visual { order: 2; }\n  .hyperlite-feature h3 { font-size: 1.6em; margin: 0 0 16px; color: #1a1a1a; }\n  .hyperlite-feature h3 .hyperlite-accent { color: #8a8a8a; }\n  .hyperlite-feature p { margin: 0; font-size: 1.05em; color: #333; }\n  .hyperlite-visual {\n    background: linear-gradient(135deg, #2a2a2a 0%, #8a8a8a 100%);\n    border-radius: 12px;\n    aspect-ratio: 4 \/ 3;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    color: #fff;\n  }\n  .hyperlite-visual.hyperlite-visual-light { background: #f5f7fc; color: #2a2a2a; }\n  .hyperlite-visual.hyperlite-visual-dark { background: #2a2a2a; color: #cccccc; }\n  .hyperlite-visual-icon { font-size: 5em; line-height: 1; }\n  .hyperlite-visual-label { font-size: 1.3em; font-weight: 700; margin-top: 12px; }\n\n  \/* Sections + applications *\/\n  .hyperlite-section { margin-bottom: 48px; }\n  .hyperlite-section \u003e h2 { font-size: 1.8em; margin: 0 0 24px; text-align: center; color: #2a2a2a; }\n  .hyperlite-app-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px;\n  }\n  .hyperlite-app-card {\n    background: #fff;\n    border: 1px solid #e1e6ed;\n    border-radius: 12px;\n    padding: 28px;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n  .hyperlite-app-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(42,42,42,0.18); }\n  .hyperlite-app-card h4 { margin: 0 0 8px; color: #2a2a2a; font-size: 1.2em; }\n  .hyperlite-app-card p { margin: 0; color: #444; font-size: 0.98em; }\n\n  \/* 6-card feature grid *\/\n  .hyperlite-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px;\n  }\n  .hyperlite-feature-card {\n    background: #fff;\n    border: 1px solid #e1e6ed;\n    border-radius: 12px;\n    padding: 24px;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n  .hyperlite-feature-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(42,42,42,0.18); }\n  .hyperlite-emoji { font-size: 2em; }\n  .hyperlite-feature-card h5 { margin: 12px 0 8px; font-size: 1.1em; color: #1a1a1a; }\n  .hyperlite-feature-card p { margin: 0; color: #444; font-size: 0.95em; }\n\n  \/* Warning *\/\n  .hyperlite-warning {\n    background: #fff7e0;\n    border-left: 6px solid #f5a623;\n    border-radius: 12px;\n    padding: 24px 28px;\n    margin-bottom: 48px;\n  }\n  .hyperlite-warning h4 { margin: 0 0 8px; color: #8a5b00; font-size: 1.15em; }\n  .hyperlite-warning p { margin: 0; color: #5a3d00; }\n\n  \/* Spec grid *\/\n  .hyperlite-spec-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    background: #f7f8fc;\n    border-radius: 16px;\n    overflow: hidden;\n  }\n  .hyperlite-spec-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 12px;\n    padding: 14px 20px;\n    border-bottom: 1px solid #e1e6ed;\n    font-size: 0.98em;\n  }\n  .hyperlite-spec-key { font-weight: 600; color: #2a2a2a; }\n  .hyperlite-spec-val { color: #1a1a1a; text-align: right; }\n\n  \/* FAQ *\/\n  .hyperlite-faq-card {\n    background: #fff;\n    border: 1px solid #e1e6ed;\n    border-radius: 12px;\n    padding: 24px 28px;\n    margin-bottom: 16px;\n  }\n  .hyperlite-faq-card h4 { margin: 0 0 8px; color: #2a2a2a; font-size: 1.1em; }\n  .hyperlite-faq-card p { margin: 0; color: #333; }\n\n  \/* CTA *\/\n  .hyperlite-cta {\n    background: linear-gradient(135deg, #2a2a2a 0%, #8a8a8a 100%);\n    color: #fff;\n    border-radius: 16px;\n    padding: 50px 40px;\n    text-align: center;\n  }\n  .hyperlite-cta h2 { font-size: 2em; margin: 0 0 12px; }\n  .hyperlite-cta p { margin: 0 0 24px; font-size: 1.1em; opacity: 0.95; }\n  .hyperlite-perks { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }\n  .hyperlite-perk {\n    background: rgba(255,255,255,0.18);\n    backdrop-filter: blur(10px);\n    -webkit-backdrop-filter: blur(10px);\n    border: 1px solid rgba(255,255,255,0.3);\n    padding: 10px 20px;\n    border-radius: 50px;\n    font-size: 0.95em;\n    font-weight: 600;\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 700px) {\n    .hyperlite-hero h1 { font-size: 2em; }\n    .hyperlite-stats { grid-template-columns: repeat(2, 1fr); }\n    .hyperlite-feature { grid-template-columns: 1fr; }\n    .hyperlite-feature.hyperlite-reverse .hyperlite-feature-visual { order: 0; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hyperlite-wrap\"\u003e\n\n  \u003csection class=\"hyperlite-hero\"\u003e\n    \u003ch1\u003eGLI HyPerLite 16' x 32' Rectangle w\/ Center Step Solid Pool Safety Cover, Blue\u003c\/h1\u003e\n    \u003cp class=\"hyperlite-tagline\"\u003eTotal sunblock, 30% lighter carry.\u003c\/p\u003e\n    \u003cdiv class=\"hyperlite-badges\"\u003e\n      \u003cspan class=\"hyperlite-badge\"\u003eCloseout, Limited Stock\u003c\/span\u003e\u003cspan class=\"hyperlite-badge\"\u003e100% Sunlight Blocked\u003c\/span\u003e\u003cspan class=\"hyperlite-badge\"\u003e15-Year Warranty\u003c\/span\u003e\u003cspan class=\"hyperlite-badge\"\u003eASTM F1346 Tested\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cp class=\"hyperlite-intro\"\u003e\u003cstrong\u003eThe GLI HyPerLite 16' x 32' Rectangle w\/ Center Step solid pool safety cover, Blue (SKU PST-201632RECES48HYPBLUP)\u003c\/strong\u003e shuts out 100% of sunlight with PVC-coated polyester fabric that runs about 30% lighter than a standard solid cover, so you get total algae blackout without wrestling a heavyweight tarp across the deck. Surface water leaves through the patented Kleen-Screen mesh drain panel, which filters dirt and leaves out of the runoff, and covers built without a drain panel pair with a cover pump instead. This one is closeout stock at a closeout price, so it ships while supplies last, complete with brass anchors, commercial grade springs, installation rod, and storage bag under GLI's 15-year limited warranty.\u003c\/p\u003e\n\n  \u003csection class=\"hyperlite-stats\"\u003e\n    \u003cdiv class=\"hyperlite-stat\"\u003e\n\u003cdiv class=\"hyperlite-stat-value\"\u003e16' x 32'\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-stat-label\"\u003ePool Size\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-stat\"\u003e\n\u003cdiv class=\"hyperlite-stat-value\"\u003e100%\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-stat-label\"\u003eSunlight Blocked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-stat\"\u003e\n\u003cdiv class=\"hyperlite-stat-value\"\u003e30%\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-stat-label\"\u003eLighter Than Solid\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-stat\"\u003e\n\u003cdiv class=\"hyperlite-stat-value\"\u003e15 yr\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-stat-label\"\u003eGLI Warranty\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-stat\"\u003e\n\u003cdiv class=\"hyperlite-stat-value\"\u003eCloseout\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-stat-label\"\u003eLimited Stock\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \n  \u003csection class=\"hyperlite-feature\"\u003e\n    \u003cdiv class=\"hyperlite-visual hyperlite-feature-visual\"\u003e\n      \u003cspan class=\"hyperlite-visual-icon\"\u003e🛡️\u003c\/span\u003e\n      \u003cspan class=\"hyperlite-visual-label\"\u003e100% Sunblock\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003ch3\u003eTotal \u003cspan class=\"hyperlite-accent\"\u003eBlackout\u003c\/span\u003e Over the Water\u003c\/h3\u003e\n      \u003cp\u003eHyPerLite's \u003cstrong\u003ePVC-coated polyester fabric blocks 100% of sunlight\u003c\/strong\u003e, so algae gets nothing to work with between closing and opening. No light means no spring bloom, which usually means less shock, less brushing, and a shorter startup than any mesh cover can give you. The solid deck also keeps dirt, pollen, and organic runoff from ever reaching the water, so what you uncover in April is close to what you covered in October.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \n  \u003csection class=\"hyperlite-feature hyperlite-reverse\"\u003e\n    \u003cdiv class=\"hyperlite-visual hyperlite-visual-light hyperlite-feature-visual\"\u003e\n      \u003cspan class=\"hyperlite-visual-icon\"\u003e💧\u003c\/span\u003e\n      \u003cspan class=\"hyperlite-visual-label\"\u003eKleen-Screen\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003ch3\u003eKleen-Screen \u003cspan class=\"hyperlite-accent\"\u003eDrains\u003c\/span\u003e the Surface\u003c\/h3\u003e\n      \u003cp\u003eA solid cover has to move rain and snowmelt somewhere. GLI's patented \u003cstrong\u003eKleen-Screen drain\u003c\/strong\u003e is a fine mesh panel built into the solid fabric that pulls standing water off the surface while straining out dirt, leaves, and grit so only clean water passes into the pool. Covers ordered without a drain panel use an automatic cover pump instead. Either way, water never sits and stretches the fabric through a freeze and thaw cycle.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \n  \u003csection class=\"hyperlite-feature\"\u003e\n    \u003cdiv class=\"hyperlite-visual hyperlite-visual-dark hyperlite-feature-visual\"\u003e\n      \u003cspan class=\"hyperlite-visual-icon\"\u003e⚙️\u003c\/span\u003e\n      \u003cspan class=\"hyperlite-visual-label\"\u003ePull-Tite Springs\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003ch3\u003eLighter Fabric, \u003cspan class=\"hyperlite-accent\"\u003eCommercial\u003c\/span\u003e Grade Springs\u003c\/h3\u003e\n      \u003cp\u003eAt roughly \u003cstrong\u003e30% lighter than standard solid cover material\u003c\/strong\u003e, HyPerLite is the solid cover you can still handle with two people instead of four. GLI pairs it with improved puncture resistance for falling branches, deer hooves, and animal claws, plus \u003cstrong\u003ePull-Tite commercial grade springs\u003c\/strong\u003e that hold tension season after season. The system ships with the installation rod, anchor key, and a storage bag for the swim months.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \n\n  \u003csection class=\"hyperlite-section\"\u003e\n    \u003ch2\u003eWho It's For\u003c\/h2\u003e\n    \u003cdiv class=\"hyperlite-app-grid\"\u003e\n      \u003cdiv class=\"hyperlite-app-card\"\u003e\n\u003ch4\u003eCleanest Spring Openings\u003c\/h4\u003e\n\u003cp\u003eNothing gets to the water: no light, no leaf tea, no runoff. If you hate opening to green water, a solid cover is the strongest answer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-app-card\"\u003e\n\u003ch4\u003eFamilies With Kids \u0026amp; Pets\u003c\/h4\u003e\n\u003cp\u003eAnchored and tensioned to spec, HyPerLite meets or exceeds \u003cstrong\u003eASTM F1346-91\u003c\/strong\u003e for manual safety covers and holds an adult's weight.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-app-card\"\u003e\n\u003ch4\u003eHeavy Debris Yards\u003c\/h4\u003e\n\u003cp\u003eImproved puncture resistance stands up to falling branches and animal traffic where a lighter mesh cover would take damage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-app-card\"\u003e\n\u003ch4\u003eCloseout Shoppers\u003c\/h4\u003e\n\u003cp\u003eThese are current-season covers at closeout pricing in one-off sizes and step layouts. When the size is gone, it is gone.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"hyperlite-section\"\u003e\n    \u003ch2\u003eWhy PST Customers Pick This\u003c\/h2\u003e\n    \u003cdiv class=\"hyperlite-feature-grid\"\u003e\n      \u003cdiv class=\"hyperlite-feature-card\"\u003e\n\u003cdiv class=\"hyperlite-emoji\"\u003e🛡️\u003c\/div\u003e\n\u003ch5\u003e100% Sunlight Blockage\u003c\/h5\u003e\n\u003cp\u003eThe solid PVC-coated polyester deck stops every ray, which shuts down algae growth under the cover through the entire off-season.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-feature-card\"\u003e\n\u003cdiv class=\"hyperlite-emoji\"\u003e💧\u003c\/div\u003e\n\u003ch5\u003ePatented Kleen-Screen Drain\u003c\/h5\u003e\n\u003cp\u003eA fine mesh drain panel clears standing water off the cover while filtering out the dirt and leaves that would otherwise wash into the pool.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-feature-card\"\u003e\n\u003cdiv class=\"hyperlite-emoji\"\u003e📏\u003c\/div\u003e\n\u003ch5\u003e30% Lighter To Handle\u003c\/h5\u003e\n\u003cp\u003eHyPerLite fabric is about 30% lighter than standard solid cover material, so seasonal install and removal stays a two-person job.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-feature-card\"\u003e\n\u003cdiv class=\"hyperlite-emoji\"\u003e⚙️\u003c\/div\u003e\n\u003ch5\u003ePull-Tite Commercial Springs\u003c\/h5\u003e\n\u003cp\u003eCommercial grade springs come standard, holding even tension across every strap instead of stretching out after a couple of winters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-feature-card\"\u003e\n\u003cdiv class=\"hyperlite-emoji\"\u003e🧰\u003c\/div\u003e\n\u003ch5\u003eComplete Cover System\u003c\/h5\u003e\n\u003cp\u003eShips with brass deck anchors, springs, the installation rod, anchor key, and a storage bag, so nothing else is needed on install day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-feature-card\"\u003e\n\u003cdiv class=\"hyperlite-emoji\"\u003e🎯\u003c\/div\u003e\n\u003ch5\u003eCloseout Pricing\u003c\/h5\u003e\n\u003cp\u003eLimited closeout stock in specific sizes and step configurations. Once this size sells out it will not be restocked at this price.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \n  \u003cdiv class=\"hyperlite-warning\"\u003e\n    \u003ch4\u003eInstallation Notice\u003c\/h4\u003e\n    \u003cp\u003eA safety cover meets \u003cstrong\u003eASTM F1346\u003c\/strong\u003e only when every strap is anchored into sound decking and tensioned per GLI's owner's instructions. Solid covers also depend on the pool staying filled to the level in the manual, since the water supports the cover under snow load. Never leave the cover partially attached, and never drain the pool under an installed solid cover.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n\n  \u003csection class=\"hyperlite-section\"\u003e\n    \u003ch2\u003eFull Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"hyperlite-spec-grid\"\u003e\n      \u003cdiv class=\"hyperlite-spec-row\"\u003e\n\u003cspan class=\"hyperlite-spec-key\"\u003eManufacturer\u003c\/span\u003e\u003cspan class=\"hyperlite-spec-val\"\u003eGLI Pool Products\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-spec-row\"\u003e\n\u003cspan class=\"hyperlite-spec-key\"\u003eProduct Line\u003c\/span\u003e\u003cspan class=\"hyperlite-spec-val\"\u003eHyPerLite\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-spec-row\"\u003e\n\u003cspan class=\"hyperlite-spec-key\"\u003eModel \/ MPN\u003c\/span\u003e\u003cspan class=\"hyperlite-spec-val\"\u003e201632RECES48HYPBLUP\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-spec-row\"\u003e\n\u003cspan class=\"hyperlite-spec-key\"\u003eSKU\u003c\/span\u003e\u003cspan class=\"hyperlite-spec-val\"\u003ePST-201632RECES48HYPBLUP\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-spec-row\"\u003e\n\u003cspan class=\"hyperlite-spec-key\"\u003eCover Type\u003c\/span\u003e\u003cspan class=\"hyperlite-spec-val\"\u003eSolid safety cover, in-ground\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-spec-row\"\u003e\n\u003cspan class=\"hyperlite-spec-key\"\u003ePool Size\u003c\/span\u003e\u003cspan class=\"hyperlite-spec-val\"\u003e16' x 32'\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-spec-row\"\u003e\n\u003cspan class=\"hyperlite-spec-key\"\u003eShape\u003c\/span\u003e\u003cspan class=\"hyperlite-spec-val\"\u003eRectangle w\/ Center Step\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-spec-row\"\u003e\n\u003cspan class=\"hyperlite-spec-key\"\u003eColor\u003c\/span\u003e\u003cspan class=\"hyperlite-spec-val\"\u003eBlue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-spec-row\"\u003e\n\u003cspan class=\"hyperlite-spec-key\"\u003eFabric\u003c\/span\u003e\u003cspan class=\"hyperlite-spec-val\"\u003ePVC-coated polyester\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-spec-row\"\u003e\n\u003cspan class=\"hyperlite-spec-key\"\u003eSunlight Blockage\u003c\/span\u003e\u003cspan class=\"hyperlite-spec-val\"\u003e100%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-spec-row\"\u003e\n\u003cspan class=\"hyperlite-spec-key\"\u003eWeight vs Standard Solid\u003c\/span\u003e\u003cspan class=\"hyperlite-spec-val\"\u003eAbout 30% lighter\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-spec-row\"\u003e\n\u003cspan class=\"hyperlite-spec-key\"\u003eSurface Drainage\u003c\/span\u003e\u003cspan class=\"hyperlite-spec-val\"\u003ePatented Kleen-Screen mesh drain panel or cover pump, per configuration\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-spec-row\"\u003e\n\u003cspan class=\"hyperlite-spec-key\"\u003eSprings\u003c\/span\u003e\u003cspan class=\"hyperlite-spec-val\"\u003ePull-Tite commercial grade\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-spec-row\"\u003e\n\u003cspan class=\"hyperlite-spec-key\"\u003eAnchors\u003c\/span\u003e\u003cspan class=\"hyperlite-spec-val\"\u003eBrass, flush-mount deck anchors\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-spec-row\"\u003e\n\u003cspan class=\"hyperlite-spec-key\"\u003eDurability\u003c\/span\u003e\u003cspan class=\"hyperlite-spec-val\"\u003eImproved puncture resistance against branches and animal claws\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-spec-row\"\u003e\n\u003cspan class=\"hyperlite-spec-key\"\u003eIn the Box\u003c\/span\u003e\u003cspan class=\"hyperlite-spec-val\"\u003eCover, anchors, springs, installation rod, anchor key, storage bag\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-spec-row\"\u003e\n\u003cspan class=\"hyperlite-spec-key\"\u003eSafety Standard\u003c\/span\u003e\u003cspan class=\"hyperlite-spec-val\"\u003eMeets or exceeds ASTM F1346-91\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-spec-row\"\u003e\n\u003cspan class=\"hyperlite-spec-key\"\u003eColors Offered\u003c\/span\u003e\u003cspan class=\"hyperlite-spec-val\"\u003eBlue, Green, Gray, Tan\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-spec-row\"\u003e\n\u003cspan class=\"hyperlite-spec-key\"\u003eAvailability\u003c\/span\u003e\u003cspan class=\"hyperlite-spec-val\"\u003eCloseout, limited stock\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hyperlite-spec-row\"\u003e\n\u003cspan class=\"hyperlite-spec-key\"\u003eWarranty\u003c\/span\u003e\u003cspan class=\"hyperlite-spec-val\"\u003e15-year limited with 3-year full coverage\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"hyperlite-section\"\u003e\n    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \n    \u003cdiv class=\"hyperlite-faq-card\"\u003e\n      \u003ch4\u003eWhy is this cover a closeout?\u003c\/h4\u003e\n      \u003cp\u003eThese are one-off HyPerLite covers in specific sizes, colors, and step layouts that were built for the season and are being cleared at closeout pricing. They are new, first-quality covers with the full \u003cstrong\u003e15-year GLI warranty\u003c\/strong\u003e, not seconds or returns. Quantities are single units in most sizes, so once this listing sells out we cannot rebuild it at this price.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"hyperlite-faq-card\"\u003e\n      \u003ch4\u003eDoes this cover have a Kleen-Screen drain panel or a cover pump?\u003c\/h4\u003e\n      \u003cp\u003eSolid covers in this closeout run ship either with GLI's patented \u003cstrong\u003eKleen-Screen mesh drain panel\u003c\/strong\u003e sewn into the cover or paired with an automatic cover pump. Both solve the same problem, which is getting rain and snowmelt off the cover surface. Message the PST team with the model number listed above and we will confirm exactly which configuration this cover is before it ships.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"hyperlite-faq-card\"\u003e\n      \u003ch4\u003eHow does a solid cover compare to mesh?\u003c\/h4\u003e\n      \u003cp\u003eSolid HyPerLite blocks \u003cstrong\u003e100% of sunlight\u003c\/strong\u003e and keeps all dirt and runoff out of the pool, so spring water is as clean as it gets. Mesh such as GLI Secur-A-Pool blocks 93% and lets water pass straight through, which means less maintenance but dirtier water at opening. Choose solid if you want the best possible spring startup, mesh if you want the least winter attention.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"hyperlite-faq-card\"\u003e\n      \u003ch4\u003eHow do I pick the right size?\u003c\/h4\u003e\n      \u003cp\u003eOrder by your pool's water surface, not the finished cover dimensions. This listing fits a \u003cstrong\u003e16' x 32'\u003c\/strong\u003e pool and is sewn oversized so it overlaps the deck and anchors under tension. Match the step or offset configuration in the title too, since closeout covers are built for one specific layout and cannot be modified.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"hyperlite-faq-card\"\u003e\n      \u003ch4\u003eCan I install this myself?\u003c\/h4\u003e\n      \u003cp\u003eYes, with a helper and an afternoon. You lay the cover out, drill the anchor holes in the deck, thread the springs on the straps, and tension each strap with the included installation rod. Once the anchors are set, seasonal on and off is a few minutes' work. If your deck is stamped or specialty concrete, a professional installer is the safer call.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"hyperlite-faq-card\"\u003e\n      \u003ch4\u003eWhat warranty comes with a closeout cover?\u003c\/h4\u003e\n      \u003cp\u003eThe same as a made-to-order HyPerLite: a \u003cstrong\u003e15-year limited warranty with 3 years of full coverage\u003c\/strong\u003e against defects in material and workmanship. Keep your receipt, follow the owner's instructions for anchoring, tensioning, and pool water level, and register the cover after purchase.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/section\u003e\n\n  \u003csection class=\"hyperlite-cta\"\u003e\n    \u003ch2\u003eGrab This HyPerLite Closeout From PST\u003c\/h2\u003e\n    \u003cp\u003eAuthorized GLI Pool Products dealer. Closeout stock is single-unit in most sizes and ships while supplies last.\u003c\/p\u003e\n    \u003cdiv class=\"hyperlite-perks\"\u003e\n      \u003cspan class=\"hyperlite-perk\"\u003eFree Shipping\u003c\/span\u003e\u003cspan class=\"hyperlite-perk\"\u003e30-Day Returns\u003c\/span\u003e\u003cspan class=\"hyperlite-perk\"\u003e15-Year GLI Warranty\u003c\/span\u003e\u003cspan class=\"hyperlite-perk\"\u003eAuthorized GLI Dealer\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n","brand":"GLI Pool Products","offers":[{"title":"Default Title","offer_id":44289688764481,"sku":"PST-201632RECES48HYPBLUP","price":1575.4,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0633\/1623\/0209\/files\/gli-hyperlite__hyperlitebanner1_4a77567b-cbbb-4fd8-bfb8-9aa69aa1e3ee.jpg?v=1785943765","url":"https:\/\/www.pstpoolsupplies.com\/products\/gli-hyperlite-16-x-32-rectangle-w-center-step-solid-safety-cover-blue","provider":"PST Pool Supplies","version":"1.0","type":"link"}