{"title":"Kataloog","description":"","products":[{"product_id":"naturaalne-ube","title":"Ube Powder","description":"\u003cbody\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eUbe Latte Powder\u003c\/title\u003e\n\u003cstyle\u003e @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Inter:wght@300;400;500\u0026display=swap'); *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --purple-deep: #2a1a4a; --purple-mid: #4a3a6b; --purple-muted: #8a7aaa; --purple-pale: #f0edf8; --stone: #f7f6f4; --text: #1c1c1a; --text-light: #5a5a54; --text-muted: #8a8a82; --serif: 'Cormorant Garamond', Georgia, serif; --sans: 'Inter', system-ui, sans-serif; } body { font-family: var(--sans); background: var(--stone); color: var(--text); font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; } .hero { padding: 48px 24px 40px; max-width: 540px; margin: 0 auto; } .eyebrow { font-size: 10px; font-weight: 500; letter-spacing: 0.18em; color: var(--purple-muted); text-transform: uppercase; margin-bottom: 18px; display: flex; gap: 10px; align-items: center; } .eyebrow span::after { content: ' ·'; } .eyebrow span:last-child::after { content: ''; } .product-title { font-family: var(--serif); font-weight: 300; line-height: 1.05; margin-bottom: 20px; } .product-title .line1 { font-size: 52px; display: block; color: var(--purple-deep); } .product-title .line2 { font-size: 52px; font-style: italic; display: block; color: var(--purple-mid); } .hero-desc { font-size: 14.5px; color: var(--text-light); line-height: 1.65; max-width: 400px; } .stats { display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid #d8d8d0; border-bottom: 1px solid #d8d8d0; max-width: 492px; margin: 0 auto; } .stat { padding: 22px 0; text-align: center; border-right: 1px solid #d8d8d0; } .stat:last-child { border-right: none; } .stat-value { font-family: var(--serif); font-size: 32px; font-weight: 300; color: var(--purple-deep); line-height: 1; display: block; } .stat-label { font-size: 9px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted); margin-top: 6px; display: block; } .section { max-width: 540px; margin: 0 auto; padding: 40px 24px; } .section-label { font-size: 9px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--purple-muted); margin-bottom: 20px; } .body-text { font-size: 14.5px; color: var(--text-light); line-height: 1.7; margin-bottom: 14px; } .body-text:last-child { margin-bottom: 0; } .highlight-pill { display: inline-block; background: var(--purple-pale); color: var(--purple-mid); font-size: 13px; padding: 8px 16px; border-radius: 100px; margin-top: 14px; } .divider { border: none; border-top: 1px solid #d8d8d0; margin: 0 24px; } .flavour-block { background: var(--purple-pale); border-left: 3px solid var(--purple-mid); padding: 28px 24px; border-radius: 2px; } .flavour-title { font-family: var(--serif); font-size: 30px; font-weight: 400; color: var(--purple-deep); margin-bottom: 12px; line-height: 1.1; } .flavour-desc { font-size: 14.5px; color: var(--text-light); line-height: 1.65; } .benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } .benefit-card { background: #fff; border: 1px solid #e4e4dc; border-radius: 4px; padding: 20px 18px; } .benefit-dot { width: 6px; height: 6px; background: var(--purple-mid); border-radius: 50%; margin-bottom: 12px; } .benefit-title { font-size: 13.5px; font-weight: 500; color: var(--text); margin-bottom: 8px; line-height: 1.3; } .benefit-desc { font-size: 12.5px; color: var(--text-muted); line-height: 1.55; } .use-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; } .use-tag { border: 1px solid #c8c8c0; border-radius: 100px; padding: 8px 16px; font-size: 13px; color: var(--text-light); background: transparent; } .recipe-card { background: #fff; border: 1px solid #e4e4dc; border-radius: 4px; padding: 22px 20px; } .recipe-label { font-size: 9px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--purple-muted); margin-bottom: 10px; } .recipe-text { font-size: 14px; color: var(--text-light); line-height: 1.65; } .cert-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-bottom: 0; } .cert-card { background: #fff; border: 1px solid #e4e4dc; border-radius: 4px; padding: 16px 10px; text-align: center; font-size: 12px; color: var(--text-light); line-height: 1.3; } .cert-card .dot { width: 5px; height: 5px; background: var(--purple-muted); border-radius: 50%; margin: 0 auto 10px; } .nutrition-table { width: 100%; border-collapse: collapse; } .nutrition-table tr { border-bottom: 1px solid #e8e8e0; } .nutrition-table tr:last-child { border-bottom: none; } .nutrition-table td { padding: 12px 0; font-size: 13.5px; color: var(--text-light); } .nutrition-table td:last-child { text-align: right; color: var(--text); font-weight: 500; } .nutrition-sub td { padding-left: 14px; font-size: 12.5px; color: var(--text-muted); } .nutrition-header { font-size: 11px; font-weight: 500; letter-spacing: 0.06em; color: var(--text-muted); margin-bottom: 16px; } .minerals-label { font-size: 9px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--purple-muted); margin-bottom: 8px; } .footnote { font-size: 11.5px; color: var(--text-muted); line-height: 1.55; margin-top: 20px; } \u003c\/style\u003e\n\u003c!-- HERO --\u003e \u003cdiv class=\"hero\"\u003e \u003cdiv class=\"eyebrow\"\u003e\n\u003cspan\u003ePremium Purple Yam\u003c\/span\u003e \u003cspan\u003eCaffeine-Free\u003c\/span\u003e \u003cspan\u003e100% Natural\u003c\/span\u003e\n\u003c\/div\u003e \u003ch1 class=\"product-title\"\u003e\n\u003cspan class=\"line1\"\u003eUbe\u003c\/span\u003e \u003cspan class=\"line2\"\u003eLatte Powder\u003c\/span\u003e\n\u003c\/h1\u003e \u003cp class=\"hero-desc\"\u003eA velvety powder from real purple yam — naturally rich in antioxidants, completely caffeine-free, and free from added sugar.\u003c\/p\u003e \u003c\/div\u003e \u003c!-- STATS --\u003e \u003cdiv class=\"stats\"\u003e \u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-value\"\u003e100g\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003ePer Pack\u003c\/span\u003e\n\u003c\/div\u003e \u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-value\"\u003e~33\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eServings\u003c\/span\u003e\n\u003c\/div\u003e \u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-value\"\u003e0%\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eCaffeine\u003c\/span\u003e\n\u003c\/div\u003e \u003c\/div\u003e \u003chr class=\"divider\" style=\"margin-top: 0; margin-bottom: 0;\"\u003e \u003c!-- WHAT IS UBE --\u003e \u003cdiv class=\"section\"\u003e \u003cdiv class=\"section-label\"\u003eWhat is Ube?\u003c\/div\u003e \u003cp class=\"body-text\"\u003eUbe (pronounced \u003cem\u003eoo-beh\u003c\/em\u003e) is purple yam — a root vegetable grown in tropical climates, used for centuries in Asian cuisine and known for its vivid natural purple colour.\u003c\/p\u003e \u003cp class=\"body-text\"\u003eThis powder is made from real ube — processed at low temperature to preserve its natural nutrients, flavour, and iconic purple hue.\u003c\/p\u003e \u003cspan class=\"highlight-pill\"\u003eNaturally purple — no artificial colouring\u003c\/span\u003e\n\u003c\/div\u003e \u003chr class=\"divider\"\u003e \u003c!-- FLAVOUR PROFILE --\u003e \u003cdiv class=\"section\"\u003e \u003cdiv class=\"section-label\"\u003eFlavour Profile\u003c\/div\u003e \u003cdiv class=\"flavour-block\"\u003e \u003cdiv class=\"flavour-title\"\u003eHazelnut \u0026amp; Vanilla\u003c\/div\u003e \u003cp class=\"flavour-desc\"\u003eWarm, nutty and gently sweet — with a light vanilla note. Naturally complex flavour without added sugar.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003chr class=\"divider\"\u003e \u003c!-- BENEFITS --\u003e \u003cdiv class=\"section\"\u003e \u003cdiv class=\"section-label\"\u003eKey Benefits\u003c\/div\u003e \u003cdiv class=\"benefits-grid\"\u003e \u003cdiv class=\"benefit-card\"\u003e \u003cdiv class=\"benefit-dot\"\u003e\u003c\/div\u003e \u003cdiv class=\"benefit-title\"\u003eRich in antioxidants\u003c\/div\u003e \u003cp class=\"benefit-desc\"\u003eNaturally contains manganese, iron, and copper.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"benefit-card\"\u003e \u003cdiv class=\"benefit-dot\"\u003e\u003c\/div\u003e \u003cdiv class=\"benefit-title\"\u003eStable energy\u003c\/div\u003e \u003cp class=\"benefit-desc\"\u003eNo caffeine spikes or crashes — consistent, even wellbeing.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"benefit-card\"\u003e \u003cdiv class=\"benefit-dot\"\u003e\u003c\/div\u003e \u003cdiv class=\"benefit-title\"\u003eSupports digestion\u003c\/div\u003e \u003cp class=\"benefit-desc\"\u003eA natural source of dietary fibre for gut health.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"benefit-card\"\u003e \u003cdiv class=\"benefit-dot\"\u003e\u003c\/div\u003e \u003cdiv class=\"benefit-title\"\u003ePure composition\u003c\/div\u003e \u003cp class=\"benefit-desc\"\u003eOnly ube — no added sugar, fillers, or additives.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003chr class=\"divider\"\u003e \u003c!-- HOW TO USE --\u003e \u003cdiv class=\"section\"\u003e \u003cdiv class=\"section-label\"\u003eHow to Use\u003c\/div\u003e \u003cdiv class=\"use-tags\"\u003e\n\u003cspan class=\"use-tag\"\u003eUbe Latte\u003c\/span\u003e \u003cspan class=\"use-tag\"\u003eSmoothies\u003c\/span\u003e \u003cspan class=\"use-tag\"\u003eBaking\u003c\/span\u003e \u003cspan class=\"use-tag\"\u003eIce Cream\u003c\/span\u003e \u003cspan class=\"use-tag\"\u003ePancakes\u003c\/span\u003e \u003cspan class=\"use-tag\"\u003eCookies\u003c\/span\u003e \u003cspan class=\"use-tag\"\u003eGlaze\u003c\/span\u003e\n\u003c\/div\u003e \u003cdiv class=\"recipe-card\"\u003e \u003cdiv class=\"recipe-label\"\u003eBase Recipe — Ube Latte\u003c\/div\u003e \u003cp class=\"recipe-text\"\u003eMix 1 tsp (3g) powder with 200ml warm milk — plant or dairy. Sweeten to taste with honey. Serve hot or over ice.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003chr class=\"divider\"\u003e \u003c!-- CERTIFICATIONS --\u003e \u003cdiv class=\"section\"\u003e \u003cdiv class=\"section-label\"\u003eCertifications\u003c\/div\u003e \u003cdiv class=\"cert-grid\"\u003e \u003cdiv class=\"cert-card\"\u003e \u003cdiv class=\"dot\"\u003e\u003c\/div\u003e Vegan\u003c\/div\u003e \u003cdiv class=\"cert-card\"\u003e \u003cdiv class=\"dot\"\u003e\u003c\/div\u003e Gluten-Free\u003c\/div\u003e \u003cdiv class=\"cert-card\"\u003e \u003cdiv class=\"dot\"\u003e\u003c\/div\u003e Allergen-Free\u003c\/div\u003e \u003cdiv class=\"cert-card\"\u003e \u003cdiv class=\"dot\"\u003e\u003c\/div\u003e Pesticide-Free*\u003c\/div\u003e \u003cdiv class=\"cert-card\"\u003e \u003cdiv class=\"dot\"\u003e\u003c\/div\u003e 100% Natural\u003c\/div\u003e \u003cdiv class=\"cert-card\"\u003e \u003cdiv class=\"dot\"\u003e\u003c\/div\u003e Non-GMO\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003chr class=\"divider\"\u003e \u003c!-- NUTRITION --\u003e \u003cdiv class=\"section\"\u003e \u003cdiv class=\"section-label\"\u003eNutrition\u003c\/div\u003e \u003cp class=\"nutrition-header\"\u003ePer 100g\u003c\/p\u003e \u003ctable class=\"nutrition-table\"\u003e \u003ctr\u003e \u003ctd\u003eEnergy\u003c\/td\u003e \u003ctd\u003e1621 kJ \/ 387 kcal\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eFat\u003c\/td\u003e \u003ctd\u003e0.6 g\u003c\/td\u003e \u003c\/tr\u003e \u003ctr class=\"nutrition-sub\"\u003e \u003ctd\u003e— of which saturated\u003c\/td\u003e \u003ctd\u003e0.2 g\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eCarbohydrate\u003c\/td\u003e \u003ctd\u003e84 g\u003c\/td\u003e \u003c\/tr\u003e \u003ctr class=\"nutrition-sub\"\u003e \u003ctd\u003e— of which sugars\u003c\/td\u003e \u003ctd\u003e11 g\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eFibre\u003c\/td\u003e \u003ctd\u003e8.8 g\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eProtein\u003c\/td\u003e \u003ctd\u003e7.3 g\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eSalt\u003c\/td\u003e \u003ctd\u003e0.09 g\u003c\/td\u003e \u003c\/tr\u003e \u003c\/table\u003e \u003cdiv style=\"margin-top: 32px;\"\u003e \u003cdiv class=\"minerals-label\"\u003eMinerals \u0026amp; Micronutrients\u003c\/div\u003e \u003cp class=\"nutrition-header\" style=\"margin-top: 8px;\"\u003ePer 100g · % NRV*\u003c\/p\u003e \u003ctable class=\"nutrition-table\"\u003e \u003ctr\u003e \u003ctd\u003eManganese 3.13 mg\u003c\/td\u003e \u003ctd\u003e155%\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eMagnesium 95.4 mg\u003c\/td\u003e \u003ctd\u003e25%\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003ePotassium 663 mg\u003c\/td\u003e \u003ctd\u003e33%\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eIron 7.86 mg\u003c\/td\u003e \u003ctd\u003e56%\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eCopper 0.63 mg\u003c\/td\u003e \u003ctd\u003e64%\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eCalcium 180 mg\u003c\/td\u003e \u003ctd\u003e23%\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003ePhosphorus 513 mg\u003c\/td\u003e \u003ctd\u003e73%\u003c\/td\u003e \u003c\/tr\u003e \u003c\/table\u003e \u003cp class=\"footnote\"\u003e* NRV = Nutrient Reference Value\u003cbr\u003e\u003cbr\u003e* Certified 0% pesticide residues. Nutritional values are based on 100g of product. Results may vary depending on preparation method.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \n\u003c\/body\u003e","brand":"bode","offers":[{"title":"Default Title","offer_id":57398477553995,"sku":null,"price":25.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1040\/4049\/7483\/files\/F9340921-822A-4BDD-94D5-B46165974FB1.png?v=1783612118"},{"product_id":"matcha","title":"Ceremonial Matcha Powder","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\u003eSeijaku Organic Matcha\u003c\/title\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Inter:wght@300;400;500\u0026display=swap');\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --green-deep: #1a2e1a;\n    --green-mid: #3a5c3a;\n    --green-muted: #6b8f6b;\n    --green-pale: #e8f0e8;\n    --green-tint: #f2f6f2;\n    --stone: #f7f6f4;\n    --text: #1c1c1a;\n    --text-light: #5a5a54;\n    --text-muted: #8a8a82;\n    --serif: 'Cormorant Garamond', Georgia, serif;\n    --sans: 'Inter', system-ui, sans-serif;\n  }\n\n  body {\n    font-family: var(--sans);\n    background: var(--stone);\n    color: var(--text);\n    font-size: 15px;\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* HERO *\/\n  .hero {\n    padding: 48px 24px 40px;\n    max-width: 540px;\n    margin: 0 auto;\n  }\n\n  .eyebrow {\n    font-family: var(--sans);\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    color: var(--green-muted);\n    text-transform: uppercase;\n    margin-bottom: 18px;\n    display: flex;\n    gap: 10px;\n    align-items: center;\n  }\n\n  .eyebrow span::after {\n    content: ' ·';\n  }\n  .eyebrow span:last-child::after {\n    content: '';\n  }\n\n  .product-title {\n    font-family: var(--serif);\n    font-weight: 300;\n    line-height: 1.05;\n    margin-bottom: 20px;\n  }\n\n  .product-title .line1 {\n    font-size: 52px;\n    display: block;\n    color: var(--green-deep);\n  }\n\n  .product-title .line2 {\n    font-size: 52px;\n    font-style: italic;\n    display: block;\n    color: var(--green-mid);\n  }\n\n  .hero-desc {\n    font-family: var(--sans);\n    font-size: 14.5px;\n    color: var(--text-light);\n    line-height: 1.65;\n    max-width: 400px;\n  }\n\n  \/* STATS *\/\n  .stats {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    border-top: 1px solid #d8d8d0;\n    border-bottom: 1px solid #d8d8d0;\n    margin: 0 24px;\n    max-width: 492px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .stat {\n    padding: 22px 0;\n    text-align: center;\n    border-right: 1px solid #d8d8d0;\n  }\n\n  .stat:last-child {\n    border-right: none;\n  }\n\n  .stat-value {\n    font-family: var(--serif);\n    font-size: 32px;\n    font-weight: 300;\n    color: var(--green-deep);\n    line-height: 1;\n    display: block;\n  }\n\n  .stat-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    margin-top: 6px;\n    display: block;\n  }\n\n  \/* SECTIONS *\/\n  .section {\n    max-width: 540px;\n    margin: 0 auto;\n    padding: 40px 24px;\n  }\n\n  .section-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--green-muted);\n    margin-bottom: 20px;\n  }\n\n  \/* WHAT IS MATCHA *\/\n  .body-text {\n    font-size: 14.5px;\n    color: var(--text-light);\n    line-height: 1.7;\n    margin-bottom: 14px;\n  }\n\n  .body-text:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* FLAVOUR PROFILE *\/\n  .flavour-block {\n    background: var(--green-pale);\n    border-left: 3px solid var(--green-mid);\n    padding: 28px 24px;\n    border-radius: 2px;\n    margin-bottom: 0;\n  }\n\n  .flavour-title {\n    font-family: var(--serif);\n    font-size: 30px;\n    font-weight: 400;\n    color: var(--green-deep);\n    margin-bottom: 12px;\n    line-height: 1.1;\n  }\n\n  .flavour-desc {\n    font-size: 14.5px;\n    color: var(--text-light);\n    line-height: 1.65;\n  }\n\n  \/* BENEFITS *\/\n  .benefits-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n  }\n\n  .benefit-card {\n    background: #fff;\n    border: 1px solid #e4e4dc;\n    border-radius: 4px;\n    padding: 20px 18px;\n  }\n\n  .benefit-dot {\n    width: 6px;\n    height: 6px;\n    background: var(--green-mid);\n    border-radius: 50%;\n    margin-bottom: 12px;\n  }\n\n  .benefit-title {\n    font-family: var(--sans);\n    font-size: 13.5px;\n    font-weight: 500;\n    color: var(--text);\n    margin-bottom: 8px;\n    line-height: 1.3;\n  }\n\n  .benefit-desc {\n    font-size: 12.5px;\n    color: var(--text-muted);\n    line-height: 1.55;\n  }\n\n  \/* DIVIDER *\/\n  .divider {\n    border: none;\n    border-top: 1px solid #d8d8d0;\n    margin: 0 24px;\n  }\n\n  \/* HOW TO USE *\/\n  .use-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 24px;\n  }\n\n  .use-tag {\n    border: 1px solid #c8c8c0;\n    border-radius: 100px;\n    padding: 8px 16px;\n    font-size: 13px;\n    color: var(--text-light);\n    background: transparent;\n  }\n\n  \/* RECIPE CARD *\/\n  .recipe-card {\n    background: #fff;\n    border: 1px solid #e4e4dc;\n    border-radius: 4px;\n    padding: 22px 20px;\n  }\n\n  .recipe-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: var(--green-muted);\n    margin-bottom: 10px;\n  }\n\n  .recipe-text {\n    font-size: 14px;\n    color: var(--text-light);\n    line-height: 1.65;\n  }\n\n  \/* CERTIFICATIONS *\/\n  .cert-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 10px;\n  }\n\n  .cert-card {\n    background: #fff;\n    border: 1px solid #e4e4dc;\n    border-radius: 4px;\n    padding: 16px 10px;\n    text-align: center;\n    font-size: 12px;\n    color: var(--text-light);\n    line-height: 1.3;\n  }\n\n  .cert-card .dot {\n    width: 5px;\n    height: 5px;\n    background: var(--green-muted);\n    border-radius: 50%;\n    margin: 0 auto 10px;\n  }\n\n  \/* NUTRITION *\/\n  .nutrition-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .nutrition-table tr {\n    border-bottom: 1px solid #e8e8e0;\n  }\n\n  .nutrition-table tr:last-child {\n    border-bottom: none;\n  }\n\n  .nutrition-table td {\n    padding: 12px 0;\n    font-size: 13.5px;\n    color: var(--text-light);\n  }\n\n  .nutrition-table td:last-child {\n    text-align: right;\n    color: var(--text);\n    font-weight: 500;\n  }\n\n  .nutrition-sub td {\n    padding-left: 14px;\n    font-size: 12.5px;\n    color: var(--text-muted);\n  }\n\n  .nutrition-header {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.06em;\n    color: var(--text-muted);\n    margin-bottom: 6px;\n  }\n\n  \/* OUR MATCHA QUOTE BLOCK *\/\n  .our-matcha-block {\n    background: var(--green-deep);\n    padding: 36px 28px;\n    border-radius: 4px;\n  }\n\n  .our-matcha-block p {\n    font-family: var(--serif);\n    font-size: 20px;\n    font-weight: 300;\n    font-style: italic;\n    color: var(--green-pale);\n    line-height: 1.6;\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"eyebrow\"\u003e\n    \u003cspan\u003eOrganic Matcha\u003c\/span\u003e\n    \u003cspan\u003eJapan\u003c\/span\u003e\n    \u003cspan\u003eCertified Organic\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003ch1 class=\"product-title\"\u003e\n    \u003cspan class=\"line1\"\u003eSeijaku\u003c\/span\u003e\n    \u003cspan class=\"line2\"\u003eMatcha Powder\u003c\/span\u003e\n  \u003c\/h1\u003e\n  \u003cp class=\"hero-desc\"\u003eFinely stone-ground ceremonial grade matcha from Japan, certified organic — naturally rich in antioxidants, sustainably grown, and free from additives or added sugar.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- STATS --\u003e\n\u003cdiv class=\"stats\"\u003e\n  \u003cdiv class=\"stat\"\u003e\n    \u003cspan class=\"stat-value\"\u003e50g\u003c\/span\u003e\n    \u003cspan class=\"stat-label\"\u003ePer Pack\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"stat\"\u003e\n    \u003cspan class=\"stat-value\"\u003e~25\u003c\/span\u003e\n    \u003cspan class=\"stat-label\"\u003eServings\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"stat\"\u003e\n    \u003cspan class=\"stat-value\"\u003e0%\u003c\/span\u003e\n    \u003cspan class=\"stat-label\"\u003eAdditives\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"divider\" style=\"margin-top: 0; margin-bottom: 0;\"\u003e\n\n\u003c!-- WHAT IS MATCHA --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eWhat is Matcha?\u003c\/div\u003e\n  \u003cp class=\"body-text\"\u003eMatcha (pronounced \u003cem\u003emah-cha\u003c\/em\u003e) is a Japanese green tea powder made from shade-grown Camellia sinensis leaves, grown in Japan and certified organic. Before harvest, plants are covered for several weeks — this boosts chlorophyll and L-theanine content, giving matcha its vivid green colour and characteristic calm-focus effect.\u003c\/p\u003e\n  \u003cp class=\"body-text\"\u003eUnlike steeped tea, you consume the whole leaf in powdered form, meaning every cup delivers the full spectrum of nutrients. Seijaku — meaning \"tranquillity\" in Japanese — is ceremonial grade: the highest standard, stone-ground from the youngest spring leaves.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"divider\"\u003e\n\n\u003c!-- OUR MATCHA --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eOur Matcha\u003c\/div\u003e\n  \u003cdiv class=\"our-matcha-block\"\u003e\n    \u003cp\u003eWe present to you our Ceremonial Matcha — a finely ground powdered green tea adhering to the strictest traditions of Japanese tea preparation. Each package promises an experience that goes beyond simple taste pleasure, elevating your tea ritual to a level of deep meditation.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"divider\"\u003e\n\n\u003c!-- BENEFITS --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eKey Benefits\u003c\/div\u003e\n  \u003cdiv class=\"benefits-grid\"\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"benefit-dot\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"benefit-title\"\u003eHigh in antioxidants\u003c\/div\u003e\n      \u003cp class=\"benefit-desc\"\u003eRich in EGCG catechins — among the highest of any food source.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"benefit-dot\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"benefit-title\"\u003eCalm, focused energy\u003c\/div\u003e\n      \u003cp class=\"benefit-desc\"\u003eL-theanine and caffeine together — alertness without the crash.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"benefit-dot\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"benefit-title\"\u003eSupports metabolism\u003c\/div\u003e\n      \u003cp class=\"benefit-desc\"\u003eNatural source of chlorophyll, vitamins A, C, and K.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"benefit-dot\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"benefit-title\"\u003ePure composition\u003c\/div\u003e\n      \u003cp class=\"benefit-desc\"\u003eOnly matcha — no fillers, sweeteners, or additives.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"divider\"\u003e\n\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eHow to Use\u003c\/div\u003e\n  \u003cdiv class=\"use-tags\"\u003e\n    \u003cspan class=\"use-tag\"\u003eMatcha Latte\u003c\/span\u003e\n    \u003cspan class=\"use-tag\"\u003eIced Matcha\u003c\/span\u003e\n    \u003cspan class=\"use-tag\"\u003eSmoothies\u003c\/span\u003e\n    \u003cspan class=\"use-tag\"\u003eBaking\u003c\/span\u003e\n    \u003cspan class=\"use-tag\"\u003ePancakes\u003c\/span\u003e\n    \u003cspan class=\"use-tag\"\u003eIce Cream\u003c\/span\u003e\n    \u003cspan class=\"use-tag\"\u003eGlaze\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"recipe-card\"\u003e\n    \u003cdiv class=\"recipe-label\"\u003eBase Recipe — Matcha Latte\u003c\/div\u003e\n    \u003cp class=\"recipe-text\"\u003eWhisk 1 tsp (2g) powder with 30ml hot water (80°C) until smooth. Top with 150ml steamed milk — plant or dairy. Serve hot or over ice. Sweeten to taste.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"divider\"\u003e\n\n\u003c!-- CERTIFICATIONS --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eCertifications\u003c\/div\u003e\n  \u003cdiv class=\"cert-grid\"\u003e\n    \u003cdiv class=\"cert-card\"\u003e\n\u003cdiv class=\"dot\"\u003e\u003c\/div\u003eVegan\u003c\/div\u003e\n    \u003cdiv class=\"cert-card\"\u003e\n\u003cdiv class=\"dot\"\u003e\u003c\/div\u003eGluten-Free\u003c\/div\u003e\n    \u003cdiv class=\"cert-card\"\u003e\n\u003cdiv class=\"dot\"\u003e\u003c\/div\u003eAllergen-Free\u003c\/div\u003e\n    \u003cdiv class=\"cert-card\"\u003e\n\u003cdiv class=\"dot\"\u003e\u003c\/div\u003eOrganic\u003c\/div\u003e\n    \u003cdiv class=\"cert-card\"\u003e\n\u003cdiv class=\"dot\"\u003e\u003c\/div\u003e100% Natural\u003c\/div\u003e\n    \u003cdiv class=\"cert-card\"\u003e\n\u003cdiv class=\"dot\"\u003e\u003c\/div\u003eNon-GMO\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\n\u003c\/body\u003e","brand":"Ubest","offers":[{"title":"Default Title","offer_id":57647286518091,"sku":null,"price":30.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1040\/4049\/7483\/files\/F3D6F75E-32D9-4ACC-AF9F-7A486D641038.png?v=1784020637"},{"product_id":"untitled-jun24_23-06-58","title":"Bamboo whisk","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\u003eBamboo Matcha Whisk\u003c\/title\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Inter:wght@300;400;500\u0026display=swap');\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --green-deep: #1a2e1a;\n    --green-mid: #3a5c3a;\n    --green-muted: #6b8f6b;\n    --green-pale: #e8f0e8;\n    --stone: #f7f6f4;\n    --text: #1c1c1a;\n    --text-light: #5a5a54;\n    --text-muted: #8a8a82;\n    --serif: 'Cormorant Garamond', Georgia, serif;\n    --sans: 'Inter', system-ui, sans-serif;\n  }\n\n  body {\n    font-family: var(--sans);\n    background: var(--stone);\n    color: var(--text);\n    font-size: 15px;\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .hero {\n    padding: 48px 24px 40px;\n    max-width: 540px;\n    margin: 0 auto;\n  }\n\n  .eyebrow {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    color: var(--green-muted);\n    text-transform: uppercase;\n    margin-bottom: 18px;\n    display: flex;\n    gap: 10px;\n    align-items: center;\n  }\n\n  .eyebrow span::after { content: ' ·'; }\n  .eyebrow span:last-child::after { content: ''; }\n\n  .product-title {\n    font-family: var(--serif);\n    font-weight: 300;\n    line-height: 1.05;\n    margin-bottom: 20px;\n  }\n\n  .product-title .line1 {\n    font-size: 52px;\n    display: block;\n    color: var(--green-deep);\n  }\n\n  .product-title .line2 {\n    font-size: 52px;\n    font-style: italic;\n    display: block;\n    color: var(--green-mid);\n  }\n\n  .hero-desc {\n    font-size: 14.5px;\n    color: var(--text-light);\n    line-height: 1.65;\n    max-width: 400px;\n  }\n\n  .stats {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    border-top: 1px solid #d8d8d0;\n    border-bottom: 1px solid #d8d8d0;\n    max-width: 492px;\n    margin: 0 auto;\n  }\n\n  .stat {\n    padding: 22px 0;\n    text-align: center;\n    border-right: 1px solid #d8d8d0;\n  }\n\n  .stat:last-child { border-right: none; }\n\n  .stat-value {\n    font-family: var(--serif);\n    font-size: 28px;\n    font-weight: 300;\n    color: var(--green-deep);\n    line-height: 1;\n    display: block;\n  }\n\n  .stat-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    margin-top: 6px;\n    display: block;\n  }\n\n  .section {\n    max-width: 540px;\n    margin: 0 auto;\n    padding: 40px 24px;\n  }\n\n  .section-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--green-muted);\n    margin-bottom: 20px;\n  }\n\n  .body-text {\n    font-size: 14.5px;\n    color: var(--text-light);\n    line-height: 1.7;\n    margin-bottom: 14px;\n  }\n\n  .body-text:last-child { margin-bottom: 0; }\n\n  .divider {\n    border: none;\n    border-top: 1px solid #d8d8d0;\n    margin: 0 24px;\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .specs-table tr {\n    border-bottom: 1px solid #e8e8e0;\n  }\n\n  .specs-table tr:last-child { border-bottom: none; }\n\n  .specs-table td {\n    padding: 13px 0;\n    font-size: 13.5px;\n  }\n\n  .specs-table td:first-child {\n    color: var(--text-muted);\n    width: 40%;\n  }\n\n  .specs-table td:last-child {\n    color: var(--text);\n    font-weight: 500;\n  }\n\n  .feature-card {\n    background: var(--green-pale);\n    border-left: 3px solid var(--green-mid);\n    padding: 22px 20px;\n    border-radius: 2px;\n    margin-bottom: 12px;\n  }\n\n  .feature-card:last-child { margin-bottom: 0; }\n\n  .feature-title {\n    font-size: 13.5px;\n    font-weight: 500;\n    color: var(--green-deep);\n    margin-bottom: 6px;\n  }\n\n  .feature-desc {\n    font-size: 13px;\n    color: var(--text-light);\n    line-height: 1.55;\n  }\n\n  .how-to-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n  }\n\n  .how-to-card {\n    background: #fff;\n    border: 1px solid #e4e4dc;\n    border-radius: 4px;\n    padding: 20px 18px;\n  }\n\n  .step-number {\n    font-family: var(--serif);\n    font-size: 28px;\n    color: var(--green-muted);\n    line-height: 1;\n    margin-bottom: 10px;\n    display: block;\n  }\n\n  .step-text {\n    font-size: 12.5px;\n    color: var(--text-light);\n    line-height: 1.55;\n  }\n\n  .care-card {\n    background: #fff;\n    border: 1px solid #e4e4dc;\n    border-radius: 4px;\n    padding: 22px 20px;\n  }\n\n  .care-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: var(--green-muted);\n    margin-bottom: 10px;\n  }\n\n  .care-text {\n    font-size: 14px;\n    color: var(--text-light);\n    line-height: 1.65;\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"eyebrow\"\u003e\n    \u003cspan\u003eBamboo Chasen\u003c\/span\u003e\n    \u003cspan\u003eTraditional\u003c\/span\u003e\n    \u003cspan\u003eHandcrafted\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003ch1 class=\"product-title\"\u003e\n    \u003cspan class=\"line1\"\u003eMatcha\u003c\/span\u003e\n    \u003cspan class=\"line2\"\u003eWhisk\u003c\/span\u003e\n  \u003c\/h1\u003e\n  \u003cp class=\"hero-desc\"\u003eA traditional bamboo chasen — the only tool that creates the smooth, frothy texture a proper matcha deserves. Used in Japanese tea ceremony since the 9th century.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- STATS --\u003e\n\u003cdiv class=\"stats\"\u003e\n  \u003cdiv class=\"stat\"\u003e\n    \u003cspan class=\"stat-value\"\u003e10.5cm\u003c\/span\u003e\n    \u003cspan class=\"stat-label\"\u003eLength\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"stat\"\u003e\n    \u003cspan class=\"stat-value\"\u003e5.5cm\u003c\/span\u003e\n    \u003cspan class=\"stat-label\"\u003eDiameter\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"stat\"\u003e\n    \u003cspan class=\"stat-value\"\u003e100%\u003c\/span\u003e\n    \u003cspan class=\"stat-label\"\u003eBamboo\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"divider\" style=\"margin-top:0; margin-bottom:0;\"\u003e\n\n\u003c!-- WHAT IS A CHASEN --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eWhat is a Chasen?\u003c\/div\u003e\n  \u003cp class=\"body-text\"\u003eChasen (茶筅) is the Japanese name for a matcha whisk — a hand-split bamboo tool with dozens of fine tines that whisk matcha powder and water into a smooth, frothy drink. It is one of the essential utensils of the Japanese tea ceremony, a ritual that has been practiced since the 9th century.\u003c\/p\u003e\n  \u003cp class=\"body-text\"\u003eWithout a chasen, matcha clumps and sinks. With one, you get the silky texture and light foam that makes a proper matcha latte or bowl of usucha.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"divider\"\u003e\n\n\u003c!-- SPECIFICATIONS --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eSpecifications\u003c\/div\u003e\n  \u003ctable class=\"specs-table\"\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eMaterial\u003c\/td\u003e\n      \u003ctd\u003eBamboo\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eLength\u003c\/td\u003e\n      \u003ctd\u003e10.5 cm\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eDiameter\u003c\/td\u003e\n      \u003ctd\u003e5.5 cm\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eUsage\u003c\/td\u003e\n      \u003ctd\u003eMatcha preparation\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eOrigin\u003c\/td\u003e\n      \u003ctd\u003eTraditional Japanese design\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"divider\"\u003e\n\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eHow to Use\u003c\/div\u003e\n  \u003cdiv class=\"how-to-grid\"\u003e\n    \u003cdiv class=\"how-to-card\"\u003e\n      \u003cspan class=\"step-number\"\u003e01\u003c\/span\u003e\n      \u003cp class=\"step-text\"\u003eSift 2g matcha into a warmed bowl or cup.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"how-to-card\"\u003e\n      \u003cspan class=\"step-number\"\u003e02\u003c\/span\u003e\n      \u003cp class=\"step-text\"\u003eAdd 30ml hot water at 80°C — not boiling.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"how-to-card\"\u003e\n      \u003cspan class=\"step-number\"\u003e03\u003c\/span\u003e\n      \u003cp class=\"step-text\"\u003eWhisk in a brisk W or M motion until smooth and frothy.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"how-to-card\"\u003e\n      \u003cspan class=\"step-number\"\u003e04\u003c\/span\u003e\n      \u003cp class=\"step-text\"\u003eTop with steamed milk or serve as is.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"divider\"\u003e\n\n\u003c!-- CARE --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eCare Instructions\u003c\/div\u003e\n  \u003cdiv class=\"care-card\"\u003e\n    \u003cdiv class=\"care-label\"\u003eHow to keep your chasen\u003c\/div\u003e\n    \u003cp class=\"care-text\"\u003eRinse with warm water immediately after use — never use soap. Shake off excess water and store upright to preserve the shape of the tines. Do not put in a dishwasher. With proper care, a bamboo chasen lasts many months of daily use.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\n\u003c\/body\u003e","brand":"Ubest","offers":[{"title":"Default Title","offer_id":57672018985291,"sku":null,"price":14.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1040\/4049\/7483\/files\/FullSizeRender_39fe7db2-ec2e-4508-a66a-93706b585f9d.jpg?v=1782333560"},{"product_id":"matcha-spoon","title":"Matcha Spoon","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\u003eChasaku – Bamboo Matcha Spoon\u003c\/title\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Inter:wght@300;400;500\u0026display=swap');\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --green-deep: #1a2e1a;\n    --green-mid: #3a5c3a;\n    --green-muted: #6b8f6b;\n    --green-pale: #e8f0e8;\n    --stone: #f7f6f4;\n    --text: #1c1c1a;\n    --text-light: #5a5a54;\n    --text-muted: #8a8a82;\n    --serif: 'Cormorant Garamond', Georgia, serif;\n    --sans: 'Inter', system-ui, sans-serif;\n  }\n\n  body {\n    font-family: var(--sans);\n    background: var(--stone);\n    color: var(--text);\n    font-size: 15px;\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .hero {\n    padding: 48px 24px 40px;\n    max-width: 540px;\n    margin: 0 auto;\n  }\n\n  .eyebrow {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    color: var(--green-muted);\n    text-transform: uppercase;\n    margin-bottom: 18px;\n    display: flex;\n    gap: 10px;\n    align-items: center;\n  }\n\n  .eyebrow span::after { content: ' ·'; }\n  .eyebrow span:last-child::after { content: ''; }\n\n  .product-title {\n    font-family: var(--serif);\n    font-weight: 300;\n    line-height: 1.05;\n    margin-bottom: 20px;\n  }\n\n  .product-title .line1 {\n    font-size: 52px;\n    display: block;\n    color: var(--green-deep);\n  }\n\n  .product-title .line2 {\n    font-size: 52px;\n    font-style: italic;\n    display: block;\n    color: var(--green-mid);\n  }\n\n  .hero-desc {\n    font-size: 14.5px;\n    color: var(--text-light);\n    line-height: 1.65;\n    max-width: 400px;\n  }\n\n  .stats {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    border-top: 1px solid #d8d8d0;\n    border-bottom: 1px solid #d8d8d0;\n    max-width: 492px;\n    margin: 0 auto;\n  }\n\n  .stat {\n    padding: 22px 0;\n    text-align: center;\n    border-right: 1px solid #d8d8d0;\n  }\n\n  .stat:last-child { border-right: none; }\n\n  .stat-value {\n    font-family: var(--serif);\n    font-size: 28px;\n    font-weight: 300;\n    color: var(--green-deep);\n    line-height: 1;\n    display: block;\n  }\n\n  .stat-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    margin-top: 6px;\n    display: block;\n  }\n\n  .section {\n    max-width: 540px;\n    margin: 0 auto;\n    padding: 40px 24px;\n  }\n\n  .section-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--green-muted);\n    margin-bottom: 20px;\n  }\n\n  .body-text {\n    font-size: 14.5px;\n    color: var(--text-light);\n    line-height: 1.7;\n    margin-bottom: 14px;\n  }\n\n  .body-text:last-child { margin-bottom: 0; }\n\n  .divider {\n    border: none;\n    border-top: 1px solid #d8d8d0;\n    margin: 0 24px;\n  }\n\n  .benefits-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n  }\n\n  .benefit-card {\n    background: #fff;\n    border: 1px solid #e4e4dc;\n    border-radius: 4px;\n    padding: 20px 18px;\n  }\n\n  .benefit-dot {\n    width: 6px;\n    height: 6px;\n    background: var(--green-mid);\n    border-radius: 50%;\n    margin-bottom: 12px;\n  }\n\n  .benefit-title {\n    font-size: 13.5px;\n    font-weight: 500;\n    color: var(--text);\n    margin-bottom: 8px;\n    line-height: 1.3;\n  }\n\n  .benefit-desc {\n    font-size: 12.5px;\n    color: var(--text-muted);\n    line-height: 1.55;\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .specs-table tr {\n    border-bottom: 1px solid #e8e8e0;\n  }\n\n  .specs-table tr:last-child { border-bottom: none; }\n\n  .specs-table td {\n    padding: 13px 0;\n    font-size: 13.5px;\n  }\n\n  .specs-table td:first-child {\n    color: var(--text-muted);\n    width: 40%;\n  }\n\n  .specs-table td:last-child {\n    color: var(--text);\n    font-weight: 500;\n  }\n\n  .care-card {\n    background: #fff;\n    border: 1px solid #e4e4dc;\n    border-radius: 4px;\n    padding: 22px 20px;\n  }\n\n  .care-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: var(--green-muted);\n    margin-bottom: 10px;\n  }\n\n  .care-text {\n    font-size: 14px;\n    color: var(--text-light);\n    line-height: 1.65;\n  }\n\n  .nature-note {\n    background: var(--green-pale);\n    border-left: 3px solid var(--green-mid);\n    padding: 18px 20px;\n    border-radius: 2px;\n    margin-top: 16px;\n    font-size: 13px;\n    color: var(--text-light);\n    line-height: 1.6;\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"eyebrow\"\u003e\n    \u003cspan\u003eChasaku\u003c\/span\u003e\n    \u003cspan\u003eHandcrafted\u003c\/span\u003e\n    \u003cspan\u003e100% Bamboo\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003ch1 class=\"product-title\"\u003e\n    \u003cspan class=\"line1\"\u003eMatcha\u003c\/span\u003e\n    \u003cspan class=\"line2\"\u003eSpoon\u003c\/span\u003e\n  \u003c\/h1\u003e\n  \u003cp class=\"hero-desc\"\u003eThe traditional Japanese bamboo spoon used to measure matcha — carved by hand from a single piece of natural bamboo. A small tool that makes a real difference.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- STATS --\u003e\n\u003cdiv class=\"stats\"\u003e\n  \u003cdiv class=\"stat\"\u003e\n    \u003cspan class=\"stat-value\"\u003e~18cm\u003c\/span\u003e\n    \u003cspan class=\"stat-label\"\u003eLength\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"stat\"\u003e\n    \u003cspan class=\"stat-value\"\u003e1–2\u003c\/span\u003e\n    \u003cspan class=\"stat-label\"\u003eScoops per cup\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"stat\"\u003e\n    \u003cspan class=\"stat-value\"\u003e100%\u003c\/span\u003e\n    \u003cspan class=\"stat-label\"\u003eBamboo\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"divider\" style=\"margin-top:0; margin-bottom:0;\"\u003e\n\n\u003c!-- WHAT IS A CHASAKU --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eWhat is a Chasaku?\u003c\/div\u003e\n  \u003cp class=\"body-text\"\u003eChasaku (茶杓) is the traditional Japanese matcha spoon — used for centuries to measure the precise amount of matcha needed for each preparation. Carved from a single piece of bamboo, it is one of the simplest and most essential tools in the tea ceremony.\u003c\/p\u003e\n  \u003cp class=\"body-text\"\u003eOne to two scoops gives you the right amount for a bowl of matcha or a latte. No guesswork, no scales needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"divider\"\u003e\n\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eKey Features\u003c\/div\u003e\n  \u003cdiv class=\"benefits-grid\"\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"benefit-dot\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"benefit-title\"\u003eEntirely handmade\u003c\/div\u003e\n      \u003cp class=\"benefit-desc\"\u003eShaped by hand by skilled artisans — careful attention in every piece.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"benefit-dot\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"benefit-title\"\u003ePerfect dose\u003c\/div\u003e\n      \u003cp class=\"benefit-desc\"\u003e1–2 scoops for a cup or bowl of matcha — consistent every time.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"benefit-dot\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"benefit-title\"\u003eSingle piece of bamboo\u003c\/div\u003e\n      \u003cp class=\"benefit-desc\"\u003eNo joints, no glue — carved from one natural piece.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cdiv class=\"benefit-dot\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"benefit-title\"\u003eUnique every time\u003c\/div\u003e\n      \u003cp class=\"benefit-desc\"\u003eNatural variation in colour and grain makes each chasaku one of a kind.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"nature-note\"\u003eAs bamboo is a natural material, each chasaku may differ slightly from the photo in colour, grain, and pattern. This is not a defect — it is what makes it yours.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"divider\"\u003e\n\n\u003c!-- SPECIFICATIONS --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eSpecifications\u003c\/div\u003e\n  \u003ctable class=\"specs-table\"\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eMaterial\u003c\/td\u003e\n      \u003ctd\u003eBamboo\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eLength\u003c\/td\u003e\n      \u003ctd\u003eapprox. 18 cm\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eDose\u003c\/td\u003e\n      \u003ctd\u003e1–2 scoops per cup\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eFinish\u003c\/td\u003e\n      \u003ctd\u003eHandcarved, uncoated\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"divider\"\u003e\n\n\u003c!-- CARE --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eCare\u003c\/div\u003e\n  \u003cdiv class=\"care-card\"\u003e\n    \u003cdiv class=\"care-label\"\u003eHow to keep your chasaku\u003c\/div\u003e\n    \u003cp class=\"care-text\"\u003eWipe clean with a dry cloth after use. Do not wet or wash with water — bamboo will absorb moisture and may crack or warp over time. Store in a dry place away from direct sunlight.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\n\u003c\/body\u003e","brand":"Ubest","offers":[{"title":"Default Title","offer_id":57672378581323,"sku":null,"price":4.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1040\/4049\/7483\/files\/32892475-A7C5-4189-B2C8-703ADD50D8F7.jpg?v=1782334140"}],"url":"https:\/\/checkout.ubest.ee\/en\/collections\/kataloog.oembed","provider":"Ubest","version":"1.0","type":"link"}