{"product_id":"luzz-candy-cannon","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":42973510598754,"sku":"PB-CANNON-CANDY","price":114.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0611\/6199\/6386\/files\/1_6ba85ad8-6a12-46f8-8a73-bb840c87d3a5.jpg?v=1780061147","url":"https:\/\/shop.brooklynpickleballteam.com\/products\/luzz-candy-cannon","provider":"Brooklyn Pickleball Team Shop","version":"1.0","type":"link"}