{"product_id":"luzz-cannon-paddle","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":42973510860898,"sku":"PB-CANNON-USA","price":109.0,"currency_code":"USD","in_stock":true},{"title":"Kung Fu Panda Cannon","offer_id":42973510893666,"sku":"PB-KFP-CANNON-19-DUA","price":119.0,"currency_code":"USD","in_stock":true},{"title":"Candy Cannon","offer_id":42973510926434,"sku":"PB-CANNON-CANDY","price":114.0,"currency_code":"USD","in_stock":true},{"title":"Minions Cannon","offer_id":42973510959202,"sku":"PB-22-CANNON-MINIONS-USA","price":119.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0611\/6199\/6386\/files\/1_c410ad7e-ab3b-40b0-b98d-89cd1c2461cc.jpg?v=1780061152","url":"https:\/\/shop.brooklynpickleballteam.com\/products\/luzz-cannon-paddle","provider":"Brooklyn Pickleball Team Shop","version":"1.0","type":"link"}