{"product_id":"luzz-glider-hybrid-paddle","title":"Luzz Glider Hybrid Paddle","description":"\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        body {\n            background-color: transparent;\n            color: #fff;\n            line-height: 1.6;\n        }\n        .hero {\n            text-align: center;\n            padding: 80px 20px;\n            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)),\n                        url('https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/glider_1514b405-e2f1-47e8-8221-87fbe859fe46.jpg?v=1764639320');\n            background-size: cover;\n            background-position: center;\n        }\n        h1 { font-size: 3rem; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; }\n        .subtitle { font-size: 1.3rem; max-width: 800px; margin: 0 auto 30px; color: #ccc; }\n\n        .technical-spec-section {\n            max-width: 1200px;\n            margin: 4rem auto;\n            padding: 0 20px;\n        }\n        .tech-image {\n            width: 100%;\n            max-width: 800px;\n            height: auto;\n            border-radius: 12px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n            display: block;\n            margin: 0 auto;\n        }\n        .tech-features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            margin-top: 3rem;\n        }\n        .feature-item {\n            display: flex;\n            gap: 1.5rem;\n            padding: 1.5rem;\n            background: #222;\n            border-radius: 8px;\n            border: 1px solid #333;\n        }\n        .feature-icon {\n            font-size: 1.5rem;\n            color: #9577b3;\n            width: 40px;\n            height: 40px;\n            flex-shrink: 0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .feature-content h3 { font-size: 1.25rem; color: #fff; margin-bottom: 0.5rem; }\n        .feature-content p { font-size: 1rem; color: #ccc; }\n\n        .unified-spec-table {\n            max-width: 800px;\n            margin: 4rem auto;\n            background: #1a1a1a;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 24px rgba(0,0,0,0.3);\n        }\n        .table-header {\n            display: flex;\n            align-items: center;\n            gap: 2rem;\n            padding: 2rem;\n            background: #262626;\n            border-bottom: 1px solid #333;\n        }\n        .header-image img {\n            width: 120px;\n            height: auto;\n            border-radius: 8px;\n            border: 2px solid #444;\n        }\n        .header-content h2 { color: #fff; font-size: 1.75rem; margin-bottom: .5rem; }\n        .header-content p { color: #aaa; font-size: 1rem; }\n        .table-body { padding: 1.5rem 2rem; }\n        .table-row {\n            display: flex;\n            justify-content: space-between;\n            padding: 1rem 0;\n            border-bottom: 1px solid #333;\n        }\n        .table-row:last-child { border-bottom: none; }\n        .spec-name { color: #ccc; }\n        .spec-value { color: #fff; font-weight: 500; font-size: 1.1rem; }\n\n        \/* ===== GIFT BOX SECTION – FULLY MOBILE OPTIMIZED ===== *\/\n        .gift-package-section {\n            max-width: 1200px;\n            margin: 4rem auto;\n            padding: 0 20px;\n            text-align: center;\n        }\n        .gift-package-section h2 {\n            color: #fff;\n            font-size: 2rem;\n            margin-bottom: 1rem;\n        }\n        .gift-package-section \u003e p {\n            color: #ccc;\n            margin-bottom: 2rem;\n        }\n        .gift-package-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 2rem;\n            background: #111;\n            border-radius: 12px;\n            padding: 2rem;\n            border: 1px solid #333;\n            margin: 0 auto;\n        }\n        .gift-package-content,\n        .gift-package-items {\n            flex: 1;\n            min-width: 300px;\n        }\n        .gift-package-content h3 {\n            font-size: 1.6rem;\n            color: #fff;\n            margin-bottom: 1rem;\n        }\n        .gift-package-content ul {\n            list-style: none;\n            padding: 0;\n            margin: 1.5rem 0;\n        }\n        .gift-package-content li {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 1rem;\n            color: #fff;\n            font-size: 1.05rem;\n            line-height: 1.5;\n        }\n        .gift-package-content li::before {\n            content: '✔';\n            color: #9577b3;\n            margin-right: 0.75rem;\n            font-weight: bold;\n            flex-shrink: 0;\n        }\n        .gift-package-content p {\n            color: #ccc;\n            text-align: left;\n        }\n\n        .gift-items {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 1.5rem;\n            margin-top: 1rem;\n        }\n        .gift-item {\n            background: #222;\n            border-radius: 8px;\n            padding: 1.5rem;\n            text-align: center;\n            border: 1px solid #333;\n        }\n        .gift-item img {\n            width: 100%;\n            max-width: 180px;\n            height: auto;\n            border-radius: 8px;\n            margin-bottom: 1rem;\n        }\n        .gift-item h3 {\n            color: #fff;\n            font-size: 1.1rem;\n            margin-bottom: 0.5rem;\n        }\n        .gift-item p {\n            color: #ccc;\n            font-size: 0.95rem;\n        }\n\n        \/* Mobile Fixes *\/\n        @media (max-width: 768px) {\n            h1 { font-size: 2.4rem; }\n            .table-header { flex-direction: column; text-align: center; gap: 1.5rem; }\n            .header-image img { width: 100px; }\n\n            .gift-package-container {\n                flex-direction: column;\n                padding: 1.5rem;\n            }\n            .gift-package-content,\n            .gift-package-items {\n                min-width: 100%;\n            }\n            .gift-items {\n                grid-template-columns: 1fr;\n            }\n            .gift-item img {\n                max-width: 160px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            h1 { font-size: 2rem; }\n            .gift-package-section h2 { font-size: 1.7rem; }\n            .gift-package-content h3 { font-size: 1.4rem; }\n        }\n\u003c\/style\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e\u003cstrong style=\"font-size: 2.4rem;\"\u003eLuzz Glider – Precision Control, Ultimate All-Court Dominance\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left; color: #ccc; padding: 0 20px; max-width: 1000px; margin: 0 auto 3rem;\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eThe all-new Glider features a revolutionary Hybrid Shape combined with an upgraded suspended polymer core, delivering the perfect balance of power, spin, and touch. Effortless maneuverability meets explosive performance – engineered for players who demand total control and seamless transitions from defense to attack.\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"technical-spec-section\"\u003e\n\u003cdiv style=\"text-align: center;\" class=\"tech-header\"\u003e\u003cimg class=\"tech-image\" loading=\"lazy\" alt=\"Luzz Glider Technology Diagram\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/glider_1514b405-e2f1-47e8-8221-87fbe859fe46.jpg?v=1764639320\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tech-features\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e➤\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eUpgraded Suspended Polymer Core\u003c\/h3\u003e\n\u003cp\u003eExpanded sweet spot with superior vibration dampening for cleaner feel and pinpoint precision\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e➤\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eReinforced Carbon Fiber Matrix Face\u003c\/h3\u003e\n\u003cp\u003eHigh-strength weave delivers explosive power and exceptional spin up to 2100+ RPM\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e➤\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eTrue Hybrid Shape Design\u003c\/h3\u003e\n\u003cp\u003ePerfect fusion of elongated power and traditional quickness for all-court versatility\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e➤\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eOptimized Weight Distribution\u003c\/h3\u003e\n\u003cp\u003eLightning-fast hands at the net and effortless two-handed backhand support\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e➤\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003ePremium Anti-Slip Perforated Grip\u003c\/h3\u003e\n\u003cp\u003eVentilated tacky grip with superior moisture management for locked-in confidence\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e➤\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eEnhanced Stability \u0026amp; Rhythm\u003c\/h3\u003e\n\u003cp\u003eDictate tempo with total control – from soft dinks to aggressive drives\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"unified-spec-table\"\u003e\n\u003cdiv class=\"table-header\"\u003e\n\u003cdiv class=\"header-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/1_c027558d-105c-4f14-a19f-6481be0dc5ca.jpg?v=1758789630\" alt=\"Luzz Glider Paddle\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"header-content\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cp\u003eLuzz Glider Hybrid Performance Paddle\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-body\"\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003ePaddle Length\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e16.34 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003ePaddle Width\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e7.48 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003eAverage Weight\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e7.93 oz\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003eThickness\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e16 mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003eGrip Length\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e5.31 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003eGrip Circumference\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e4.13 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003eSW\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e111±3\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003eTW\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e6.4±0.1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FIXED \u0026 MOBILE-OPTIMIZED GIFT BOX --\u003e\n\u003cdiv class=\"gift-package-section\"\u003e\n\u003ch2\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eGLIDER GIFT BOX\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003ePurchase the Luzz Glider Paddle today and receive a complimentary premium gift package – the ultimate combination of performance and presentation!\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"gift-package-container\"\u003e\n\u003cdiv class=\"gift-package-content\"\u003e\n\u003ch3\u003eWhat's Included:\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli style=\"text-align: left;\"\u003eLuzz Glider Paddle– USAP-approved hybrid performance paddle\u003c\/li\u003e\n\u003cli style=\"text-align: left;\"\u003eBeautiful Gift Box Packaging– Premium themed presentation box for an unforgettable unboxing\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003ePerfect as a gift or personal upgrade – dominate with precision, spin, and total court control in style.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gift-package-items\"\u003e\n\u003cdiv class=\"gift-items\"\u003e\n\u003cdiv class=\"gift-item\"\u003e\n\u003cimg alt=\"Luzz Glider Paddle\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/1_c027558d-105c-4f14-a19f-6481be0dc5ca.jpg?v=1758789630\"\u003e\n\u003ch3\u003eLuzz Glider Paddle\u003c\/h3\u003e\n\u003cp\u003eHybrid shape with explosive spin \u0026amp; control\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gift-item\"\u003e\n\u003cimg alt=\"Premium Gift Box\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/2_d33634f6-268f-42e5-84a4-09220dfc175c.jpg?v=1763090087\"\u003e\n\u003ch3\u003ePremium Gift Box\u003c\/h3\u003e\n\u003cp\u003eElegant themed packaging\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstrong\u003e\u003cstrong\u003e \u003c\/strong\u003e\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; color: #ccc; font-size: 1.2rem; margin: 3rem 20px 1rem;\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e\u003cstrong\u003eLUZZ GLIDER\u003c\/strong\u003e – Born for Precision Aesthetics. Master every point with effortless control, devastating spin, and flawless all-court versatility!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center; color: #ccc; margin-bottom: 3rem;\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eSecure yours today and experience the ultimate hybrid performance paddle!\u003c\/span\u003e\u003c\/p\u003e","brand":"Luzzpickleball","offers":[{"title":"Glider","offer_id":42973510533218,"sku":"PRO-ZZ-GLIDER-YT","price":109.0,"currency_code":"USD","in_stock":true},{"title":"Glider 2026","offer_id":42973510565986,"sku":"PRO-ZZ-GLIDER-YT2026","price":119.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0611\/6199\/6386\/files\/1907e2d9c531ba31209bc5d0ad08e0aa.jpg?v=1780061147","url":"https:\/\/shop.brooklynpickleballteam.com\/products\/luzz-glider-hybrid-paddle","provider":"Brooklyn Pickleball Team Shop","version":"1.0","type":"link"}