{"product_id":"hel","title":"hel","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\u003eCoffee Steatbox — Premium Coffee, Redefined\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026amp;family=Inter:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary: #2C1810;\n            --accent: #C7965B;\n            --accent-light: #E8C9A0;\n            --bg: #FAF7F2;\n            --white: #FFFFFF;\n            --text: #3D3D3D;\n            --text-light: #888888;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', sans-serif;\n            color: var(--text);\n            background: var(--bg);\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        h1, h2, h3, h4 {\n            font-family: 'Playfair Display', serif;\n            color: var(--primary);\n        }\n\n        a {\n            text-decoration: none;\n            color: inherit;\n        }\n\n        \/* Navbar *\/\n        nav {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            z-index: 1000;\n            padding: 20px 60px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: all 0.4s ease;\n        }\n\n        nav.scrolled {\n            background: rgba(250, 247, 242, 0.95);\n            backdrop-filter: blur(10px);\n            box-shadow: 0 2px 20px rgba(0,0,0,0.05);\n            padding: 15px 60px;\n        }\n\n        .logo {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            font-weight: 700;\n            color: var(--primary);\n            letter-spacing: 1px;\n        }\n\n        .logo span {\n            color: var(--accent);\n        }\n\n        .nav-links {\n            display: flex;\n            gap: 40px;\n            list-style: none;\n        }\n\n        .nav-links a {\n            font-size: 0.9rem;\n            font-weight: 500;\n            transition: color 0.3s ease;\n            position: relative;\n        }\n\n        .nav-links a:hover {\n            color: var(--accent);\n        }\n\n        .nav-links a::after {\n            content: '';\n            position: absolute;\n            bottom: -5px;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: var(--accent);\n            transition: width 0.3s ease;\n        }\n\n        .nav-links a:hover::after {\n            width: 100%;\n        }\n\n        .nav-cta {\n            background: var(--primary);\n            color: var(--white);\n            padding: 10px 28px;\n            border-radius: 30px;\n            font-size: 0.85rem;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            border: 2px solid var(--primary);\n        }\n\n        .nav-cta:hover {\n            background: transparent;\n            color: var(--primary);\n        }\n\n        \/* Hero *\/\n        .hero {\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            padding: 120px 60px 80px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -10%;\n            width: 700px;\n            height: 700px;\n            background: radial-gradient(circle, var(--accent-light) 0%, transparent 70%);\n            opacity: 0.6;\n            z-index: 0;\n        }\n\n        .hero-content {\n            max-width: 600px;\n            z-index: 1;\n        }\n\n        .hero-badge {\n            display: inline-block;\n            background: var(--accent-light);\n            color: var(--primary);\n            padding: 6px 18px;\n            border-radius: 20px;\n            font-size: 0.75rem;\n            font-weight: 600;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            margin-bottom: 24px;\n        }\n\n        .hero h1 {\n            font-size: 4.5rem;\n            line-height: 1.1;\n            margin-bottom: 24px;\n            font-weight: 700;\n        }\n\n        .hero h1 em {\n            font-style: italic;\n            color: var(--accent);\n        }\n\n        .hero p {\n            font-size: 1.1rem;\n            color: var(--text-light);\n            margin-bottom: 36px;\n            max-width: 480px;\n            line-height: 1.7;\n        }\n\n        .hero-buttons {\n            display: flex;\n            gap: 16px;\n        }\n\n        .btn-primary {\n            background: var(--primary);\n            color: var(--white);\n            padding: 14px 36px;\n            border-radius: 30px;\n            font-weight: 600;\n            font-size: 0.95rem;\n            transition: all 0.3s ease;\n            display: inline-block;\n            border: 2px solid var(--primary);\n        }\n\n        .btn-primary:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 30px rgba(44, 24, 16, 0.3);\n        }\n\n        .btn-secondary {\n            background: transparent;\n            color: var(--primary);\n            padding: 14px 36px;\n            border-radius: 30px;\n            font-weight: 600;\n            font-size: 0.95rem;\n            transition: all 0.3s ease;\n            display: inline-block;\n            border: 2px solid var(--primary);\n        }\n\n        .btn-secondary:hover {\n            background: var(--primary);\n            color: var(--white);\n        }\n\n        .hero-image {\n            position: absolute;\n            right: 60px;\n            top: 50%;\n            transform: translateY(-50%);\n            width: 500px;\n            height: 500px;\n            z-index: 1;\n        }\n\n        .hero-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            border-radius: 50%;\n            box-shadow: 0 30px 80px rgba(44, 24, 16, 0.2);\n        }\n\n        \/* Stats *\/\n        .stats {\n            display: flex;\n            gap: 60px;\n            padding: 40px 60px;\n            justify-content: center;\n            background: var(--white);\n            border-radius: 20px;\n            margin: -60px 60px 0;\n            position: relative;\n            z-index: 2;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.05);\n        }\n\n        .stat-item {\n            text-align: center;\n        }\n\n        .stat-number {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: var(--primary);\n            display: block;\n        }\n\n        .stat-label {\n            font-size: 0.85rem;\n            color: var(--text-light);\n            font-weight: 500;\n        }\n\n        \/* Features *\/\n        .features {\n            padding: 120px 60px;\n            text-align: center;\n        }\n\n        .section-header {\n            max-width: 600px;\n            margin: 0 auto 60px;\n        }\n\n        .section-header h2 {\n            font-size: 2.8rem;\n            margin-bottom: 16px;\n        }\n\n        .section-header p {\n            color: var(--text-light);\n            font-size: 1.05rem;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 40px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .feature-card {\n            background: var(--white);\n            padding: 50px 30px;\n            border-radius: 20px;\n            transition: all 0.4s ease;\n            text-align: center;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 50px rgba(0,0,0,0.08);\n        }\n\n        .feature-icon {\n            width: 70px;\n            height: 70px;\n            background: var(--accent-light);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 24px;\n            font-size: 1.8rem;\n        }\n\n        .feature-card h3 {\n            font-size: 1.4rem;\n            margin-bottom: 12px;\n        }\n\n        .feature-card p {\n            color: var(--text-light);\n            font-size: 0.95rem;\n            line-height: 1.7;\n        }\n\n        \/* Products *\/\n        .products {\n            padding: 0 60px 120px;\n        }\n\n        .products-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: flex-end;\n            max-width: 1200px;\n            margin: 0 auto 50px;\n        }\n\n        .products-header h2 {\n            font-size: 2.8rem;\n        }\n\n        .products-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 30px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .product-card {\n            background: var(--white);\n            border-radius: 20px;\n            overflow: hidden;\n            transition: all 0.4s ease;\n            cursor: pointer;\n        }\n\n        .product-card:hover {\n            transform: translateY(-6px);\n            box-shadow: 0 25px 60px rgba(0,0,0,0.1);\n        }\n\n        .product-img {\n            height: 260px;\n            background: linear-gradient(135deg, var(--accent-light) 0%, #f5e6d0 100%);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 4rem;\n            transition: all 0.4s ease;\n        }\n\n        .product-card:hover .product-img {\n            background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);\n        }\n\n        .product-info {\n            padding: 28px;\n        }\n\n        .product-tag {\n            font-size: 0.75rem;\n            font-weight: 600;\n            color: var(--accent);\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 8px;\n            display: block;\n        }\n\n        .product-info h3 {\n            font-size: 1.3rem;\n            margin-bottom: 8px;\n        }\n\n        .product-info p {\n            font-size: 0.9rem;\n            color: var(--text-light);\n            margin-bottom: 16px;\n        }\n\n        .product-price {\n            font-size: 1.4rem;\n            font-weight: 700;\n            color: var(--primary);\n            font-family: 'Playfair Display', serif;\n        }\n\n        \/* Testimonials *\/\n        .testimonials {\n            background: var(--primary);\n            padding: 120px 60px;\n            color: var(--white);\n            text-align: center;\n        }\n\n        .testimonials h2 {\n            color: var(--white);\n            font-size: 2.8rem;\n            margin-bottom: 60px;\n        }\n\n        .testimonial-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 40px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .testimonial-card {\n            background: rgba(255,255,255,0.08);\n            padding: 40px;\n            border-radius: 20px;\n            text-align: left;\n            transition: all 0.3s ease;\n        }\n\n        .testimonial-card:hover {\n            background: rgba(255,255,255,0.12);\n            transform: translateY(-4px);\n        }\n\n        .stars {\n            color: var(--accent);\n            font-size: 1.2rem;\n            margin-bottom: 20px;\n            letter-spacing: 2px;\n        }\n\n        .testimonial-card p {\n            font-size: 1rem;\n            line-height: 1.7;\n            margin-bottom: 24px;\n            opacity: 0.9;\n        }\n\n        .testimonial-author {\n            display: flex;\n            align-items: center;\n            gap: 14px;\n        }\n\n        .author-avatar {\n            width: 44px;\n            height: 44px;\n            border-radius: 50%;\n            background: var(--accent-light);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 700;\n            color: var(--primary);\n            font-size: 1rem;\n        }\n\n        .author-name {\n            font-weight: 600;\n            font-size: 0.95rem;\n        }\n\n        .author-title {\n            font-size: 0.8rem;\n            opacity: 0.6;\n        }\n\n        \/* CTA *\/\n        .cta {\n            padding: 140px 60px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .cta::before {\n            content: '';\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            width: 600px;\n            height: 600px;\n            background: radial-gradient(circle, var(--accent-light) 0%, transparent 70%);\n            opacity: 0.5;\n            z-index: 0;\n        }\n\n        .cta-content {\n            position: relative;\n            z-index: 1;\n            max-width: 700px;\n            margin: 0 auto;\n        }\n\n        .cta h2 {\n            font-size: 3.2rem;\n            margin-bottom: 20px;\n        }\n\n        .cta p {\n            font-size: 1.1rem;\n            color: var(--text-light);\n            margin-bottom: 40px;\n        }\n\n        .cta-form {\n            display: flex;\n            gap: 12px;\n            justify-content: center;\n            max-width: 500px;\n            margin: 0 auto;\n        }\n\n        .cta-form input {\n            flex: 1;\n            padding: 14px 24px;\n            border: 2px solid var(--accent-light);\n            border-radius: 30px;\n            font-family: 'Inter', sans-serif;\n            font-size: 0.95rem;\n            outline: none;\n            transition: border-color 0.3s ease;\n            background: var(--white);\n        }\n\n        .cta-form input:focus {\n            border-color: var(--accent);\n        }\n\n        .cta-form button {\n            padding: 14px 32px;\n            background: var(--primary);\n            color: var(--white);\n            border: none;\n            border-radius: 30px;\n            font-family: 'Inter', sans-serif;\n            font-weight: 600;\n            font-size: 0.95rem;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            white-space: nowrap;\n        }\n\n        .cta-form button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 30px rgba(44, 24, 16, 0.3);\n        }\n\n        \/* Footer *\/\n        footer {\n            background: var(--primary);\n            color: var(--white);\n            padding: 80px 60px 40px;\n        }\n\n        .footer-grid {\n            display: grid;\n            grid-template-columns: 2fr 1fr 1fr 1fr;\n            gap: 60px;\n            max-width: 1200px;\n            margin: 0 auto 60px;\n        }\n\n        .footer-brand .logo {\n            color: var(--white);\n            margin-bottom: 20px;\n            display: inline-block;\n        }\n\n        .footer-brand p {\n            font-size: 0.9rem;\n            opacity: 0.7;\n            line-height: 1.7;\n            max-width: 280px;\n        }\n\n        .footer-links h4 {\n            color: var(--white);\n            font-size: 1rem;\n            margin-bottom: 24px;\n            font-family: 'Inter', sans-serif;\n            font-weight: 600;\n        }\n\n        .footer-links ul {\n            list-style: none;\n        }\n\n        .footer-links li {\n            margin-bottom: 12px;\n        }\n\n        .footer-links a {\n            font-size: 0.9rem;\n            opacity: 0.7;\n            transition: opacity 0.3s ease;\n        }\n\n        .footer-links a:hover {\n            opacity: 1;\n            color: var(--accent-light);\n        }\n\n        .footer-bottom {\n            border-top: 1px solid rgba(255,255,255,0.1);\n            padding-top: 30px;\n            text-align: center;\n            font-size: 0.85rem;\n            opacity: 0.5;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        \/* Animations *\/\n        .fade-in {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: all 0.8s ease;\n        }\n\n        .fade-in.visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 1024px) {\n            .hero h1 {\n                font-size: 3.5rem;\n            }\n            .hero-image {\n                width: 400px;\n                height: 400px;\n                right: 30px;\n            }\n            .features-grid, .products-grid, .testimonial-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 768px) {\n            nav {\n                padding: 15px 24px;\n            }\n            .nav-links {\n                display: none;\n            }\n            .hero {\n                padding: 120px 24px 80px;\n                flex-direction: column;\n                text-align: center;\n            }\n            .hero h1 {\n                font-size: 2.8rem;\n            }\n            .hero p {\n                max-width: 100%;\n            }\n            .hero-buttons {\n                justify-content: center;\n            }\n            .hero-image {\n                position: relative;\n                right: auto;\n                top: auto;\n                transform: none;\n                width: 280px;\n                height: 280px;\n                margin-top: 50px;\n            }\n            .stats {\n                flex-direction: column;\n                gap: 30px;\n                margin: 40px 24px 0;\n                padding: 30px;\n            }\n            .features, .products, .testimonials, .cta {\n                padding: 80px 24px;\n            }\n            .features-grid, .products-grid, .testimonial-grid {\n                grid-template-columns: 1fr;\n            }\n            .products-header {\n                flex-direction: column;\n                align-items: flex-start;\n                gap: 16px;\n            }\n            .cta h2 {\n                font-size: 2.2rem;\n            }\n            .cta-form {\n                flex-direction: column;\n            }\n            .footer-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 40px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .footer-grid {\n                grid-template-columns: 1fr;\n            }\n            .hero h1 {\n                font-size: 2.2rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003c!-- Navbar --\u003e\n    \u003cnav id=\"navbar\"\u003e\n        \u003ca href=\"#\" class=\"logo\"\u003eCoffee \u003cspan\u003eSteatbox\u003c\/span\u003e\u003c\/a\u003e\n        \u003cul class=\"nav-links\"\u003e\n            \u003cli\u003e\u003ca href=\"#features\"\u003eWhy Us\u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca href=\"#products\"\u003eProducts\u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca href=\"#testimonials\"\u003eReviews\u003c\/a\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003ca href=\"#contact\"\u003eContact\u003c\/a\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ca href=\"#products\" class=\"nav-cta\"\u003eShop Now\u003c\/a\u003e\n    \u003c\/nav\u003e\n\n    \u003c!-- Hero --\u003e\n    \u003csection class=\"hero\"\u003e\n        \u003cdiv class=\"hero-content\"\u003e\n            \u003cspan class=\"hero-badge\"\u003eNew Collection Available\u003c\/span\u003e\n            \u003ch1\u003eCraft Your Perfect \u003cem\u003eMorning\u003c\/em\u003e\n\u003c\/h1\u003e\n            \u003cp\u003eExperience coffee like never before. Hand-selected beans, artisanal roasting, and flavors that transform your everyday ritual into something extraordinary.\u003c\/p\u003e\n            \u003cdiv class=\"hero-buttons\"\u003e\n                \u003ca href=\"#products\" class=\"btn-primary\"\u003eExplore Collection\u003c\/a\u003e\n                \u003ca href=\"#features\" class=\"btn-secondary\"\u003eOur Story\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hero-image\"\u003e\n            \u003cimg src=\"https:\/\/images.unsplash.com\/photo-1495474472287-4d71bcdd2085?w=600\u0026amp;h=600\u0026amp;fit=crop\" alt=\"Coffee cup with latte art\"\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Stats --\u003e\n    \u003cdiv class=\"stats\"\u003e\n        \u003cdiv class=\"stat-item\"\u003e\n            \u003cspan class=\"stat-number\"\u003e12K+\u003c\/span\u003e\n            \u003cspan class=\"stat-label\"\u003eHappy Customers\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat-item\"\u003e\n            \u003cspan class=\"stat-number\"\u003e24+\u003c\/span\u003e\n            \u003cspan class=\"stat-label\"\u003eUnique Blends\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat-item\"\u003e\n            \u003cspan class=\"stat-number\"\u003e4.9\u003c\/span\u003e\n            \u003cspan class=\"stat-label\"\u003eAverage Rating\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat-item\"\u003e\n            \u003cspan class=\"stat-number\"\u003e3\u003c\/span\u003e\n            \u003cspan class=\"stat-label\"\u003eOrigin Countries\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Features --\u003e\n    \u003csection class=\"features\" id=\"features\"\u003e\n        \u003cdiv class=\"section-header fade-in\"\u003e\n            \u003ch2\u003eWhy Coffee Steatbox?\u003c\/h2\u003e\n            \u003cp\u003eEvery cup tells a story. From bean to brew, we obsess over the details so you don't have to.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"features-grid\"\u003e\n            \u003cdiv class=\"feature-card fade-in\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e☕\u003c\/div\u003e\n                \u003ch3\u003ePremium Beans\u003c\/h3\u003e\n                \u003cp\u003eSourced directly from sustainable farms in Ethiopia, Colombia, and Guatemala. Only the top 1% of harvests make the cut.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card fade-in\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔥\u003c\/div\u003e\n                \u003ch3\u003eSmall-Batch Roasting\u003c\/h3\u003e\n                \u003cp\u003eRoasted in micro-batches by our master roasters to unlock the fullest flavor profile of every single origin.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card fade-in\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e📦\u003c\/div\u003e\n                \u003ch3\u003eFresh Delivery\u003c\/h3\u003e\n                \u003cp\u003eRoasted to order and shipped within 48 hours. Your coffee arrives at peak freshness, guaranteed.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Products --\u003e\n    \u003csection class=\"products\" id=\"products\"\u003e\n        \u003cdiv class=\"products-header fade-in\"\u003e\n            \u003ch2\u003eOur Bestsellers\u003c\/h2\u003e\n            \u003ca href=\"#\" class=\"btn-secondary\"\u003eView All\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"products-grid\"\u003e\n            \u003cdiv class=\"product-card fade-in\"\u003e\n                \u003cdiv class=\"product-img\"\u003e☕\u003c\/div\u003e\n                \u003cdiv class=\"product-info\"\u003e\n                    \u003cspan class=\"product-tag\"\u003eSingle Origin\u003c\/span\u003e\n                    \u003ch3\u003eEthiopian Yirgacheffe\u003c\/h3\u003e\n                    \u003cp\u003eBright, floral notes with a hint of citrus and bergamot.\u003c\/p\u003e\n                    \u003cspan class=\"product-price\"\u003e$22.00\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"product-card fade-in\"\u003e\n                \u003cdiv class=\"product-img\"\u003e🫘\u003c\/div\u003e\n                \u003cdiv class=\"product-info\"\u003e\n                    \u003cspan class=\"product-tag\"\u003eHouse Blend\u003c\/span\u003e\n                    \u003ch3\u003eSteatbox Signature\u003c\/h3\u003e\n                    \u003cp\u003eRich, balanced profile with chocolate and caramel undertones.\u003c\/p\u003e\n                    \u003cspan class=\"product-price\"\u003e$18.00\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"product-card fade-in\"\u003e\n                \u003cdiv class=\"product-img\"\u003e🌰\u003c\/div\u003e\n                \u003cdiv class=\"product-info\"\u003e\n                    \u003cspan class=\"product-tag\"\u003eDark Roast\u003c\/span\u003e\n                    \u003ch3\u003eColombian Reserve\u003c\/h3\u003e\n                    \u003cp\u003eBold and smoky with a smooth, velvety finish.\u003c\/p\u003e\n                    \u003cspan class=\"product-price\"\u003e$24.00\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Testimonials --\u003e\n    \u003csection class=\"testimonials\" id=\"testimonials\"\u003e\n        \u003ch2 class=\"fade-in\"\u003eWhat Our Customers Say\u003c\/h2\u003e\n        \u003cdiv class=\"testimonial-grid\"\u003e\n            \u003cdiv class=\"testimonial-card fade-in\"\u003e\n                \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n                \u003cp\u003e\"I've tried coffee from everywhere, but Steatbox is on another level. The Ethiopian blend is absolutely incredible — I can taste the difference in every sip.\"\u003c\/p\u003e\n                \u003cdiv class=\"testimonial-author\"\u003e\n                    \u003cdiv class=\"author-avatar\"\u003eJM\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"author-name\"\u003eJames Mitchell\u003c\/div\u003e\n                        \u003cdiv class=\"author-title\"\u003eCoffee Enthusiast\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"testimonial-card fade-in\"\u003e\n                \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n                \u003cp\u003e\"The subscription service is perfect. Fresh beans arrive like clockwork, and the variety keeps my morning routine exciting. Customer for life!\"\u003c\/p\u003e\n                \u003cdiv class=\"testimonial-author\"\u003e\n                    \u003cdiv class=\"author-avatar\"\u003eSL\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"author-name\"\u003eSarah Lin\u003c\/div\u003e\n                        \u003cdiv class=\"author-title\"\u003eRemote Designer\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"testimonial-card fade-in\"\u003e\n                \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n                \u003cp\u003e\"Finally found a coffee that my whole office agrees on. The Signature Blend is smooth, never bitter, and smells like heaven. Highly recommend.\"\u003c\/p\u003e\n                \u003cdiv class=\"testimonial-author\"\u003e\n                    \u003cdiv class=\"author-avatar\"\u003eDK\u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv class=\"author-name\"\u003eDavid Kim\u003c\/div\u003e\n                        \u003cdiv class=\"author-title\"\u003eStartup Founder\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- CTA --\u003e\n    \u003csection class=\"cta\" id=\"contact\"\u003e\n        \u003cdiv class=\"cta-content\"\u003e\n            \u003ch2 class=\"fade-in\"\u003eReady to Elevate Your Coffee?\u003c\/h2\u003e\n            \u003cp class=\"fade-in\"\u003eJoin 12,000+ coffee lovers and get 15% off your first order. No spam, just great coffee.\u003c\/p\u003e\n            \u003cform class=\"cta-form fade-in\" onsubmit=\"event.preventDefault(); alert('Thanks for subscribing! Check your email for your discount code.');\"\u003e\n                \u003cinput type=\"email\" placeholder=\"Enter your email\" required\u003e\n                \u003cbutton type=\"submit\"\u003eGet 15% Off\u003c\/button\u003e\n            \u003c\/form\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Footer --\u003e\n    \u003cfooter\u003e\n        \u003cdiv class=\"footer-grid\"\u003e\n            \u003cdiv class=\"footer-brand\"\u003e\n                \u003ca href=\"#\" class=\"logo\"\u003eCoffee \u003cspan\u003eSteatbox\u003c\/span\u003e\u003c\/a\u003e\n                \u003cp\u003eCrafting exceptional coffee experiences since 2019. Sourced responsibly, roasted passionately, delivered fresh.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"footer-links\"\u003e\n                \u003ch4\u003eShop\u003c\/h4\u003e\n                \u003cul\u003e\n                    \u003cli\u003e\u003ca href=\"#\"\u003eAll Coffee\u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003ca href=\"#\"\u003eSubscriptions\u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003ca href=\"#\"\u003eGift Boxes\u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003ca href=\"#\"\u003eEquipment\u003c\/a\u003e\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"footer-links\"\u003e\n                \u003ch4\u003eCompany\u003c\/h4\u003e\n                \u003cul\u003e\n                    \u003cli\u003e\u003ca href=\"#\"\u003eAbout Us\u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003ca href=\"#\"\u003eSustainability\u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003ca href=\"#\"\u003eCareers\u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003ca href=\"#\"\u003ePress\u003c\/a\u003e\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"footer-links\"\u003e\n                \u003ch4\u003eSupport\u003c\/h4\u003e\n                \u003cul\u003e\n                    \u003cli\u003e\u003ca href=\"#\"\u003eContact\u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003ca href=\"#\"\u003eShipping\u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003ca href=\"#\"\u003eReturns\u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli\u003e\u003ca href=\"#\"\u003eFAQ\u003c\/a\u003e\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"footer-bottom\"\u003e\n            © 2025 Coffee Steatbox. All rights reserved. Crafted with ☕ and passion.\n        \u003c\/div\u003e\n    \u003c\/footer\u003e\n\n    \u003cscript\u003e\n        \/\/ Navbar scroll effect\n        const navbar = document.getElementById('navbar');\n        window.addEventListener('scroll', () =\u003e {\n            if (window.scrollY \u003e 50) {\n                navbar.classList.add('scrolled');\n            } else {\n                navbar.classList.remove('scrolled');\n            }\n        });\n\n        \/\/ Smooth scroll\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor =\u003e {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({\n                        behavior: 'smooth',\n                        block: 'start'\n                    });\n                }\n            });\n        });\n\n        \/\/ Scroll animations\n        const observerOptions = {\n            threshold: 0.15,\n            rootMargin: '0px 0px -50px 0px'\n        };\n\n        const observer = new IntersectionObserver((entries) =\u003e {\n            entries.forEach(entry =\u003e {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('visible');\n                }\n            });\n        }, observerOptions);\n\n        document.querySelectorAll('.fade-in').forEach(el =\u003e {\n            observer.observe(el);\n        });\n    \u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Liska","offers":[{"title":"Default Title","offer_id":50913918091431,"sku":null,"price":2000.0,"currency_code":"DZD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0704\/2999\/9271\/files\/ell.webp?v=1782423048","url":"https:\/\/liska.store\/products\/hel","provider":"Liska","version":"1.0","type":"link"}