{"title":"Juicers","description":"\u003cp\u003eFind the best juicers for your kitchen. From slow cold-press juicers to powerful centrifugal models, get fresh juice at home every day.\u003c\/p\u003e","products":[{"product_id":"smart-centrifugal-power-juicer™","title":"Smart Centrifugal Power Juicer™","description":"\u003cstyle\u003e\n        \/* === HOMOPIA DESIGN SYSTEM V2 === *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:wght@400;500;700\u0026family=EB+Garamond:ital,wght@0,600;1,600\u0026display=swap');\n\n        .homopia-product-description {\n            --c-black: #0E0E0E;\n            --c-night: #0D1B2A;\n            --c-ivory: #F5F3EF;\n            --c-white: #FFFFFF;\n            --c-gold: #C4A35A;\n            --c-sage: #8FA888;\n            --c-gray: #8E8E8E;\n            \n            --font-display: 'EB Garamond', serif;\n            --font-body: 'DM Sans', sans-serif;\n\n            font-family: var(--font-body);\n            background-color: var(--c-white);\n            color: var(--c-black);\n            line-height: 1.7;\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 40px 20px;\n            overflow: hidden;\n        }\n\n        .homopia-product-description * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        @keyframes homopia-shimmer {\n            0% { background-position: -1000px 0; }\n            100% { background-position: 1000px 0; }\n        }\n\n        @keyframes homopia-fade-up {\n            from { opacity: 0; transform: translateY(30px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        @keyframes homopia-icon-float {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-5px); }\n        }\n\n        .homopia-headline {\n            font-family: var(--font-display);\n            font-size: clamp(32px, 4vw, 44px);\n            font-weight: 600;\n            color: var(--c-black);\n            margin-bottom: 16px;\n            line-height: 1.1;\n            letter-spacing: -0.02em;\n        }\n\n        .homopia-subtext {\n            font-size: 16px;\n            font-weight: 400;\n            color: var(--c-gray);\n            line-height: 1.6;\n        }\n\n        .homopia-highlight {\n            color: var(--c-night);\n            font-weight: 700;\n        }\n\n        \/* === 4:5 MEDIA WRAPPER - ZERO GAPS FIX === *\/\n        .homopia-media-wrapper {\n            width: 100%;\n            aspect-ratio: 4 \/ 5;\n            background: var(--c-ivory);\n            background-image: linear-gradient(90deg, var(--c-ivory) 0px, #EAE8E4 50%, var(--c-ivory) 100%);\n            background-size: 1000px 100%;\n            animation: homopia-shimmer 2s infinite linear;\n            border-radius: 20px;\n            overflow: hidden;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 15px 35px rgba(0,0,0,0.06);\n            font-size: 0;\n            line-height: 0;\n        }\n\n        .homopia-media-wrapper img {\n            display: block;\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            border: none;\n            margin: 0;\n            padding: 0;\n            outline: none;\n        }\n\n        \/* === RESPONSIVE LAYOUT === *\/\n        .homopia-grid-section {\n            margin-bottom: 80px;\n            animation: homopia-fade-up 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n        }\n\n        \/* Mobile Layout *\/\n        .homopia-mobile-title {\n            display: block;\n            margin-bottom: 20px;\n        }\n        \n        .homopia-desktop-title {\n            display: none;\n        }\n\n        .homopia-frosted-card {\n            background: var(--c-ivory);\n            padding: 24px;\n            border-radius: 16px;\n            border: 1px solid rgba(14, 14, 14, 0.05);\n            margin-top: 20px;\n        }\n\n        \/* Desktop Layout *\/\n        @media (min-width: 768px) {\n            .homopia-mobile-title {\n                display: none;\n            }\n            .homopia-desktop-title {\n                display: block;\n                margin-bottom: 24px;\n            }\n            .homopia-grid-section {\n                display: grid;\n                grid-template-columns: 1fr 1fr;\n                align-items: center;\n                gap: 60px;\n            }\n            .homopia-frosted-card {\n                background: transparent;\n                padding: 0;\n                border: none;\n                margin-top: 0;\n            }\n            .homopia-grid-section:nth-of-type(odd) .homopia-media-wrapper {\n                order: 1;\n            }\n            .homopia-grid-section:nth-of-type(odd) .homopia-text-content {\n                order: 2;\n            }\n            .homopia-grid-section:nth-of-type(even) .homopia-media-wrapper {\n                order: 2;\n            }\n            .homopia-grid-section:nth-of-type(even) .homopia-text-content {\n                order: 1;\n            }\n        }\n\n        \/* === STEP-BY-STEP ANIMATION === *\/\n        .homopia-steps-section {\n            background: var(--c-ivory);\n            border-radius: 24px;\n            padding: 50px 30px;\n            margin: 60px 0;\n            text-align: center;\n        }\n\n        .homopia-steps-container {\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n            margin-top: 30px;\n            max-width: 400px;\n            margin-left: auto;\n            margin-right: auto;\n            text-align: left;\n        }\n\n        .homopia-step {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n            background: var(--c-white);\n            padding: 16px 24px;\n            border-radius: 100px;\n            opacity: 0.4;\n            transform: scale(0.95);\n            transition: all 0.4s ease;\n        }\n\n        .homopia-step.is-active {\n            opacity: 1;\n            transform: scale(1.05);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.05);\n            border: 1px solid var(--c-gold);\n        }\n\n        .homopia-step-number {\n            background: var(--c-night);\n            color: var(--c-gold);\n            min-width: 32px;\n            height: 32px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 700;\n            font-size: 14px;\n        }\n\n        .homopia-step-text {\n            font-weight: 500;\n            color: var(--c-black);\n        }\n\n        \/* === PREMIUM COMPARISON TABLE === *\/\n        .homopia-table-wrapper {\n            margin: 80px 0;\n            text-align: center;\n        }\n\n        .homopia-table-title {\n            font-family: var(--font-display);\n            font-size: clamp(28px, 4vw, 38px);\n            color: var(--c-night);\n            font-style: italic;\n            margin-bottom: 30px;\n        }\n\n        .homopia-table-container {\n            width: 100%;\n            overflow-x: auto;\n            background: var(--c-white);\n            border-radius: 24px;\n            padding: 0;\n            border: 1px solid #EAEAEA;\n        }\n\n        .homopia-table {\n            width: 100%;\n            min-width: 600px;\n            border-collapse: separate;\n            border-spacing: 0;\n            text-align: center;\n        }\n\n        .homopia-table th, \n        .homopia-table td {\n            padding: 20px 16px;\n            border-bottom: 1px solid #F0F0F0;\n            font-size: 15px;\n            color: var(--c-gray);\n        }\n\n        .homopia-table td:first-child,\n        .homopia-table th:first-child {\n            text-align: left;\n            font-weight: 500;\n            color: var(--c-black);\n        }\n\n        .homopia-table th:nth-child(2) {\n            background-color: var(--c-night);\n            color: var(--c-gold);\n            font-family: var(--font-display);\n            font-size: 20px;\n            letter-spacing: 0.05em;\n            border-top-left-radius: 20px;\n            border-top-right-radius: 20px;\n            border-bottom: none;\n        }\n\n        .homopia-table td:nth-child(2) {\n            background-color: var(--c-night);\n            color: var(--c-white);\n            font-weight: 500;\n            border-bottom: 1px solid rgba(255,255,255,0.05);\n        }\n\n        .homopia-table tr:last-child td:nth-child(2) {\n            border-bottom-left-radius: 20px;\n            border-bottom-right-radius: 20px;\n            border-bottom: none;\n        }\n\n        .homopia-icon-check {\n            color: var(--c-sage);\n            font-weight: bold;\n            margin-right: 6px;\n        }\n\n        \/* === TECH SPECS === *\/\n        .homopia-specs-wrapper {\n            margin: 80px 0;\n            text-align: center;\n        }\n\n        .homopia-badge {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 16px;\n            background: var(--c-night);\n            padding: 24px 30px;\n            border-radius: 50px;\n            border: 1px solid rgba(255,255,255,0.1);\n            box-shadow: none;\n        }\n\n        .homopia-badge-icon {\n            color: var(--c-gold);\n            width: 28px;\n            height: 28px;\n            flex-shrink: 0;\n        }\n\n        .homopia-badge-text {\n            color: var(--c-white);\n            font-size: 14px;\n            text-align: left;\n            line-height: 1.4;\n        }\n\n        .homopia-badge-text strong {\n            color: var(--c-gold);\n            display: block;\n            font-size: 12px;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n            margin-bottom: 2px;\n        }\n\n        \/* Mobile Layout *\/\n        @media (max-width: 767px) {\n            .homopia-carousel-viewport {\n                width: 100%;\n                overflow-x: auto;\n                scroll-snap-type: x mandatory;\n                scroll-behavior: smooth;\n                padding: 20px 0;\n                -ms-overflow-style: none;\n                scrollbar-width: none;\n            }\n            .homopia-carousel-viewport::-webkit-scrollbar {\n                display: none;\n            }\n            .homopia-carousel-track {\n                display: flex;\n                gap: 20px;\n                width: max-content;\n                padding: 0 10%;\n            }\n            .homopia-badge {\n                scroll-snap-align: center;\n                width: 80vw;\n                max-width: 400px;\n                opacity: 0.3;\n                transform: scale(0.8);\n                transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s ease;\n                box-shadow: none !important;\n            }\n            .homopia-badge.is-popped {\n                opacity: 1;\n                transform: scale(1);\n                box-shadow: none !important;\n            }\n        }\n\n        \/* Desktop Layout *\/\n        @media (min-width: 768px) {\n            .homopia-carousel-track {\n                display: grid;\n                grid-template-columns: repeat(2, 1fr);\n                gap: 24px;\n                max-width: 900px;\n                margin: 40px auto 0;\n            }\n            .homopia-badge {\n                width: 100%;\n                opacity: 1;\n                transform: none;\n                box-shadow: 0 15px 30px rgba(13, 27, 42, 0.15);\n            }\n            .homopia-badge-icon {\n                animation: homopia-icon-float 3s ease-in-out infinite;\n            }\n        }\n\n        \/* === CTA FOOTER === *\/\n        .homopia-cta-container {\n            text-align: center;\n            margin-top: 40px;\n            padding-top: 60px;\n            border-top: 1px solid #EAEAEA;\n        }\n\n        .homopia-btn-primary {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            background-color: var(--c-night);\n            color: var(--c-white) !important;\n            font-family: var(--font-body);\n            font-size: 15px;\n            font-weight: 500;\n            letter-spacing: 0.05em;\n            text-transform: uppercase;\n            text-decoration: none;\n            padding: 20px 45px;\n            border-radius: 50px;\n            transition: all 0.3s ease;\n            box-shadow: 0 10px 25px rgba(13, 27, 42, 0.2);\n            cursor: pointer;\n            border: none;\n        }\n\n        .homopia-btn-primary:hover {\n            background-color: var(--c-gold);\n            transform: translateY(-3px);\n            box-shadow: 0 15px 35px rgba(196, 163, 90, 0.3);\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"homopia-product-description\"\u003e\n\u003c!-- SECTION 1 --\u003e\n\u003cdiv class=\"homopia-grid-section\"\u003e\n\u003ch2 class=\"homopia-headline homopia-mobile-title\"\u003eMaximum Nutrient Juice Extraction\u003c\/h2\u003e\n\u003cdiv class=\"homopia-media-wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/1535\/8841\/files\/1_1f5e0cbe-0c4d-44ca-adfc-3b9c7a4ace01.webp?v=1777892417\" alt=\"Maximum Nutrient Juice Extraction\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"homopia-text-content\"\u003e\n\u003ch2 class=\"homopia-headline homopia-desktop-title\"\u003eMaximum Nutrient Juice Extraction\u003c\/h2\u003e\n\u003cdiv class=\"homopia-frosted-card\"\u003e\n\u003cp class=\"homopia-subtext\"\u003eEffortlessly crush fruits and vegetables. Delivers \u003cspan class=\"homopia-highlight\"\u003esmooth, healthy drinks\u003c\/span\u003e for your \u003cspan class=\"homopia-highlight\"\u003emodern British family\u003c\/span\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION 2 --\u003e\n\u003cdiv class=\"homopia-grid-section\"\u003e\n\u003ch2 class=\"homopia-headline homopia-mobile-title\"\u003eExtra Wide Feed Chute\u003c\/h2\u003e\n\u003cdiv class=\"homopia-media-wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/1535\/8841\/files\/2_034785ee-9e92-4c2d-a5e2-f0ed0952d6cf.webp?v=1777892417\" alt=\"Extra Wide Feed Chute\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"homopia-text-content\"\u003e\n\u003ch2 class=\"homopia-headline homopia-desktop-title\"\u003eExtra Wide Feed Chute\u003c\/h2\u003e\n\u003cdiv class=\"homopia-frosted-card\"\u003e\n\u003cp class=\"homopia-subtext\"\u003eThe \u003cspan class=\"homopia-highlight\"\u003e65mm design\u003c\/span\u003e requires minimal chopping. Save valuable preparation time and enjoy \u003cspan class=\"homopia-highlight\"\u003efast juicing\u003c\/span\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION 3 --\u003e\n\u003cdiv class=\"homopia-grid-section\"\u003e\n\u003ch2 class=\"homopia-headline homopia-mobile-title\"\u003eDual Speed Precision Power\u003c\/h2\u003e\n\u003cdiv class=\"homopia-media-wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/1535\/8841\/files\/3.webp?v=1777892417\" alt=\"Dual Speed Precision Power\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"homopia-text-content\"\u003e\n\u003ch2 class=\"homopia-headline homopia-desktop-title\"\u003eDual Speed Precision Power\u003c\/h2\u003e\n\u003cdiv class=\"homopia-frosted-card\"\u003e\n\u003cp class=\"homopia-subtext\"\u003eEasily adjust the \u003cspan class=\"homopia-highlight\"\u003e400W motor\u003c\/span\u003e. Perfectly extracts \u003cspan class=\"homopia-highlight\"\u003emaximum yield\u003c\/span\u003e from both soft and hard produce.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- STEP-BY-STEP SECTION --\u003e\n\u003cdiv class=\"homopia-steps-section\"\u003e\n\u003ch2 class=\"homopia-headline\"\u003eThe Perfect Juice Steps\u003c\/h2\u003e\n\u003cp class=\"homopia-subtext\"\u003eExperience effortless extraction from prep to glass. Achieve ultimate culinary perfection in seconds.\u003c\/p\u003e\n\u003cdiv class=\"homopia-steps-container\" id=\"homopia-steps\"\u003e\n\u003cdiv class=\"homopia-step\"\u003e\n\u003cdiv class=\"homopia-step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"homopia-step-text\"\u003ePrep Produce\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"homopia-step\"\u003e\n\u003cdiv class=\"homopia-step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"homopia-step-text\"\u003eFill Chute\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"homopia-step\"\u003e\n\u003cdiv class=\"homopia-step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"homopia-step-text\"\u003eSelect Speed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"homopia-step\"\u003e\n\u003cdiv class=\"homopia-step-number\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"homopia-step-text\"\u003eExtract Juice\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"homopia-step\"\u003e\n\u003cdiv class=\"homopia-step-number\"\u003e5\u003c\/div\u003e\n\u003cdiv class=\"homopia-step-text\"\u003eEnjoy Your Drink\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TABLE SECTION --\u003e\n\u003cdiv class=\"homopia-table-wrapper\"\u003e\n\u003ch2 class=\"homopia-table-title\"\u003eWhy Kitchens Trust Homopia?\u003c\/h2\u003e\n\u003cdiv class=\"homopia-table-container\"\u003e\n\u003ctable class=\"homopia-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eSMART POWER JUICER™\u003c\/th\u003e\n\u003cth\u003eStandard Juicers\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eExtraction\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"homopia-icon-check\"\u003e✓\u003c\/span\u003e Maximum Nutrients\u003c\/td\u003e\n\u003ctd\u003eHigh Waste\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrep Time\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"homopia-icon-check\"\u003e✓\u003c\/span\u003e Minimal (Wide Chute)\u003c\/td\u003e\n\u003ctd\u003eExtensive Chopping\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCleaning\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"homopia-icon-check\"\u003e✓\u003c\/span\u003e Dishwasher Safe\u003c\/td\u003e\n\u003ctd\u003eHard to Wash\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAesthetics\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"homopia-icon-check\"\u003e✓\u003c\/span\u003e Modern Minimalist\u003c\/td\u003e\n\u003ctd\u003eBulky \u0026amp; Outdated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TECH SPECS (DESKTOP GRID \/ MOBILE CAROUSEL) --\u003e\n\u003cdiv class=\"homopia-specs-wrapper\"\u003e\n\u003ch2 class=\"homopia-headline\"\u003eCore Technical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"homopia-carousel-viewport\" id=\"homopia-viewport\"\u003e\n\u003cdiv class=\"homopia-carousel-track\"\u003e\n\u003cdiv class=\"homopia-badge is-popped\"\u003e\n\u003csvg class=\"homopia-badge-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\u003e\u003c\/polyline\u003e\u003cline x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n\u003cdiv class=\"homopia-badge-text\"\u003e\n\u003cstrong\u003eMaterial\u003c\/strong\u003e Plastic \u0026amp; SS Filter\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"homopia-badge\"\u003e\n\u003csvg class=\"homopia-badge-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"homopia-badge-text\"\u003e\n\u003cstrong\u003eMotor Power\u003c\/strong\u003e 400W High-Efficiency\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"homopia-badge\"\u003e\n\u003csvg class=\"homopia-badge-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z\"\u003e\u003c\/path\u003e\u003cline x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"\u003e\u003c\/line\u003e\u003cpath d=\"M16 10a4 4 0 0 1-8 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"homopia-badge-text\"\u003e\n\u003cstrong\u003eCapacities\u003c\/strong\u003e 600ml Pulp Collector\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"homopia-badge\"\u003e\n\u003csvg class=\"homopia-badge-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 16v-4\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 8h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"homopia-badge-text\"\u003e\n\u003cstrong\u003eKey Features\u003c\/strong\u003e 65mm Chute \u0026amp; 2-Speed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"homopia-cta-container\"\u003e\n\u003cp class=\"homopia-headline\" style=\"font-size: clamp(24px, 3vw, 32px);\"\u003eTransform your daily healthy routine.\u003cbr\u003eSecure your exclusive Homopia juicer today.\u003c\/p\u003e\n\u003cbutton class=\"homopia-btn-primary\"\u003e Shop Now \u003c\/button\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n        function homopiaSmoothScrollToTop(duration) {\n            const startPosition = window.pageYOffset;\n            const startTime = performance.now();\n\n            function easeOutQuart(t) {\n                return 1 - Math.pow(1 - t, 4);\n            }\n\n            function scrollAnimation(currentTime) {\n                const timeElapsed = currentTime - startTime;\n                let progress = timeElapsed \/ duration;\n                if (progress \u003e 1) progress = 1;\n\n                const ease = easeOutQuart(progress);\n                window.scrollTo(0, startPosition * (1 - ease));\n\n                if (progress \u003c 1) {\n                    requestAnimationFrame(scrollAnimation);\n                }\n            }\n            requestAnimationFrame(scrollAnimation);\n        }\n\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            const steps = document.querySelectorAll('.homopia-step');\n            if (steps.length \u003e 0) {\n                let currentStep = 0;\n                setInterval(() =\u003e {\n                    steps.forEach(s =\u003e s.classList.remove('is-active'));\n                    steps[currentStep].classList.add('is-active');\n                    currentStep = (currentStep + 1) % steps.length;\n                }, 1500);\n            }\n\n            if (window.innerWidth \u003c 768) {\n                const viewport = document.getElementById('homopia-viewport');\n                const badges = document.querySelectorAll('.homopia-badge');\n                if (viewport \u0026\u0026 badges.length \u003e 0) {\n                    let badgeIndex = 0;\n                    let autoPlayBadge;\n\n                    const observer = new IntersectionObserver((entries) =\u003e {\n                        entries.forEach(entry =\u003e {\n                            if (entry.isIntersecting \u0026\u0026 entry.intersectionRatio \u003e 0.5) {\n                                badges.forEach(b =\u003e b.classList.remove('is-popped'));\n                                entry.target.classList.add('is-popped');\n                                badgeIndex = Array.from(badges).indexOf(entry.target);\n                            }\n                        });\n                    }, { root: viewport, threshold: 0.6 });\n\n                    badges.forEach(badge =\u003e observer.observe(badge));\n\n                    const startAutoBadge = () =\u003e {\n                        autoPlayBadge = setInterval(() =\u003e {\n                            badgeIndex = (badgeIndex + 1) % badges.length;\n                            const targetBadge = badges[badgeIndex];\n                            const scrollTargetX = targetBadge.offsetLeft - (viewport.clientWidth \/ 2) + (targetBadge.clientWidth \/ 2);\n                            viewport.scrollTo({\n                                left: scrollTargetX,\n                                behavior: 'smooth'\n                            });\n                        }, 3000);\n                    };\n\n                    startAutoBadge();\n\n                    viewport.addEventListener('touchstart', () =\u003e clearInterval(autoPlayBadge), { passive: true });\n                    viewport.addEventListener('mousedown', () =\u003e clearInterval(autoPlayBadge), { passive: true });\n                }\n            }\n        });\n    \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Homopia","offers":[{"title":"BLACK \/ 220-240V \/ UK|UNITED KINGDOM","offer_id":57208873812345,"sku":"14:366#BLACK;200007763:201336105;200009209:200660851;35:201299344","price":45.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/1535\/8841\/files\/PDP_25b4caa4-158f-46a8-8002-f638247aa545.webp?v=1777892405"},{"product_id":"premium-electric-juice-extractor™","title":"Premium Electric Juice Extractor™","description":"\u003ch1\u003eSPECIFICATIONS\u003c\/h1\u003e\n\u003cp\u003e\u003cspan\u003eBlade Material\u003c\/span\u003e: \u003cspan style=\"color: #333;\"\u003eOther\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eBrand Name\u003c\/span\u003e: \u003cspan style=\"color: #333;\"\u003eDayPlus\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eFruit \u0026amp; Vegetable Tools Type\u003c\/span\u003e: \u003cspan style=\"color: #333;\"\u003eSqueezers \u0026amp; Reamers\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eOrigin\u003c\/span\u003e: \u003cspan style=\"color: #333;\"\u003eMainland China\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eType\u003c\/span\u003e: \u003cspan style=\"color: #333;\"\u003eFruit \u0026amp; Vegetable Tools\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eWatt\u003c\/span\u003e: \u003cspan style=\"color: #333;\"\u003e300W\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/S6f0e2c1cf70a48fd8f91510bdcb073022.jpg\"\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/S642f65e451c147539ea53cb7c7ca2d1cb.jpg\"\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/Sc5382de039a946a9bf0b4c3cbabcb3afT.jpg\"\u003ePowerful:This juicer extracts up to 85% more juice and 70% more vitamins and minerals. It's much easier to have fresh and healthy juice in seconds, no worries about clogging and foaming.\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/S428e3f99eb26421fbf3056e715ecd2feJ.jpg\"\u003e\u003c\/p\u003e\n\u003cp\u003ePowerful:This juicer extracts up to 85% more juice and 70% more vitamins and minerals. It's much easier to have fresh and healthy juice in seconds, no worries about clogging and foaming.\u003c\/p\u003e\n\u003cp\u003eextra wide feeding chute: You can fit your fruit and vegetables in without spending a lot of time cutting them into smaller pieces. And this juicer has a unique non-drip spout that keeps your countertop nice and clean.\u003c\/p\u003e\n\u003cp\u003e2 speed setting: \"Ⅰ\" Low speed (14000rpm-18000rpm) for soft and juicy fruits and vegetables such as watermelon, orange, grape, celery, cucumber. \"Ⅱ\" high speed (18000rpm-22000rpm) for hard fruits such as apple, pear, carrot, beetroot, ginger and kale. More convenient for different fruits compared to other high speed juicers.\u003c\/p\u003e\n\u003cp\u003eSpace saving: The juicer's compact size allows for easy storage without compromising performance. Make delicious juice with your favourite fruits and vegetables with the compact power of the Centrifugal Juicer.\u003c\/p\u003e\n\u003cp\u003eEasy to use and clean: Equipped with a 500ml juice jug and 1 litre pulp collector, it allows you to juice many fruits and vegetables at once. All removable parts are dishwasher safe and it's easy to clean the filter and other nooks and crannies.\u003c\/p\u003e","brand":"Homopia","offers":[{"title":"Silver","offer_id":57208932991353,"sku":"14:350853;200007763:201336105","price":39.97,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/1535\/8841\/files\/PDP_13ffa9d6-7913-4d32-9d32-2e85088c19c5.webp?v=1777893632"},{"product_id":"pro-centrifugal-juice-extractor™","title":"Pro Centrifugal Juice Extractor™","description":"\u003ch1\u003eSPECIFICATIONS\u003c\/h1\u003e\n\u003cp\u003e\u003cspan\u003eBrand Name\u003c\/span\u003e: \u003cspan style=\"color: #333;\"\u003eBeoSior\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eCapacity\u003c\/span\u003e: \u003cspan style=\"color: #333;\"\u003e500-1000ml\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eFunction\u003c\/span\u003e: \u003cspan style=\"color: #333;\"\u003eAutomatic Pulp Ejection,Non-Drip Spout,Juicing,Meat Mincing,Ice Crushing,Dry Grinding,Meat Grinding,Soya-bean Milk\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eHigh-concerned chemical\u003c\/span\u003e: \u003cspan style=\"color: #333;\"\u003eNone\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eLaying Method\u003c\/span\u003e: \u003cspan style=\"color: #333;\"\u003eTable\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eModel Number\u003c\/span\u003e: \u003cspan style=\"color: #333;\"\u003eElectric Fruit Juicer\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eOrigin\u003c\/span\u003e: \u003cspan style=\"color: #333;\"\u003eMainland China\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003ePower (W)\u003c\/span\u003e: \u003cspan style=\"color: #333;\"\u003e800W\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eSpeed Adjustment\u003c\/span\u003e: \u003cspan style=\"color: #333;\"\u003eTwo Gears\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eType\u003c\/span\u003e: \u003cspan style=\"color: #333;\"\u003eCentrifugal Juicer\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\" align=\"center\"\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003e\u003cstrong\u003e Electric Fruit Juicer Multi-functional Juice Extractor Machine For Fruits Vegetables \u0026amp; Citrus 2-Speeds Centrifugal Juice Machine\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003e\u003cstrong\u003eProduct Functions:\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003e\u003cstrong\u003e2 Speeds Juice Extraction\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003eThe juicer features 2 speeds, allowing you to extract juice from both hard and soft fruits and vegetables with ease.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003e\u003cstrong\u003eHome Kitchen Essential\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003eAn essential addition to any home kitchen, this juicer is perfect for preparing fresh, healthy juices daily.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003e\u003cstrong\u003eCentrifugal Juicer\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003eUtilizing centrifugal technology, this juicer efficiently extracts maximum juice from your ingredients.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003e\u003cstrong\u003eWide Mouth Design\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003eThe wide mouth design makes it easy to feed in fruits and vegetables, saving you time and effort.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003e\u003cstrong\u003eStainless Steel Construction\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003eCrafted from durable stainless steel, this juicer ensures longevity and resistance to corrosion.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003e\u003cstrong\u003eProduct Specifications:\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003eFunction: Juicing\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003eRotational Speed: 22001 rpm and above\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003eRated Frequency: 220V 50\/60Hz, 110V 60Hz\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003eMaterial: Stainless Steel\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003eRated Power: 800W\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003eRated Voltage: UK Standard 220V\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003e\u003cstrong\u003ePackaging Contents:\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003eMain unit ×1\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003ePulp container ×1\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003ePusher ×1\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003eStainless steel juicing screen ×1\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003eTransparent lid ×1\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003eJuice cup ×1\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 18px; font-family: 'times new roman', times, serif;\"\u003eInstruction manual ×1\u003c\/span\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/Afe2eaa10976149beb874906042cc9c59v.jpg\"\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/A4d059f8c39b34a24a53a853ec121d9bdS.png\"\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/A2725e1322b76407cb8754ebe526bcb69m.png\"\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/Ac7017e71250745658335f33081fc5abc2.png\"\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/A14dd47c2a7dd41e5891a71331325ce8ch.png\"\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/A6c3b7e15305f4e558b0598358ec7474f5.png\"\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/A84fafc92b3f34e31bb73b7b937545e07g.png\"\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/Af28f90673467499dbc11a07aa2a2d3e8d.png\"\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/A98906433efaf4bdd821fbb4f66ec40eay.png\"\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/Adcdc9f59e9284ea98f8b2b042d103b3eL.png\"\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/A9bede839a2654e5cb7411b602806df5fg.png\"\u003e\u003c\/p\u003e","brand":"Homopia","offers":[{"title":"Silver","offer_id":57211689894265,"sku":"14:29#Electric Juicer;200007763:201336105","price":35.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/1535\/8841\/files\/PDP_5727a042-455d-4ee1-868b-3e80c604b71f.webp?v=1777908849"},{"product_id":"smart-cold-press-juicer™smart-cold-press-juicer™","title":"Smart Cold Press Juicer™","description":"\u003cstyle\u003e\n        \/* === HOMOPIA DESIGN SYSTEM V2 === *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:wght@400;500;700\u0026family=EB+Garamond:ital,wght@0,600;1,600\u0026display=swap');\n\n        .homopia-product-description {\n            --c-black: #0E0E0E;\n            --c-night: #0D1B2A;\n            --c-ivory: #F5F3EF;\n            --c-white: #FFFFFF;\n            --c-gold: #C4A35A;\n            --c-sage: #8FA888;\n            --c-gray: #8E8E8E;\n            \n            --font-display: 'EB Garamond', serif;\n            --font-body: 'DM Sans', sans-serif;\n\n            font-family: var(--font-body);\n            background-color: var(--c-white);\n            color: var(--c-black);\n            line-height: 1.7;\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 40px 20px;\n            overflow: hidden;\n        }\n\n        .homopia-product-description * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        @keyframes homopia-shimmer {\n            0% { background-position: -1000px 0; }\n            100% { background-position: 1000px 0; }\n        }\n\n        @keyframes homopia-fade-up {\n            from { opacity: 0; transform: translateY(30px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        @keyframes homopia-icon-float {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-5px); }\n        }\n\n        .homopia-headline {\n            font-family: var(--font-display);\n            font-size: clamp(32px, 4vw, 44px);\n            font-weight: 600;\n            color: var(--c-black);\n            margin-bottom: 16px;\n            line-height: 1.1;\n            letter-spacing: -0.02em;\n        }\n\n        .homopia-subtext {\n            font-size: 16px;\n            font-weight: 400;\n            color: var(--c-gray);\n            line-height: 1.6;\n        }\n\n        .homopia-highlight {\n            color: var(--c-night);\n            font-weight: 700;\n        }\n\n        \/* === 4:5 MEDIA WRAPPER - ZERO GAPS FIX === *\/\n        .homopia-media-wrapper {\n            width: 100%;\n            aspect-ratio: 4 \/ 5;\n            background: var(--c-ivory);\n            background-image: linear-gradient(90deg, var(--c-ivory) 0px, #EAE8E4 50%, var(--c-ivory) 100%);\n            background-size: 1000px 100%;\n            animation: homopia-shimmer 2s infinite linear;\n            border-radius: 20px;\n            overflow: hidden;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 15px 35px rgba(0,0,0,0.06);\n            font-size: 0;\n            line-height: 0;\n        }\n\n        .homopia-media-wrapper img {\n            display: block;\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            border: none;\n            margin: 0;\n            padding: 0;\n            outline: none;\n        }\n\n        \/* === RESPONSIVE LAYOUT === *\/\n        .homopia-grid-section {\n            margin-bottom: 80px;\n            animation: homopia-fade-up 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n        }\n\n        \/* Mobile Layout *\/\n        .homopia-mobile-title {\n            display: block;\n            margin-bottom: 20px;\n        }\n        \n        .homopia-desktop-title {\n            display: none;\n        }\n\n        .homopia-frosted-card {\n            background: var(--c-ivory);\n            padding: 24px;\n            border-radius: 16px;\n            border: 1px solid rgba(14, 14, 14, 0.05);\n            margin-top: 20px;\n        }\n\n        \/* Desktop Layout *\/\n        @media (min-width: 768px) {\n            .homopia-mobile-title {\n                display: none;\n            }\n            .homopia-desktop-title {\n                display: block;\n                margin-bottom: 24px;\n            }\n            .homopia-grid-section {\n                display: grid;\n                grid-template-columns: 1fr 1fr;\n                align-items: center;\n                gap: 60px;\n            }\n            .homopia-frosted-card {\n                background: transparent;\n                padding: 0;\n                border: none;\n                margin-top: 0;\n            }\n            .homopia-grid-section:nth-of-type(odd) .homopia-media-wrapper {\n                order: 1;\n            }\n            .homopia-grid-section:nth-of-type(odd) .homopia-text-content {\n                order: 2;\n            }\n            .homopia-grid-section:nth-of-type(even) .homopia-media-wrapper {\n                order: 2;\n            }\n            .homopia-grid-section:nth-of-type(even) .homopia-text-content {\n                order: 1;\n            }\n        }\n\n        \/* === STEP-BY-STEP ANIMATION === *\/\n        .homopia-steps-section {\n            background: var(--c-ivory);\n            border-radius: 24px;\n            padding: 50px 30px;\n            margin: 60px 0;\n            text-align: center;\n        }\n\n        .homopia-steps-container {\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n            margin-top: 30px;\n            max-width: 400px;\n            margin-left: auto;\n            margin-right: auto;\n            text-align: left;\n        }\n\n        .homopia-step {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n            background: var(--c-white);\n            padding: 16px 24px;\n            border-radius: 100px;\n            opacity: 0.4;\n            transform: scale(0.95);\n            transition: all 0.4s ease;\n        }\n\n        .homopia-step.is-active {\n            opacity: 1;\n            transform: scale(1.05);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.05);\n            border: 1px solid var(--c-gold);\n        }\n\n        .homopia-step-number {\n            background: var(--c-night);\n            color: var(--c-gold);\n            min-width: 32px;\n            height: 32px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 700;\n            font-size: 14px;\n        }\n\n        .homopia-step-text {\n            font-weight: 500;\n            color: var(--c-black);\n        }\n\n        \/* === PREMIUM COMPARISON TABLE === *\/\n        .homopia-table-wrapper {\n            margin: 80px 0;\n            text-align: center;\n        }\n\n        .homopia-table-title {\n            font-family: var(--font-display);\n            font-size: clamp(28px, 4vw, 38px);\n            color: var(--c-night);\n            font-style: italic;\n            margin-bottom: 30px;\n        }\n\n        .homopia-table-container {\n            width: 100%;\n            overflow-x: auto;\n            background: var(--c-white);\n            border-radius: 24px;\n            padding: 0;\n            border: 1px solid #EAEAEA;\n        }\n\n        .homopia-table {\n            width: 100%;\n            min-width: 600px;\n            border-collapse: separate;\n            border-spacing: 0;\n            text-align: center;\n        }\n\n        .homopia-table th, \n        .homopia-table td {\n            padding: 20px 16px;\n            border-bottom: 1px solid #F0F0F0;\n            font-size: 15px;\n            color: var(--c-gray);\n        }\n\n        .homopia-table td:first-child,\n        .homopia-table th:first-child {\n            text-align: left;\n            font-weight: 500;\n            color: var(--c-black);\n        }\n\n        .homopia-table th:nth-child(2) {\n            background-color: var(--c-night);\n            color: var(--c-gold);\n            font-family: var(--font-display);\n            font-size: 20px;\n            letter-spacing: 0.05em;\n            border-top-left-radius: 20px;\n            border-top-right-radius: 20px;\n            border-bottom: none;\n        }\n\n        .homopia-table td:nth-child(2) {\n            background-color: var(--c-night);\n            color: var(--c-white);\n            font-weight: 500;\n            border-bottom: 1px solid rgba(255,255,255,0.05);\n        }\n\n        .homopia-table tr:last-child td:nth-child(2) {\n            border-bottom-left-radius: 20px;\n            border-bottom-right-radius: 20px;\n            border-bottom: none;\n        }\n\n        .homopia-icon-check {\n            color: var(--c-sage);\n            font-weight: bold;\n            margin-right: 6px;\n        }\n\n        \/* === TECH SPECS === *\/\n        .homopia-specs-wrapper {\n            margin: 80px 0;\n            text-align: center;\n        }\n\n        .homopia-badge {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 16px;\n            background: var(--c-night);\n            padding: 24px 30px;\n            border-radius: 50px;\n            border: 1px solid rgba(255,255,255,0.1);\n            box-shadow: none;\n        }\n\n        .homopia-badge-icon {\n            color: var(--c-gold);\n            width: 28px;\n            height: 28px;\n            flex-shrink: 0;\n        }\n\n        .homopia-badge-text {\n            color: var(--c-white);\n            font-size: 14px;\n            text-align: left;\n            line-height: 1.4;\n        }\n\n        .homopia-badge-text strong {\n            color: var(--c-gold);\n            display: block;\n            font-size: 12px;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n            margin-bottom: 2px;\n        }\n\n        \/* Mobile Layout *\/\n        @media (max-width: 767px) {\n            .homopia-carousel-viewport {\n                width: 100%;\n                overflow-x: auto;\n                scroll-snap-type: x mandatory;\n                scroll-behavior: smooth;\n                padding: 20px 0;\n                -ms-overflow-style: none;\n                scrollbar-width: none;\n            }\n            .homopia-carousel-viewport::-webkit-scrollbar {\n                display: none;\n            }\n            .homopia-carousel-track {\n                display: flex;\n                gap: 20px;\n                width: max-content;\n                padding: 0 10%;\n            }\n            .homopia-badge {\n                scroll-snap-align: center;\n                width: 80vw;\n                max-width: 400px;\n                opacity: 0.3;\n                transform: scale(0.8);\n                transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s ease;\n                box-shadow: none !important;\n            }\n            .homopia-badge.is-popped {\n                opacity: 1;\n                transform: scale(1);\n                box-shadow: none !important;\n            }\n        }\n\n        \/* Desktop Layout *\/\n        @media (min-width: 768px) {\n            .homopia-carousel-track {\n                display: grid;\n                grid-template-columns: repeat(2, 1fr);\n                gap: 24px;\n                max-width: 900px;\n                margin: 40px auto 0;\n            }\n            @media (min-width: 992px) {\n                .homopia-carousel-track {\n                    grid-template-columns: repeat(3, 1fr);\n                }\n                .homopia-badge:last-child {\n                    grid-column: 2; \/* Centers the 5th item *\/\n                }\n            }\n            .homopia-badge {\n                width: 100%;\n                opacity: 1;\n                transform: none;\n                box-shadow: 0 15px 30px rgba(13, 27, 42, 0.15);\n            }\n            .homopia-badge-icon {\n                animation: homopia-icon-float 3s ease-in-out infinite;\n            }\n        }\n\n        \/* === CTA FOOTER === *\/\n        .homopia-cta-container {\n            text-align: center;\n            margin-top: 40px;\n            padding-top: 60px;\n            border-top: 1px solid #EAEAEA;\n        }\n\n        .homopia-btn-primary {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            background-color: var(--c-night);\n            color: var(--c-white) !important;\n            font-family: var(--font-body);\n            font-size: 15px;\n            font-weight: 500;\n            letter-spacing: 0.05em;\n            text-transform: uppercase;\n            text-decoration: none;\n            padding: 20px 45px;\n            border-radius: 50px;\n            transition: all 0.3s ease;\n            box-shadow: 0 10px 25px rgba(13, 27, 42, 0.2);\n            cursor: pointer;\n            border: none;\n        }\n\n        .homopia-btn-primary:hover {\n            background-color: var(--c-gold);\n            transform: translateY(-3px);\n            box-shadow: 0 15px 35px rgba(196, 163, 90, 0.3);\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"homopia-product-description\"\u003e\n\u003c!-- SECTION 1 --\u003e\n\u003cdiv class=\"homopia-grid-section\"\u003e\n\u003ch2 class=\"homopia-headline homopia-mobile-title\"\u003eMaximum Yield Cold Extraction\u003c\/h2\u003e\n\u003cdiv class=\"homopia-media-wrapper\"\u003e\u003cimg decoding=\"async\" alt=\"Maximum Yield Cold Extraction\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/1535\/8841\/files\/Adf5626647d74448880ce694dc9ae80b5R_702c8b9e-cb44-4add-abf2-d479c04a7840.webp?v=1777918783\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"homopia-text-content\"\u003e\n\u003ch2 class=\"homopia-headline homopia-desktop-title\"\u003eMaximum Yield Cold Extraction\u003c\/h2\u003e\n\u003cdiv class=\"homopia-frosted-card\"\u003e\n\u003cp class=\"homopia-subtext\"\u003eExtracts up to \u003cspan class=\"homopia-highlight\"\u003e98.5% pure juice\u003c\/span\u003e. Enjoy maximum nutrients for your \u003cspan class=\"homopia-highlight\"\u003emodern British home\u003c\/span\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION 2 --\u003e\n\u003cdiv class=\"homopia-grid-section\"\u003e\n\u003ch2 class=\"homopia-headline homopia-mobile-title\"\u003eExtra Wide Feed Chute\u003c\/h2\u003e\n\u003cdiv class=\"homopia-media-wrapper\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Extra Wide Feed Chute\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/1535\/8841\/files\/A16042833dad44c4283b81ca0bfc0a4f7t_dbcbe246-8e4e-41ee-9710-d2c55088cd31.webp?v=1777918876\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"homopia-text-content\"\u003e\n\u003ch2 class=\"homopia-headline homopia-desktop-title\"\u003eExtra Wide Feed Chute\u003c\/h2\u003e\n\u003cdiv class=\"homopia-frosted-card\"\u003e\n\u003cp class=\"homopia-subtext\"\u003eThe massive \u003cspan class=\"homopia-highlight\"\u003e85mm opening\u003c\/span\u003e fits whole fruits easily. Save time with \u003cspan class=\"homopia-highlight\"\u003ezero prep required\u003c\/span\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION 3 --\u003e\n\u003cdiv class=\"homopia-grid-section\"\u003e\n\u003ch2 class=\"homopia-headline homopia-mobile-title\"\u003eEffortless Fast Daily Cleaning\u003c\/h2\u003e\n\u003cdiv class=\"homopia-media-wrapper\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Effortless Fast Daily Cleaning\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/1535\/8841\/files\/Ae71347742fca455db183a23ae0db5390E_cd5b3b97-a598-4416-ae5f-3ef231a77add.webp?v=1777918902\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"homopia-text-content\"\u003e\n\u003ch2 class=\"homopia-headline homopia-desktop-title\"\u003eEffortless Fast Daily Cleaning\u003c\/h2\u003e\n\u003cdiv class=\"homopia-frosted-card\"\u003e\n\u003cp class=\"homopia-subtext\"\u003eFully \u003cspan class=\"homopia-highlight\"\u003edetachable parts\u003c\/span\u003e rinse clean instantly. Maintain impeccable hygiene with \u003cspan class=\"homopia-highlight\"\u003ezero daily scrubbing effort\u003c\/span\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- STEP-BY-STEP SECTION --\u003e\n\u003cdiv class=\"homopia-steps-section\"\u003e\n\u003ch2 class=\"homopia-headline\"\u003eThe Perfect Juice Steps\u003c\/h2\u003e\n\u003cp class=\"homopia-subtext\"\u003eExperience effortless cold extraction. Achieve ultimate healthy culinary perfection in just a few seconds.\u003c\/p\u003e\n\u003cdiv id=\"homopia-steps\" class=\"homopia-steps-container\"\u003e\n\u003cdiv class=\"homopia-step\"\u003e\n\u003cdiv class=\"homopia-step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"homopia-step-text\"\u003eInstall Filter Screen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"homopia-step\"\u003e\n\u003cdiv class=\"homopia-step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"homopia-step-text\"\u003eLock Vertical Auger\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"homopia-step\"\u003e\n\u003cdiv class=\"homopia-step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"homopia-step-text\"\u003eLoad Whole Fruits\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"homopia-step\"\u003e\n\u003cdiv class=\"homopia-step-number\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"homopia-step-text\"\u003ePress Smart Start\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"homopia-step\"\u003e\n\u003cdiv class=\"homopia-step-number\"\u003e5\u003c\/div\u003e\n\u003cdiv class=\"homopia-step-text\"\u003eEnjoy Pure Juice\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TABLE SECTION --\u003e\n\u003cdiv class=\"homopia-table-wrapper\"\u003e\n\u003ch2 class=\"homopia-table-title\"\u003eWhy Kitchens Trust Homopia?\u003c\/h2\u003e\n\u003cdiv class=\"homopia-table-container\"\u003e\n\u003ctable class=\"homopia-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eSMART PRESS JUICER™\u003c\/th\u003e\n\u003cth\u003eStandard Juicers\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eExtraction\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"homopia-icon-check\"\u003e✓\u003c\/span\u003e 98.5% High Yield\u003c\/td\u003e\n\u003ctd\u003eHigh Waste\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrep Time\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"homopia-icon-check\"\u003e✓\u003c\/span\u003e Zero (Whole Fruit)\u003c\/td\u003e\n\u003ctd\u003eExtensive Chopping\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNutrients\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"homopia-icon-check\"\u003e✓\u003c\/span\u003e Cold Press Preserved\u003c\/td\u003e\n\u003ctd\u003eDestroyed by Heat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCleaning\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"homopia-icon-check\"\u003e✓\u003c\/span\u003e 3-Second Quick Flush\u003c\/td\u003e\n\u003ctd\u003eHard to Wash\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TECH SPECS (DESKTOP GRID \/ MOBILE CAROUSEL) --\u003e\n\u003cdiv class=\"homopia-specs-wrapper\"\u003e\n\u003ch2 class=\"homopia-headline\"\u003eCore Technical Specifications\u003c\/h2\u003e\n\u003cdiv id=\"homopia-viewport\" class=\"homopia-carousel-viewport\"\u003e\n\u003cdiv class=\"homopia-carousel-track\"\u003e\n\u003cdiv class=\"homopia-badge is-popped\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" class=\"homopia-badge-icon\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"homopia-badge-text\"\u003e\n\u003cstrong\u003eMaterial\u003c\/strong\u003e Premium PC Food-Grade Plastic\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"homopia-badge\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" class=\"homopia-badge-icon\"\u003e\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"homopia-badge-text\"\u003e\n\u003cstrong\u003eMotor Power\u003c\/strong\u003e 500W High-Torque Motor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"homopia-badge\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" class=\"homopia-badge-icon\"\u003e\u003cpath d=\"M12 2v20M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"homopia-badge-text\"\u003e\n\u003cstrong\u003eMechanism\u003c\/strong\u003e Slow Spiral Vertical Auger\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"homopia-badge\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" class=\"homopia-badge-icon\"\u003e\u003crect ry=\"2\" rx=\"2\" height=\"11\" width=\"18\" y=\"11\" x=\"3\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 11V7a5 5 0 0 1 10 0v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"homopia-badge-text\"\u003e\n\u003cstrong\u003eKey Features\u003c\/strong\u003e 85mm Wide Chute \u0026amp; Automatic Pulp\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"homopia-badge\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" class=\"homopia-badge-icon\"\u003e\u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\u003e\u003c\/polyline\u003e\u003cline y2=\"12\" x2=\"12\" y1=\"22.08\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n\u003cdiv class=\"homopia-badge-text\"\u003e\n\u003cstrong\u003eBox Contents\u003c\/strong\u003e 1x Device, 1x Cable, 1x Manual\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"homopia-cta-container\"\u003e\n\u003cp style=\"font-size: clamp(24px, 3vw, 32px);\" class=\"homopia-headline\"\u003eTransform your daily healthy routine.\u003cbr\u003eSecure your exclusive Homopia juicer today.\u003c\/p\u003e\n\u003cbutton class=\"homopia-btn-primary\"\u003e Shop Now \u003c\/button\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n        function homopiaSmoothScrollToTop(duration) {\n            const startPosition = window.pageYOffset;\n            const startTime = performance.now();\n\n            function easeOutQuart(t) {\n                return 1 - Math.pow(1 - t, 4);\n            }\n\n            function scrollAnimation(currentTime) {\n                const timeElapsed = currentTime - startTime;\n                let progress = timeElapsed \/ duration;\n                if (progress \u003e 1) progress = 1;\n\n                const ease = easeOutQuart(progress);\n                window.scrollTo(0, startPosition * (1 - ease));\n\n                if (progress \u003c 1) {\n                    requestAnimationFrame(scrollAnimation);\n                }\n            }\n            requestAnimationFrame(scrollAnimation);\n        }\n\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            const steps = document.querySelectorAll('.homopia-step');\n            if (steps.length \u003e 0) {\n                let currentStep = 0;\n                setInterval(() =\u003e {\n                    steps.forEach(s =\u003e s.classList.remove('is-active'));\n                    steps[currentStep].classList.add('is-active');\n                    currentStep = (currentStep + 1) % steps.length;\n                }, 1500);\n            }\n\n            if (window.innerWidth \u003c 768) {\n                const viewport = document.getElementById('homopia-viewport');\n                const badges = document.querySelectorAll('.homopia-badge');\n                if (viewport \u0026\u0026 badges.length \u003e 0) {\n                    let badgeIndex = 0;\n                    let autoPlayBadge;\n\n                    const observer = new IntersectionObserver((entries) =\u003e {\n                        entries.forEach(entry =\u003e {\n                            if (entry.isIntersecting \u0026\u0026 entry.intersectionRatio \u003e 0.5) {\n                                badges.forEach(b =\u003e b.classList.remove('is-popped'));\n                                entry.target.classList.add('is-popped');\n                                badgeIndex = Array.from(badges).indexOf(entry.target);\n                            }\n                        });\n                    }, { root: viewport, threshold: 0.6 });\n\n                    badges.forEach(badge =\u003e observer.observe(badge));\n\n                    const startAutoBadge = () =\u003e {\n                        autoPlayBadge = setInterval(() =\u003e {\n                            badgeIndex = (badgeIndex + 1) % badges.length;\n                            const targetBadge = badges[badgeIndex];\n                            const scrollTargetX = targetBadge.offsetLeft - (viewport.clientWidth \/ 2) + (targetBadge.clientWidth \/ 2);\n                            viewport.scrollTo({\n                                left: scrollTargetX,\n                                behavior: 'smooth'\n                            });\n                        }, 3000);\n                    };\n\n                    startAutoBadge();\n\n                    viewport.addEventListener('touchstart', () =\u003e clearInterval(autoPlayBadge), { passive: true });\n                    viewport.addEventListener('mousedown', () =\u003e clearInterval(autoPlayBadge), { passive: true });\n                }\n            }\n        });\n    \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Homopia","offers":[{"title":"Red","offer_id":57212627878265,"sku":"14:29;200007763:201336105","price":69.97,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/1535\/8841\/files\/PDP_c6fafb36-6b95-4d2a-9685-c0278253c14a.webp?v=1777919838"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/1535\/8841\/collections\/PDP_c6fafb36-6b95-4d2a-9685-c0278253c14a.webp?v=1777932779","url":"https:\/\/homopia.com\/collections\/juicers.oembed","provider":"Homopia","version":"1.0","type":"link"}