{"product_id":"inflatable-water-toys-2","title":"Woyuosn Ocean Breeze Splashland Cooling Water Pad","description":"\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003e\u003c\/title\u003e\n\u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\" rel=\"stylesheet\"\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n            --primary-color: #4a6fa5;\n            --secondary-color: #ff914d;\n            --text-color: #333;\n            --light-gray: #f5f5f5;\n            --medium-gray: #e0e0e0;\n            --dark-gray: #777;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            color: var(--text-color);\n            line-height: 1.6;\n            background-color: white;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        section {\n            padding: 30px 0;\n            border-bottom: 1px solid var(--medium-gray);\n        }\n        \n        h1, h2, h3, h4 {\n            color: var(--primary-color);\n            margin-bottom: 15px;\n        }\n        \n        \/* Testimonials Section *\/\n        .testimonials {\n            background-color: var(--light-gray);\n        }\n        \n        .testimonial-container {\n            display: flex;\n            overflow-x: auto;\n            scroll-snap-type: x mandatory;\n            -webkit-overflow-scrolling: touch;\n            scrollbar-width: none;\n        }\n        \n        .testimonial-container::-webkit-scrollbar {\n            display: none;\n        }\n        \n        .testimonial-card {\n            flex: 0 0 100%;\n            scroll-snap-align: start;\n            padding: 20px;\n            background: white;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            margin-right: 20px;\n        }\n        \n        .testimonial-text {\n            font-style: italic;\n            margin-bottom: 15px;\n        }\n        \n        .testimonial-author {\n            font-weight: bold;\n            color: var(--primary-color);\n        }\n        \n        .stars {\n            color: var(--secondary-color);\n            margin-bottom: 8px;\n        }\n        \n        .testimonial-nav {\n            display: flex;\n            justify-content: center;\n            gap: 10px;\n            margin-top: 15px;\n        }\n        \n        .testimonial-nav button {\n            width: 10px;\n            height: 10px;\n            border-radius: 50%;\n            border: none;\n            background-color: var(--medium-gray);\n            cursor: pointer;\n        }\n        \n        .testimonial-nav button.active {\n            background-color: var(--primary-color);\n        }\n        \n        \/* Collapsible Section *\/\n        .collapsible-section {\n            background-color: var(--light-gray);\n        }\n        \n        .collapsible {\n            background-color: white;\n            color: var(--text-color);\n            cursor: pointer;\n            padding: 15px;\n            width: 100%;\n            border: none;\n            text-align: left;\n            outline: none;\n            font-size: 16px;\n            font-weight: bold;\n            border-radius: 5px;\n            margin-bottom: 8px;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        \n        .collapsible:after {\n            content: '\\002B';\n            font-weight: bold;\n            float: right;\n            margin-left: 5px;\n        }\n        \n        .collapsible.active:after {\n            content: '\\2212';\n        }\n        \n        .content {\n            padding: 0 15px;\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.2s ease-out;\n            background-color: white;\n            border-radius: 0 0 5px 5px;\n            margin-bottom: 8px;\n        }\n        \n        .content-inner {\n            padding: 15px 0;\n        }\n        \n        \/* Video Gallery Section *\/\n        .video-gallery {\n            text-align: center;\n        }\n        \n        .video-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            justify-content: center;\n        }\n        \n        .video-wrapper {\n            flex: 1 1 30%;\n            min-width: 300px;\n        }\n        \n        video {\n            width: 100%;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        \n        \/* Brand Carousel Section *\/\n        .brand-carousel {\n            background-color: var(--light-gray);\n            text-align: center;\n            padding: 30px 0;\n        }\n        \n        .brand-title {\n            margin-bottom: 20px;\n            font-size: 20px;\n            color: var(--primary-color);\n        }\n        \n        .brands {\n            display: flex;\n            overflow-x: auto;\n            scroll-snap-type: x mandatory;\n            -webkit-overflow-scrolling: touch;\n            scrollbar-width: none;\n            padding: 15px 0;\n        }\n        \n        .brands::-webkit-scrollbar {\n            display: none;\n        }\n        \n        .brand {\n            flex: 0 0 auto;\n            scroll-snap-align: start;\n            padding: 0 25px;\n            font-weight: bold;\n            font-size: 16px;\n            color: var(--primary-color);\n        }\n        \n        \/* Feature Sections *\/\n        .feature-section {\n            margin-bottom: 40px;\n        }\n        \n        .feature-media {\n            margin-bottom: 20px;\n        }\n        \n        .feature-media img, .feature-media video {\n            width: 100%;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        \n        .feature-content {\n            padding: 0;\n        }\n        \n        .feature-title {\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            font-size: 24px;\n        }\n        \n        \/* Survey Section *\/\n        .survey-section {\n            background-color: var(--light-gray);\n        }\n        \n        .survey-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            justify-content: center;\n        }\n        \n        .survey-item {\n            flex: 1 1 30%;\n            min-width: 250px;\n            background: white;\n            padding: 25px;\n            border-radius: 10px;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        \n        .survey-percent {\n            font-size: 40px;\n            font-weight: bold;\n            color: var(--primary-color);\n            margin-bottom: 8px;\n        }\n        \n        .survey-text {\n            color: var(--dark-gray);\n            font-size: 14px;\n        }\n        \n        \/* FAQ Section *\/\n        .faq-section .collapsible {\n            background-color: var(--light-gray);\n            border: 1px solid var(--medium-gray);\n        }\n        \n        .faq-section .content {\n            background-color: var(--light-gray);\n            border: 1px solid var(--medium-gray);\n            border-top: none;\n        }\n        \n        .faq-section .content-inner {\n            padding: 15px;\n        }\n        \n        .faq-section strong {\n            color: var(--primary-color);\n        }\n        \n        \/* Responsive Styles *\/\n        @media (max-width: 768px) {\n            section {\n                padding: 25px 0;\n            }\n            \n            .video-wrapper {\n                flex: 1 1 100%;\n            }\n            \n            .survey-item {\n                flex: 1 1 100%;\n            }\n            \n            .testimonial-card {\n                padding: 15px;\n            }\n        }\n\u003c\/style\u003e\n\u003c!-- Testimonials Section --\u003e\n\u003csection class=\"testimonials\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"testimonial-container\" id=\"testimonialSlider\"\u003e\n\u003cdiv class=\"testimonial-card\"\u003e\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp class=\"testimonial-text\"\u003eI was really skeptical cause my pit is a heavy chewer and I thought he would destroy it in no time. But it's been half a year and there wasn't a single leak! I like that it cools him down, before this bed he refused to lay on beds I purchased for him and just laid on the floor all afternoon. It's also very convenient to clean the bed if it gets dirty. 100% recommend\u003c\/p\u003e\n\n\u003cp class=\"testimonial-author\"\u003eMike B.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"testimonial-card\"\u003e\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp class=\"testimonial-text\"\u003eMy dog loves this DogPlayBox water bed SO MUCH. She enjoys chilling on it for hours and when she feels playful she just tries to burrow in it. Yet after 2 months the bed is still holding strong! The fact that there is water inside seems to entertain her. She also loves when I refill it with colder water, as we live in Arizona and it's super hot here this time of the year!\u003c\/p\u003e\n\n\u003cp class=\"testimonial-author\"\u003eSarah T.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"testimonial-nav\"\u003e\n\u003cbutton class=\"active\" onclick=\"goToTestimonial(0)\"\u003e\u003c\/button\u003e\u003cbutton onclick=\"goToTestimonial(1)\"\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Collapsible Section --\u003e\n\n\u003csection class=\"collapsible-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cbutton class=\"collapsible\"\u003eFree Gift + What's Included\u003c\/button\u003e\n\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"content-inner\"\u003e\n\u003cp\u003e1. 1x DogPlayBox Cooling Water Bed\u003c\/p\u003e\n\n\u003cp\u003e2. 1x Pump to inflate the outer layer of the Water Bed - Free Gift Today Only\u003c\/p\u003e\n\n\u003cp\u003e3. Only today, we also include a free mystery gift with every order.\u003c\/p\u003e\n\n\u003cp\u003e\u003cem\u003eP.S.: Your dog will love it!\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"collapsible\"\u003eShipping\u003c\/button\u003e\n\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"content-inner\"\u003e\n\u003cp\u003eDue to the increased demand for DogPlayBox Cooling Water Bed, shipping may take between 5 to 10 days. All orders are insured and tracked. If you have any questions about your order, please email us at service@dogplaybox.com. We are always happy to help!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"collapsible\"\u003eGuarantee\u003c\/button\u003e\n\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"content-inner\"\u003e\n\u003cp\u003eWe are confident that you and your dog will love our DogPlayBox Cooling Water Bed. However, if for some reason you are not satisfied with your item, you may return it within 30 days of purchase, no questions asked. We also have a 1-year warranty for any factory defects! You can always get help at service@dogplaybox.com.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Video Gallery Section --\u003e\n\n\u003csection class=\"video-gallery\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003cdiv class=\"video-wrapper\"\u003e\n\u003cvideo controls=\"\"\u003e\u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/6378686d249a40189a09ddf9f85a0922.mp4\" type=\"video\/mp4\"\u003e Your browser does not support the video tag.\u003c\/source\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"video-wrapper\"\u003e\n\u003cvideo controls=\"\"\u003e\u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/1f365fbe659f42858af35da69977ef38.mp4\" type=\"video\/mp4\"\u003e Your browser does not support the video tag.\u003c\/source\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"video-wrapper\"\u003e\n\u003cvideo controls=\"\"\u003e\u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/f11707640d8f48aa9b3258cb363298b8.mp4\" type=\"video\/mp4\"\u003e Your browser does not support the video tag.\u003c\/source\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Brand Carousel Section --\u003e\n\n\u003csection class=\"brand-carousel\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"brand-title\"\u003eAs Seen On\u003c\/div\u003e\n\n\u003cdiv class=\"brands\"\u003e\n\u003cdiv class=\"brand\"\u003emoderndog\u003c\/div\u003e\n\n\u003cdiv class=\"brand\"\u003edogster\u003c\/div\u003e\n\n\u003cdiv class=\"brand\"\u003eK9\u003c\/div\u003e\n\n\u003cdiv class=\"brand\"\u003eVOGUE\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature Sections --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Dog enjoying DogPlayBox Water Bed\" referrerpolicy=\"no-referrer\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/5954\/3010\/files\/10036.png?v=1744960796\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3 class=\"feature-title\"\u003eYour Dog's New Favorite Spot\u003c\/h3\u003e\n\n\u003cp\u003eWe all had this one same situation you buy a brand new bed for your dog, place it in their favorite spot and...they just ignore it and prefer sleeping on the floor! That's because dogs get overheated easier than us, humans and prefer cold surfaces in the warmer part of the year. That's why we decided to create DogPlayBox Cooling Water Bed that will quickly become your dog's favorite spot. You fill it with water of the desired temperature to keep your pup cool naturally without toxic gels and questionable \"cooling fabric\" products that you see online, as half of them don't even work! Dogs also LOVE to snuggle and relax on the bed for hours on end. And if your dog tends to destroy things don't worry, as we made our water bed extra durable to prevent any leaks!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cvideo controls=\"\"\u003e\u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/25a9eb6de52542b592794b18e5f6ac7e.mp4\" type=\"video\/mp4\"\u003e Your browser does not support the video tag.\u003c\/source\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3 class=\"feature-title\"\u003eUltimate Cooling Haven\u003c\/h3\u003e\n\n\u003cp\u003eThe DogPlayBox Cooling Water Bed is super easy to set up - you just fill the outer layer of the bed with air (Pump included in the package) and after that fill the center with cool water. Place the bed inside or outside the house and watch your pup go crazy with it! It has a unique surface that creates gentle waves when the dog lays on it. These little movements calm the dog down, almost like being rocked to sleep. Most of our clients say that their dogs absolutely love it - they relax faster and stay calmer. The Water Bed also has an inner protective layer that helps keep it free from bacteria and mold.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Easy to clean DogPlayBox Water Bed\" referrerpolicy=\"no-referrer\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/5954\/3010\/files\/10047.png?v=1744960963\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3 class=\"feature-title\"\u003eEasy Care, Lasting Comfort\u003c\/h3\u003e\n\n\u003cp\u003eThe DogPlayBox Water Bed is designed for easy care in case of any accidents - it features a stain-resistant surface that's easy to wipe clean, leaving it looking as good as new. The Cooling Water Bed is very compact when disassembled, so it won't be a headache to find storage for it. Just drain all the water and air out of the bed and you are done! It is made with durable and scratch-resistant pet-safe materials and is built to last while providing your dog with long-term comfort. Your dog truly deserves the best. So why not make it happen?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Survey Section --\u003e\n\n\u003csection class=\"survey-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eCustomer Survey\u003c\/h2\u003e\n\n\u003cp\u003eWe did a survey involving over 1,000 of our customers and this is what they said:\u003c\/p\u003e\n\n\u003cdiv class=\"survey-container\"\u003e\n\u003cdiv class=\"survey-item\"\u003e\n\u003cdiv class=\"survey-percent\"\u003e95%\u003c\/div\u003e\n\n\u003cp class=\"survey-text\"\u003enoticed their dog is no longer panting and overheating after the bed was introduced to them.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"survey-item\"\u003e\n\u003cdiv class=\"survey-percent\"\u003e93%\u003c\/div\u003e\n\n\u003cp class=\"survey-text\"\u003eof dog owners said the water bed is more durable than they expected.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"survey-item\"\u003e\n\u003cdiv class=\"survey-percent\"\u003e86%\u003c\/div\u003e\n\n\u003cp class=\"survey-text\"\u003ereported that DogPlayBox's Water Bed has become their dog's favorite spot to sleep.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cbutton class=\"collapsible\"\u003e\u003cstrong\u003eIS IT DURABLE ENOUGH FOR MY CHEWER?\u003c\/strong\u003e\u003c\/button\u003e\n\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"content-inner\"\u003e\n\u003cp\u003eYes! We made our bed virtually indestructible to prevent the water leaking out. However, it's still best to supervise your pup while they are playing on the bed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"collapsible\"\u003e\u003cstrong\u003eWHEN WILL I RECEIVE MY ORDER?\u003c\/strong\u003e\u003c\/button\u003e\n\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"content-inner\"\u003e\n\u003cp\u003eIt takes about 24-48 hours to process your order. Delivery times may vary based on your location, but typically it takes 5-10 days. Rest assured that your order will arrive promptly and safely to your doorstep!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"collapsible\"\u003e\u003cstrong\u003eHOW DO I CLEAN IT?\u003c\/strong\u003e\u003c\/button\u003e\n\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"content-inner\"\u003e\n\u003cp\u003eThe DogPlayBox Cooling Water Bed is 100% machine washable. And if you just need to clean a specific spot, you can easily wipe it with a paper towel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"collapsible\"\u003e\u003cstrong\u003eHOW DO I ASSEMBLE IT?\u003c\/strong\u003e\u003c\/button\u003e\n\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"content-inner\"\u003e\n\u003cp\u003eIt's very simple you fill the outer layer of the bed with air to the max and then the bigger inner layer with water. For max durability, please fill it by 50-60% with water. It's best to change the water every day to keep the bed hygenic.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"collapsible\"\u003e\u003cstrong\u003eDO YOU OFFER ANY GUARANTEE?\u003c\/strong\u003e\u003c\/button\u003e\n\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"content-inner\"\u003e\n\u003cp\u003eAt DogPlayBox, we stand firmly behind the quality of our products. That's why we offer you peace of mind with our comprehensive warranty terms.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003e30-Day Money-Back Guarantee:\u003c\/strong\u003e We're confident that you'll fall in love with our product. But we also understand that individual preferences can vary. That's why we offer a 30-day money-back guarantee. If, for any reason, you're not entirely satisfied with your purchase, you can return the product within 30 days from the date of purchase. We'll refund you the full purchase amount with no cumbersome questions or hassle.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003e365-Day Warranty on Factory Defects:\u003c\/strong\u003e We take pride in the meticulous craftsmanship of our products. However, if, by any chance, a factory defect occurs within 365 days from the date of purchase, we ensure that the issue will be addressed. Simply reach out to our customer service, and we will promptly repair or replace the defective item at no cost.\u003c\/p\u003e\n\n\u003cp\u003eWe want you to shop at DogPlayBox with confidence, knowing that we stand by our products and strive for your complete satisfaction. If you have any questions about our warranty terms or need to file a warranty claim, please feel free to contact our customer service.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cscript\u003e\n        \/\/ Testimonial slider functionality\n        let currentTestimonial = 0;\n        const testimonialSlider = document.getElementById('testimonialSlider');\n        const testimonialButtons = document.querySelectorAll('.testimonial-nav button');\n        \n        function goToTestimonial(index) {\n            currentTestimonial = index;\n            testimonialSlider.scrollTo({\n                left: testimonialSlider.offsetWidth * index,\n                behavior: 'smooth'\n            });\n            \n            \/\/ Update active button\n            testimonialButtons.forEach((btn, i) =\u003e {\n                if (i === index) {\n                    btn.classList.add('active');\n                } else {\n                    btn.classList.remove('active');\n                }\n            });\n        }\n        \n        \/\/ Auto-advance testimonials\n        setInterval(() =\u003e {\n            currentTestimonial = (currentTestimonial + 1) % 2;\n            goToTestimonial(currentTestimonial);\n        }, 5000);\n        \n        \/\/ Collapsible functionality\n        const coll = document.getElementsByClassName(\"collapsible\");\n        \n        for (let i = 0; i \u003c coll.length; i++) {\n            coll[i].addEventListener(\"click\", function() {\n                this.classList.toggle(\"active\");\n                const content = this.nextElementSibling;\n                if (content.style.maxHeight) {\n                    content.style.maxHeight = null;\n                } else {\n                    content.style.maxHeight = content.scrollHeight + \"px\";\n                }\n            });\n            \n            \/\/ Close all collapsibles by default except the first one in each section\n            if (i === 0 || i === 3 || i === 8) {\n                coll[i].classList.add(\"active\");\n                coll[i].nextElementSibling.style.maxHeight = coll[i].nextElementSibling.scrollHeight + \"px\";\n            }\n        }\n        \n        \/\/ Auto-scroll brand carousel\n        const brands = document.querySelector('.brands');\n        let scrollAmount = 0;\n        const brandScrollSpeed = 1;\n        \n        function scrollBrands() {\n            scrollAmount += brandScrollSpeed;\n            if (scrollAmount \u003e= brands.scrollWidth \/ 2) {\n                scrollAmount = 0;\n            }\n            brands.scrollLeft = scrollAmount;\n            requestAnimationFrame(scrollBrands);\n        }\n        \n        \/\/ Start scrolling after a delay\n        setTimeout(scrollBrands, 2000);\n    \u003c\/script\u003e","brand":"Celery Pets","offers":[{"title":"Circular (23.6 Inch)","offer_id":44675794501823,"sku":null,"price":14.99,"currency_code":"USD","in_stock":true},{"title":"Circular (39.4 Inch)","offer_id":44675794534591,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true},{"title":"Square (27.17*19.69 Inch)","offer_id":44675794567359,"sku":null,"price":14.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/63f814c96c5b5d1343c2d7eab25837c9_954dbb3b-6688-4c73-a6f1-43c8d840826b.jpg?v=1762139849","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/inflatable-water-toys-2","provider":"Bak","version":"1.0","type":"link"}