{"title":"Cannon \u0026 Inferno \u0026 Tornazo \u0026 Glider","description":"","products":[{"product_id":"luzzpickleball-cannon-paddle-t700-carbon-friction-surface-thermoformed","title":"Luzz Cannon 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        .container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        header {\n            background: rgba(0, 0, 0, 0.8);\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\/00000.jpg?v=1751595118');\n            background-size: cover;\n            background-position: center;\n        }\n        h1 {\n            font-size: 3rem;\n            margin-bottom: 20px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        .highlight {\n            color: #fff;\n            font-weight: 700;\n        }\n        .subtitle {\n            font-size: 1.3rem;\n            max-width: 800px;\n            margin: 0 auto 30px;\n            color: #ccc;\n        }\n        .chance-badge {\n            display: inline-block;\n            background: #fff;\n            color: #000;\n            padding: 8px 20px;\n            border-radius: 30px;\n            font-weight: 700;\n            margin: 0 5px;\n            animation: pulse 2s infinite;\n        }\n        @keyframes pulse {\n            0% { transform: scale(1); }\n            50% { transform: scale(1.05); }\n            100% { transform: scale(1); }\n        }\n        .content-section {\n            padding: 60px 0;\n        }\n        h2 {\n            text-align: center;\n            color: #fff;\n            margin-bottom: 50px;\n            font-size: 2.2rem;\n            text-transform: uppercase;\n        }\n        .features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px;\n            margin-bottom: 60px;\n        }\n        .feature-card {\n            background: #111;\n            border-radius: 8px;\n            padding: 30px;\n            text-align: center;\n            border: 1px solid #333;\n        }\n        .feature-icon {\n            font-size: 3rem;\n            color: #fff;\n            margin-bottom: 20px;\n        }\n        .feature-card h3 {\n            color: #fff;\n            margin-bottom: 15px;\n            font-size: 1.5rem;\n        }\n        .feature-card p {\n            color: #ccc;\n        }\n        .media-container {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin: 50px 0;\n        }\n        .media-item {\n            flex: 1;\n            min-width: 300px;\n            max-width: 500px;\n            background: #111;\n            border-radius: 8px;\n            overflow: hidden;\n            border: 1px solid #333;\n        }\n        .media-item img {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n        .media-caption {\n            padding: 20px;\n            text-align: center;\n        }\n        .media-caption h3 {\n            color: #fff;\n            margin-bottom: 10px;\n            font-size: 1.4rem;\n        }\n        .media-caption p {\n            color: #ccc;\n        }\n        .video-container {\n            position: relative;\n            width: 100%;\n            padding-top: 100%; \/* 1:1 Aspect Ratio for original video *\/\n        }\n        .video-container video {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .youtube-container {\n            position: relative;\n            width: 100%;\n            padding-top: 56.25%; \/* 16:9 Aspect Ratio for YouTube videos *\/\n        }\n        .youtube-container iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n        }\n        .exclusivity {\n            text-align: center;\n            padding: 40px;\n            background: #111;\n            border-radius: 8px;\n            max-width: 800px;\n            margin: 40px auto;\n            border: 1px solid #333;\n        }\n        .exclusivity h3 {\n            color: #fff;\n            margin-bottom: 25px;\n            font-size: 1.8rem;\n        }\n        .counter {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            margin: 30px 0;\n            gap: 20px;\n        }\n        .counter-item {\n            background: #000;\n            padding: 25px;\n            border-radius: 8px;\n            min-width: 150px;\n            border: 1px solid #fff;\n        }\n        .counter-number {\n            font-size: 3rem;\n            font-weight: 700;\n            color: #fff;\n            line-height: 1;\n        }\n        .counter-label {\n            font-size: 1rem;\n            color: #ccc;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        .cta-section {\n            text-align: center;\n            padding: 50px 0;\n            background: #111;\n            border-radius: 8px;\n            margin: 50px 0;\n            border: 1px solid #333;\n        }\n        .cta-button {\n            display: inline-block;\n            background: #fff;\n            color: #000;\n            padding: 16px 50px;\n            font-size: 1.2rem;\n            font-weight: 600;\n            text-decoration: none;\n            border-radius: 4px;\n            margin: 20px 0;\n            transition: background 0.3s;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        .cta-button:hover {\n            background: #ddd;\n        }\n        .disclaimer {\n            font-size: 0.9rem;\n            color: #999;\n            max-width: 600px;\n            margin: 20px auto 0;\n            line-height: 1.6;\n        }\n        footer {\n            background: #000;\n            color: #ccc;\n            padding: 40px 0;\n            border-top: 1px solid #333;\n        }\n        .copyright {\n            color: #777;\n            font-size: 0.9rem;\n            margin-top: 20px;\n        }\n        .technical-spec-section {\n            max-width: 1200px;\n            margin: 4rem auto;\n            padding: 0 20px;\n        }\n        .tech-header {\n            text-align: center;\n            margin-bottom: 2rem;\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        }\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: #f9f9f9;\n            border-radius: 8px;\n        }\n        .feature-icon {\n            font-size: 1.5rem;\n            color: #2d2d2d;\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .feature-content h3 {\n            font-size: 1.25rem;\n            color: #2d2d2d;\n            margin-bottom: 0.5rem;\n        }\n        .feature-content p {\n            font-size: 1rem;\n            color: #666;\n            line-height: 1.5;\n        }\n        .product-comparison {\n            max-width: 1200px;\n            margin: 4rem auto;\n            padding: 0 20px;\n        }\n        .comparison-header h2 {\n            text-align: center;\n            font-size: 1.75rem;\n            margin-bottom: 1.2rem;\n            color: #2d2d2d;\n            line-height: 1.3;\n        }\n        .comparison-header h2 .comparison-subtitle {\n            display: block;\n            font-size: 1.4rem;\n            margin-top: 0.6rem;\n            font-weight: 500;\n            color: #444;\n        }\n        .comparison-grid {\n            display: grid;\n            grid-template-columns: 1fr auto 1fr;\n            gap: 2rem;\n            align-items: center;\n        }\n        .product-card {\n            text-align: center;\n        }\n        .product-image {\n            position: relative;\n        }\n        .product-image img {\n            width: 100%;\n            max-width: 300px;\n            height: auto;\n            border-radius: 8px;\n        }\n        .product-label {\n            font-size: 1.25rem;\n            font-weight: 600;\n            margin-top: 1rem;\n            color: #2d2d2d;\n        }\n        .comparison-arrows {\n            display: flex;\n            flex-direction: column;\n            gap: 2rem;\n            min-width: 150px;\n        }\n        .arrow-container {\n            display: flex;\n            align-items: center;\n            gap: 1rem;\n        }\n        .arrow-up {\n            font-size: 2rem;\n            font-weight: bold;\n            color: #2d2d2d;\n            animation: float 2s ease-in-out infinite;\n        }\n        .improvement {\n            font-size: 1.1rem;\n            font-weight: 600;\n            color: #2d2d2d;\n            background: #f9f9f9;\n            padding: 0.5rem 1rem;\n            border-radius: 6px;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.05);\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 {\n            color: #fff;\n            font-size: 1.75rem;\n            margin-bottom: 0.5rem;\n        }\n        .header-content p {\n            color: #aaa;\n            font-size: 1rem;\n        }\n        .table-body {\n            padding: 1.5rem 2rem;\n        }\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 {\n            border-bottom: none;\n        }\n        .spec-name {\n            color: #ccc;\n            font-size: 1rem;\n        }\n        .spec-value {\n            color: #fff;\n            font-weight: 500;\n            font-size: 1.1rem;\n        }\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            font-size: 1.75rem;\n            color: #2d2d2d;\n            margin-bottom: 1.5rem;\n        }\n        .gift-package-section p {\n            font-size: 1.1rem;\n            color: #666;\n            line-height: 1.5;\n            margin-bottom: 2rem;\n        }\n        .gift-items {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 1.5rem;\n        }\n        .gift-item {\n            padding: 1rem;\n            background: #f9f9f9;\n            border-radius: 8px;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n        }\n        .gift-item h3 {\n            font-size: 1.1rem;\n            color: #2d2d2d;\n            margin-bottom: 0.5rem;\n        }\n        .gift-item p {\n            font-size: 0.95rem;\n            color: #666;\n        }\n        .gift-item img {\n            width: 100%;\n            max-width: 150px;\n            height: auto;\n            border-radius: 8px;\n            margin-bottom: 0.5rem;\n        }\n        .gift-package-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 2rem;\n            background: #fff;\n            border-radius: 12px;\n            padding: 1.5rem;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n        }\n        .gift-package-content {\n            flex: 1;\n            min-width: 300px;\n        }\n        .gift-package-content ul {\n            list-style: none;\n            padding: 0;\n            margin-bottom: 1.5rem;\n        }\n        .gift-package-content li {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 0.75rem;\n            text-align: left;\n        }\n        .gift-package-content li::before {\n            content: '✔';\n            color: #2d2d2d;\n            margin-right: 0.75rem;\n            font-size: 1.1rem;\n        }\n        .gift-package-content h3 {\n            font-size: 1.5rem;\n            color: #2d2d2d;\n            margin-bottom: 1rem;\n        }\n        .gift-package-content p {\n            color: #666;\n            font-size: 1rem;\n        }\n        .gift-package-items {\n            flex: 1;\n            min-width: 300px;\n        }\n        .dual-certification-section {\n            max-width: 1200px;\n            margin: 4rem auto;\n            padding: 0 20px;\n            text-align: center;\n        }\n        .dual-certification-section h2 {\n            font-size: 1.75rem;\n            color: #2d2d2d;\n            margin-bottom: 1.5rem;\n        }\n        .dual-certification-section p {\n            font-size: 1.1rem;\n            color: #666;\n            line-height: 1.5;\n            margin-bottom: 2rem;\n        }\n        .dual-certification-section img {\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            margin-bottom: 2rem;\n        }\n        .youtube-review-section {\n            max-width: 1200px;\n            margin: 4rem auto;\n            padding: 0 20px;\n            text-align: center;\n        }\n        .youtube-review-section h2 {\n            font-size: 1.75rem;\n            color: #2d2d2d;\n            margin-bottom: 1.5rem;\n        }\n        .youtube-review-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));\n            gap: 40px;\n            margin: 50px 0;\n        }\n        @keyframes float {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-5px); }\n        }\n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2.2rem;\n            }\n            .subtitle {\n                font-size: 1.1rem;\n            }\n            h2 {\n                font-size: 1.8rem;\n            }\n            .counter-item {\n                min-width: 120px;\n                padding: 15px;\n            }\n            .counter-number {\n                font-size: 2.5rem;\n            }\n            .tech-features {\n                grid-template-columns: 1fr;\n                gap: 1.5rem;\n                margin-top: 2rem;\n            }\n            .feature-item {\n                padding: 1.25rem;\n            }\n            .feature-icon {\n                font-size: 1.25rem;\n                width: 36px;\n                height: 36px;\n            }\n            .feature-content h3 {\n                font-size: 1.1rem;\n            }\n            .feature-content p {\n                font-size: 0.95rem;\n            }\n            .comparison-header h2 {\n                font-size: 1.5rem;\n            }\n            .comparison-header h2 .comparison-subtitle {\n                font-size: 1.25rem;\n                margin-top: 0.4rem;\n            }\n            .gift-package-section h2 {\n                font-size: 1.5rem;\n            }\n            .gift-items {\n                grid-template-columns: 1fr;\n                gap: 1rem;\n            }\n            .dual-certification-section h2 {\n                font-size: 1.5rem;\n            }\n            .youtube-review-section h2 {\n                font-size: 1.5rem;\n            }\n            .youtube-review-container {\n                grid-template-columns: 1fr;\n            }\n        }\n        @media (max-width: 480px) {\n            .feature-item {\n                padding: 1rem;\n                gap: 1rem;\n            }\n            .feature-icon {\n                font-size: 1.1rem;\n                width: 32px;\n                height: 32px;\n            }\n            .feature-content h3 {\n                font-size: 1rem;\n            }\n            .feature-content p {\n                font-size: 0.9rem;\n            }\n            .comparison-header h2 {\n                font-size: 1.3rem;\n                margin-bottom: 1rem;\n            }\n            .comparison-header h2 .comparison-subtitle {\n                font-size: 1.1rem;\n                margin-top: 0.3rem;\n            }\n            .gift-package-section h2 {\n                font-size: 1.3rem;\n            }\n            .dual-certification-section h2 {\n                font-size: 1.3rem;\n            }\n            .youtube-review-section h2 {\n                font-size: 1.3rem;\n            }\n        }\n\u003c\/style\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eViolent Output, One Hammer Strike to Victory\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eFueled by groundbreaking inner core technology featuring an innovative U-shaped carbon fiber matrix structure that progressively layers kinetic energy, the Cannon delivers unmatched explosive force and lossless energy conduction. Your smashes explode like cannonballs, decisively overwhelming your opponents.\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"technical-spec-section\"\u003e\n\u003cdiv style=\"text-align: center;\" class=\"tech-header\"\u003e\u003cimg style=\"margin-bottom: 16px; float: none;\" class=\"tech-image\" loading=\"lazy\" alt=\"Luzz Cannon Technology Diagram\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/8_1257f5d7-24a1-4828-ac2d-aa99e6ad115d.jpg?v=1750923220\"\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\u003eRAW Carbon Fabric\u003c\/h3\u003e\n\u003cp\u003eEnsures paddle stability and structural strength\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\u003e8mm PP Honeycomb Core\u003c\/h3\u003e\n\u003cp\u003eImproves core strength and elasticity for greater power output\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\u003eEnlarged Foam Core\u003c\/h3\u003e\n\u003cp\u003eEnhances reactivity and accelerates energy transfer\u003c\/p\u003e\n\u003cbr\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\u003e3K Carbon Fiber Protection Block\u003c\/h3\u003e\n\u003cp\u003eProtects EVA from structural stress-induced dents\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\u003eDirectional Spin Texture\u003c\/h3\u003e\n\u003cp\u003eAccelerated spin, enhanced friction, greater ball bite\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\u003eExpanded Sweet Spot\u003c\/h3\u003e\n\u003cp\u003eExtends your reach, crushes blind spots\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\u003eAnti-Slip Grip Technology\u003c\/h3\u003e\n\u003cp\u003eIntegrates a cutting-edge anti-slip path layer with 3D micro-porous cooling channels for a dry, secure grip and shock-absorption gel for responsive ball feedback\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch1\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eDiscover the Rare Cannon Paddle\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003eWhen purchasing the \u003cspan class=\"highlight\"\u003eregular Cannon paddle\u003c\/span\u003e, you have a \u003cspan class=\"chance-badge\"\u003e1% chance\u003c\/span\u003e to receive the exclusive \u003cspan class=\"highlight\"\u003eRare Cannon Paddle\u003c\/span\u003e instead\u003c\/p\u003e\n\u003cp class=\"subtitle\"\u003eOnly \u003cspan class=\"highlight\"\u003e50 players worldwide\u003c\/span\u003e will become owners of this limited edition paddle\u003c\/p\u003e\n\u003cdiv class=\"exclusivity\"\u003e\n\u003ch3\u003eRare Cannon Leaderboard\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eSee who has already won this exclusive paddle\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv style=\"margin: 30px 0;\"\u003e\u003ca href=\"https:\/\/luzzpickleball.com\/pages\/rare-cannon-paddle-winner\" class=\"cta-button\" style=\"background: #333; color: #fff;\"\u003e VIEW WINNERS LIST \u003c\/a\u003e\u003c\/div\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eCheck back regularly to see the latest winners join this elite group\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"media-container\"\u003e\n\u003cdiv class=\"media-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/00000.jpg?v=1751595118\" alt=\"Rare Cannon Paddle\"\u003e\n\u003cdiv class=\"media-caption\"\u003e\n\u003ch3\u003eRare Cannon Paddle\u003c\/h3\u003e\n\u003cp\u003ePremium craftsmanship with unique design elements\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-item\"\u003e\n\u003cdiv class=\"video-container\"\u003e\u003cvideo controls=\"controls\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/screenshot_2025-07-24_15-45-16.png?v=1753343157\"\u003e\n                \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4b91d60c3f454f10ba9cfd2d343fd1ec.mp4\" type=\"video\/mp4\"\u003e\n                Your browser does not support the video tag.\n            \u003c\/source\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-caption\"\u003e\n\u003ch3\u003eSee It In Action\u003c\/h3\u003e\n\u003cp\u003eExperience the performance of this exclusive paddle\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"exclusivity\"\u003e\n\u003ch3\u003eLimited Availability\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eThis is a truly unique opportunity to own a piece of pickleball history.\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"counter\"\u003e\n\u003cdiv class=\"counter-item\"\u003e\n\u003cdiv class=\"counter-number\"\u003e1%\u003c\/div\u003e\n\u003cdiv class=\"counter-label\"\u003eChance to receive\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"counter-item\"\u003e\n\u003cdiv class=\"counter-number\"\u003e50\u003c\/div\u003e\n\u003cdiv class=\"counter-label\"\u003eWorldwide\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"counter-item\"\u003e\n\u003cdiv class=\"counter-number\"\u003e39\u003c\/div\u003e\n\u003cdiv class=\"counter-label\"\u003e\u003cspan\u003eClaimed Paddles\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eThe only way to get the Rare Cannon is by purchasing the regular paddle and getting lucky!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003eNote: The Rare Cannon Paddle isn’t tournament-legal but can be used in competitions with Edge Protection Tape. We’re addressing eligibility.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"youtube-review-section\"\u003e\n\u003ch2\u003eExpert Reviews\u003c\/h2\u003e\n\u003cdiv class=\"youtube-review-container\"\u003e\n\u003cdiv class=\"media-item\"\u003e\n\u003cdiv class=\"youtube-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/HOb25DNyXeU\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-caption\"\u003e\n\u003ch3\u003eExpert Review 1\u003c\/h3\u003e\n\u003cp\u003eExplore the Luzz Cannon's unique features in this detailed review\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-item\"\u003e\n\u003cdiv class=\"youtube-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/8tqFzI-NAQ4\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-caption\"\u003e\n\u003ch3\u003eExpert Review 2\u003c\/h3\u003e\n\u003cp\u003eWatch the Luzz Cannon in action with this expert review\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-item\"\u003e\n\u003cdiv class=\"youtube-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/EpvssfC_QOM\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-caption\"\u003e\n\u003ch3\u003eExpert Review 3\u003c\/h3\u003e\n\u003cp\u003eDive into the performance details of the Cannon paddle\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-item\"\u003e\n\u003cdiv class=\"youtube-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/Q5TRTJxkfME\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-caption\"\u003e\n\u003ch3\u003eExpert Review 4\u003c\/h3\u003e\n\u003cp\u003eSee why the Cannon is a game-changer in pickleball\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-item\"\u003e\n\u003cdiv class=\"youtube-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/Hy4Vf6NRlzw\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-caption\"\u003e\n\u003ch3\u003eExpert Review 5\u003c\/h3\u003e\n\u003cp\u003eDiscover the power and precision of the Cannon paddle\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-item\"\u003e\n\u003cdiv class=\"youtube-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/6s_P3IswSeo\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-caption\"\u003e\n\u003ch3\u003eExpert Review 6\u003c\/h3\u003e\n\u003cp\u003eUncover the Luzz Cannon's advanced technology in this review\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-item\"\u003e\n\u003cdiv class=\"youtube-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/uHsIt8OLTTc\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-caption\"\u003e\n\u003ch3\u003eExpert Review 7\u003c\/h3\u003e\n\u003cp\u003eExperience the Luzz Cannon's exceptional spin and control\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-item\"\u003e\n\u003cdiv class=\"youtube-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/xCLBSOQfFrs\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-caption\"\u003e\n\u003ch3\u003eExpert Review 8\u003c\/h3\u003e\n\u003cp\u003eLearn how the Luzz Cannon elevates your game\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\" style=\"text-align: start;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/1_dfc322be-ede0-4cd0-93fc-14943805b566_600x600.jpg?v=1750923439\" alt=\"Luzz Cannon Paddle\" loading=\"lazy\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"header-content\"\u003e\n\u003ch3 style=\"text-align: left;\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eTechnical Specifications\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eLuzz Cannon 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=\"table-cell spec-name\"\u003ePaddle Length\u003c\/div\u003e\n\u003cdiv class=\"table-cell spec-value\"\u003e16.54 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"table-cell spec-name\"\u003ePaddle Width\u003c\/div\u003e\n\u003cdiv class=\"table-cell spec-value\"\u003e7.48 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"table-cell spec-name\"\u003eAverage Weight\u003c\/div\u003e\n\u003cdiv class=\"table-cell spec-value\"\u003e7.93 oz\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"table-cell spec-name\"\u003eThickness\u003c\/div\u003e\n\u003cdiv class=\"table-cell spec-value\"\u003e16 mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"table-cell spec-name\"\u003eGrip Length\u003c\/div\u003e\n\u003cdiv class=\"table-cell spec-value\"\u003e5.52 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"table-cell spec-name\"\u003eGrip Circumference\u003c\/div\u003e\n\u003cdiv class=\"table-cell spec-value\"\u003e4.13 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"table-cell spec-name\"\u003eSW\u003c\/div\u003e\n\u003cdiv class=\"table-cell spec-value\"\u003e121±3\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"table-cell spec-name\"\u003eTW\u003c\/div\u003e\n\u003cdiv class=\"table-cell spec-value\"\u003e6.2±0.1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dual-certification-section\"\u003e\n\u003ch2\u003eDual Certification Versions\u003c\/h2\u003e\n\u003cp\u003eThe latest Luzz Cannon paddle features dual certification from both the UPA and USAP, ensuring compliance with the highest standards of professional pickleball play. This milestone enhances its versatility and performance on the court.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/3_ac08a201-f2db-408d-8625-a6ab9e562f2c.jpg?v=1755571532\" alt=\"Luzz Cannon Dual Certification\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .technical-spec-section {\n    max-width: 1200px;\n    margin: 4rem auto;\n    padding: 0 20px;\n  }\n  .tech-header {\n    text-align: center;\n    margin-bottom: 2rem;\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  }\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: #f9f9f9;\n    border-radius: 8px;\n  }\n  .feature-icon {\n    font-size: 1.5rem;\n    color: #2d2d2d;\n    width: 40px;\n    height: 40px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  .feature-content h3 {\n    font-size: 1.25rem;\n    color: #2d2d2d;\n    margin-bottom: 0.5rem;\n  }\n  .feature-content p {\n    font-size: 1rem;\n    color: #666;\n    line-height: 1.5;\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 {\n    color: #fff;\n    font-size: 1.75rem;\n    margin-bottom: 0.5rem;\n  }\n  .header-content p {\n    color: #aaa;\n    font-size: 1rem;\n  }\n  .table-body {\n    padding: 1.5rem 2rem;\n  }\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 {\n    border-bottom: none;\n  }\n  .spec-name {\n    color: #ccc;\n    font-size: 1rem;\n  }\n  .spec-value {\n    color: #fff;\n    font-weight: 500;\n    font-size: 1.1rem;\n  }\n  .gift-package-section {\n    max-width: 1200px;\n    margin: 4rem auto;\n    padding: 0 20px;\n  }\n  .gift-package-section h2 {\n    text-align: center;\n    font-size: 2rem;\n    color: #2d2d2d;\n    margin-bottom: 1.5rem;\n  }\n  .gift-package-section \u003e p {\n    text-align: left;\n    font-size: 1.1rem;\n    color: #666;\n    margin-bottom: 2rem;\n  }\n  .gift-container {\n    display: flex;\n    flex-direction: row;\n    gap: 2rem;\n    background: #fff;\n    border-radius: 12px;\n    padding: 2rem;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n  }\n  .gift-content {\n    flex: 1;\n  }\n  .gift-content h3 {\n    font-size: 1.75rem;\n    color: #2d2d2d;\n    margin-bottom: 1rem;\n  }\n  .gift-content ul {\n    list-style: none;\n    padding: 0;\n    margin-bottom: 1.5rem;\n  }\n  .gift-content li {\n    display: flex;\n    align-items: flex-start;\n    margin-bottom: 1rem;\n    font-size: 1rem;\n    color: #666;\n  }\n  .gift-content li i {\n    color: #2d2d2d;\n    margin-right: 0.75rem;\n    margin-top: 0.25rem;\n  }\n  .gift-content p {\n    font-size: 1rem;\n    color: #666;\n    line-height: 1.5;\n  }\n  .gift-items {\n    flex: 1;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n    gap: 1.5rem;\n  }\n  .gift-item {\n    text-align: center;\n  }\n  .gift-item img {\n    width: 100%;\n    max-width: 150px;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 0.5rem;\n  }\n  .gift-item h3 {\n    font-size: 1.1rem;\n    color: #2d2d2d;\n    margin-bottom: 0.25rem;\n  }\n  .gift-item p {\n    font-size: 0.9rem;\n    color: #666;\n  }\n  .video-review-section {\n    max-width: 1200px;\n    margin: 4rem auto;\n    padding: 0 20px;\n  }\n  .video-review-section h2 {\n    text-align: center;\n    font-size: 2rem;\n    color: #2d2d2d;\n    margin-bottom: 1.5rem;\n  }\n  .video-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(560px, 1fr));\n    gap: 2rem;\n  }\n  .video-item {\n    position: relative;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    border-radius: 12px;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n  }\n  .video-item iframe {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: none;\n  }\n  .video-item img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n  @keyframes float {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-5px); }\n  }\n  @media (max-width: 768px) {\n    .tech-features {\n      grid-template-columns: 1fr;\n      gap: 1.5rem;\n      margin-top: 2rem;\n    }\n \n    .feature-item {\n      padding: 1.25rem;\n    }\n \n    .feature-icon {\n      font-size: 1.25rem;\n      width: 36px;\n      height: 36px;\n    }\n \n    .feature-content h3 {\n      font-size: 1.1rem;\n    }\n \n    .feature-content p {\n      font-size: 0.95rem;\n    }\n    .gift-container {\n      flex-direction: column;\n      padding: 1.5rem;\n    }\n    .gift-items {\n      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));\n      gap: 1rem;\n    }\n    .gift-item img {\n      max-width: 120px;\n    }\n    .gift-item h3 {\n      font-size: 1rem;\n    }\n    .gift-item p {\n      font-size: 0.85rem;\n    }\n    .video-grid {\n      grid-template-columns: 1fr;\n      gap: 1.5rem;\n    }\n  }\n  @media (max-width: 480px) {\n    .feature-item {\n      padding: 1rem;\n      gap: 1rem;\n    }\n \n    .feature-icon {\n      font-size: 1.1rem;\n      width: 32px;\n      height: 32px;\n    }\n \n    .feature-content h3 {\n      font-size: 1rem;\n    }\n \n    .feature-content p {\n      font-size: 0.9rem;\n    }\n    .gift-package-section h2 {\n      font-size: 1.5rem;\n    }\n    .gift-package-section \u003e p {\n      font-size: 1rem;\n    }\n    .gift-container {\n      padding: 1rem;\n    }\n    .gift-content h3 {\n      font-size: 1.25rem;\n    }\n    .gift-content li {\n      font-size: 0.9rem;\n    }\n    .gift-content p {\n      font-size: 0.9rem;\n    }\n    .gift-items {\n      grid-template-columns: 1fr;\n      gap: 1rem;\n    }\n    .gift-item img {\n      max-width: 100px;\n    }\n    .gift-item h3 {\n      font-size: 0.9rem;\n    }\n    .gift-item p {\n      font-size: 0.8rem;\n    }\n    .video-review-section h2 {\n      font-size: 1.5rem;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"gift-package-section\"\u003e\u003c!-- ... (previous sections remain unchanged) ... --\u003e\u003c\/div\u003e\n\u003cstyle\u003e\n  .gift-package-section {\n    max-width: 1200px;\n    margin: 4rem auto;\n    padding: 0 20px;\n  }\n  .gift-package-section h2 {\n    text-align: center;\n    font-size: 2rem;\n    color: #2d2d2d;\n    margin-bottom: 1.5rem;\n  }\n  .gift-package-section \u003e p:first-of-type {\n    text-align: center;\n    font-size: 1.1rem;\n    font-weight: bold;\n    color: #646464;\n    text-decoration: underline;\n    margin-bottom: 1rem;\n  }\n  .gift-package-section \u003e p:nth-of-type(2) {\n    text-align: left;\n    font-size: 1.1rem;\n    color: #666;\n    margin-bottom: 2rem;\n  }\n  .gift-container {\n    display: flex;\n    flex-direction: row;\n    gap: 2rem;\n    background: #fff;\n    border-radius: 12px;\n    padding: 2rem;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n  }\n  .gift-content {\n    flex: 1;\n    min-width: 0; \/* Allows flex item to shrink properly *\/\n  }\n  .gift-content h3 {\n    font-size: 1.75rem;\n    color: #2d2d2d;\n    margin-bottom: 1rem;\n    text-align: center;\n  }\n  .gift-content ul {\n    list-style: none;\n    padding: 0;\n    margin-bottom: 1.5rem;\n  }\n  .gift-content li {\n    display: flex;\n    align-items: flex-start;\n    margin-bottom: 1rem;\n    font-size: 1rem;\n    color: #666;\n  }\n  .gift-content li i {\n    color: #2d2d2d;\n    margin-right: 0.75rem;\n    margin-top: 0.25rem;\n    flex-shrink: 0;\n  }\n  .gift-content p {\n    font-size: 1rem;\n    color: #666;\n    line-height: 1.5;\n  }\n  .gift-items {\n    flex: 1;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n    gap: 1.5rem;\n  }\n  .gift-item {\n    text-align: center;\n  }\n  .gift-item img {\n    width: 100%;\n    max-width: 150px;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 0.5rem;\n  }\n  .gift-item h3 {\n    font-size: 1.1rem;\n    color: #2d2d2d;\n    margin-bottom: 0.25rem;\n  }\n  .gift-item p {\n    font-size: 0.9rem;\n    color: #666;\n  }\n\n  @media (max-width: 768px) {\n    .gift-container {\n      flex-direction: column;\n      padding: 1.5rem;\n    }\n    .gift-content h3 {\n      text-align: left;\n      font-size: 1.5rem;\n    }\n    .gift-content ul {\n      width: 100%;\n    }\n    .gift-items {\n      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));\n      gap: 1rem;\n    }\n    .gift-item img {\n      max-width: 120px;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .gift-package-section h2 {\n      font-size: 1.5rem;\n    }\n    .gift-container {\n      padding: 1rem;\n    }\n    .gift-content h3 {\n      font-size: 1.3rem;\n    }\n    .gift-content li {\n      font-size: 0.95rem;\n    }\n    .gift-content p {\n      font-size: 0.95rem;\n    }\n    .gift-items {\n      grid-template-columns: 1fr 1fr;\n      gap: 1rem;\n    }\n    .gift-item img {\n      max-width: 100px;\n    }\n    .gift-item h3 {\n      font-size: 0.95rem;\n    }\n    .gift-item p {\n      font-size: 0.85rem;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"gift-package-section\"\u003e\n\u003cdiv class=\"gift-package-section\"\u003e\n\u003ch2\u003eCANNON GIFT BOX\u003c\/h2\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003ePurchase the Luzz Cannon Paddle today and receive a complimentary New Year's promotional gift package to enhance your pickleball experience!\u003c\/p\u003e\n\u003cdiv class=\"gift-container\"\u003e\n\u003cdiv class=\"gift-content\"\u003e\n\u003ch3 style=\"text-align: left;\"\u003eWhat's Included:\u003c\/h3\u003e\n\u003cul style=\"text-align: left;\"\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\u003cspan\u003e\u003cstrong\u003eLuzz Cannon Paddle\u003c\/strong\u003e - USAP-approved with explosive power\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\u003cspan\u003e\u003cstrong\u003eBeautiful Gift Box Packaging\u003c\/strong\u003e - Premium, themed presentation for an unforgettable unboxing experience\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"text-align: left;\"\u003ePerfect for gifting or treating yourself, this beautifully packaged set combines explosive performance with premium style and extra accessories for the New Year. Dominate the court with power and precision!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gift-items\"\u003e\n\u003cdiv class=\"gift-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/1_6a7bf919-8d0e-46c0-afd2-aea161c7a22a.jpg?v=1752736785\" alt=\"Luzz Cannon Paddle\"\u003e\n\u003ch3 style=\"text-align: left;\"\u003eLuzz Cannon Paddle\u003c\/h3\u003e\n\u003cp style=\"text-align: left;\"\u003eUSAP-approved with explosive power\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gift-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/2_08a8bcc2-25b9-4ba5-9944-5c7907041a8b.jpg?v=1763090087\" alt=\"Beautiful Gift Box Packaging\"\u003e\n\u003ch3 style=\"text-align: left;\"\u003ePremium Gift Box\u003c\/h3\u003e\n\u003cp style=\"text-align: left;\"\u003eElegant, themed packaging for the perfect presentation\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eLUZZ CANNON Paddle – Born for Violent Aesthetics, Redefining the Rules of the Court with Explosive Energy!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eSecure yours today and unleash unstoppable power and flawless control on the pickleball court!\u003c\/span\u003e\u003c\/p\u003e","brand":"Luzzpickleball","offers":[{"title":"Dual Certification","offer_id":44818487443629,"sku":"PB-CANNON-USA","price":109.0,"currency_code":"USD","in_stock":true},{"title":"Kung Fu Panda Cannon","offer_id":44876870254765,"sku":"PB-KFP-CANNON-19-DUA","price":119.0,"currency_code":"USD","in_stock":true},{"title":"Candy Cannon","offer_id":45030732628141,"sku":"PB-CANNON-CANDY","price":114.0,"currency_code":"USD","in_stock":true},{"title":"Minions Cannon","offer_id":45987991879853,"sku":"PB-22-CANNON-MINIONS-USA","price":119.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/1_c410ad7e-ab3b-40b0-b98d-89cd1c2461cc.jpg?v=1776747966"},{"product_id":"luzzpickleball-minions-cannon-paddle-t700-carbon-friction-surface-thermoformed","title":"Luzz Minions Cannon Paddle","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e \u003cscript src=\"https:\/\/cdn.tailwindcss.com\"\u003e\u003c\/script\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .hero-bg {\n            background: linear-gradient(135deg, #ffd700 0%, #ffeb3b 100%);\n        }\n        .minions-text {\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        .aspect-1-1 {\n            aspect-ratio: 1 \/ 1;\n            object-fit: cover;\n        }\n        .section-bg {\n            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n        }\n        .cannon-power {\n            background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);\n            color: white;\n        }\n        .tech-image {\n            width: 100%;\n            height: auto;\n            border-radius: 12px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\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: #f9f9f9;\n            border-radius: 8px;\n            border-top: 4px solid #ffd700;\n        }\n        .feature-icon {\n            font-size: 1.5rem;\n            color: #2d2d2d;\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\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-content h2 {\n            color: #fff;\n            font-size: 1.75rem;\n            margin-bottom: 0.5rem;\n        }\n        .header-content p {\n            color: #aaa;\n            font-size: 1rem;\n        }\n        .table-body {\n            padding: 1.5rem 2rem;\n        }\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 {\n            border-bottom: none;\n        }\n        .spec-name {\n            color: #ccc;\n            font-size: 1rem;\n        }\n        .spec-value {\n            color: #fff;\n            font-weight: 500;\n            font-size: 1.1rem;\n        }\n        .power-advantage {\n            background: linear-gradient(135deg, #ff6b00 0%, #ff3c00 100%);\n            color: white;\n            border-radius: 12px;\n            padding: 2rem;\n            box-shadow: 0 8px 24px rgba(255, 60, 0, 0.3);\n        }\n        .minion-badge {\n            position: absolute;\n            top: 10px;\n            right: 10px;\n            background: #ffd700;\n            color: #2d2d2d;\n            font-weight: bold;\n            padding: 5px 10px;\n            border-radius: 20px;\n            transform: rotate(5deg);\n        }\n        .minion-float {\n            animation: float 3s ease-in-out infinite;\n        }\n        @keyframes float {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-10px); }\n        }\n        @keyframes bananaSpin {\n            0% { transform: rotate(0deg); }\n            100% { transform: rotate(360deg); }\n        }\n        .banana-spin {\n            animation: bananaSpin 8s linear infinite;\n            transform-origin: center;\n        }\n        .power-gauge {\n            height: 20px;\n            border-radius: 10px;\n            background: linear-gradient(to right, #4CAF50, #FFC107, #FF5722);\n            position: relative;\n            overflow: hidden;\n        }\n        .gauge-fill {\n            height: 100%;\n            background: #FF5722;\n            width: 95%;\n            border-radius: 10px;\n        }\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            font-size: 1.75rem;\n            color: #2d2d2d;\n            margin-bottom: 1.5rem;\n        }\n        .gift-package-section p {\n            font-size: 1.1rem;\n            color: #666;\n            line-height: 1.5;\n            margin-bottom: 2rem;\n        }\n        .gift-items {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 1.5rem;\n        }\n        .gift-item {\n            padding: 1rem;\n            background: #f9f9f9;\n            border-radius: 8px;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n        }\n        .gift-item h3 {\n            font-size: 1.1rem;\n            color: #2d2d2d;\n            margin-bottom: 0.5rem;\n        }\n        .gift-item p {\n            font-size: 0.95rem;\n            color: #666;\n        }\n        .gift-item img {\n            width: 100%;\n            max-width: 150px;\n            height: auto;\n            border-radius: 8px;\n            margin-bottom: 0.5rem;\n        }\n        @media (max-width: 768px) {\n            .tech-features {\n                grid-template-columns: 1fr;\n                gap: 1.5rem;\n                margin-top: 2rem;\n            }\n            .feature-item {\n                padding: 1.25rem;\n            }\n            .gift-package-section h2 {\n                font-size: 1.5rem;\n            }\n            .gift-items {\n                grid-template-columns: 1fr;\n                gap: 1rem;\n            }\n        }\n\u003c\/style\u003e\n\u003c!-- Header --\u003e\u003cheader class=\"bg-yellow-400 text-white py-6 shadow-lg\"\u003e\n\u003cdiv class=\"container mx-auto text-center px-4\"\u003e\n\u003ch1 class=\"text-4xl md:text-5xl font-bold minions-text\"\u003eLUZZ CANNON MINIONS EDITION\u003c\/h1\u003e\n\u003cp class=\"text-xl mt-3 font-medium\"\u003eExplosive Power Meets Minions Mayhem!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-bg py-12 md:py-20 text-center relative overflow-hidden\"\u003e\n\u003cdiv class=\"absolute top-10 left-5 minion-float opacity-80\"\u003e\n\u003ci class=\"fas fa-banana text-yellow-200 text-4xl banana-spin\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"absolute bottom-20 right-10 minion-float opacity-80\"\u003e\n\u003ci class=\"fas fa-banana text-yellow-200 text-4xl banana-spin\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container mx-auto px-4 relative z-10\"\u003e\n\u003ch2 class=\"text-3xl md:text-4xl font-semibold text-white minions-text mb-6\"\u003eViolent Output, One Hammer Strike to Victory!\u003c\/h2\u003e\n\u003cp class=\"text-white text-lg md:text-xl max-w-3xl mx-auto leading-relaxed\"\u003eThe Cannon Minions Edition blends groundbreaking power technology with playful Minions style. Your smashes explode like cannonballs, decisively overwhelming opponents with a burst of Minions fun!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Technology Section --\u003e\n\u003csection class=\"py-12 bg-white\"\u003e\n\u003cdiv class=\"container mx-auto px-4\"\u003e\n\u003cdiv class=\"text-center mb-12\"\u003e\n\u003ch2 class=\"text-3xl md:text-4xl font-bold text-gray-800 mb-4\"\u003eMINIONS POWER TECHNOLOGY\u003c\/h2\u003e\n\u003cp class=\"text-gray-600 max-w-3xl mx-auto\"\u003eAdvanced engineering meets Minions-inspired performance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex justify-center mb-10\"\u003e\u003cimg class=\"tech-image max-w-2xl\" loading=\"lazy\" alt=\"Cannon Minions Technology\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/8_4eff527b-7659-4513-af57-ad2300b5345e.jpg?v=1750923240\"\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 class=\"text-xl font-bold\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eRAW Carbon Fabric\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eEnsures paddle stability and structural strength with Minions durability\u003c\/span\u003e\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 class=\"text-xl font-bold\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e8mm PP Honeycomb Core\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eMinions-approved core strength and elasticity for greater power output\u003c\/span\u003e\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 class=\"text-xl font-bold\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eEnlarged Foam Core\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eEnhanced reactivity and accelerated energy transfer for explosive shots\u003c\/span\u003e\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 class=\"text-xl font-bold\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e3K Carbon Fiber Protection\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eProtects EVA from structural stress-induced dents - Minions tough!\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt-12 bg-yellow-50 p-6 rounded-xl border-2 border-yellow-200\"\u003e\n\u003cul class=\"space-y-4\"\u003e\n\u003cli class=\"flex items-start\"\u003e\n\u003ci class=\"fas fa-circle text-yellow-500 mt-1 mr-3 text-xs\"\u003e\u003c\/i\u003e\n\u003cdiv\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e\u003cstrong\u003eUltra-Fine Waterfall Texture\u003c\/strong\u003e: Accelerated spin, enhanced friction, greater ball bite. Minions approved for maximum chaos!\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"flex items-start\" style=\"color: rgb(64, 64, 64);\"\u003e\n\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e\u003ci class=\"fas fa-circle text-yellow-500 mt-1 mr-3 text-xs\"\u003e\u003c\/i\u003e\u003c\/span\u003e\n\u003cdiv\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e\u003cstrong\u003eExpanded Sweet Spot\u003c\/strong\u003e: Extend Your Reach, Crush Blind Spots - just like Minions extend their mischief!\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"flex items-start\" style=\"color: rgb(64, 64, 64);\"\u003e\n\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e\u003ci class=\"fas fa-circle text-yellow-500 mt-1 mr-3 text-xs\"\u003e\u003c\/i\u003e\u003c\/span\u003e\n\u003cdiv\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e\u003cstrong\u003eAnti-Slip Grip Technology\u003c\/strong\u003e: Integrates Minions-inspired 3D micro-porous cooling channels, keeping your grip secure through intense rallies. Built-in shock-absorption provides immediate ball feedback.\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table --\u003e\n\u003csection class=\"py-12 bg-gray-100\"\u003e\n\u003cdiv class=\"container mx-auto px-4\"\u003e\n\u003cdiv class=\"text-center mb-12\"\u003e\n\u003ch2 class=\"text-3xl md:text-4xl font-bold text-gray-800\"\u003eTECHNICAL SPECIFICATIONS\u003c\/h2\u003e\n\u003cp class=\"text-gray-600\"\u003eMinions-powered performance with Cannon precision\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"unified-spec-table\"\u003e\n\u003cdiv class=\"table-header\"\u003e\n\u003cdiv class=\"header-content\"\u003e\n\u003ch2\u003eMINIONS CANNON EDITION\u003c\/h2\u003e\n\u003cp\u003eExplosive Power Meets Minions Fun\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.54 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\"\u003e\n\u003cimg\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.52 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\"\u003e121±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.2±0.1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Minions Cannon Gift Box Section --\u003e\n\u003csection class=\"py-12 section-bg\"\u003e\n\u003cdiv class=\"gift-package-section\"\u003e\n\u003ch2 class=\"text-3xl md:text-4xl font-bold text-blue-900\"\u003eMINIONS CANNON GIFT BOX\u003c\/h2\u003e\n\u003cp class=\"text-gray-700\" style=\"text-align: left;\"\u003ePurchase the Luzz Cannon Minions Edition Paddle today and receive a complimentary gift package to enhance your pickleball experience!\u003c\/p\u003e\n\u003cdiv class=\"flex flex-col md:flex-row items-start gap-8 bg-white rounded-xl p-6 shadow-lg\"\u003e\n\u003cdiv class=\"md:w-1\/2\"\u003e\n\u003ch3 class=\"text-2xl font-bold text-gray-800 mb-4\"\u003eWhat's Included:\u003c\/h3\u003e\n\u003cul class=\"space-y-3 text-gray-700 mb-6\"\u003e\n\u003cli style=\"text-align: left;\" class=\"flex items-start\"\u003e\n\u003ci class=\"fas fa-check-circle text-yellow-500 mt-1 mr-3\"\u003e\u003c\/i\u003e \u003cspan\u003e\u003cstrong\u003eLuzz Cannon Minions Paddle\u003c\/strong\u003e - USAPA-approved with explosive power\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"text-align: left;\" class=\"flex items-start\"\u003e\n\u003ci class=\"fas fa-check-circle text-yellow-500 mt-1 mr-3\"\u003e\u003c\/i\u003e \u003cspan\u003e\u003cstrong\u003eBeautiful Gift Box Packaging\u003c\/strong\u003e - Premium, themed presentation for an unforgettable unboxing experience\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"text-align: left;\" class=\"text-gray-600\"\u003ePerfect for gifting or treating yourself, this beautifully packaged set combines explosive performance with Minions personality. Dominate the court with style and power!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"md:w-1\/2\"\u003e\n\u003cdiv class=\"gift-items\"\u003e\n\u003cdiv class=\"gift-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/1_ec9fa10a-0162-49bb-8aeb-e19190605e3e.jpg?v=1750923236\" alt=\"Luzz Cannon Minions Paddle\"\u003e\n\u003ch3\u003eLuzz Cannon Minions Paddle\u003c\/h3\u003e\n\u003cp\u003eUSAPA-approved with explosive power\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gift-item\"\u003e\n\u003cimg alt=\"Beautiful Gift Box Packaging\" 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 for the perfect presentation\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Luzzpickleball","offers":[{"title":"Default Title","offer_id":44741751308461,"sku":"PB-22-cannon-minions-USA","price":119.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/1_4c6aebf6-7ec0-45e1-80b5-512cea9edfab.jpg?v=1760579032"},{"product_id":"luzzpickleball-pro-4-inferno-mpp-pickleball-paddle-large-sweet-spot-durable-core","title":"Luzz Pro 4 Inferno","description":"\u003cstyle\u003e\n  .technical-spec-section {\n    max-width: 1200px;\n    margin: 4rem auto;\n    padding: 0 20px;\n  }\n  .tech-header {\n    text-align: center;\n    margin-bottom: 2rem;\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  }\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: #f9f9f9;\n    border-radius: 8px;\n  }\n  .feature-icon {\n    font-size: 1.5rem;\n    color: #2d2d2d;\n    width: 40px;\n    height: 40px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  .feature-content h3 {\n    font-size: 1.25rem;\n    color: #2d2d2d;\n    margin-bottom: 0.5rem;\n  }\n  .feature-content p {\n    font-size: 1rem;\n    color: #666;\n    line-height: 1.5;\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 {\n    color: #fff;\n    font-size: 1.75rem;\n    margin-bottom: 0.5rem;\n  }\n  .header-content p {\n    color: #aaa;\n    font-size: 1rem;\n  }\n  .table-body {\n    padding: 1.5rem 2rem;\n  }\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 {\n    border-bottom: none;\n  }\n  .spec-name {\n    color: #ccc;\n    font-size: 1rem;\n  }\n  .spec-value {\n    color: #fff;\n    font-weight: 500;\n    font-size: 1.1rem;\n  }\n  .gift-package-section {\n    max-width: 1200px;\n    margin: 4rem auto;\n    padding: 0 20px;\n  }\n  .gift-package-section h2 {\n    text-align: center;\n    font-size: 2rem;\n    color: #2d2d2d;\n    margin-bottom: 1.5rem;\n  }\n  .gift-package-section \u003e p {\n    text-align: left;\n    font-size: 1.1rem;\n    color: #666;\n    margin-bottom: 2rem;\n  }\n  .gift-container {\n    display: flex;\n    flex-direction: row;\n    gap: 2rem;\n    background: #fff;\n    border-radius: 12px;\n    padding: 2rem;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n  }\n  .gift-content {\n    flex: 1;\n  }\n  .gift-content h3 {\n    font-size: 1.75rem;\n    color: #2d2d2d;\n    margin-bottom: 1rem;\n  }\n  .gift-content ul {\n    list-style: none;\n    padding: 0;\n    margin-bottom: 1.5rem;\n  }\n  .gift-content li {\n    display: flex;\n    align-items: flex-start;\n    margin-bottom: 1rem;\n    font-size: 1rem;\n    color: #666;\n  }\n  .gift-content li i {\n    color: #2d2d2d;\n    margin-right: 0.75rem;\n    margin-top: 0.25rem;\n  }\n  .gift-content p {\n    font-size: 1rem;\n    color: #666;\n    line-height: 1.5;\n  }\n  .gift-items {\n    flex: 1;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n    gap: 1.5rem;\n  }\n  .gift-item {\n    text-align: center;\n  }\n  .gift-item img {\n    width: 100%;\n    max-width: 150px;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 0.5rem;\n  }\n  .gift-item h3 {\n    font-size: 1.1rem;\n    color: #2d2d2d;\n    margin-bottom: 0.25rem;\n  }\n  .gift-item p {\n    font-size: 0.9rem;\n    color: #666;\n  }\n  .video-review-section {\n    max-width: 1200px;\n    margin: 4rem auto;\n    padding: 0 20px;\n  }\n  .video-review-section h2 {\n    text-align: center;\n    font-size: 2rem;\n    color: #2d2d2d;\n    margin-bottom: 1.5rem;\n  }\n  .video-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(560px, 1fr));\n    gap: 2rem;\n  }\n  .video-item {\n    position: relative;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    border-radius: 12px;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n  }\n  .video-item iframe {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: none;\n  }\n  .video-item img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n  @keyframes float {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-5px); }\n  }\n  @media (max-width: 768px) {\n    .tech-features {\n      grid-template-columns: 1fr;\n      gap: 1.5rem;\n      margin-top: 2rem;\n    }\n  \n    .feature-item {\n      padding: 1.25rem;\n    }\n  \n    .feature-icon {\n      font-size: 1.25rem;\n      width: 36px;\n      height: 36px;\n    }\n  \n    .feature-content h3 {\n      font-size: 1.1rem;\n    }\n  \n    .feature-content p {\n      font-size: 0.95rem;\n    }\n    .gift-container {\n      flex-direction: column;\n      padding: 1.5rem;\n    }\n    .gift-items {\n      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));\n      gap: 1rem;\n    }\n    .gift-item img {\n      max-width: 120px;\n    }\n    .gift-item h3 {\n      font-size: 1rem;\n    }\n    .gift-item p {\n      font-size: 0.85rem;\n    }\n    .video-grid {\n      grid-template-columns: 1fr;\n      gap: 1.5rem;\n    }\n  }\n  @media (max-width: 480px) {\n    .feature-item {\n      padding: 1rem;\n      gap: 1rem;\n    }\n  \n    .feature-icon {\n      font-size: 1.1rem;\n      width: 32px;\n      height: 32px;\n    }\n  \n    .feature-content h3 {\n      font-size: 1rem;\n    }\n  \n    .feature-content p {\n      font-size: 0.9rem;\n    }\n    .gift-package-section h2 {\n      font-size: 1.5rem;\n    }\n    .gift-package-section \u003e p {\n      font-size: 1rem;\n    }\n    .gift-container {\n      padding: 1rem;\n    }\n    .gift-content h3 {\n      font-size: 1.25rem;\n    }\n    .gift-content li {\n      font-size: 0.9rem;\n    }\n    .gift-content p {\n      font-size: 0.9rem;\n    }\n    .gift-items {\n      grid-template-columns: 1fr;\n      gap: 1rem;\n    }\n    .gift-item img {\n      max-width: 100px;\n    }\n    .gift-item h3 {\n      font-size: 0.9rem;\n    }\n    .gift-item p {\n      font-size: 0.8rem;\n    }\n    .video-review-section h2 {\n      font-size: 1.5rem;\n    }\n  }\n\u003c\/style\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003eUnleash Inferno, Dominate the Court\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003eEngineered with revolutionary MPP (Microporous Polymer) material and cutting-edge foaming technology, the Luzz Pro 4 Inferno Pickleball Paddle delivers blazing speed, pinpoint control, and unrelenting durability. Ignite your game and leave opponents in the dust with every explosive strike.\u003c\/p\u003e\n\u003cdiv class=\"technical-spec-section\"\u003e\n\u003cdiv style=\"text-align: center;\" class=\"tech-header\"\u003e\u003cimg style=\"margin-bottom: 16px; float: none;\" class=\"tech-image\" loading=\"lazy\" alt=\"Luzz Pro 4 Inferno Technology Diagram\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/9340d67dcf9fd0955056523689d3ee39.jpg?v=1761616898\"\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\u003eRevolutionary MPP Material\u003c\/h3\u003e\n\u003cp\u003eThousands of microporous foam cores boost ball speed and control accuracy.\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\u003eNo More Collapsing Cores\u003c\/h3\u003e\n\u003cp\u003eAdvanced foaming tech delivers a lightweight, durable core (65-70 kg\/m³, 1.2 MPa) that resists crushing for lasting performance.\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\u003eExpanded Sweet Spot\u003c\/h3\u003e\n\u003cp\u003eFull-area filling significantly expands the effective hitting area for consistent off-center shots.\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\u003eEfficient Shock Absorption\u003c\/h3\u003e\n\u003cp\u003eMicroporous foam absorbs 90%+ of impact, reducing arm vibration, fatigue, and joint stress for sustained comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"video-review-section\"\u003e\n\u003ch2\u003eVideo Reviews\u003c\/h2\u003e\n\u003cdiv class=\"video-grid\"\u003e\n\u003cdiv class=\"video-item\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/9DzpdtYmKpk\" title=\"Luzz Pro 4 Inferno Review 1\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"video-item\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/uHsIt8OLTTc\" title=\"Luzz Pro 4 Inferno Review 2\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"video-item\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/c13hOC8i9WE\" title=\"Luzz Pro 4 Inferno Review 3\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"video-item\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/1czDMBI0UD4\" title=\"Luzz Pro 4 Inferno Review 4\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"video-item\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/xCLBSOQfFrs\" title=\"Luzz Pro 4 Inferno Review 5\"\u003e\u003c\/iframe\u003e\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_dbad2d8d-1b16-4b98-b9bc-984608f1cfac.jpg?v=1753083934\" alt=\"Luzz Pro 4 Inferno Paddle\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"header-content\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cp\u003eLuzz Pro 4 Inferno 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.54 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.52 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\"\u003eCore Material\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eMPP\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\"\u003e119±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.2±0.1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e\u003cstrong\u003eUPA-A \u0026amp; USAP\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003eWarranty\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e\u003cstrong\u003e1 Year\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003ePatent Number\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003cstrong\u003e2025219497310\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gift-package-section\"\u003e\n\u003ch2\u003eINFERNO GIFT BOX\u003c\/h2\u003e\n\u003cp style=\"text-align: left;\"\u003ePurchase the Luzz Pro 4 Inferno today and receive a complimentary New Year's promotional gift package to enhance your pickleball experience! \u003c\/p\u003e\n\u003cdiv class=\"gift-container\"\u003e\n\u003cdiv class=\"gift-content\"\u003e\n\u003ch3\u003eWhat's Included:\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\u003cspan\u003e\u003cstrong\u003eLuzz Pro 4 Inferno\u003c\/strong\u003e - USAP-approved with explosive power\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\u003cspan\u003e\u003cstrong\u003ePaddle Cover\u003c\/strong\u003e - Protect your paddle with a durable, stylish cover\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\u003cspan\u003e\u003cstrong\u003eBeautiful Gift Box Packaging\u003c\/strong\u003e - Premium, themed presentation for an unforgettable unboxing experience\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\u003cspan\u003e\u003cstrong\u003ePaddle Protection Tape Transparent\u003c\/strong\u003e - High-quality transparent tape to protect your paddle edges\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003ePerfect for gifting or treating yourself, this beautifully packaged set combines explosive performance with premium style and extra accessories for the New Year. Dominate the court with power and precision!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gift-items\"\u003e\n\u003cdiv class=\"gift-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/1_dbad2d8d-1b16-4b98-b9bc-984608f1cfac.jpg?v=1753083934\" alt=\"Luzz Pro 4 Inferno\"\u003e\n\u003ch3\u003eLuzz Pro 4 Inferno\u003c\/h3\u003e\n\u003cp\u003eUSAPA-approved with explosive power\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gift-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/1_024d8a1e-b131-466b-a00d-e52f3be07ae6.jpg?v=1734657844\" alt=\"Paddle Cover\"\u003e\n\u003ch3\u003ePaddle Cover*1\u003c\/h3\u003e\n\u003cp\u003eProtect your paddle with a durable, stylish cover\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gift-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/2_08a8bcc2-25b9-4ba5-9944-5c7907041a8b.jpg?v=1763090087\" alt=\"Beautiful Gift Box Packaging\"\u003e\n\u003ch3\u003ePremium Gift Box\u003c\/h3\u003e\n\u003cp\u003eElegant, themed packaging for the perfect presentation\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gift-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/1114.jpg?v=1763102114\" alt=\"Paddle Protection Tape Transparent\"\u003e\n\u003ch3\u003ePaddle Protection Tape\u003c\/h3\u003e\n\u003cp\u003eTransparent edge protection for durability\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eLUZZ PRO 4 Inferno Paddle – Engineered for Explosive Power, Precision, and Comfort. Redefine Your Game!\u003c\/p\u003e\n\u003cp\u003eSecure yours today and set the court ablaze with unmatched performance!\u003c\/p\u003e","brand":"Luzzpickleball","offers":[{"title":"Inferno","offer_id":45990880346285,"sku":"PRO4-INFERNO","price":229.0,"currency_code":"USD","in_stock":true},{"title":"Darkness Inferno","offer_id":45990880411821,"sku":"PRO4-INFERNO-DARK","price":229.0,"currency_code":"USD","in_stock":true},{"title":"Blue Blaze Inferno","offer_id":45990880379053,"sku":"PRO4-INFERNO-USA","price":239.0,"currency_code":"USD","in_stock":true},{"title":"Inferno Frozen","offer_id":46075648868525,"sku":"PRO4-inferno-0proc","price":249.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/1_71c285c7-052c-4d7f-8069-a67a51cee128.jpg?v=1776741981"},{"product_id":"luzzpickleball-pro-4-tornazo-carbon-fiber-pickleball-paddle-dual-layer-core","title":"Luzz Pro 4 Tornazo","description":"\u003cstyle\u003e\n  .technical-spec-section {\n    max-width: 1200px;\n    margin: 4rem auto;\n    padding: 0 20px;\n  }\n  .tech-header {\n    text-align: center;\n    margin-bottom: 2rem;\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  }\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: #f9f9f9;\n    border-radius: 8px;\n  }\n  .feature-icon {\n    font-size: 1.5rem;\n    color: #2d2d2d;\n    width: 40px;\n    height: 40px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  .feature-content h3 {\n    font-size: 1.25rem;\n    color: #2d2d2d;\n    margin-bottom: 0.5rem;\n  }\n  .feature-content p {\n    font-size: 1rem;\n    color: #666;\n    line-height: 1.5;\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 {\n    color: #fff;\n    font-size: 1.75rem;\n    margin-bottom: 0.5rem;\n  }\n  .header-content p {\n    color: #aaa;\n    font-size: 1rem;\n  }\n  .table-body {\n    padding: 1.5rem 2rem;\n  }\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 {\n    border-bottom: none;\n  }\n  .spec-name {\n    color: #ccc;\n    font-size: 1rem;\n  }\n  .spec-value {\n    color: #fff;\n    font-weight: 500;\n    font-size: 1.1rem;\n  }\n  .gift-package-section {\n    max-width: 1200px;\n    margin: 4rem auto;\n    padding: 0 20px;\n  }\n  .gift-package-section h2 {\n    text-align: center;\n    font-size: 2rem;\n    color: #2d2d2d;\n    margin-bottom: 1.5rem;\n  }\n  .gift-package-section \u003e p {\n    text-align: left;\n    font-size: 1.1rem;\n    color: #666;\n    margin-bottom: 2rem;\n  }\n  .gift-container {\n    display: flex;\n    flex-direction: row;\n    gap: 2rem;\n    background: #fff;\n    border-radius: 12px;\n    padding: 2rem;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n  }\n  .gift-content {\n    flex: 1;\n  }\n  .gift-content h3 {\n    font-size: 1.75rem;\n    color: #2d2d2d;\n    margin-bottom: 1rem;\n  }\n  .gift-content ul {\n    list-style: none;\n    padding: 0;\n    margin-bottom: 1.5rem;\n  }\n  .gift-content li {\n    display: flex;\n    align-items: flex-start;\n    margin-bottom: 1rem;\n    font-size: 1rem;\n    color: #666;\n  }\n  .gift-content li i {\n    color: #2d2d2d;\n    margin-right: 0.75rem;\n    margin-top: 0.25rem;\n  }\n  .gift-content p {\n    font-size: 1rem;\n    color: #666;\n    line-height: 1.5;\n  }\n  .gift-items {\n    flex: 1;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n    gap: 1.5rem;\n  }\n  .gift-item {\n    text-align: center;\n  }\n  .gift-item img {\n    width: 100%;\n    max-width: 150px;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 0.5rem;\n  }\n  .gift-item h3 {\n    font-size: 1.1rem;\n    color: #2d2d2d;\n    margin-bottom: 0.25rem;\n  }\n  .gift-item p {\n    font-size: 0.9rem;\n    color: #666;\n  }\n  .video-review-section {\n    max-width: 1200px;\n    margin: 4rem auto;\n    padding: 0 20px;\n  }\n  .video-review-section h2 {\n    text-align: center;\n    font-size: 2rem;\n    color: #2d2d2d;\n    margin-bottom: 1.5rem;\n  }\n  .video-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(560px, 1fr));\n    gap: 2rem;\n  }\n  .video-item {\n    position: relative;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    border-radius: 12px;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n  }\n  .video-item iframe {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: none;\n  }\n  .video-item img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n  @keyframes float {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-5px); }\n  }\n  @media (max-width: 768px) {\n    .tech-features {\n      grid-template-columns: 1fr;\n      gap: 1.5rem;\n      margin-top: 2rem;\n    }\n  \n    .feature-item {\n      padding: 1.25rem;\n    }\n  \n    .feature-icon {\n      font-size: 1.25rem;\n      width: 36px;\n      height: 36px;\n    }\n  \n    .feature-content h3 {\n      font-size: 1.1rem;\n    }\n  \n    .feature-content p {\n      font-size: 0.95rem;\n    }\n    .gift-container {\n      flex-direction: column;\n      padding: 1.5rem;\n    }\n    .gift-items {\n      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));\n      gap: 1rem;\n    }\n    .gift-item img {\n      max-width: 120px;\n    }\n    .gift-item h3 {\n      font-size: 1rem;\n    }\n    .gift-item p {\n      font-size: 0.85rem;\n    }\n    .video-grid {\n      grid-template-columns: 1fr;\n      gap: 1.5rem;\n    }\n  }\n  @media (max-width: 480px) {\n    .feature-item {\n      padding: 1rem;\n      gap: 1rem;\n    }\n  \n    .feature-icon {\n      font-size: 1.1rem;\n      width: 32px;\n      height: 32px;\n    }\n  \n    .feature-content h3 {\n      font-size: 1rem;\n    }\n  \n    .feature-content p {\n      font-size: 0.9rem;\n    }\n    .gift-package-section h2 {\n      font-size: 1.5rem;\n    }\n    .gift-package-section \u003e p {\n      font-size: 1rem;\n    }\n    .gift-container {\n      padding: 1rem;\n    }\n    .gift-content h3 {\n      font-size: 1.25rem;\n    }\n    .gift-content li {\n      font-size: 0.9rem;\n    }\n    .gift-content p {\n      font-size: 0.9rem;\n    }\n    .gift-items {\n      grid-template-columns: 1fr;\n      gap: 1rem;\n    }\n    .gift-item img {\n      max-width: 100px;\n    }\n    .gift-item h3 {\n      font-size: 0.9rem;\n    }\n    .gift-item p {\n      font-size: 0.8rem;\n    }\n    .video-review-section h2 {\n      font-size: 1.5rem;\n    }\n  }\n\u003c\/style\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003eTwist the Game, Dominate with Tornazo\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003eIntroducing the Luzz Pro 4 Tornazo Pickleball Paddle, engineered with groundbreaking dual-layer elastic core technology and advanced carbon fiber weave. Experience unmatched power, precision, and durability. Twist the game and dominate the court with every shot.\u003c\/p\u003e\n\u003cdiv class=\"technical-spec-section\"\u003e\n\u003cdiv style=\"text-align: center;\" class=\"tech-header\"\u003e\u003cimg style=\"margin-bottom: 16px; float: none;\" class=\"tech-image\" loading=\"lazy\" alt=\"Luzz Pro 4 Tornazo Technology Diagram\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/f20b304b5cf917ac23803d64879d950b_1024x1024.jpg?v=1753232406\"\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\u003eThe NEW PEBAZ™ core tech\u003c\/h3\u003e\n\u003cp\u003eTornazo is the first-ever pickleball paddle made with PEBAZ™—a next-gen core material inspired by elite running shoes. PEBAZ™ is our custom adaptation of PEBA, known for its lightweight bounce, insane energy return, and long-term resilience. This advanced build delivers enhanced touch control, and superior structural durability.\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\u003eFull-Zone Sweet Spot\u003c\/h3\u003e\n\u003cp\u003eUniform core density expands the sweet spot significantly. Even off-center shots stay accurate and powerful.\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\u003eCrush-Resistant Structure\u003c\/h3\u003e\n\u003cp\u003eDurable core that won’t cave in or go dead over time, even with heavy play.\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\u003eDual-Zone Power Ring\u003c\/h3\u003e\n\u003cp\u003eOuter zone adds explosive power. Inner zone tightens control. Perfect for offense-defense transitions.\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\u003e3D Grooved Carbon Fiber Weave Texture\u003c\/h3\u003e\n\u003cp\u003eGrooved carbon fiber face improves spin control and dwell time, making it easier to shape your shots.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"video-review-section\"\u003e\n\u003ch2\u003eVideo Reviews\u003c\/h2\u003e\n\u003cdiv class=\"video-grid\"\u003e\n\u003cdiv class=\"video-item\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/V_TwXcJM4qU\" title=\"Luzz Pro 4 Tornazo Review 1\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"video-item\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/bCXRl-AHqxM\" title=\"Luzz Pro 4 Tornazo Review 2\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"video-item\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/oypYiPkoGAU\" title=\"Luzz Pro 4 Tornazo Review 3\"\u003e\u003c\/iframe\u003e\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\/2af5ba0eeb3fe6af6b0e895bfee77c75_f3c8f958-c3a7-4d41-9af7-e8e68b628b25.jpg?v=1754375598\" alt=\"Luzz Pro 4 Tornazo Paddle\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"header-content\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cp\u003eLuzz Pro 4 Tornazo 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.54 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.52 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\"\u003eCore Material\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003ePEBAZ™\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\"\u003e122±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.2±0.1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003eWarranty\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e1 Year\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eUPA-A \u0026amp; USAP\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"spec-name\"\u003ePatent Number\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e202521949677X\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gift-package-section\"\u003e\n\u003ch2\u003eTORNAZO GIFT BOX\u003c\/h2\u003e\n\u003cp style=\"text-align: left;\"\u003ePurchase the Luzz Pro 4 Tornazo today and receive a complimentary New Year's promotional gift package to enhance your pickleball experience!\u003c\/p\u003e\n\u003cdiv class=\"gift-container\"\u003e\n\u003cdiv class=\"gift-content\"\u003e\n\u003ch3\u003eWhat's Included:\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\u003cspan\u003e\u003cstrong\u003eLuzz Pro 4 Tornazo\u003c\/strong\u003e - USAP-approved with explosive power\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\u003cspan\u003e\u003cstrong\u003ePaddle Cover\u003c\/strong\u003e - Protect your paddle with a durable, stylish cover\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\u003cspan\u003e\u003cstrong\u003eBeautiful Gift Box Packaging\u003c\/strong\u003e - Premium, themed presentation for an unforgettable unboxing experience\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\u003cspan\u003e\u003cstrong\u003ePaddle Protection Tape Transparent\u003c\/strong\u003e - High-quality transparent tape to protect your paddle edges\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003ePerfect for gifting or treating yourself, this beautifully packaged set combines explosive performance with premium style and extra accessories for the New Year. Dominate the court with power and precision!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gift-items\"\u003e\n\u003cdiv class=\"gift-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/2af5ba0eeb3fe6af6b0e895bfee77c75_f3c8f958-c3a7-4d41-9af7-e8e68b628b25.jpg?v=1754375598\" alt=\"Luzz Pro 4 Tornazo\"\u003e\n\u003ch3\u003eLuzz Pro 4 Tornazo\u003c\/h3\u003e\n\u003cp\u003eUSAPA-approved with explosive power\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gift-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/1_024d8a1e-b131-466b-a00d-e52f3be07ae6.jpg?v=1734657844\" alt=\"Paddle Cover\"\u003e\n\u003ch3\u003ePaddle Cover*1\u003c\/h3\u003e\n\u003cp\u003eProtect your paddle with a durable, stylish cover\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gift-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/2_08a8bcc2-25b9-4ba5-9944-5c7907041a8b.jpg?v=1763090087\" alt=\"Beautiful Gift Box Packaging\"\u003e\n\u003ch3\u003ePremium Gift Box\u003c\/h3\u003e\n\u003cp\u003eElegant, themed packaging for the perfect presentation\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gift-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/1114.jpg?v=1763102114\" alt=\"Paddle Protection Tape Transparent\"\u003e\n\u003ch3\u003ePaddle Protection Tape\u003c\/h3\u003e\n\u003cp\u003eTransparent edge protection for durability\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eLUZZ PRO 4 Tornazo Paddle – Engineered for Unmatched Power, Precision, and Durability. Twist the Game!\u003c\/p\u003e\n\u003cp\u003eSecure yours today and dominate the court with every twist!\u003c\/p\u003e","brand":"Luzzpickleball","offers":[{"title":"Tornazo","offer_id":44778271867053,"sku":"PRO4-TORNAZO","price":229.0,"currency_code":"USD","in_stock":true},{"title":"Tornazo Shadow","offer_id":44778271899821,"sku":"PRO4-TORNAZO-HB","price":229.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/Luzz_Pro_4_Tornazo-1_f9ab1907-75af-4948-9372-c4d4be7a18b7.jpg?v=1780047768"},{"product_id":"luzzpickleball-jurassic-cannon-paddle-t700-carbon-friction-surface-thermoformed","title":"Luzz Jurassic Cannon Paddle","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e \u003cscript src=\"https:\/\/cdn.tailwindcss.com\"\u003e\u003c\/script\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .hero-bg {\n            background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);\n        }\n        .jurassic-text {\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        .aspect-1-1 {\n            aspect-ratio: 1 \/ 1;\n            object-fit: cover;\n        }\n        .section-bg {\n            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n        }\n        .cannon-power {\n            background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);\n            color: white;\n        }\n        .tech-image {\n            width: 100%;\n            height: auto;\n            border-radius: 12px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\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: #f9f9f9;\n            border-radius: 8px;\n            border-top: 4px solid #4CAF50;\n        }\n        .feature-icon {\n            font-size: 1.5rem;\n            color: #2d2d2d;\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\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-content h2 {\n            color: #fff;\n            font-size: 1.75rem;\n            margin-bottom: 0.5rem;\n        }\n        .header-content p {\n            color: #aaa;\n            font-size: 1rem;\n        }\n        .table-body {\n            padding: 1.5rem 2rem;\n            display: flex;\n            flex-wrap: wrap;\n            gap: 1rem;\n        }\n        .table-row {\n            flex: 1 1 45%;\n            display: flex;\n            justify-content: space-between;\n            padding: 1rem 0;\n            border-bottom: 1px solid #333;\n        }\n        .table-row:last-child, .table-row:nth-last-child(2) {\n            border-bottom: none;\n        }\n        .spec-name {\n            color: #ccc;\n            font-size: 1rem;\n        }\n        .spec-value {\n            color: #fff;\n            font-weight: 500;\n            font-size: 1.1rem;\n        }\n        .power-advantage {\n            background: linear-gradient(135deg, #ff6b00 0%, #ff3c00 100%);\n            color: white;\n            border-radius: 12px;\n            padding: 2rem;\n            box-shadow: 0 8px 24px rgba(255, 60, 0, 0.3);\n        }\n        .dino-badge {\n            position: absolute;\n            top: 10px;\n            right: 10px;\n            background: #4CAF50;\n            color: #2d2d2d;\n            font-weight: bold;\n            padding: 5px 10px;\n            border-radius: 20px;\n            transform: rotate(5deg);\n        }\n        .dino-float {\n            animation: float 3s ease-in-out infinite;\n        }\n        @keyframes float {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-10px); }\n        }\n        @keyframes dinoRoar {\n            0% { transform: rotate(0deg); }\n            100% { transform: rotate(360deg); }\n        }\n        .dino-roar {\n            animation: dinoRoar 8s linear infinite;\n            transform-origin: center;\n        }\n        .power-gauge {\n            height: 20px;\n            border-radius: 10px;\n            background: linear-gradient(to right, #4CAF50, #FFC107, #FF5722);\n            position: relative;\n            overflow: hidden;\n        }\n        .gauge-fill {\n            height: 100%;\n            background: #FF5722;\n            width: 95%;\n            border-radius: 10px;\n        }\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            font-size: 1.75rem;\n            color: #2d2d2d;\n            margin-bottom: 1.5rem;\n        }\n        .gift-package-section p {\n            font-size: 1.1rem;\n            color: #666;\n            line-height: 1.5;\n            margin-bottom: 2rem;\n        }\n        .gift-items {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 1.5rem;\n        }\n        .gift-item {\n            padding: 1rem;\n            background: #f9f9f9;\n            border-radius: 8px;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n        }\n        .gift-item h3 {\n            font-size: 1.1rem;\n            color: #2d2d2d;\n            margin-bottom: 0.5rem;\n        }\n        .gift-item p {\n            font-size: 0.95rem;\n            color: #666;\n        }\n        .gift-item img {\n            width: 100%;\n            max-width: 150px;\n            height: auto;\n            border-radius: 8px;\n            margin-bottom: 0.5rem;\n        }\n        @media (max-width: 768px) {\n            .tech-features {\n                grid-template-columns: 1fr;\n                gap: 1.5rem;\n                margin-top: 2rem;\n            }\n            .feature-item {\n                padding: 1.25rem;\n            }\n            .gift-package-section h2 {\n                font-size: 1.5rem;\n            }\n            .gift-items {\n                grid-template-columns: 1fr;\n                gap: 1rem;\n            }\n            .table-row {\n                flex: 1 1 100%;\n            }\n        }\n\u003c\/style\u003e\n\u003c!-- Header --\u003e\u003cheader class=\"bg-green-600 text-white py-6 shadow-lg\"\u003e\n\u003cdiv class=\"container mx-auto text-center px-4\"\u003e\n\u003ch1 class=\"text-4xl md:text-5xl font-bold jurassic-text\"\u003eLUZZ CANNON JURASSIC EDITION\u003c\/h1\u003e\n\u003cp class=\"text-xl mt-3 font-medium\"\u003eUnleash Prehistoric Power on the Court!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-bg py-12 md:py-20 text-center relative overflow-hidden\"\u003e\n\u003cdiv class=\"absolute top-10 left-5 dino-float opacity-80\"\u003e\n\u003ci class=\"fas fa-dinosaur text-green-200 text-4xl dino-roar\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"absolute bottom-20 right-10 dino-float opacity-80\"\u003e\n\u003ci class=\"fas fa-dinosaur text-green-200 text-4xl dino-roar\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container mx-auto px-4 relative z-10\"\u003e\n\u003ch2 class=\"text-3xl md:text-4xl font-semibold text-white jurassic-text mb-6\"\u003eRoaring Power, Jurassic Precision!\u003c\/h2\u003e\n\u003cp class=\"text-white text-lg md:text-xl max-w-3xl mx-auto leading-relaxed\"\u003eThe Cannon Jurassic Edition combines cutting-edge technology with the ferocious spirit of the Jurassic era. Your shots will dominate the court with the strength of a T-Rex!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Technology Section --\u003e\n\u003csection class=\"py-12 bg-white\"\u003e\n\u003cdiv class=\"container mx-auto px-4\"\u003e\n\u003cdiv class=\"text-center mb-12\"\u003e\n\u003ch2 class=\"text-3xl md:text-4xl font-bold text-gray-800 mb-4\"\u003eJURASSIC POWER TECHNOLOGY\u003c\/h2\u003e\n\u003cp class=\"text-gray-600 max-w-3xl mx-auto\"\u003eEngineered for prehistoric performance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex justify-center mb-10\"\u003e\u003cimg class=\"tech-image max-w-2xl\" loading=\"lazy\" alt=\"Cannon Jurassic Technology\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/cannon-1_e07754cc-5a80-4ede-b304-54ec9fb854e9.jpg?v=1753256684\"\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 class=\"text-xl font-bold\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eRAW Carbon Fabric\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eDurable and stable, built to withstand Jurassic-level impacts\u003c\/span\u003e\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 class=\"text-xl font-bold\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e8mm PP Honeycomb Core\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eProvides explosive power with a Jurassic roar\u003c\/span\u003e\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 class=\"text-xl font-bold\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eEnlarged Foam Core\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eEnhanced reactivity for thunderous, rapid shots\u003c\/span\u003e\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 class=\"text-xl font-bold\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e3K Carbon Fiber Protection\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eProtects against structural stress, as tough as dinosaur hide\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt-12 bg-green-50 p-6 rounded-xl border-2 border-green-200\"\u003e\n\u003cul class=\"space-y-4\"\u003e\n\u003cli class=\"flex items-start\"\u003e\n\u003ci class=\"fas fa-circle text-green-500 mt-1 mr-3 text-xs\"\u003e\u003c\/i\u003e\n\u003cdiv\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e\u003cstrong\u003eUltra-Fine Fossil Texture\u003c\/strong\u003e: Maximizes spin and grip for ferocious ball control\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"flex items-start\" style=\"color: rgb(64, 64, 64);\"\u003e\n\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e\u003ci class=\"fas fa-circle text-green-500 mt-1 mr-3 text-xs\"\u003e\u003c\/i\u003e\u003c\/span\u003e\n\u003cdiv\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e\u003cstrong\u003eExpanded Sweet Spot\u003c\/strong\u003e: Dominate the court with a wider hitting area\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"flex items-start\" style=\"color: rgb(64, 64, 64);\"\u003e\n\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e\u003ci class=\"fas fa-circle text-green-500 mt-1 mr-3 text-xs\"\u003e\u003c\/i\u003e\u003c\/span\u003e\n\u003cdiv\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e\u003cstrong\u003eAnti-Slip Grip Technology\u003c\/strong\u003e: 3D micro-porous channels for a secure grip during intense rallies\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table --\u003e\n\u003csection class=\"py-12 bg-gray-100\"\u003e\n\u003cdiv class=\"container mx-auto px-4\"\u003e\n\u003cdiv class=\"text-center mb-12\"\u003e\n\u003ch2 class=\"text-3xl md:text-4xl font-bold text-gray-800\"\u003eTECHNICAL SPECIFICATIONS\u003c\/h2\u003e\n\u003cp class=\"text-gray-600\"\u003eJurassic-powered performance with Cannon precision\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"unified-spec-table\"\u003e\n\u003cdiv class=\"table-header\"\u003e\n\u003cdiv class=\"header-content\"\u003e\n\u003ch2\u003eJURASSIC CANNON EDITION\u003c\/h2\u003e\n\u003cp\u003eRoaring Power Meets Precision\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.54 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.52 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\"\u003e121±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.2±0.1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Jurassic Cannon Gift Box Section --\u003e\n\u003csection class=\"py-12 section-bg\"\u003e\n\u003cdiv class=\"gift-package-section\"\u003e\n\u003ch2 class=\"text-3xl md:text-4xl font-bold text-green-900\"\u003eJURASSIC CANNON GIFT BOX\u003c\/h2\u003e\n\u003cp class=\"text-gray-700\" style=\"text-align: left;\"\u003ePurchase the Luzz Cannon Jurassic Edition Paddle today and receive a complimentary gift package to enhance your pickleball experience!\u003c\/p\u003e\n\u003cdiv class=\"flex flex-col md:flex-row items-start gap-8 bg-white rounded-xl p-6 shadow-lg\"\u003e\n\u003cdiv class=\"md:w-1\/2\"\u003e\n\u003ch3 class=\"text-2xl font-bold text-gray-800 mb-4\"\u003eWhat's Included:\u003c\/h3\u003e\n\u003cul class=\"space-y-3 text-gray-700 mb-6\"\u003e\n\u003cli style=\"text-align: left;\" class=\"flex items-start\"\u003e\n\u003ci class=\"fas fa-check-circle text-green-500 mt-1 mr-3\"\u003e\u003c\/i\u003e \u003cspan\u003e\u003cstrong\u003eLuzz Cannon Jurassic Paddle\u003c\/strong\u003e - USAP-approved with prehistoric power\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"text-align: left;\" class=\"flex items-start\"\u003e\n\u003ci class=\"fas fa-check-circle text-green-500 mt-1 mr-3\"\u003e\u003c\/i\u003e \u003cspan\u003e\u003cstrong\u003eBeautiful Gift Box Packaging\u003c\/strong\u003e - Premium, themed presentation for an unforgettable unboxing experience\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"text-align: left;\" class=\"text-gray-600\"\u003ePerfect for gifting or treating yourself, this beautifully packaged set combines ferocious performance with Jurassic style. Rule the court with power and precision!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"md:w-1\/2\"\u003e\n\u003cdiv class=\"gift-items\"\u003e\n\u003cdiv class=\"gift-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/4_bc53107f-061f-4fd2-88d0-9e3d9113bd2e.jpg?v=1753256678\" alt=\"Luzz Cannon Jurassic Paddle\"\u003e\n\u003ch3\u003eLuzz Cannon Jurassic Paddle\u003c\/h3\u003e\n\u003cp\u003eUSAPA-approved with prehistoric power\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gift-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/2_d33634f6-268f-42e5-84a4-09220dfc175c.jpg?v=1763090087\" alt=\"Beautiful Gift Box Packaging\"\u003e\n\u003ch3\u003ePremium Gift Box\u003c\/h3\u003e\n\u003cp\u003eElegant, themed packaging for the perfect presentation\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Luzzpickleball","offers":[{"title":"Default Title","offer_id":44741748261037,"sku":"PB-22-cannon-ZLJ-H-USA","price":119.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/1_eb001bf1-3cb6-426a-a202-dfa200de467a.jpg?v=1760594510"},{"product_id":"luzzpickleball-kung-fu-panda-t700-carbon-friction-surface-thermoformed","title":"Luzz Kung Fu Panda Cannon","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e \u003cscript src=\"https:\/\/cdn.tailwindcss.com\"\u003e\u003c\/script\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .hero-bg {\n            background: linear-gradient(135deg, #FF6B00 0%, #B71C1C 100%);\n        }\n        .kungfu-text {\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        .aspect-1-1 {\n            aspect-ratio: 1 \/ 1;\n            object-fit: cover;\n        }\n        .section-bg {\n            background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);\n        }\n        .cannon-power {\n            background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);\n            color: white;\n        }\n        .tech-image {\n            width: 100%;\n            height: auto;\n            border-radius: 12px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\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: #f9f9f9;\n            border-radius: 8px;\n            border-top: 4px solid #FF6B00;\n        }\n        .feature-icon {\n            font-size: 1.5rem;\n            color: #2d2d2d;\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\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-content h2 {\n            color: #fff;\n            font-size: 1.75rem;\n            margin-bottom: 0.5rem;\n        }\n        .header-content p {\n            color: #aaa;\n            font-size: 1rem;\n        }\n        .table-body {\n            padding: 1.5rem 2rem;\n            display: flex;\n            flex-wrap: wrap;\n            gap: 1rem;\n        }\n        .table-row {\n            flex: 1 1 45%;\n            display: flex;\n            justify-content: space-between;\n            padding: 1rem 0;\n            border-bottom: 1px solid #333;\n        }\n        .table-row:last-child, .table-row:nth-last-child(2) {\n            border-bottom: none;\n        }\n        .spec-name {\n            color: #ccc;\n            font-size: 1rem;\n        }\n        .spec-value {\n            color: #fff;\n            font-weight: 500;\n            font-size: 1.1rem;\n        }\n        .power-advantage {\n            background: linear-gradient(135deg, #ff6b00 0%, #ff3c00 100%);\n            color: white;\n            border-radius: 12px;\n            padding: 2rem;\n            box-shadow: 0 8px 24px rgba(255, 60, 0, 0.3);\n        }\n        .panda-badge {\n            position: absolute;\n            top: 10px;\n            right: 10px;\n            background: #FF6B00;\n            color: #2d2d2d;\n            font-weight: bold;\n            padding: 5px 10px;\n            border-radius: 20px;\n            transform: rotate(5deg);\n        }\n        .panda-float {\n            animation: float 3s ease-in-out infinite;\n        }\n        @keyframes float {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-10px); }\n        }\n        @keyframes pandaSpin {\n            0% { transform: rotate(0deg); }\n            100% { transform: rotate(360deg); }\n        }\n        .panda-spin {\n            animation: pandaSpin 8s linear infinite;\n            transform-origin: center;\n        }\n        .power-gauge {\n            height: 20px;\n            border-radius: 10px;\n            background: linear-gradient(to right, #FF6B00, #FFC107, #FF5722);\n            position: relative;\n            overflow: hidden;\n        }\n        .gauge-fill {\n            height: 100%;\n            background: #FF5722;\n            width: 95%;\n            border-radius: 10px;\n        }\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            font-size: 1.75rem;\n            color: #2d2d2d;\n            margin-bottom: 1.5rem;\n        }\n        .gift-package-section p {\n            font-size: 1.1rem;\n            color: #666;\n            line-height: 1.5;\n            margin-bottom: 2rem;\n        }\n        .gift-items {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 1.5rem;\n        }\n        .gift-item {\n            padding: 1rem;\n            background: #f9f9f9;\n            border-radius: 8px;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n        }\n        .gift-item h3 {\n            font-size: 1.1rem;\n            color: #2d2d2d;\n            margin-bottom: 0.5rem;\n        }\n        .gift-item p {\n            font-size: 0.95rem;\n            color: #666;\n        }\n        .gift-item img {\n            width: 100%;\n            max-width: 150px;\n            height: auto;\n            border-radius: 8px;\n            margin-bottom: 0.5rem;\n        }\n        .license-section {\n            background: linear-gradient(135deg, #FF6B00 0%, #B71C1C 100%);\n            color: white;\n            padding: 4rem 0;\n        }\n        .license-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 1rem;\n            text-align: center;\n        }\n        .license-section h2 {\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        .license-section p {\n            font-size: 1.2rem;\n            margin-bottom: 2rem;\n            max-width: 800px;\n            line-height: 1.6;\n        }\n        .certificate-image {\n            max-width: 100%;\n            height: auto;\n            border-radius: 12px;\n            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);\n            border: 4px solid white;\n        }\n        @media (max-width: 768px) {\n            .tech-features {\n                grid-template-columns: 1fr;\n                gap: 1.5rem;\n                margin-top: 2rem;\n            }\n            .feature-item {\n                padding: 1.25rem;\n            }\n            .gift-package-section h2 {\n                font-size: 1.5rem;\n            }\n            .gift-items {\n                grid-template-columns: 1fr;\n                gap: 1rem;\n            }\n            .table-row {\n                flex: 1 1 100%;\n            }\n            .license-section h2 {\n                font-size: 2rem;\n            }\n            .license-section p {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-bg py-12 md:py-20 text-center relative overflow-hidden\"\u003e\n\u003cdiv class=\"absolute top-10 left-5 panda-float opacity-80\"\u003e\n\u003ci class=\"fas fa-paw text-orange-200 text-4xl panda-spin\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"absolute bottom-20 right-10 panda-float opacity-80\"\u003e\n\u003ci class=\"fas fa-paw text-orange-200 text-4xl panda-spin\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container mx-auto px-4 relative z-10\"\u003e\n\u003ch2 class=\"text-3xl md:text-4xl font-semibold text-white kungfu-text mb-6\"\u003eKung Fu Power, Panda Precision!\u003c\/h2\u003e\n\u003cp class=\"text-white text-lg md:text-xl max-w-3xl mx-auto leading-relaxed\"\u003eThe Cannon Kung Fu Panda Edition combines cutting-edge technology with the spirited strength of Po. Your shots will dominate the court with the might of a martial arts master!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Official License Section --\u003e\n\u003csection class=\"license-section\"\u003e\n\u003cdiv class=\"license-container\"\u003e\n\u003ch2 class=\"text-3xl md:text-4xl font-bold mb-6\"\u003eOfficially Licensed Product\u003c\/h2\u003e\n\u003cp class=\"text-white text-lg md:text-xl max-w-3xl mx-auto leading-relaxed mb-8\"\u003eThis Luzz Cannon Kung Fu Panda Edition is an exclusive collaboration between Luzz Pickleball and Universal Studios, proudly featuring officially licensed Kung Fu Panda™ designs and branding. Embrace the authentic spirit of the Dragon Warrior with every swing—genuine quality you can trust from a partnership powered by DreamWorks Animation.\u003c\/p\u003e\n\u003cdiv class=\"flex justify-center\"\u003e\u003cimg class=\"certificate-image max-w-4xl\" alt=\"Official License Certificate - Luzz Pickleball x Kung Fu Panda\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/366e28ce0b2b1017d094177f1014ad51.jpg?v=1760580923\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Technology Section --\u003e\n\u003csection class=\"py-12 bg-white\"\u003e\n\u003cdiv class=\"container mx-auto px-4\"\u003e\n\u003cdiv class=\"text-center mb-12\"\u003e\n\u003ch2 class=\"text-3xl md:text-4xl font-bold text-gray-800 mb-4\"\u003eKUNG FU POWER TECHNOLOGY\u003c\/h2\u003e\n\u003cp class=\"text-gray-600 max-w-3xl mx-auto\"\u003eEngineered for martial arts-inspired performance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex justify-center mb-10\"\u003e\u003cimg class=\"tech-image max-w-2xl\" loading=\"lazy\" alt=\"Cannon Kung Fu Panda Technology\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/7_1c3cecc9-4a93-4d1f-a32d-2f9eeea7947a.jpg?v=1756449429\"\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 class=\"text-xl font-bold\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eRAW Carbon Fabric\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eDurable and stable, built to withstand kung fu-level impacts\u003c\/span\u003e\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 class=\"text-xl font-bold\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e8mm PP Honeycomb Core\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eProvides explosive power with a panda's roar\u003c\/span\u003e\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 class=\"text-xl font-bold\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eEnlarged Foam Core\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eEnhanced reactivity for swift, powerful shots\u003c\/span\u003e\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 class=\"text-xl font-bold\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e3K Carbon Fiber Protection\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eProtects against structural stress, as tough as Po's spirit\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt-12 bg-orange-50 p-6 rounded-xl border-2 border-orange-200\"\u003e\n\u003cul class=\"space-y-4\"\u003e\n\u003cli class=\"flex items-start\"\u003e\n\u003ci class=\"fas fa-circle text-orange-500 mt-1 mr-3 text-xs\"\u003e\u003c\/i\u003e\n\u003cdiv\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e\u003cstrong\u003eDragon Warrior Texture\u003c\/strong\u003e: Maximizes spin and grip for masterful ball control\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"flex items-start\"\u003e\n\u003ci class=\"fas fa-circle text-orange-500 mt-1 mr-3 text-xs\"\u003e\u003c\/i\u003e\n\u003cdiv\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e\u003cstrong\u003eExpanded Sweet Spot\u003c\/strong\u003e: Dominate the court with a wider hitting area\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"flex items-start\"\u003e\n\u003ci class=\"fas fa-circle text-orange-500 mt-1 mr-3 text-xs\"\u003e\u003c\/i\u003e\n\u003cdiv\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e\u003cstrong\u003eAnti-Slip Grip Technology\u003c\/strong\u003e: 3D micro-porous channels for a secure grip during intense rallies\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table --\u003e\n\u003csection class=\"py-12 bg-gray-100\"\u003e\n\u003cdiv class=\"container mx-auto px-4\"\u003e\n\u003cdiv class=\"text-center mb-12\"\u003e\n\u003ch2 class=\"text-3xl md:text-4xl font-bold text-gray-800\"\u003eTECHNICAL SPECIFICATIONS\u003c\/h2\u003e\n\u003cp class=\"text-gray-600\"\u003eKung Fu-powered performance with Cannon precision\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"unified-spec-table\"\u003e\n\u003cdiv class=\"table-header\"\u003e\n\u003cdiv class=\"header-content\"\u003e\n\u003ch2\u003eKUNG FU PANDA CANNON EDITION\u003c\/h2\u003e\n\u003cp\u003eMasterful Power Meets Precision\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.54 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.52 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\"\u003e121±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.2±0.1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Kung Fu Panda Cannon Gift Box Section --\u003e\n\u003csection class=\"py-12 section-bg\"\u003e\n\u003cdiv class=\"gift-package-section\"\u003e\n\u003ch2 class=\"text-3xl md:text-4xl font-bold text-orange-900\"\u003eKUNG FU PANDA CANNON GIFT BOX\u003c\/h2\u003e\n\u003cp class=\"text-gray-700\" style=\"text-align: left;\"\u003ePurchase the Luzz Cannon Kung Fu Panda Edition Paddle today and receive a complimentary gift package to enhance your pickleball experience!\u003c\/p\u003e\n\u003cdiv class=\"flex flex-col md:flex-row items-start gap-8 bg-white rounded-xl p-6 shadow-lg\"\u003e\n\u003cdiv class=\"md:w-1\/2\"\u003e\n\u003ch3 class=\"text-2xl font-bold text-gray-800 mb-4\"\u003eWhat's Included:\u003c\/h3\u003e\n\u003cul class=\"space-y-3 text-gray-700 mb-6\"\u003e\n\u003cli style=\"text-align: left;\" class=\"flex items-start\"\u003e\n\u003ci class=\"fas fa-check-circle text-orange-500 mt-1 mr-3\"\u003e\u003c\/i\u003e \u003cspan\u003e\u003cstrong\u003eLuzz Cannon Kung Fu Panda Paddle\u003c\/strong\u003e - USAP-approved with martial arts power\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"text-align: left;\" class=\"flex items-start\"\u003e\n\u003ci class=\"fas fa-check-circle text-orange-500 mt-1 mr-3\"\u003e\u003c\/i\u003e \u003cspan\u003e\u003cstrong\u003eBeautiful Gift Box Packaging\u003c\/strong\u003e - Premium, themed presentation for an unforgettable unboxing experience\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"text-align: left;\" class=\"text-gray-600\"\u003ePerfect for gifting or treating yourself, this beautifully packaged set combines powerful performance with Kung Fu Panda style. Rule the court with strength and precision!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"md:w-1\/2\"\u003e\n\u003cdiv class=\"gift-items\"\u003e\n\u003cdiv class=\"gift-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/usa.jpg?v=1756449423\" alt=\"Luzz Cannon Kung Fu Panda Paddle\"\u003e\n\u003ch3\u003eLuzz Cannon Kung Fu Panda Paddle\u003c\/h3\u003e\n\u003cp\u003eUSAP-approved with martial arts power\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gift-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/2_d33634f6-268f-42e5-84a4-09220dfc175c.jpg?v=1763090087\" alt=\"Beautiful Gift Box Packaging\"\u003e\n\u003ch3\u003ePremium Gift Box\u003c\/h3\u003e\n\u003cp\u003eElegant, themed packaging for the perfect presentation\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Luzzpickleball","offers":[{"title":"Default Title","offer_id":44867741188269,"sku":"PB-KFP-CANNON-19-DUA","price":119.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/2_f7afb554-eb2b-419e-b465-b23b37edcf20.jpg?v=1760579472"},{"product_id":"luzzpickleball-glider-hybrid-paddle-t700-carbon-friction-surface-thermoformed","title":"Luzz Glider 2024 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 2024","offer_id":46061608239277,"sku":"PRO-ZZ-GLIDER-YT","price":109.0,"currency_code":"USD","in_stock":true},{"title":"Glider 2026","offer_id":46061608272045,"sku":"PRO-ZZ-GLIDER-YT2026","price":119.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/1907e2d9c531ba31209bc5d0ad08e0aa.jpg?v=1758855741"},{"product_id":"luzzpickleball-candy-cannon-paddle-t700-carbon-friction-surface-thermoformed","title":"Luzz Candy Cannon","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        .container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        header {\n            background: rgba(0, 0, 0, 0.8);\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\/00000.jpg?v=1751595118');\n            background-size: cover;\n            background-position: center;\n        }\n        h1 {\n            font-size: 3rem;\n            margin-bottom: 20px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        .highlight {\n            color: #fff;\n            font-weight: 700;\n        }\n        .subtitle {\n            font-size: 1.3rem;\n            max-width: 800px;\n            margin: 0 auto 30px;\n            color: #ccc;\n        }\n        .chance-badge {\n            display: inline-block;\n            background: #fff;\n            color: #000;\n            padding: 8px 20px;\n            border-radius: 30px;\n            font-weight: 700;\n            margin: 0 5px;\n            animation: pulse 2s infinite;\n        }\n        @keyframes pulse {\n            0% { transform: scale(1); }\n            50% { transform: scale(1.05); }\n            100% { transform: scale(1); }\n        }\n        .content-section {\n            padding: 60px 0;\n        }\n        h2 {\n            text-align: center;\n            color: #fff;\n            margin-bottom: 50px;\n            font-size: 2.2rem;\n            text-transform: uppercase;\n        }\n        .features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px;\n            margin-bottom: 60px;\n        }\n        .feature-card {\n            background: #111;\n            border-radius: 8px;\n            padding: 30px;\n            text-align: center;\n            border: 1px solid #333;\n        }\n        .feature-icon {\n            font-size: 3rem;\n            color: #fff;\n            margin-bottom: 20px;\n        }\n        .feature-card h3 {\n            color: #fff;\n            margin-bottom: 15px;\n            font-size: 1.5rem;\n        }\n        .feature-card p {\n            color: #ccc;\n        }\n        .media-container {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin: 50px 0;\n        }\n        .media-item {\n            flex: 1;\n            min-width: 300px;\n            max-width: 500px;\n            background: #111;\n            border-radius: 8px;\n            overflow: hidden;\n            border: 1px solid #333;\n        }\n        .media-item img {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n        .media-caption {\n            padding: 20px;\n            text-align: center;\n        }\n        .media-caption h3 {\n            color: #fff;\n            margin-bottom: 10px;\n            font-size: 1.4rem;\n        }\n        .media-caption p {\n            color: #ccc;\n        }\n        .video-container {\n            position: relative;\n            width: 100%;\n            padding-top: 100%; \/* 1:1 Aspect Ratio for original video *\/\n        }\n        .video-container video {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        .youtube-container {\n            position: relative;\n            width: 100%;\n            padding-top: 56.25%; \/* 16:9 Aspect Ratio for YouTube videos *\/\n        }\n        .youtube-container iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n        }\n        .exclusivity {\n            text-align: center;\n            padding: 40px;\n            background: #111;\n            border-radius: 8px;\n            max-width: 800px;\n            margin: 40px auto;\n            border: 1px solid #333;\n        }\n        .exclusivity h3 {\n            color: #fff;\n            margin-bottom: 25px;\n            font-size: 1.8rem;\n        }\n        .counter {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            margin: 30px 0;\n            gap: 20px;\n        }\n        .counter-item {\n            background: #000;\n            padding: 25px;\n            border-radius: 8px;\n            min-width: 150px;\n            border: 1px solid #fff;\n        }\n        .counter-number {\n            font-size: 3rem;\n            font-weight: 700;\n            color: #fff;\n            line-height: 1;\n        }\n        .counter-label {\n            font-size: 1rem;\n            color: #ccc;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        .cta-section {\n            text-align: center;\n            padding: 50px 0;\n            background: #111;\n            border-radius: 8px;\n            margin: 50px 0;\n            border: 1px solid #333;\n        }\n        .cta-button {\n            display: inline-block;\n            background: #fff;\n            color: #000;\n            padding: 16px 50px;\n            font-size: 1.2rem;\n            font-weight: 600;\n            text-decoration: none;\n            border-radius: 4px;\n            margin: 20px 0;\n            transition: background 0.3s;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        .cta-button:hover {\n            background: #ddd;\n        }\n        .disclaimer {\n            font-size: 0.9rem;\n            color: #999;\n            max-width: 600px;\n            margin: 20px auto 0;\n            line-height: 1.6;\n        }\n        footer {\n            background: #000;\n            color: #ccc;\n            padding: 40px 0;\n            border-top: 1px solid #333;\n        }\n        .copyright {\n            color: #777;\n            font-size: 0.9rem;\n            margin-top: 20px;\n        }\n        .technical-spec-section {\n            max-width: 1200px;\n            margin: 4rem auto;\n            padding: 0 20px;\n        }\n        .tech-header {\n            text-align: center;\n            margin-bottom: 2rem;\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        }\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: #f9f9f9;\n            border-radius: 8px;\n        }\n        .feature-icon {\n            font-size: 1.5rem;\n            color: #2d2d2d;\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .feature-content h3 {\n            font-size: 1.25rem;\n            color: #2d2d2d;\n            margin-bottom: 0.5rem;\n        }\n        .feature-content p {\n            font-size: 1rem;\n            color: #666;\n            line-height: 1.5;\n        }\n        .product-comparison {\n            max-width: 1200px;\n            margin: 4rem auto;\n            padding: 0 20px;\n        }\n        .comparison-header h2 {\n            text-align: center;\n            font-size: 1.75rem;\n            margin-bottom: 1.2rem;\n            color: #2d2d2d;\n            line-height: 1.3;\n        }\n        .comparison-header h2 .comparison-subtitle {\n            display: block;\n            font-size: 1.4rem;\n            margin-top: 0.6rem;\n            font-weight: 500;\n            color: #444;\n        }\n        .comparison-grid {\n            display: grid;\n            grid-template-columns: 1fr auto 1fr;\n            gap: 2rem;\n            align-items: center;\n        }\n        .product-card {\n            text-align: center;\n        }\n        .product-image {\n            position: relative;\n        }\n        .product-image img {\n            width: 100%;\n            max-width: 300px;\n            height: auto;\n            border-radius: 8px;\n        }\n        .product-label {\n            font-size: 1.25rem;\n            font-weight: 600;\n            margin-top: 1rem;\n            color: #2d2d2d;\n        }\n        .comparison-arrows {\n            display: flex;\n            flex-direction: column;\n            gap: 2rem;\n            min-width: 150px;\n        }\n        .arrow-container {\n            display: flex;\n            align-items: center;\n            gap: 1rem;\n        }\n        .arrow-up {\n            font-size: 2rem;\n            font-weight: bold;\n            color: #2d2d2d;\n            animation: float 2s ease-in-out infinite;\n        }\n        .improvement {\n            font-size: 1.1rem;\n            font-weight: 600;\n            color: #2d2d2d;\n            background: #f9f9f9;\n            padding: 0.5rem 1rem;\n            border-radius: 6px;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.05);\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 {\n            color: #fff;\n            font-size: 1.75rem;\n            margin-bottom: 0.5rem;\n        }\n        .header-content p {\n            color: #aaa;\n            font-size: 1rem;\n        }\n        .table-body {\n            padding: 1.5rem 2rem;\n        }\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 {\n            border-bottom: none;\n        }\n        .spec-name {\n            color: #ccc;\n            font-size: 1rem;\n        }\n        .spec-value {\n            color: #fff;\n            font-weight: 500;\n            font-size: 1.1rem;\n        }\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            font-size: 1.75rem;\n            color: #2d2d2d;\n            margin-bottom: 1.5rem;\n        }\n        .gift-package-section p {\n            font-size: 1.1rem;\n            color: #666;\n            line-height: 1.5;\n            margin-bottom: 2rem;\n        }\n        .gift-items {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 1.5rem;\n        }\n        .gift-item {\n            padding: 1rem;\n            background: #f9f9f9;\n            border-radius: 8px;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n        }\n        .gift-item h3 {\n            font-size: 1.1rem;\n            color: #2d2d2d;\n            margin-bottom: 0.5rem;\n        }\n        .gift-item p {\n            font-size: 0.95rem;\n            color: #666;\n        }\n        .gift-item img {\n            width: 100%;\n            max-width: 150px;\n            height: auto;\n            border-radius: 8px;\n            margin-bottom: 0.5rem;\n        }\n        .gift-package-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 2rem;\n            background: #fff;\n            border-radius: 12px;\n            padding: 1.5rem;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n        }\n        .gift-package-content {\n            flex: 1;\n            min-width: 300px;\n        }\n        .gift-package-content ul {\n            list-style: none;\n            padding: 0;\n            margin-bottom: 1.5rem;\n        }\n        .gift-package-content li {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 0.75rem;\n            text-align: left;\n        }\n        .gift-package-content li::before {\n            content: '✔';\n            color: #2d2d2d;\n            margin-right: 0.75rem;\n            font-size: 1.1rem;\n        }\n        .gift-package-content h3 {\n            font-size: 1.5rem;\n            color: #2d2d2d;\n            margin-bottom: 1rem;\n        }\n        .gift-package-content p {\n            color: #666;\n            font-size: 1rem;\n        }\n        .gift-package-items {\n            flex: 1;\n            min-width: 300px;\n        }\n        .dual-certification-section {\n            max-width: 1200px;\n            margin: 4rem auto;\n            padding: 0 20px;\n            text-align: center;\n        }\n        .dual-certification-section h2 {\n            font-size: 1.75rem;\n            color: #2d2d2d;\n            margin-bottom: 1.5rem;\n        }\n        .dual-certification-section p {\n            font-size: 1.1rem;\n            color: #666;\n            line-height: 1.5;\n            margin-bottom: 2rem;\n        }\n        .dual-certification-section img {\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            margin-bottom: 2rem;\n        }\n        .youtube-review-section {\n            max-width: 1200px;\n            margin: 4rem auto;\n            padding: 0 20px;\n            text-align: center;\n        }\n        .youtube-review-section h2 {\n            font-size: 1.75rem;\n            color: #2d2d2d;\n            margin-bottom: 1.5rem;\n        }\n        .youtube-review-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));\n            gap: 40px;\n            margin: 50px 0;\n        }\n        @keyframes float {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-5px); }\n        }\n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2.2rem;\n            }\n            .subtitle {\n                font-size: 1.1rem;\n            }\n            h2 {\n                font-size: 1.8rem;\n            }\n            .counter-item {\n                min-width: 120px;\n                padding: 15px;\n            }\n            .counter-number {\n                font-size: 2.5rem;\n            }\n            .tech-features {\n                grid-template-columns: 1fr;\n                gap: 1.5rem;\n                margin-top: 2rem;\n            }\n            .feature-item {\n                padding: 1.25rem;\n            }\n            .feature-icon {\n                font-size: 1.25rem;\n                width: 36px;\n                height: 36px;\n            }\n            .feature-content h3 {\n                font-size: 1.1rem;\n            }\n            .feature-content p {\n                font-size: 0.95rem;\n            }\n            .comparison-header h2 {\n                font-size: 1.5rem;\n            }\n            .comparison-header h2 .comparison-subtitle {\n                font-size: 1.25rem;\n                margin-top: 0.4rem;\n            }\n            .gift-package-section h2 {\n                font-size: 1.5rem;\n            }\n            .gift-items {\n                grid-template-columns: 1fr;\n                gap: 1rem;\n            }\n            .dual-certification-section h2 {\n                font-size: 1.5rem;\n            }\n            .youtube-review-section h2 {\n                font-size: 1.5rem;\n            }\n            .youtube-review-container {\n                grid-template-columns: 1fr;\n            }\n        }\n        @media (max-width: 480px) {\n            .feature-item {\n                padding: 1rem;\n                gap: 1rem;\n            }\n            .feature-icon {\n                font-size: 1.1rem;\n                width: 32px;\n                height: 32px;\n            }\n            .feature-content h3 {\n                font-size: 1rem;\n            }\n            .feature-content p {\n                font-size: 0.9rem;\n            }\n            .comparison-header h2 {\n                font-size: 1.3rem;\n                margin-bottom: 1rem;\n            }\n            .comparison-header h2 .comparison-subtitle {\n                font-size: 1.1rem;\n                margin-top: 0.3rem;\n            }\n            .gift-package-section h2 {\n                font-size: 1.3rem;\n            }\n            .dual-certification-section h2 {\n                font-size: 1.3rem;\n            }\n            .youtube-review-section h2 {\n                font-size: 1.3rem;\n            }\n        }\n\u003c\/style\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eSpecial Edition: Violent Output, One Hammer Strike to Victory\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eFueled by groundbreaking inner core technology featuring an innovative U-shaped carbon fiber matrix structure that progressively layers kinetic energy, the Candy Cannon delivers unmatched explosive force and lossless energy conduction. Your smashes explode like cannonballs, decisively overwhelming your opponents with a sweet twist of candy-themed design perfect for thrills.\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"technical-spec-section\"\u003e\n\u003cdiv class=\"tech-header\" style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/15_d61d3851-ed6c-48ad-9786-54a82f8a94be.jpg?v=1760406978\" alt=\"Luzz Candy Cannon Technology Diagram\" loading=\"lazy\" class=\"tech-image\" style=\"margin-bottom: 16px; float: none;\"\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\u003eRAW Carbon Fabric\u003c\/h3\u003e\n\u003cp\u003eEnsures paddle stability and structural strength\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\u003e8mm PP Honeycomb Core\u003c\/h3\u003e\n\u003cp\u003eImproves core strength and elasticity for greater power output\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\u003eEnlarged Foam Core\u003c\/h3\u003e\n\u003cp\u003eEnhances reactivity and accelerates energy transfer\u003c\/p\u003e\n\u003cbr\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\u003e3K Carbon Fiber Protection Block\u003c\/h3\u003e\n\u003cp\u003eProtects EVA from structural stress-induced dents\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\u003eDirectional Spin Texture\u003c\/h3\u003e\n\u003cp\u003eAccelerated spin, enhanced friction, greater ball bite\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\u003eExpanded Sweet Spot\u003c\/h3\u003e\n\u003cp\u003eExtends your reach, crushes blind spots\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\u003eAnti-Slip Grip Technology\u003c\/h3\u003e\n\u003cp\u003eIntegrates a cutting-edge anti-slip path layer with 3D micro-porous cooling channels for a dry, secure grip and shock-absorption gel for responsive ball feedback\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-container\"\u003e\n\u003cdiv class=\"media-item\"\u003e\n\u003cimg alt=\"Sugar-coated bullet\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/9_63d6d720-5054-4a0b-8ba2-6abe9066129e.jpg?v=1760406976\"\u003e\n\u003cdiv class=\"media-caption\"\u003e\n\u003ch3\u003eSugar-coated bullet\u003c\/h3\u003e\n\u003cp\u003eCandy-themed design element for the edition\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-item\"\u003e\n\u003cimg alt=\"Cannon logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/8_1f7519c8-1052-4004-a72d-0f0c3e886170.jpg?v=1760406977\"\u003e\n\u003cdiv class=\"media-caption\"\u003e\n\u003ch3\u003eCannon logo\u003c\/h3\u003e\n\u003cp\u003eIconic branding for the Candy Cannon\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-item\"\u003e\n\u003cimg alt=\"Colorful Edges\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/4_b51b316e-af33-4ea3-b626-5fdf122874cc.jpg?v=1760406969\"\u003e\n\u003cdiv class=\"media-caption\"\u003e\n\u003ch3\u003eColorful Edges\u003c\/h3\u003e\n\u003cp\u003eVibrant detailing enhancing the sweet aesthetic\u003c\/p\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 style=\"text-align: start;\" class=\"header-image\"\u003e\u003cimg style=\"margin-bottom: 16px; float: none;\" loading=\"lazy\" alt=\"Luzz Candy Cannon Paddle\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/1_6ba85ad8-6a12-46f8-8a73-bb840c87d3a5.jpg?v=1760406971\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"header-content\"\u003e\n\u003ch3 style=\"text-align: left;\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eTechnical Specifications\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003eLuzz Candy Cannon Performance Paddle - Special Edition\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=\"table-cell spec-name\"\u003ePaddle Length\u003c\/div\u003e\n\u003cdiv class=\"table-cell spec-value\"\u003e16.54 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"table-cell spec-name\"\u003ePaddle Width\u003c\/div\u003e\n\u003cdiv class=\"table-cell spec-value\"\u003e7.48 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"table-cell spec-name\"\u003eAverage Weight\u003c\/div\u003e\n\u003cdiv class=\"table-cell spec-value\"\u003e7.93 oz\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"table-cell spec-name\"\u003eThickness\u003c\/div\u003e\n\u003cdiv class=\"table-cell spec-value\"\u003e16 mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"table-cell spec-name\"\u003eGrip Length\u003c\/div\u003e\n\u003cdiv class=\"table-cell spec-value\"\u003e5.52 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"table-cell spec-name\"\u003eGrip Circumference\u003c\/div\u003e\n\u003cdiv class=\"table-cell spec-value\"\u003e4.13 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"table-cell spec-name\"\u003eSW\u003c\/div\u003e\n\u003cdiv class=\"table-cell spec-value\"\u003e121±3\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-row\"\u003e\n\u003cdiv class=\"table-cell spec-name\"\u003eTW\u003c\/div\u003e\n\u003cdiv class=\"table-cell spec-value\"\u003e6.2±0.1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gift-package-section\"\u003e\n\u003ch2\u003eCANDY CANNON GIFT BOX - SPECIAL EDITION\u003c\/h2\u003e\n\u003cp style=\"text-align: left;\"\u003ePurchase the Luzz Candy Cannon Paddle today and receive a complimentary gift package to enhance your pickleball experience!\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\u003e\u003cspan\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eLuzz Candy Cannon Paddle\u003c\/strong\u003e\u003c\/span\u003e \u003cspan style=\"color: rgb(64, 64, 64);\"\u003e- USAP-approved with explosive power\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eBeautiful Gift Box Packaging\u003c\/strong\u003e\u003c\/span\u003e \u003cspan style=\"color: rgb(64, 64, 64);\"\u003e- Premium, candy-themed presentation for an unforgettable unboxing experience\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"text-align: left;\"\u003ePerfect for gifting or treating yourself, this beautifully packaged set combines explosive performance with premium style and a sweet candy design. Dominate the court with power and precision!\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/1_6ba85ad8-6a12-46f8-8a73-bb840c87d3a5.jpg?v=1760406971\" alt=\"Luzz Candy Cannon Paddle\"\u003e\n\u003ch3\u003eLuzz Candy Cannon Paddle\u003c\/h3\u003e\n\u003cp\u003eUSAPA-approved with explosive power\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gift-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/2_d33634f6-268f-42e5-84a4-09220dfc175c.jpg?v=1763090087\" alt=\"Beautiful Gift Box Packaging\"\u003e\n\u003ch3\u003ePremium Gift Box\u003c\/h3\u003e\n\u003cp\u003eElegant, themed packaging for the perfect presentation\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eLUZZ CANDY CANNON Paddle – Special Edition: Born for Violent Aesthetics, Redefining the Rules of the Court with Explosive Energy and Sweet Style!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eSecure yours today and unleash unstoppable power and flawless control on the pickleball court!\u003c\/span\u003e\u003c\/p\u003e","brand":"Luzzpickleball","offers":[{"title":"Default Title","offer_id":46032160555181,"sku":"PB-CANNON-CANDY","price":114.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/1_6ba85ad8-6a12-46f8-8a73-bb840c87d3a5.jpg?v=1776747966"},{"product_id":"luzzpickleball-pro-4-blue-blaze-inferno-mpp-pickleball-paddle-large-sweet-spot-durable-core","title":"Luzz Pro 4 Blue Blaze Inferno","description":"","brand":"Luzzpickleball","offers":[{"title":"Default Title","offer_id":46032115695789,"sku":"PRO4-INFERNO-USA","price":239.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/2af5ba0eeb3fe6af6b0e895bfee77c75_172dc589-d87e-41a4-9ff1-dddab7783415.jpg?v=1763609087"},{"product_id":"luzz-pro-4-frozen-inferno","title":"Luzz Inferno Frozen Paddle","description":"","brand":"Luzzpickleball","offers":[{"title":"Default Title","offer_id":45555522699437,"sku":"PRO4-inferno-0proc","price":249.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/1_49f7d1ac-4df9-492d-b57d-cf437258ba48.jpg?v=1780034896"},{"product_id":"luzz-pro-4-darkness-inferno","title":"Luzz Pro 4 Darkness Inferno","description":"","brand":"Luzzpickleball","offers":[{"title":"Default Title","offer_id":46032118186157,"sku":"PRO4-inferno-Dark","price":229.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/FROZEN.jpg?v=1768186361"},{"product_id":"luzz-cannon-ex","title":"Luzz Cannon EX","description":"\u003cp\u003eThe paddle that turns effort into effortless pace.\u003c\/p\u003e\n\u003cp\u003eBuilt for players who want maximum pop without sacrificing control, the Luzz Cannon EX delivers trampoline-like energy return in an elongated shape that extends your reach and amplifies every shot. Whether you’re crushing third-shot drives or chasing down dinks, this paddle rewards clean contact with explosive rebound while still bailing you out on off-center hits.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTechnology:\u003c\/strong\u003e\u003cbr\u003eMPP Foam Core\u003cbr\u003ePEBAZ™ Core Tech\u003cbr\u003eT700 Carbon Fiber Face\u003cbr\u003eExplosive Rebound\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOn-Court Performance:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eFeel: \u003c\/strong\u003eHollow-leaning \/ Soft\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKey:\u003c\/strong\u003e\u003cbr\u003eNoticeable hollow, springy response\u003cbr\u003eSofter feel with built-in rebound\u003cbr\u003eTrampoline-like energy return\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOn-Court:\u003c\/strong\u003e\u003cbr\u003eSpringy, forgiving, easy power.\u003cbr\u003eGenerates pace with less effort and maintains forgiveness on off-center hits.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eTechnical Specifications\u003c\/strong\u003e\u003cbr\u003eShape: Elongated  \u003cbr\u003eType: Power  \u003cbr\u003eCore: MPP Foam  \u003cbr\u003eLength: 16.54 in  \u003cbr\u003eWidth: 7.48 in  \u003cbr\u003eThickness: 16 mm  \u003cbr\u003eGrip Length: 5.52 in  \u003cbr\u003eGrip Circumference: 4.1 in  \u003cbr\u003eAverage Weight: 7.94 oz  \u003cbr\u003eSwing Weight: 115 ± 3  \u003cbr\u003eTwist Weight: 5.8 ± 0.1  \u003cbr\u003eCertification: Not Certified (pure performance focus)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWho It’s For\u003c\/strong\u003e\u003cbr\u003eIntermediate to advanced players who love:\u003cbr\u003e- Big, effortless power on drives and volleys\u003cbr\u003e- A lively, fun feel that still stays forgiving\u003cbr\u003e- Extra reach without sacrificing maneuverability\u003c\/p\u003e","brand":"Luzzpickleball","offers":[{"title":"Default Title","offer_id":45828948590765,"sku":"PB-ZZ-CANNON-EX","price":179.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/cannonex.jpg?v=1773890958"},{"product_id":"luzz-cat-paw-cannon","title":"Luzz Cat Paw Cannon","description":"","brand":"Luzzpickleball","offers":[{"title":"Default Title","offer_id":45934184956077,"sku":"PB-CANNON-Catpaw","price":114.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/3_ff8cbd95-b1b5-4c74-b0b7-036769a1ffa7.jpg?v=1776909387"},{"product_id":"luzz-explosion-cannon","title":"Luzz Explosion Cannon","description":"","brand":"Luzzpickleball","offers":[{"title":"Default Title","offer_id":45934216446125,"sku":"PB-CANNON-Explosion","price":114.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/1_034d94c7-ab82-4269-a1a1-bd6ec511c43c.jpg?v=1776909373"},{"product_id":"luzz-green-flame-cannon","title":"Luzz Green Flame Cannon","description":"","brand":"Luzzpickleball","offers":[{"title":"Default Title","offer_id":45934224703661,"sku":"PB-CANNON-GreenFlame","price":114.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/1_3673f56e-62fe-46fb-aca6-1dc39b206486.jpg?v=1776909394"},{"product_id":"luzz-iron-cannon","title":"Luzz Iron Cannon","description":"","brand":"Luzzpickleball","offers":[{"title":"Default Title","offer_id":45934235517101,"sku":"PB-CANNON-Gundam","price":114.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/2_8e778d83-1d44-4dc4-85f6-b6993d28701b.jpg?v=1776909379"},{"product_id":"luzz-glider-2026","title":"Luzz Glider 2026 Hybrid Paddle","description":"","brand":"Luzzpickleball","offers":[{"title":"Default Title","offer_id":46030212694189,"sku":"PRO-ZZ-GLIDER-YT2026","price":119.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0772\/0365\/files\/1_1_496b8e50-798f-4187-9266-c2e095179e16.jpg?v=1779432216"}],"url":"https:\/\/luzzpickleball.com\/collections\/us-paddle.oembed?page=2","provider":"Luzzpickleball","version":"1.0","type":"link"}