{"title":"Ear Sprays","description":"","products":[{"product_id":"earcalm-pumpspray-5ml","title":"Earcalm Spray 5ml","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eearcalm-pumpspray-5ml Description\u003c\/title\u003e\n    \u003cscript src=\"https:\/\/cdn.tailwindcss.com\"\u003e\u003c\/script\u003e\n    \u003cscript defer src=\"https:\/\/cdn.jsdelivr.net\/npm\/alpinejs@3.x.x\/dist\/cdn.min.js\"\u003e\u003c\/script\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Instrument+Sans:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cscript\u003e\n        tailwind.config = {\n            prefix: 'tw-',\n            theme: {\n                extend: {\n                    fontFamily: {\n                        sans: ['Instrument Sans', 'sans-serif'],\n                    },\n                    colors: {\n                        primary: '#3F88CE',\n                        'primary-light': '#EBF5FF',\n                    }\n                }\n            }\n        }\n    \u003c\/script\u003e\n    \u003cstyle\u003e\n        \/* Reset styles for our content only *\/\n        .treated-content * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Instrument Sans', sans-serif !important;\n        }\n\n        \/* Defensive styles to prevent Shopify styles from bleeding in *\/\n        .treated-content button {\n            background: none;\n            border: none;\n            padding: 0;\n            margin: 0;\n            font: inherit;\n            cursor: pointer;\n            outline: inherit;\n            width: 100%;\n            text-align: left;\n        }\n\n        .treated-content button:hover {\n            background: none;\n        }\n\n        .treated-content button:focus {\n            outline: none;\n        }\n\n        \/* Override any Shopify specific styles *\/\n        .treated-content .tw-bg-primary {\n            background-color: #3F88CE !important;\n        }\n\n        .treated-content .tw-text-primary {\n            color: #3F88CE !important;\n        }\n\n        .treated-content .tw-bg-primary-light {\n            background-color: #EBF5FF !important;\n        }\n\n        \/* Enhanced button and hover states *\/\n        .treated-content button.accordion-button {\n            background-color: #FFFFFF !important;\n            border-radius: 0.75rem !important;\n            transition: all 200ms ease-in-out !important;\n            padding: 1.5rem 1rem !important;\n            width: 100% !important;\n            display: flex !important;\n            align-items: center !important;\n            justify-content: space-between !important;\n        }\n\n        .treated-content button.accordion-button:hover {\n            background-color: #F9FAFB !important;\n        }\n\n        .treated-content button.accordion-button:focus {\n            outline: 2px solid #3F88CE !important;\n            outline-offset: 2px !important;\n        }\n\n        \/* Section styling *\/\n        .treated-content .section-header {\n            background-color: #FFFFFF !important;\n            border-radius: 0.75rem !important;\n            padding: 1.5rem 2rem !important;\n            margin-bottom: 2rem !important;\n            display: flex !important;\n            align-items: center !important;\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;\n        }\n\n        .treated-content .section-icon {\n            width: 48px !important;\n            height: 48px !important;\n            background-color: #EBF5FF !important;\n            border-radius: 50% !important;\n            display: flex !important;\n            align-items: center !important;\n            justify-content: center !important;\n            margin-right: 1rem !important;\n            color: #3F88CE !important;\n        }\n\n        \/* Text colors and typography *\/\n        .treated-content .content-text {\n            font-size: 1.25rem !important;\n            line-height: 1.8 !important;\n            color: #4B5563 !important;\n        }\n\n        .treated-content .section-title {\n            font-size: 1.875rem !important;\n            font-weight: 600 !important;\n            color: #111827 !important;\n        }\n\n        .treated-content .question-title {\n            font-size: 1.5rem !important;\n            font-weight: 600 !important;\n            color: #1F2937 !important;\n        }\n\n        \/* Card and container styles *\/\n        .treated-content .question-card {\n            background: #FFFFFF !important;\n            border-radius: 12px !important;\n            padding: 1.5rem !important;\n            margin-bottom: 1.5rem !important;\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;\n            border: 1px solid #E5E7EB !important;\n            width: 100% !important;\n            max-width: 100% !important;\n        }\n\n        .treated-content .text-block {\n            background-color: #FFFFFF !important;\n            border-radius: 0.75rem !important;\n            padding: 2rem !important;\n            margin: 1rem 0 !important;\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06) !important;\n            border: 1px solid #E5E7EB !important;\n        }\n\n        .treated-content .content-container {\n            max-width: 800px !important;\n            margin: 0 auto !important;\n            padding: 0 2rem !important;\n        }\n\n        \/* Link button styles *\/\n        .treated-content .link-button {\n            display: inline-flex !important;\n            align-items: center !important;\n            padding: 0.75rem 1.5rem !important;\n            background-color: #FFFFFF !important;\n            border: 2px solid #3F88CE !important;\n            color: #3F88CE !important;\n            border-radius: 0.5rem !important;\n            font-weight: 500 !important;\n            transition: all 200ms ease-in-out !important;\n            text-decoration: none !important;\n        }\n\n        .treated-content .link-button:hover {\n            background-color: #EBF5FF !important;\n            text-decoration: none !important;\n        }\n\n        .treated-content .link-button:focus {\n            outline: 2px solid #3F88CE !important;\n            outline-offset: 2px !important;\n        }\n\n        \/* Icon colors *\/\n        .treated-content .fa-solid.tw-text-primary {\n            color: #3F88CE !important;\n        }\n\n        .treated-content .fa-solid.tw-text-white {\n            color: #FFFFFF !important;\n        }\n\n        \/* Additional color overrides *\/\n        .treated-content .tw-bg-gray-50 {\n            background-color: #F9FAFB !important;\n        }\n\n        .treated-content .tw-text-gray-400 {\n            color: #9CA3AF !important;\n        }\n\n        .treated-content .tw-text-gray-500 {\n            color: #6B7280 !important;\n        }\n\n        .treated-content .tw-text-gray-700 {\n            color: #374151 !important;\n        }\n\n        \/* Ensure proper rounded corners *\/\n        .treated-content .tw-rounded-xl {\n            border-radius: 0.75rem !important;\n        }\n\n        .treated-content .tw-rounded-lg {\n            border-radius: 0.5rem !important;\n        }\n\n        .treated-content .tw-rounded-full {\n            border-radius: 9999px !important;\n        }\n\n        \/* Ensure proper spacing *\/\n        .treated-content .tw-mb-16 {\n            margin-bottom: 4rem !important;\n        }\n\n        .treated-content .tw-p-8 {\n            padding: 2rem !important;\n        }\n\n        \/* Force proper text colors *\/\n        .treated-content .tw-text-white {\n            color: white !important;\n        }\n\n        .treated-content .tw-text-gray-600 {\n            color: #4B5563 !important;\n        }\n\n        .treated-content .tw-text-gray-800 {\n            color: #1F2937 !important;\n        }\n\n        .treated-content .tw-text-gray-900 {\n            color: #111827 !important;\n        }\n\n        \/* Ensure proper borders *\/\n        .treated-content .tw-border {\n            border: 1px solid #E5E7EB !important;\n        }\n\n        .treated-content .tw-border-gray-200 {\n            border-color: #E5E7EB !important;\n        }\n\n        \/* Force proper background colors *\/\n        .treated-content .tw-bg-white {\n            background-color: white !important;\n        }\n\n        .treated-content .hover\\:tw-bg-gray-50:hover {\n            background-color: #F9FAFB !important;\n        }\n\n        \/* Ensure proper shadows *\/\n        .treated-content .tw-shadow-sm {\n            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;\n        }\n\n        \/* Ensure proper transitions *\/\n        .treated-content .tw-transition-all {\n            transition-property: all !important;\n            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;\n            transition-duration: 200ms !important;\n        }\n\n        \/* Ensure proper font sizes *\/\n        .treated-content .tw-text-2xl {\n            font-size: 1.5rem !important;\n            line-height: 2rem !important;\n        }\n\n        .treated-content .tw-text-3xl {\n            font-size: 1.875rem !important;\n            line-height: 2.25rem !important;\n        }\n\n        .treated-content .tw-text-lg {\n            font-size: 1.125rem !important;\n            line-height: 1.75rem !important;\n        }\n\n        \/* Ensure proper font weights *\/\n        .treated-content .tw-font-semibold {\n            font-weight: 600 !important;\n        }\n\n        .treated-content .tw-font-bold {\n            font-weight: 700 !important;\n        }\n\n        \/* Preserve accordion styles *\/\n        .treated-content .accordion-content {\n            max-height: 0;\n            opacity: 0;\n            pointer-events: none;\n            overflow: hidden;\n            transition: all 300ms ease-in-out;\n        }\n\n        .treated-content .accordion-content.active {\n            max-height: 2000px;\n            opacity: 1;\n            pointer-events: auto;\n        }\n\n        \/* Additional spacing and layout styles *\/\n        .treated-content .tw-gap-4 {\n            gap: 1rem !important;\n        }\n\n        .treated-content .tw-gap-6 {\n            gap: 1.5rem !important;\n        }\n\n        .treated-content .tw-space-y-4 \u003e * + * {\n            margin-top: 1rem !important;\n        }\n\n        .treated-content .tw-space-y-6 \u003e * + * {\n            margin-top: 1.5rem !important;\n        }\n\n        .treated-content .tw-space-y-8 \u003e * + * {\n            margin-top: 2rem !important;\n        }\n\n        \/* Icon styles *\/\n        .treated-content .fa-solid {\n            font-family: \"Font Awesome 6 Free\" !important;\n        }\n\n        .treated-content .tw-rotate-180 {\n            transform: rotate(180deg) !important;\n        }\n\n        \/* Link styles *\/\n        .treated-content a.tw-inline-flex {\n            display: inline-flex !important;\n            text-decoration: none !important;\n        }\n\n        .treated-content a:hover {\n            text-decoration: none !important;\n        }\n\n        \/* Ensure proper padding for all sections *\/\n        .treated-content .tw-py-6 {\n            padding-top: 1.5rem !important;\n            padding-bottom: 1.5rem !important;\n        }\n\n        .treated-content .tw-px-4 {\n            padding-left: 1rem !important;\n            padding-right: 1rem !important;\n        }\n\n        .treated-content .tw-py-8 {\n            padding-top: 2rem !important;\n            padding-bottom: 2rem !important;\n        }\n\n        \/* Ensure proper flex behavior *\/\n        .treated-content .tw-flex {\n            display: flex !important;\n        }\n\n        .treated-content .tw-items-center {\n            align-items: center !important;\n        }\n\n        .treated-content .tw-justify-between {\n            justify-content: space-between !important;\n        }\n\n        .treated-content .tw-flex-1 {\n            flex: 1 1 0% !important;\n        }\n\n        .treated-content .tw-flex-shrink-0 {\n            flex-shrink: 0 !important;\n        }\n\n        \/* Media queries *\/\n        @media (max-width: 768px) {\n            .treated-content .section-title {\n                font-size: 1.5rem !important;\n            }\n\n            .treated-content .question-title {\n                font-size: 1.25rem !important;\n            }\n\n            .treated-content .content-text {\n                font-size: 1.125rem !important;\n            }\n\n            .treated-content .accordion-button {\n                padding: 1rem !important;\n            }\n\n            .treated-content .tw-px-8 {\n                padding-left: 1rem !important;\n                padding-right: 1rem !important;\n            }\n        }\n\n        \/* Read More Hero Section *\/\n        .treated-content .readmore-hero {\n            background-color: #3F88CE !important;\n            color: white !important;\n            border-radius: 0.75rem !important;\n            padding: 2rem !important;\n            margin-bottom: 4rem !important;\n        }\n\n        .treated-content .readmore-hero h2 {\n            color: white !important;\n            font-size: 1.875rem !important;\n            font-weight: 700 !important;\n            margin-bottom: 1rem !important;\n        }\n\n        .treated-content .readmore-hero p {\n            color: white !important;\n            opacity: 0.9 !important;\n        }\n\n        .treated-content .readmore-hero i {\n            color: white !important;\n            font-size: 2rem !important;\n        }\n\n        .treated-content .readmore-hero .tw-flex {\n            display: flex !important;\n            align-items: flex-start !important;\n            gap: 1.5rem !important;\n        }\n\n        \/* Accordion header icon spacing *\/\n        .treated-content button .tw-flex.tw-items-center {\n            gap: 2rem !important;\n        }\n\n        .treated-content button i.fa-solid {\n            margin: 0 1rem !important;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"treated-content\"\u003e\n        \u003cdiv class=\"tw-max-w-4xl tw-mx-auto tw-px-4\"\u003e\n            \u003c!-- Introduction --\u003e\n            \n            \u003cdiv class=\"tw-mb-8\"\u003e\n                \u003cdiv class=\"question-card\"\u003e\n                    \n                        \n                            \u003cdiv class=\"tw-mb-6 last:tw-mb-0\"\u003e\n                                \u003cp class=\"content-text\"\u003eDiscover the effective relief of Earcalm Pump spray. It's a prime solution formulated to treat ear discomforts, including irritation. Its easy application through a pump spray format quickly delivers soothing effects. Earcalm, your coaction for ear health. It effectively combats pain, swelling, inflammation, blocking total and common ear infections. The convenient size also makes it a perfect portable remedy during your ventures. Seek relief and ear wellness provided only by Earcalm.\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \n                    \n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n\n            \u003c!-- Simple Description (for products with only paragraph content) --\u003e\n            \n\n            \u003c!-- How to Use --\u003e\n            \n            \u003cdiv class=\"tw-border-b tw-border-gray-200 tw-mb-8\"\u003e\n                \u003cbutton onclick=\"toggleAccordion('usage')\" class=\"accordion-button tw-w-full tw-flex tw-justify-between tw-items-center tw-py-6 tw-px-4 tw-text-left\"\u003e\n                    \u003cspan class=\"section-title tw-flex tw-items-center\"\u003e\n                        \u003ci class=\"fa-solid fa-list-check tw-text-3xl tw-mr-5 tw-text-primary\"\u003e\u003c\/i\u003e\n                        How to use\n                    \u003c\/span\u003e\n                    \u003ci class=\"fa-solid fa-chevron-down tw-text-2xl tw-text-gray-400 chevron-icon\"\u003e\u003c\/i\u003e\n                \u003c\/button\u003e\n                \u003cdiv id=\"usage\" class=\"accordion-content\"\u003e\n                    \u003cdiv class=\"tw-pt-8 tw-px-2 tw-pb-10\"\u003e\n                        \u003cdiv class=\"question-card\"\u003e\n                            \n                                \n                                    \u003cdiv class=\"tw-mb-6\"\u003e\n                                        \u003cdiv class=\"tw-space-y-4\"\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-check tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eBefore using the Earcalm Spray, first make sure your hands are clean.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-check tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eShake the bottle well before use to ensure the liquid is evenly distributed.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-check tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eRemove the cap from the bottle. Carefully and gently insert the nozzle of the spray into the opening of the ear.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-check tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eDepress the pump to release the spray. A typical dose involves 1 spray into each ear up to 3 times per day.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-check tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eRepeat these steps for your other ear if necessary.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-check tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eAfter use, replace the cap on the spray nozzle to prevent contamination.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-check tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eIt's important not to let the spray come into contact with your eyes or mouth.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-check tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eAlways follow the instructions included in the package or given by your doctor.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                        \u003c\/div\u003e\n                                    \u003c\/div\u003e\n                                \n                            \n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n\n            \u003c!-- Ingredients --\u003e\n            \n            \u003cdiv class=\"tw-border-b tw-border-gray-200 tw-mb-8\"\u003e\n                \u003cbutton onclick=\"toggleAccordion('ingredients')\" class=\"accordion-button tw-w-full tw-flex tw-justify-between tw-items-center tw-py-6 tw-px-4 tw-text-left\"\u003e\n                    \u003cspan class=\"section-title tw-flex tw-items-center\"\u003e\n                        \u003ci class=\"fa-solid fa-flask tw-text-3xl tw-mr-5 tw-text-primary\"\u003e\u003c\/i\u003e\n                        Main Ingredients\n                    \u003c\/span\u003e\n                    \u003ci class=\"fa-solid fa-chevron-down tw-text-2xl tw-text-gray-400 chevron-icon\"\u003e\u003c\/i\u003e\n                \u003c\/button\u003e\n                \u003cdiv id=\"ingredients\" class=\"accordion-content\"\u003e\n                    \u003cdiv class=\"tw-pt-8 tw-px-2 tw-pb-10\"\u003e\n                        \u003cdiv class=\"question-card\"\u003e\n                            \n                                \u003cdiv class=\"tw-mb-6\"\u003e\n                                    \u003cp class=\"content-text\"\u003eAcetic Acid, Propylene Glycol, Propellant (Nitrogen)\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n\n            \u003c!-- Side Effects --\u003e\n            \n            \u003cdiv class=\"tw-border-b tw-border-gray-200 tw-mb-8\"\u003e\n                \u003cbutton onclick=\"toggleAccordion('side-effects')\" class=\"accordion-button tw-w-full tw-flex tw-justify-between tw-items-center tw-py-6 tw-px-4 tw-text-left\"\u003e\n                    \u003cspan class=\"section-title tw-flex tw-items-center\"\u003e\n                        \u003ci class=\"fa-solid fa-triangle-exclamation tw-text-3xl tw-mr-5 tw-text-primary\"\u003e\u003c\/i\u003e\n                        Side Effects \u0026amp; Cautions\n                    \u003c\/span\u003e\n                    \u003ci class=\"fa-solid fa-chevron-down tw-text-2xl tw-text-gray-400 chevron-icon\"\u003e\u003c\/i\u003e\n                \u003c\/button\u003e\n                \u003cdiv id=\"side-effects\" class=\"accordion-content\"\u003e\n                    \u003cdiv class=\"tw-pt-8 tw-px-2 tw-pb-10\"\u003e\n                        \u003cdiv class=\"question-card\"\u003e\n                            \n                                \n                                    \u003cdiv class=\"tw-mb-6\"\u003e\n                                        \u003cdiv class=\"tw-space-y-4\"\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-exclamation tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eMay cause stinging or burning sensation in the ear.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-exclamation tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003ePossible allergic reactions like rash, itching or swelling.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-exclamation tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eRare chance of dizziness or loss of balance.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-exclamation tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eIn case of persistent symptoms or worsening condition, seek medical attention immediately.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-exclamation tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eAvoid contact with eyes and other sensitive areas.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-exclamation tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eNot recommended for use in children under 12 years without doctor's advice.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-exclamation tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eAlways use as directed, prolonged or excessive use can lead to irritation.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-exclamation tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eDo not use if allergic to any of the ingredients.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-exclamation tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eMay cause temporary hearing loss if used excessively.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-exclamation tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eStore in a cool, dry place away from children's reach.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-exclamation tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003ePlease note these are potential side effects and may not be experienced by everyone. Always follow the instructions in the patient information leaflet provided with the medicine and consult with a healthcare professional if you have any concerns.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                        \u003c\/div\u003e\n                                    \u003c\/div\u003e\n                                \n                            \n                                \n                                    \u003cdiv class=\"tw-mb-6\"\u003e\n                                        \u003cdiv class=\"tw-space-y-4\"\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-exclamation tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eOnly use Earcalm Spray in your ears.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-exclamation tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eDo not use if you are allergic to the active ingredient, acetic acid, or any of the other ingredients.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-exclamation tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eAvoid contact with eyes or other sensitive areas.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-exclamation tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eDo not use on broken or damaged skin.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-exclamation tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eDo not use if you have a perforated eardrum.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-exclamation tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eStop using if irritation or discomfort occurs.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-exclamation tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eConsult a doctor before use if you have an immune system disorder, middle ear infection, or are pregnant or breastfeeding.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-exclamation tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eKeep out of reach of children.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-exclamation tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eDo not use after the expiry date on the packaging.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                                \u003cdiv class=\"tw-flex tw-items-center tw-gap-4\"\u003e\n                                                    \u003ci class=\"fa-solid fa-circle-exclamation tw-text-xl tw-text-primary\"\u003e\u003c\/i\u003e\n                                                    \u003cspan class=\"tw-flex-1 tw-text-lg tw-text-gray-600\"\u003eThis product is flammable; keep away from open flame or heat sources.\u003c\/span\u003e\n                                                \u003c\/div\u003e\n                                            \n                                        \u003c\/div\u003e\n                                    \u003c\/div\u003e\n                                \n                            \n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n\n            \u003c!-- Patient Information --\u003e\n            \n            \u003cdiv class=\"tw-border-b tw-border-gray-200 tw-mb-8\"\u003e\n                \u003cbutton onclick=\"toggleAccordion('patient-info')\" class=\"accordion-button tw-w-full tw-flex tw-justify-between tw-items-center tw-py-6 tw-px-4 tw-text-left\"\u003e\n                    \u003cspan class=\"section-title tw-flex tw-items-center\"\u003e\n                        \u003ci class=\"fa-solid fa-file-medical tw-text-3xl tw-mr-5 tw-text-primary\"\u003e\u003c\/i\u003e\n                        Patient Information Leaflet\n                    \u003c\/span\u003e\n                    \u003ci class=\"fa-solid fa-chevron-down tw-text-2xl tw-text-gray-400 chevron-icon\"\u003e\u003c\/i\u003e\n                \u003c\/button\u003e\n                \u003cdiv id=\"patient-info\" class=\"accordion-content\"\u003e\n                    \u003cdiv class=\"tw-pt-8 tw-px-2 tw-pb-10\"\u003e\n                        \u003cdiv class=\"question-card\"\u003e\n                            \u003cdiv class=\"tw-flex tw-flex-wrap tw-gap-4\"\u003e\n                                \n                                    \u003ca href=\"https:\/\/www.medicines.org.uk\/emc\" target=\"_blank\" class=\"tw-inline-flex tw-items-center tw-px-6 tw-py-3 tw-border-2 tw-border-primary tw-text-base md:tw-text-lg tw-font-medium tw-rounded-lg tw-text-primary tw-bg-white hover:tw-bg-primary-light focus:tw-outline-none focus:tw-ring-2 focus:tw-ring-offset-2 focus:tw-ring-primary tw-transition-all tw-duration-200 tw-shadow-sm hover:tw-shadow-md\"\u003e\n                                        \u003ci class=\"fa-solid fa-external-link tw-text-lg md:tw-text-xl tw-mr-3\"\u003e\u003c\/i\u003e\n                                        Patient Information Leaflet\n                                    \u003c\/a\u003e\n                                \n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        function toggleAccordion(id) {\n            const content = document.getElementById(id);\n            const button = content.previousElementSibling;\n            const icon = button.querySelector('.chevron-icon');\n            const allContents = document.querySelectorAll('.accordion-content');\n            const allIcons = document.querySelectorAll('.chevron-icon');\n            \n            allContents.forEach(item =\u003e {\n                if (item !== content \u0026\u0026 item.classList.contains('active')) {\n                    item.classList.remove('active');\n                }\n            });\n            \n            allIcons.forEach(icon =\u003e {\n                icon.classList.remove('active');\n            });\n            \n            content.classList.toggle('active');\n            icon.classList.toggle('active');\n        }\n    \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Pharmacy Only","offers":[{"title":"Default Title","offer_id":54299788509528,"sku":"EAR0083X","price":6.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0881\/9841\/4680\/files\/NewProject-2023-09-13T195404.637.png?v=1738875749"},{"product_id":"otinova-ear-spray","title":"Otinova Ear Spray","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eotinova-ear-spray Description\u003c\/title\u003e\n    \u003cscript src=\"https:\/\/cdn.tailwindcss.com\"\u003e\u003c\/script\u003e\n    \u003cscript defer src=\"https:\/\/cdn.jsdelivr.net\/npm\/alpinejs@3.x.x\/dist\/cdn.min.js\"\u003e\u003c\/script\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Instrument+Sans:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cscript\u003e\n        tailwind.config = {\n            prefix: 'tw-',\n            theme: {\n                extend: {\n                    fontFamily: {\n                        sans: ['Instrument Sans', 'sans-serif'],\n                    },\n                    colors: {\n                        primary: '#3F88CE',\n                        'primary-light': '#EBF5FF',\n                    }\n                }\n            }\n        }\n    \u003c\/script\u003e\n    \u003cstyle\u003e\n        \/* Reset styles for our content only *\/\n        .treated-content * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Instrument Sans', sans-serif !important;\n        }\n\n        \/* Defensive styles to prevent Shopify styles from bleeding in *\/\n        .treated-content button {\n            background: none;\n            border: none;\n            padding: 0;\n            margin: 0;\n            font: inherit;\n            cursor: pointer;\n            outline: inherit;\n            width: 100%;\n            text-align: left;\n        }\n\n        .treated-content button:hover {\n            background: none;\n        }\n\n        .treated-content button:focus {\n            outline: none;\n        }\n\n        \/* Override any Shopify specific styles *\/\n        .treated-content .tw-bg-primary {\n            background-color: #3F88CE !important;\n        }\n\n        .treated-content .tw-text-primary {\n            color: #3F88CE !important;\n        }\n\n        .treated-content .tw-bg-primary-light {\n            background-color: #EBF5FF !important;\n        }\n\n        \/* Enhanced button and hover states *\/\n        .treated-content button.accordion-button {\n            background-color: #FFFFFF !important;\n            border-radius: 0.75rem !important;\n            transition: all 200ms ease-in-out !important;\n            padding: 1.5rem 1rem !important;\n            width: 100% !important;\n            display: flex !important;\n            align-items: center !important;\n            justify-content: space-between !important;\n        }\n\n        .treated-content button.accordion-button:hover {\n            background-color: #F9FAFB !important;\n        }\n\n        .treated-content button.accordion-button:focus {\n            outline: 2px solid #3F88CE !important;\n            outline-offset: 2px !important;\n        }\n\n        \/* Section styling *\/\n        .treated-content .section-header {\n            background-color: #FFFFFF !important;\n            border-radius: 0.75rem !important;\n            padding: 1.5rem 2rem !important;\n            margin-bottom: 2rem !important;\n            display: flex !important;\n            align-items: center !important;\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;\n        }\n\n        .treated-content .section-icon {\n            width: 48px !important;\n            height: 48px !important;\n            background-color: #EBF5FF !important;\n            border-radius: 50% !important;\n            display: flex !important;\n            align-items: center !important;\n            justify-content: center !important;\n            margin-right: 1rem !important;\n            color: #3F88CE !important;\n        }\n\n        \/* Text colors and typography *\/\n        .treated-content .content-text {\n            font-size: 1.25rem !important;\n            line-height: 1.8 !important;\n            color: #4B5563 !important;\n        }\n\n        .treated-content .section-title {\n            font-size: 1.875rem !important;\n            font-weight: 600 !important;\n            color: #111827 !important;\n        }\n\n        .treated-content .question-title {\n            font-size: 1.5rem !important;\n            font-weight: 600 !important;\n            color: #1F2937 !important;\n        }\n\n        \/* Card and container styles *\/\n        .treated-content .question-card {\n            background: #FFFFFF !important;\n            border-radius: 12px !important;\n            padding: 1.5rem !important;\n            margin-bottom: 1.5rem !important;\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;\n            border: 1px solid #E5E7EB !important;\n            width: 100% !important;\n            max-width: 100% !important;\n        }\n\n        .treated-content .text-block {\n            background-color: #FFFFFF !important;\n            border-radius: 0.75rem !important;\n            padding: 2rem !important;\n            margin: 1rem 0 !important;\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06) !important;\n            border: 1px solid #E5E7EB !important;\n        }\n\n        .treated-content .content-container {\n            max-width: 800px !important;\n            margin: 0 auto !important;\n            padding: 0 2rem !important;\n        }\n\n        \/* Link button styles *\/\n        .treated-content .link-button {\n            display: inline-flex !important;\n            align-items: center !important;\n            padding: 0.75rem 1.5rem !important;\n            background-color: #FFFFFF !important;\n            border: 2px solid #3F88CE !important;\n            color: #3F88CE !important;\n            border-radius: 0.5rem !important;\n            font-weight: 500 !important;\n            transition: all 200ms ease-in-out !important;\n            text-decoration: none !important;\n        }\n\n        .treated-content .link-button:hover {\n            background-color: #EBF5FF !important;\n            text-decoration: none !important;\n        }\n\n        .treated-content .link-button:focus {\n            outline: 2px solid #3F88CE !important;\n            outline-offset: 2px !important;\n        }\n\n        \/* Icon colors *\/\n        .treated-content .fa-solid.tw-text-primary {\n            color: #3F88CE !important;\n        }\n\n        .treated-content .fa-solid.tw-text-white {\n            color: #FFFFFF !important;\n        }\n\n        \/* Additional color overrides *\/\n        .treated-content .tw-bg-gray-50 {\n            background-color: #F9FAFB !important;\n        }\n\n        .treated-content .tw-text-gray-400 {\n            color: #9CA3AF !important;\n        }\n\n        .treated-content .tw-text-gray-500 {\n            color: #6B7280 !important;\n        }\n\n        .treated-content .tw-text-gray-700 {\n            color: #374151 !important;\n        }\n\n        \/* Ensure proper rounded corners *\/\n        .treated-content .tw-rounded-xl {\n            border-radius: 0.75rem !important;\n        }\n\n        .treated-content .tw-rounded-lg {\n            border-radius: 0.5rem !important;\n        }\n\n        .treated-content .tw-rounded-full {\n            border-radius: 9999px !important;\n        }\n\n        \/* Ensure proper spacing *\/\n        .treated-content .tw-mb-16 {\n            margin-bottom: 4rem !important;\n        }\n\n        .treated-content .tw-p-8 {\n            padding: 2rem !important;\n        }\n\n        \/* Force proper text colors *\/\n        .treated-content .tw-text-white {\n            color: white !important;\n        }\n\n        .treated-content .tw-text-gray-600 {\n            color: #4B5563 !important;\n        }\n\n        .treated-content .tw-text-gray-800 {\n            color: #1F2937 !important;\n        }\n\n        .treated-content .tw-text-gray-900 {\n            color: #111827 !important;\n        }\n\n        \/* Ensure proper borders *\/\n        .treated-content .tw-border {\n            border: 1px solid #E5E7EB !important;\n        }\n\n        .treated-content .tw-border-gray-200 {\n            border-color: #E5E7EB !important;\n        }\n\n        \/* Force proper background colors *\/\n        .treated-content .tw-bg-white {\n            background-color: white !important;\n        }\n\n        .treated-content .hover\\:tw-bg-gray-50:hover {\n            background-color: #F9FAFB !important;\n        }\n\n        \/* Ensure proper shadows *\/\n        .treated-content .tw-shadow-sm {\n            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;\n        }\n\n        \/* Ensure proper transitions *\/\n        .treated-content .tw-transition-all {\n            transition-property: all !important;\n            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;\n            transition-duration: 200ms !important;\n        }\n\n        \/* Ensure proper font sizes *\/\n        .treated-content .tw-text-2xl {\n            font-size: 1.5rem !important;\n            line-height: 2rem !important;\n        }\n\n        .treated-content .tw-text-3xl {\n            font-size: 1.875rem !important;\n            line-height: 2.25rem !important;\n        }\n\n        .treated-content .tw-text-lg {\n            font-size: 1.125rem !important;\n            line-height: 1.75rem !important;\n        }\n\n        \/* Ensure proper font weights *\/\n        .treated-content .tw-font-semibold {\n            font-weight: 600 !important;\n        }\n\n        .treated-content .tw-font-bold {\n            font-weight: 700 !important;\n        }\n\n        \/* Preserve accordion styles *\/\n        .treated-content .accordion-content {\n            max-height: 0;\n            opacity: 0;\n            pointer-events: none;\n            overflow: hidden;\n            transition: all 300ms ease-in-out;\n        }\n\n        .treated-content .accordion-content.active {\n            max-height: 2000px;\n            opacity: 1;\n            pointer-events: auto;\n        }\n\n        \/* Additional spacing and layout styles *\/\n        .treated-content .tw-gap-4 {\n            gap: 1rem !important;\n        }\n\n        .treated-content .tw-gap-6 {\n            gap: 1.5rem !important;\n        }\n\n        .treated-content .tw-space-y-4 \u003e * + * {\n            margin-top: 1rem !important;\n        }\n\n        .treated-content .tw-space-y-6 \u003e * + * {\n            margin-top: 1.5rem !important;\n        }\n\n        .treated-content .tw-space-y-8 \u003e * + * {\n            margin-top: 2rem !important;\n        }\n\n        \/* Icon styles *\/\n        .treated-content .fa-solid {\n            font-family: \"Font Awesome 6 Free\" !important;\n        }\n\n        .treated-content .tw-rotate-180 {\n            transform: rotate(180deg) !important;\n        }\n\n        \/* Link styles *\/\n        .treated-content a.tw-inline-flex {\n            display: inline-flex !important;\n            text-decoration: none !important;\n        }\n\n        .treated-content a:hover {\n            text-decoration: none !important;\n        }\n\n        \/* Ensure proper padding for all sections *\/\n        .treated-content .tw-py-6 {\n            padding-top: 1.5rem !important;\n            padding-bottom: 1.5rem !important;\n        }\n\n        .treated-content .tw-px-4 {\n            padding-left: 1rem !important;\n            padding-right: 1rem !important;\n        }\n\n        .treated-content .tw-py-8 {\n            padding-top: 2rem !important;\n            padding-bottom: 2rem !important;\n        }\n\n        \/* Ensure proper flex behavior *\/\n        .treated-content .tw-flex {\n            display: flex !important;\n        }\n\n        .treated-content .tw-items-center {\n            align-items: center !important;\n        }\n\n        .treated-content .tw-justify-between {\n            justify-content: space-between !important;\n        }\n\n        .treated-content .tw-flex-1 {\n            flex: 1 1 0% !important;\n        }\n\n        .treated-content .tw-flex-shrink-0 {\n            flex-shrink: 0 !important;\n        }\n\n        \/* Media queries *\/\n        @media (max-width: 768px) {\n            .treated-content .section-title {\n                font-size: 1.5rem !important;\n            }\n\n            .treated-content .question-title {\n                font-size: 1.25rem !important;\n            }\n\n            .treated-content .content-text {\n                font-size: 1.125rem !important;\n            }\n\n            .treated-content .accordion-button {\n                padding: 1rem !important;\n            }\n\n            .treated-content .tw-px-8 {\n                padding-left: 1rem !important;\n                padding-right: 1rem !important;\n            }\n        }\n\n        \/* Read More Hero Section *\/\n        .treated-content .readmore-hero {\n            background-color: #3F88CE !important;\n            color: white !important;\n            border-radius: 0.75rem !important;\n            padding: 2rem !important;\n            margin-bottom: 4rem !important;\n        }\n\n        .treated-content .readmore-hero h2 {\n            color: white !important;\n            font-size: 1.875rem !important;\n            font-weight: 700 !important;\n            margin-bottom: 1rem !important;\n        }\n\n        .treated-content .readmore-hero p {\n            color: white !important;\n            opacity: 0.9 !important;\n        }\n\n        .treated-content .readmore-hero i {\n            color: white !important;\n            font-size: 2rem !important;\n        }\n\n        .treated-content .readmore-hero .tw-flex {\n            display: flex !important;\n            align-items: flex-start !important;\n            gap: 1.5rem !important;\n        }\n\n        \/* Accordion header icon spacing *\/\n        .treated-content button .tw-flex.tw-items-center {\n            gap: 2rem !important;\n        }\n\n        .treated-content button i.fa-solid {\n            margin: 0 1rem !important;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"treated-content\"\u003e\n        \u003cdiv class=\"tw-max-w-4xl tw-mx-auto tw-px-4\"\u003e\n            \u003c!-- Introduction --\u003e\n            \n            \u003cdiv class=\"tw-mb-8\"\u003e\n                \u003cdiv class=\"question-card\"\u003e\n                    \n                        \n                            \u003cdiv class=\"tw-mb-6 last:tw-mb-0\"\u003e\n                                \u003cp class=\"content-text\"\u003eDiscover the soothing touch of Otinova Ear Spray, designed to gently care for your ears. Its effective formula is crafted for optimal ear health, offering relief from discomfort and protection against irritation. Otinova Ear Spray is an excellent choice for routine ear hygiene and is suitable for daily use by the whole family. Trust in Otinova for a gentle yet effective ear care experience.\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \n                    \n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n\n            \u003c!-- Simple Description (for products with only paragraph content) --\u003e\n            \n\n            \u003c!-- How to Use --\u003e\n            \n\n            \u003c!-- Ingredients --\u003e\n            \n\n            \u003c!-- Side Effects --\u003e\n            \n\n            \u003c!-- Patient Information --\u003e\n            \n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        function toggleAccordion(id) {\n            const content = document.getElementById(id);\n            const button = content.previousElementSibling;\n            const icon = button.querySelector('.chevron-icon');\n            const allContents = document.querySelectorAll('.accordion-content');\n            const allIcons = document.querySelectorAll('.chevron-icon');\n            \n            allContents.forEach(item =\u003e {\n                if (item !== content \u0026\u0026 item.classList.contains('active')) {\n                    item.classList.remove('active');\n                }\n            });\n            \n            allIcons.forEach(icon =\u003e {\n                icon.classList.remove('active');\n            });\n            \n            content.classList.toggle('active');\n            icon.classList.toggle('active');\n        }\n    \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Over-the-counter","offers":[{"title":"Default Title","offer_id":54299856240984,"sku":"OTINOSP","price":15.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0881\/9841\/4680\/files\/NewProject-2023-11-17T223820.821.png?v=1738877508"}],"url":"https:\/\/westburychemist.net\/collections\/ear-sprays.oembed","provider":"Westbury Chemist","version":"1.0","type":"link"}