{"product_id":"pocketrod","title":"PocketRod","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"\u003e\n    \u003ctitle\u003ePocketReelRod - Portable Fishing Rod\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary-color: #2a5885;\n            --success-color: #4CAF50;\n            --error-color: #f44336;\n            --border-color: #ddd;\n            --text-color: #333;\n            --light-bg: #f9f9f9;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n            -webkit-tap-highlight-color: transparent;\n        }\n        \n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;\n            color: var(--text-color);\n            line-height: 1.6;\n            background-color: var(--light-bg);\n            font-size: 18px;\n            -webkit-text-size-adjust: 100%;\n        }\n        \n        .container {\n            width: 100%;\n            max-width: 100%;\n            margin: 0 auto;\n            padding: 0 8px;\n        }\n        \n        section {\n            margin-bottom: 30px;\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n            padding: 20px;\n            overflow: hidden;\n            width: 100%;\n        }\n        \n        h1, h2, h3, h4 {\n            color: var(--primary-color);\n            margin-bottom: 20px;\n            font-weight: 600;\n        }\n        \n        h1 { font-size: 2.4rem; }\n        h2 { font-size: 2.2rem; }\n        h3 { font-size: 2.0rem; }\n        h4 { font-size: 1.8rem; }\n        \n        .highlight {\n            font-weight: bold;\n            color: var(--primary-color);\n        }\n        \n        \/* Shipping Tracker *\/\n        .tracker {\n            padding: 20px;\n        }\n        \n        .header {\n            font-weight: bold;\n            font-size: 2.4rem;\n            margin-bottom: 25px;\n            text-align: center;\n            color: var(--primary-color);\n        }\n        \n        .timeline {\n            position: relative;\n            padding-left: 30px;\n            margin-bottom: 30px;\n        }\n        \n        .timeline::before {\n            content: \"\";\n            position: absolute;\n            left: 10px;\n            top: 0;\n            bottom: 0;\n            width: 3px;\n            background-color: var(--success-color);\n        }\n        \n        .event {\n            position: relative;\n            margin-bottom: 25px;\n        }\n        \n        .event::before {\n            content: \"\";\n            position: absolute;\n            left: -30px;\n            top: 8px;\n            width: 14px;\n            height: 14px;\n            border-radius: 50%;\n            background-color: var(--success-color);\n            border: 3px solid white;\n        }\n        \n        .event.completed::before {\n            background-color: var(--success-color);\n        }\n        \n        .event.current::before {\n            background-color: white;\n            border: 3px solid var(--success-color);\n        }\n        \n        .event.pending::before {\n            background-color: #ddd;\n        }\n        \n        .date {\n            font-weight: bold;\n            color: var(--text-color);\n            font-size: 1.4rem;\n        }\n        \n        .status {\n            color: #666;\n            font-size: 1.3rem;\n        }\n        \n        \/* Collapsible Sections *\/\n        .section {\n            margin-bottom: 15px;\n            border-bottom: 2px solid #eee;\n            padding-bottom: 15px;\n        }\n        \n        .section:last-child {\n            border-bottom: none;\n        }\n        \n        .section-header {\n            font-weight: 600;\n            cursor: pointer;\n            position: relative;\n            padding-left: 30px;\n            font-size: 1.5rem;\n            padding-top: 5px;\n            padding-bottom: 5px;\n        }\n        \n        .section-header::before {\n            content: \"▼\";\n            position: absolute;\n            left: 0;\n            font-size: 16px;\n            color: var(--primary-color);\n            transition: transform 0.2s;\n        }\n        \n        .section-header.collapsed::before {\n            content: \"►\";\n        }\n        \n        .section-content {\n            padding: 15px 0 0 30px;\n            font-size: 1.4rem;\n            color: #555;\n            line-height: 1.6;\n            display: none;\n        }\n        \n        .section-content.show {\n            display: block;\n            animation: fadeIn 0.3s ease;\n        }\n        \n        @keyframes fadeIn {\n            from { opacity: 0; }\n            to { opacity: 1; }\n        }\n        \n        \/* Carousel Styles *\/\n        .carousel-container {\n            position: relative;\n            width: 100%;\n            overflow: hidden;\n            margin: 0 auto;\n        }\n        \n        .carousel-track {\n            display: flex;\n            transition: transform 0.5s ease;\n            width: 100%;\n        }\n        \n        .carousel-slide {\n            min-width: 100%;\n            padding: 0 8px;\n            box-sizing: border-box;\n        }\n        \n        .review-card, .testimonial-card {\n            background: white;\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 3px 8px rgba(0,0,0,0.08);\n            height: 100%;\n        }\n        \n        .reviewer {\n            font-weight: 600;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n            font-size: 1.5rem;\n        }\n        \n        .stars {\n            color: #FFD700;\n            font-size: 20px;\n            margin-left: 8px;\n        }\n        \n        .review-text, .testimonial-text {\n            color: var(--text-color);\n            line-height: 1.6;\n            margin: 12px 0;\n            font-size: 1.4rem;\n        }\n        \n        .testimonial-author {\n            font-weight: 600;\n            color: var(--primary-color);\n            text-align: right;\n            font-size: 1.4rem;\n        }\n        \n        .carousel-dots {\n            display: flex;\n            justify-content: center;\n            margin-top: 20px;\n        }\n        \n        .carousel-dot {\n            width: 14px;\n            height: 14px;\n            border-radius: 50%;\n            background: #ccc;\n            margin: 0 8px;\n            cursor: pointer;\n            transition: all 0.2s;\n        }\n        \n        .carousel-dot.active {\n            background: var(--primary-color);\n            transform: scale(1.4);\n        }\n        \n        \/* Features *\/\n        .feature-section {\n            display: flex;\n            flex-direction: column;\n            margin-bottom: 30px;\n        }\n        \n        .feature-image {\n            width: 100%;\n            border-radius: 10px;\n            margin-bottom: 20px;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.12);\n        }\n        \n        \/* Comparison Table *\/\n        .comparison-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 20px 0;\n            font-size: 1.4rem;\n        }\n        \n        .comparison-table th, \n        .comparison-table td {\n            padding: 15px 12px;\n            text-align: left;\n            border-bottom: 2px solid var(--border-color);\n        }\n        \n        .comparison-table th {\n            background-color: #f8f8f8;\n            font-weight: 600;\n        }\n        \n        .checkmark {\n            color: var(--success-color);\n            font-weight: bold;\n            font-size: 1.6rem;\n        }\n        \n        .xmark {\n            color: var(--error-color);\n            font-weight: bold;\n            font-size: 1.6rem;\n        }\n        \n        \/* FAQ *\/\n        .faq-item {\n            border-bottom: 2px solid #eee;\n            padding: 18px 0;\n        }\n        \n        .faq-question {\n            font-weight: 600;\n            cursor: pointer;\n            position: relative;\n            padding-right: 30px;\n            font-size: 1.6rem;\n        }\n        \n        .faq-question::after {\n            content: '+';\n            position: absolute;\n            right: 0;\n            top: 0;\n            color: var(--primary-color);\n            font-size: 1.8rem;\n            transition: transform 0.2s;\n        }\n        \n        .faq-question.active::after {\n            content: '-';\n        }\n        \n        .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.3s ease;\n            padding-left: 15px;\n            font-size: 1.5rem;\n            line-height: 1.6;\n        }\n        \n        .faq-answer.show {\n            max-height: 500px;\n            padding-top: 15px;\n        }\n        \n        .guarantee-section {\n            background-color: #f8f8f8;\n            padding: 25px;\n            border-radius: 10px;\n            margin: 30px 0;\n            text-align: center;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background-color: var(--primary-color);\n            color: white;\n            padding: 16px 35px;\n            border-radius: 10px;\n            text-decoration: none;\n            font-weight: 600;\n            margin-top: 20px;\n            transition: background-color 0.3s;\n            font-size: 1.5rem;\n            border: none;\n            width: 100%;\n            max-width: 300px;\n            text-align: center;\n        }\n        \n        .cta-button:hover {\n            background-color: #1e3d6b;\n        }\n        \n        \/* Product Details *\/\n        .product-specs {\n            margin: 20px 0;\n        }\n        \n        .spec-item {\n            margin-bottom: 20px;\n        }\n        \n        .spec-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* Lists *\/\n        ol, ul {\n            padding-left: 30px;\n            margin: 15px 0;\n        }\n        \n        li {\n            margin-bottom: 10px;\n            font-size: 1.4rem;\n        }\n        \n        \/* Responsive adjustments for tablets and larger *\/\n        @media (min-width: 600px) {\n            .container {\n                max-width: 540px;\n                padding: 0 15px;\n            }\n            \n            .carousel-slide {\n                min-width: 50%;\n            }\n        }\n        \n        @media (min-width: 768px) {\n            .container {\n                max-width: 720px;\n            }\n            \n            .feature-section {\n                flex-direction: row;\n                align-items: center;\n                gap: 30px;\n            }\n            \n            .feature-image {\n                width: 50%;\n                margin-bottom: 0;\n            }\n            \n            .feature-content {\n                width: 50%;\n            }\n            \n            .carousel-slide {\n                min-width: 33.33%;\n            }\n        }\n        \n        @media (min-width: 992px) {\n            .container {\n                max-width: 960px;\n            }\n            \n            section {\n                padding: 30px;\n            }\n        }\n        \n        \/* Touch optimizations *\/\n        button, .section-header, .faq-question {\n            -webkit-tap-highlight-color: rgba(0,0,0,0.1);\n        }\n        \n        \/* Prevent zoom on input focus *\/\n        @media screen and (-webkit-min-device-pixel-ratio:0) {\n            select,\n            textarea,\n            input {\n                font-size: 18px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"container\"\u003e\n        \u003c!-- Shipping Tracker --\u003e\n        \u003csection class=\"tracker\"\u003e\n            \u003cdiv class=\"header\"\u003eTrack Your PocketReelRod Order\u003c\/div\u003e\n            \n            \u003cdiv class=\"timeline\"\u003e\n                \u003cdiv class=\"event completed\"\u003e\n                    \u003cdiv class=\"date\" id=\"order-date\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"status\"\u003eOrder placed\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"event completed\"\u003e\n                    \u003cdiv class=\"date\" id=\"dispatch-date\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"status\"\u003eDispatched\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"event\" id=\"delivery-event\"\u003e\n                    \u003cdiv class=\"date\" id=\"delivery-date\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"status\"\u003eDelivered\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"section\"\u003e\n                \u003cdiv class=\"section-header collapsed\" onclick=\"toggleSection('shipping')\"\u003eShipping Information\u003c\/div\u003e\n                \u003cdiv class=\"section-content\" id=\"shipping-content\"\u003e\n                    \u003ch4\u003eDelivery Information:\u003c\/h4\u003e\n                    \u003cp\u003e\u003cstrong\u003eShipping Time:\u003c\/strong\u003e All orders are processed within 1-2 days. Once your order is processed, it will be shipped and is expected to arrive within 7-9 business days.\u003c\/p\u003e\n                    \u003cp\u003e\u003cstrong\u003eShipping Cost:\u003c\/strong\u003e We are pleased to offer Standard Insured Shipping and Priority Shipping which is calculated at checkout.\u003c\/p\u003e\n                    \n                    \u003c!-- Product Details moved here --\u003e\n                    \u003cdiv class=\"product-specs\"\u003e\n                        \u003ch4\u003eProduct Details\u003c\/h4\u003e\n                        \n                        \u003cdiv class=\"section\"\u003e\n                            \u003cdiv class=\"section-header collapsed\" onclick=\"toggleSection('how-to-use')\"\u003eHow to Use?\u003c\/div\u003e\n                            \u003cdiv class=\"section-content\" id=\"how-to-use-content\"\u003e\n                                \u003ch4\u003eStep-by-Step Instructions:\u003c\/h4\u003e\n                                \u003col\u003e\n                                    \u003cli\u003eUncap the pen\u003c\/li\u003e\n                                    \u003cli\u003eExtend the rod\u003c\/li\u003e\n                                    \u003cli\u003eAttach the reel\u003c\/li\u003e\n                                    \u003cli\u003ePrepare for fishing\u003c\/li\u003e\n                                    \u003cli\u003eStart fishing\u003c\/li\u003e\n                                    \u003cli\u003eHave fun!\u003c\/li\u003e\n                                \u003c\/ol\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \n                        \u003cdiv class=\"section\"\u003e\n                            \u003cdiv class=\"section-header collapsed\" onclick=\"toggleSection('product-details')\"\u003eSpecifications\u003c\/div\u003e\n                            \u003cdiv class=\"section-content\" id=\"product-details-content\"\u003e\n                                \u003cdiv class=\"spec-item\"\u003e\n                                    \u003cdiv class=\"spec-title\"\u003eSize:\u003c\/div\u003e\n                                    \u003cp\u003eShortened Length: 20cm\/7.87\" (Approx.)\u003c\/p\u003e\n                                    \u003cp\u003eExtended Length: 100cm\/39.37\" (Approx.)\u003c\/p\u003e\n                                \u003c\/div\u003e\n                                \n                                \u003cdiv class=\"spec-item\"\u003e\n                                    \u003cdiv class=\"spec-title\"\u003eStrength \u0026amp; Durability:\u003c\/div\u003e\n                                    \u003cp\u003eMaterials: Epoxy, Fiberglass, Aluminum Alloy, and ABS\u003c\/p\u003e\n                                    \u003cp\u003eGear Ratio: 5.1:1\u003c\/p\u003e\n                                    \u003cp\u003eBearing Weight: 3.6kg\/8lbs\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\/div\u003e\n        \u003c\/section\u003e\n        \n        \u003c!-- Customer Reviews --\u003e\n        \u003csection\u003e\n            \u003ch2\u003eCustomer Reviews\u003c\/h2\u003e\n            \n            \u003cdiv class=\"carousel-container\"\u003e\n                \u003cdiv class=\"carousel-track\" id=\"reviewsTrack\"\u003e\n                    \u003c!-- Review 1 --\u003e\n                    \u003cdiv class=\"carousel-slide\"\u003e\n                        \u003cdiv class=\"review-card\"\u003e\n                            \u003cdiv class=\"reviewer\"\u003eS.R.\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e\n\u003c\/div\u003e\n                            \u003cdiv class=\"review-text\"\u003e\n                                Good arrival, really amazing metal reel \u0026amp; rod, thanks seller. 💬 Good product, strong...\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003c!-- Review 2 --\u003e\n                    \u003cdiv class=\"carousel-slide\"\u003e\n                        \u003cdiv class=\"review-card\"\u003e\n                            \u003cdiv class=\"reviewer\"\u003eMax Sterling\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e\n\u003c\/div\u003e\n                            \u003cdiv class=\"review-text\"\u003e\n                                the rod and the reel are amazing but I had to replace the original line\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003c!-- Review 3 --\u003e\n                    \u003cdiv class=\"carousel-slide\"\u003e\n                        \u003cdiv class=\"review-card\"\u003e\n                            \u003cdiv class=\"reviewer\"\u003eRedding J.\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e\n\u003c\/div\u003e\n                            \u003cdiv class=\"review-text\"\u003e\n                                this is so sigma rod, I came with these skibi rod and I shoed them rizz I tickled their gyatt with the rod\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"carousel-dots\" id=\"reviewDots\"\u003e\n                    \u003cdiv class=\"carousel-dot active\" onclick=\"goToReviewSlide(0)\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"carousel-dot\" onclick=\"goToReviewSlide(1)\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"carousel-dot\" onclick=\"goToReviewSlide(2)\"\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \n        \u003c!-- Product Features --\u003e\n        \u003csection\u003e\n            \u003ch2\u003ePocketReelRod Features\u003c\/h2\u003e\n            \n            \u003cdiv class=\"feature-section\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/8226\/1417\/files\/10042.gif?v=1743656841\" alt=\"PocketReelRod in action\" class=\"feature-image\"\u003e\n                \u003cdiv class=\"feature-content\"\u003e\n                    \u003ch3\u003eREEL Fishermen, REEL Quality\u003c\/h3\u003e\n                    \u003cp\u003eAre you tired of using poorly made fishing rods that can't handle a decently sized fish? \u003cspan class=\"highlight\"\u003eWe sure are!\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cp\u003ePocketReelRod is designed to be \u003cspan class=\"highlight\"\u003estrong, flexible, and lightweight\u003c\/span\u003e using premium quality materials.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-section\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/8226\/1417\/files\/10041.gif?v=1743656841\" alt=\"Compact PocketReelRod\" class=\"feature-image\"\u003e\n                \u003cdiv class=\"feature-content\"\u003e\n                    \u003ch3\u003eBig Things Come In Small Sizes\u003c\/h3\u003e\n                    \u003cp\u003eYour fishing buddy thinks he has it all figured out.\u003c\/p\u003e\n                    \u003cp\u003eAllow us to show them what a \u003cspan class=\"highlight\"\u003epen-shaped rod that fits in your pocket\u003c\/span\u003e can really do.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \n        \u003c!-- Product Comparison --\u003e\n        \u003csection\u003e\n            \u003ch2\u003ePocketReelRod vs Competitors\u003c\/h2\u003e\n            \u003cp\u003eWe pride ourselves in our quality and focus on size, we cannot say the same for others.\u003c\/p\u003e\n            \n            \u003ctable class=\"comparison-table\"\u003e\n                \u003cthead\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003eFeature\u003c\/th\u003e\n                        \u003cth\u003ePocketReelRod\u003c\/th\u003e\n                        \u003cth\u003eOther Rods\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                \u003c\/thead\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eHigh Quality\u003c\/td\u003e\n                        \u003ctd class=\"checkmark\"\u003e✓\u003c\/td\u003e\n                        \u003ctd class=\"xmark\"\u003e✗\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003ePortable\u003c\/td\u003e\n                        \u003ctd class=\"checkmark\"\u003e✓\u003c\/td\u003e\n                        \u003ctd class=\"xmark\"\u003e✗\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eStrong\u003c\/td\u003e\n                        \u003ctd class=\"checkmark\"\u003e✓\u003c\/td\u003e\n                        \u003ctd class=\"xmark\"\u003e✗\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eComplex\u003c\/td\u003e\n                        \u003ctd class=\"xmark\"\u003e✗\u003c\/td\u003e\n                        \u003ctd class=\"checkmark\"\u003e✓\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eFun\u003c\/td\u003e\n                        \u003ctd class=\"checkmark\"\u003e✓\u003c\/td\u003e\n                        \u003ctd class=\"xmark\"\u003e✗\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n            \n            \u003cdiv style=\"text-align: center; margin-top: 25px;\"\u003e\n                \u003ca href=\"#\" class=\"cta-button\"\u003eGET YOURS NOW\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \n        \u003c!-- Testimonials --\u003e\n        \u003csection\u003e\n            \u003ch2\u003eWhat Our Customers Are Saying\u003c\/h2\u003e\n            \n            \u003cdiv class=\"carousel-container\"\u003e\n                \u003cdiv class=\"carousel-track\" id=\"testimonialsTrack\"\u003e\n                    \u003c!-- Testimonial 1 --\u003e\n                    \u003cdiv class=\"carousel-slide\"\u003e\n                        \u003cdiv class=\"testimonial-card\"\u003e\n                            \u003cp class=\"testimonial-text\"\u003e\"I keep this in my car or backpack for spur of the moment fishing. The pole is sturdy, have caught rainbows and it feels like pulling up a whole.\"\u003c\/p\u003e\n                            \u003cp class=\"testimonial-author\"\u003e- OakRhade80\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003c!-- Testimonial 2 --\u003e\n                    \u003cdiv class=\"carousel-slide\"\u003e\n                        \u003cdiv class=\"testimonial-card\"\u003e\n                            \u003cp class=\"testimonial-text\"\u003e\"Its easy to pack and it gets the job done when catching small fish.\"\u003c\/p\u003e\n                            \u003cp class=\"testimonial-author\"\u003e- willbuce\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003c!-- Testimonial 3 --\u003e\n                    \u003cdiv class=\"carousel-slide\"\u003e\n                        \u003cdiv class=\"testimonial-card\"\u003e\n                            \u003cp class=\"testimonial-text\"\u003e\"Surprisingly strong and high quality! Watched some videos before purchasing and it seemed a good product. This listing has exactly what I was expecting based on my research. I caught a nice walleye my first trip with it and it seems to have good casting distance!\"\u003c\/p\u003e\n                            \u003cp class=\"testimonial-author\"\u003e- Sophieo.world\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"carousel-dots\" id=\"testimonialDots\"\u003e\n                    \u003cdiv class=\"carousel-dot active\" onclick=\"goToTestimonialSlide(0)\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"carousel-dot\" onclick=\"goToTestimonialSlide(1)\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"carousel-dot\" onclick=\"goToTestimonialSlide(2)\"\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \n        \u003c!-- FAQs --\u003e\n        \u003csection\u003e\n            \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n            \n            \u003cdiv class=\"faq-item\"\u003e\n                \u003cdiv class=\"faq-question\" onclick=\"toggleFAQ(this)\"\u003eHow strong is the PocketReelRod?\u003c\/div\u003e\n                \u003cdiv class=\"faq-answer\"\u003e\n                    \u003cp\u003eDespite its small size, the PocketReelRod is surprisingly strong. It's constructed from durable materials like aluminum alloy and fiberglass, capable of handling fish up to 8 pounds.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"faq-item\"\u003e\n                \u003cdiv class=\"faq-question\" onclick=\"toggleFAQ(this)\"\u003eWhat's included when I buy?\u003c\/div\u003e\n                \u003cdiv class=\"faq-answer\"\u003e\n                    \u003cp\u003ePocketReelRod comes with the rod and reel with fishing line included.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"faq-item\"\u003e\n                \u003cdiv class=\"faq-question\" onclick=\"toggleFAQ(this)\"\u003eWhat size is the PocketReelRod?\u003c\/div\u003e\n                \u003cdiv class=\"faq-answer\"\u003e\n                    \u003cp\u003eShortened Length: 20cm\/7.87\" (Approx.)\u003c\/p\u003e\n                    \u003cp\u003eExtended Length: 100cm\/39.37\" (Approx.)\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"faq-item\"\u003e\n                \u003cdiv class=\"faq-question\" onclick=\"toggleFAQ(this)\"\u003eHow fast is shipping?\u003c\/div\u003e\n                \u003cdiv class=\"faq-answer\"\u003e\n                    \u003cp\u003eAll orders are processed within 1-2 days and delivered within 7-9 business days! Shipping times may vary depending on your location.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"faq-item\"\u003e\n                \u003cdiv class=\"faq-question\" onclick=\"toggleFAQ(this)\"\u003eCan't find the answer to your question?\u003c\/div\u003e\n                \u003cdiv class=\"faq-answer\"\u003e\n                    \u003cp\u003eFor any other questions, reach out to our customer support who would be more than happy to help!\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"guarantee-section\"\u003e\n                \u003ch3\u003e30-Day Money Back Guarantee\u003c\/h3\u003e\n                \u003cp\u003eIn 30 days, if you wouldn't jump into shark infested waters to get your PocketReelRod back, we will return every dollar you paid.\u003c\/p\u003e\n                \u003cp\u003eJust contact us on the form!\u003c\/p\u003e\n                \u003ca href=\"#\" class=\"cta-button\"\u003eOrder Now\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        \/\/ Set Los Angeles timezone\n        const options = { timeZone: 'America\/Los_Angeles', month: 'short', day: 'numeric' };\n        \n        \/\/ Get current date in LA\n        const now = new Date();\n        const orderDate = new Date(now);\n        \n        \/\/ Calculate dispatch date (1-2 days after order)\n        const dispatchDate = new Date(orderDate);\n        dispatchDate.setDate(dispatchDate.getDate() + 1); \/\/ 1-2 days\n        \n        \/\/ Calculate delivery date (7-9 business days after dispatch)\n        const earliestDelivery = new Date(dispatchDate);\n        const latestDelivery = new Date(dispatchDate);\n        \n        let businessDays = 0;\n        while (businessDays \u003c 7) {\n            earliestDelivery.setDate(earliestDelivery.getDate() + 1);\n            if (earliestDelivery.getDay() !== 0 \u0026\u0026 earliestDelivery.getDay() !== 6) {\n                businessDays++;\n            }\n        }\n        \n        businessDays = 0;\n        while (businessDays \u003c 9) {\n            latestDelivery.setDate(latestDelivery.getDate() + 1);\n            if (latestDelivery.getDay() !== 0 \u0026\u0026 latestDelivery.getDay() !== 6) {\n                businessDays++;\n            }\n        }\n        \n        \/\/ Format dates\n        document.getElementById('order-date').textContent = orderDate.toLocaleDateString('en-US', options);\n        document.getElementById('dispatch-date').textContent = dispatchDate.toLocaleDateString('en-US', options);\n        document.getElementById('delivery-date').textContent = earliestDelivery.toLocaleDateString('en-US', options) + ' - ' + \n            latestDelivery.toLocaleDateString('en-US', options);\n        \n        \/\/ Update status based on current date\n        const deliveryEvent = document.getElementById('delivery-event');\n        if (now \u003e latestDelivery) {\n            deliveryEvent.classList.add('completed');\n        } else if (now \u003e earliestDelivery) {\n            deliveryEvent.classList.add('current');\n        } else {\n            deliveryEvent.classList.add('pending');\n        }\n\n        \/\/ Collapsible sections functionality\n        function toggleSection(sectionId) {\n            const header = document.querySelector(`[onclick=\"toggleSection('${sectionId}')\"]`);\n            const content = document.getElementById(`${sectionId}-content`);\n            \n            header.classList.toggle('collapsed');\n            content.classList.toggle('show');\n        }\n        \n        \/\/ FAQ functionality\n        function toggleFAQ(element) {\n            element.classList.toggle('active');\n            const answer = element.nextElementSibling;\n            answer.classList.toggle('show');\n        }\n        \n        \/\/ Carousel functionality\n        function setupCarousel(trackId, dotsId) {\n            let currentSlide = 0;\n            const track = document.getElementById(trackId);\n            const slides = document.querySelectorAll(`#${trackId} .carousel-slide`);\n            const dots = document.querySelectorAll(`#${dotsId} .carousel-dot`);\n            let interval;\n            \n            function updateSlider() {\n                const slideWidth = slides[0].offsetWidth;\n                track.style.transform = `translateX(-${currentSlide * slideWidth}px)`;\n                \n                dots.forEach((dot, index) =\u003e {\n                    dot.classList.toggle('active', index === currentSlide);\n                });\n            }\n            \n            function moveSlide(direction) {\n                currentSlide += direction;\n                \n                if (currentSlide \u003c 0) {\n                    currentSlide = slides.length - 1;\n                } else if (currentSlide \u003e= slides.length) {\n                    currentSlide = 0;\n                }\n                \n                updateSlider();\n            }\n            \n            function goToSlide(index) {\n                currentSlide = index;\n                updateSlider();\n            }\n            \n            function startAutoSlide() {\n                interval = setInterval(() =\u003e {\n                    moveSlide(1);\n                }, 5000);\n            }\n            \n            \/\/ Initialize\n            updateSlider();\n            startAutoSlide();\n            \n            \/\/ Handle window resize\n            window.addEventListener('resize', () =\u003e {\n                updateSlider();\n            });\n            \n            \/\/ Touch event support\n            let touchStartX = 0;\n            let touchEndX = 0;\n            \n            function handleTouchStart(e) {\n                touchStartX = e.changedTouches[0].screenX;\n                clearInterval(interval);\n            }\u003c\/script\u003e\n\u003c\/body\u003e","brand":"mysite","offers":[{"title":"Blue \/ 3.28 Ft","offer_id":44676289953983,"sku":"14:173","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 4.59 Ft","offer_id":44676289986751,"sku":null,"price":34.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 5.24 Ft","offer_id":44676290019519,"sku":null,"price":39.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3.28 Ft","offer_id":44676290052287,"sku":"14:193","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 4.59 Ft","offer_id":44676290085055,"sku":null,"price":34.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 5.24 Ft","offer_id":44676290117823,"sku":null,"price":39.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ 3.28 Ft","offer_id":44676290150591,"sku":"14:10","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ 4.59 Ft","offer_id":44676290183359,"sku":null,"price":34.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ 5.24 Ft","offer_id":44676290216127,"sku":null,"price":39.95,"currency_code":"USD","in_stock":true},{"title":"Purple \/ 3.28 Ft","offer_id":44676290248895,"sku":"14:496","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Purple \/ 4.59 Ft","offer_id":44676290281663,"sku":null,"price":34.95,"currency_code":"USD","in_stock":true},{"title":"Purple \/ 5.24 Ft","offer_id":44676290314431,"sku":null,"price":39.95,"currency_code":"USD","in_stock":true},{"title":"Gold \/ 3.28 Ft","offer_id":44676290347199,"sku":"14:175#Golden","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Gold \/ 4.59 Ft","offer_id":44676290379967,"sku":null,"price":34.95,"currency_code":"USD","in_stock":true},{"title":"Gold \/ 5.24 Ft","offer_id":44676290412735,"sku":null,"price":39.95,"currency_code":"USD","in_stock":true},{"title":"Silver \/ 3.28 Ft","offer_id":44676290445503,"sku":"14:29#Silver","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Silver \/ 4.59 Ft","offer_id":44676290478271,"sku":null,"price":34.95,"currency_code":"USD","in_stock":true},{"title":"Silver \/ 5.24 Ft","offer_id":44676290511039,"sku":null,"price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/MAIN2.jpg?v=1762147378","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/pocketrod","provider":"Bak","version":"1.0","type":"link"}