{"id":2553,"date":"2026-01-12T23:59:16","date_gmt":"2026-01-12T21:59:16","guid":{"rendered":"https:\/\/agnusvita.com\/?page_id=2553"},"modified":"2026-01-13T12:48:09","modified_gmt":"2026-01-13T10:48:09","slug":"cistus-campaign","status":"publish","type":"page","link":"https:\/\/agnusvita.com\/el\/cistus-campaign\/","title":{"rendered":"Cistus Campaign"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"el\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Cistus Teekampagne Widget<\/title>\n    <style>\n        \/* Widget Container *\/\n        .cistus-kampagne-widget {\n            max-width: 1200px;\n            margin: 40px auto;\n            padding: 0 20px;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n        }\n\n        \/* Hero Section *\/\n        .kampagne-hero {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 60px 40px;\n            border-radius: 20px;\n            text-align: center;\n            margin-bottom: 40px;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.1);\n        }\n\n        .kampagne-hero h1 {\n            font-size: 2.5em;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n\n        .kampagne-hero .subtitle {\n            font-size: 1.3em;\n            opacity: 0.95;\n            margin-bottom: 20px;\n        }\n\n        .kampagne-hero .tagline {\n            font-size: 1.1em;\n            opacity: 0.9;\n            font-style: italic;\n        }\n\n        \/* Package Cards *\/\n        .packages-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin-top: 40px;\n        }\n\n        .package-card {\n            background: white;\n            border-radius: 15px;\n            padding: 30px;\n            box-shadow: 0 5px 25px rgba(0,0,0,0.08);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .package-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 40px rgba(0,0,0,0.15);\n        }\n\n        .package-card.featured {\n            border: 3px solid #667eea;\n        }\n\n        .package-card.featured::before {\n            content: \"\u039a\u0391\u039b\u03a5\u03a4\u0395\u03a1\u0397 \u03a4\u0399\u039c\u0397\";\n            position: absolute;\n            top: 20px;\n            right: -35px;\n            background: #667eea;\n            color: white;\n            padding: 5px 40px;\n            transform: rotate(45deg);\n            font-size: 0.8em;\n            font-weight: bold;\n        }\n\n        .package-title {\n            font-size: 1.5em;\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #333;\n        }\n\n        .package-size {\n            font-size: 2em;\n            font-weight: 700;\n            color: #667eea;\n            margin-bottom: 15px;\n        }\n\n        .package-price {\n            display: flex;\n            align-items: baseline;\n            justify-content: center;\n            margin-bottom: 10px;\n        }\n\n        .price-main {\n            font-size: 2.5em;\n            font-weight: 700;\n            color: #333;\n        }\n\n        .price-per-kg {\n            font-size: 0.9em;\n            color: #666;\n            margin-left: 10px;\n        }\n\n        .savings {\n            background: #10b981;\n            color: white;\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-size: 0.9em;\n            font-weight: 600;\n            display: inline-block;\n            margin-bottom: 20px;\n        }\n\n        .package-features {\n            list-style: none;\n            padding: 0;\n            margin: 20px 0;\n            text-align: left;\n        }\n\n        .package-features li {\n            padding: 8px 0;\n            color: #555;\n            position: relative;\n            padding-left: 25px;\n        }\n\n        .package-features li::before {\n            content: \"\u2713\";\n            color: #10b981;\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n        }\n\n        .buy-button {\n            background: #667eea;\n            color: white;\n            border: none;\n            padding: 15px 40px;\n            border-radius: 30px;\n            font-size: 1.1em;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            width: 100%;\n            margin-top: 15px;\n        }\n\n        .buy-button:hover {\n            background: #5568d3;\n            transform: scale(1.05);\n        }\n\n        \/* Language Toggle *\/\n        .language-toggle {\n            text-align: center;\n            margin-bottom: 30px;\n        }\n\n        .lang-btn {\n            background: none;\n            border: 2px solid #667eea;\n            color: #667eea;\n            padding: 10px 25px;\n            margin: 0 5px;\n            border-radius: 25px;\n            cursor: pointer;\n            font-weight: 600;\n            transition: all 0.3s ease;\n        }\n\n        .lang-btn.active {\n            background: #667eea;\n            color: white;\n        }\n\n        \/* Info Section *\/\n        .kampagne-info {\n            background: #f8fafc;\n            padding: 40px;\n            border-radius: 15px;\n            margin-top: 40px;\n            text-align: center;\n        }\n\n        .kampagne-info h2 {\n            color: #333;\n            margin-bottom: 20px;\n            font-size: 2em;\n        }\n\n        .kampagne-info p {\n            color: #666;\n            line-height: 1.8;\n            max-width: 800px;\n            margin: 0 auto 20px;\n            font-size: 1.1em;\n        }\n\n        .learn-more-btn {\n            background: #764ba2;\n            color: white;\n            border: none;\n            padding: 15px 40px;\n            border-radius: 30px;\n            font-size: 1.1em;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            margin-top: 20px;\n        }\n\n        .learn-more-btn:hover {\n            background: #5e3a82;\n            transform: scale(1.05);\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .kampagne-hero h1 {\n                font-size: 1.8em;\n            }\n            \n            .packages-container {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        \/* Hidden class for language switching *\/\n        .hidden {\n            display: none;\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"cistus-kampagne-widget\">\n    \n    <!-- Language Toggle -->\n    <div class=\"language-toggle\">\n        <button class=\"lang-btn active\" id=\"lang-el\" onclick=\"switchLanguage('el', this)\">\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac<\/button>\n        <button class=\"lang-btn\" id=\"lang-en\" onclick=\"switchLanguage('en', this)\">English<\/button>\n    <\/div>\n\n    <!-- Greek Version -->\n    <div id=\"content-el\">\n        <!-- Hero Section -->\n        <div class=\"kampagne-hero\">\n            <h1>\ud83c\udf3f \u0397 Teekampagne \u03c4\u03b7\u03c2 \u039b\u03ad\u03c3\u03b2\u03bf\u03c5<\/h1>\n            <div class=\"subtitle\">Cistus Incanus &#8211; \u03a4\u03bf \u039c\u03b5\u03c3\u03bf\u03b3\u03b5\u03b9\u03b1\u03ba\u03cc Superfood<\/div>\n            <div class=\"tagline\">\u0391\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2 \u03b1\u03c0\u03cc \u03c4\u03bf\u03c5\u03c2 \u03bb\u03cc\u03c6\u03bf\u03c5\u03c2 \u03c4\u03b7\u03c2 \u039b\u03ad\u03c3\u03b2\u03bf\u03c5 \u03c3\u03c4\u03bf \u03c6\u03bb\u03b9\u03c4\u03b6\u03ac\u03bd\u03b9 \u03c3\u03b1\u03c2<\/div>\n        <\/div>\n\n        <!-- Packages -->\n        <div class=\"packages-container\">\n            \n            <!-- 250g Package -->\n            <div class=\"package-card\">\n                <div class=\"package-title\">Premium Package<\/div>\n                <div class=\"package-size\">250g<\/div>\n                <div class=\"package-price\">\n                    <span class=\"price-main\">12\u20ac<\/span>\n                    <span class=\"price-per-kg\">(48\u20ac\/kg)<\/span>\n                <\/div>\n                <div class=\"savings\">\u0395\u03be\u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b5\u03af\u03c4\u03b5 52%<\/div>\n                <ul class=\"package-features\">\n                    <li>~50 \u03c6\u03bb\u03b9\u03c4\u03b6\u03ac\u03bd\u03b9\u03b1<\/li>\n                    <li>\u0399\u03b4\u03b1\u03bd\u03b9\u03ba\u03cc \u03b3\u03b9\u03b1 1 \u03bc\u03ae\u03bd\u03b1<\/li>\n                    <li>\u0393\u03b9\u03b1 \u03ba\u03b1\u03b8\u03b7\u03bc\u03b5\u03c1\u03b9\u03bd\u03ae \u03c7\u03c1\u03ae\u03c3\u03b7<\/li>\n                    <li>\u039f\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ae \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03b1\u03c3\u03af\u03b1<\/li>\n                <\/ul>\n                <button class=\"buy-button\" onclick=\"addToCart('250g', 12)\">\u0391\u03b3\u03bf\u03c1\u03ac \u03c4\u03ce\u03c1\u03b1<\/button>\n            <\/div>\n\n            <!-- 500g Package - FEATURED -->\n            <div class=\"package-card featured\">\n                <div class=\"package-title\">Family Package<\/div>\n                <div class=\"package-size\">500g<\/div>\n                <div class=\"package-price\">\n                    <span class=\"price-main\">20\u20ac<\/span>\n                    <span class=\"price-per-kg\">(40\u20ac\/kg)<\/span>\n                <\/div>\n                <div class=\"savings\">\u0395\u03be\u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b5\u03af\u03c4\u03b5 60%<\/div>\n                <ul class=\"package-features\">\n                    <li>~100 \u03c6\u03bb\u03b9\u03c4\u03b6\u03ac\u03bd\u03b9\u03b1<\/li>\n                    <li>\u0395\u03c0\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1 2-3 \u03bc\u03b7\u03bd\u03ce\u03bd<\/li>\n                    <li>\u0393\u03b9\u03b1 \u03cc\u03bb\u03b7 \u03c4\u03b7\u03bd \u03bf\u03b9\u03ba\u03bf\u03b3\u03ad\u03bd\u03b5\u03b9\u03b1<\/li>\n                    <li>\u0394\u03b7\u03bc\u03bf\u03c6\u03b9\u03bb\u03ad\u03c3\u03c4\u03b5\u03c1\u03b7 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae<\/li>\n                <\/ul>\n                <button class=\"buy-button\" onclick=\"addToCart('500g', 20)\">\u0391\u03b3\u03bf\u03c1\u03ac \u03c4\u03ce\u03c1\u03b1<\/button>\n            <\/div>\n\n            <!-- 1kg Package -->\n            <div class=\"package-card\">\n                <div class=\"package-title\">Teekampagne<\/div>\n                <div class=\"package-size\">1kg<\/div>\n                <div class=\"package-price\">\n                    <span class=\"price-main\">35\u20ac<\/span>\n                    <span class=\"price-per-kg\">(35\u20ac\/kg)<\/span>\n                <\/div>\n                <div class=\"savings\">\u0395\u03be\u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b5\u03af\u03c4\u03b5 65%<\/div>\n                <ul class=\"package-features\">\n                    <li>~200 \u03c6\u03bb\u03b9\u03c4\u03b6\u03ac\u03bd\u03b9\u03b1<\/li>\n                    <li>\u0395\u03c0\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1 6+ \u03bc\u03b7\u03bd\u03ce\u03bd<\/li>\n                    <li>\u039a\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b7 \u03c4\u03b9\u03bc\u03ae \u03b1\u03bd\u03ac \u03b3\u03c1\u03b1\u03bc\u03bc\u03ac\u03c1\u03b9\u03bf<\/li>\n                    <li>+ \u0394\u03c9\u03c1\u03b5\u03ac\u03bd Iced Tea \u03c3\u03c5\u03bd\u03c4\u03b1\u03b3\u03ad\u03c2<\/li>\n                <\/ul>\n                <button class=\"buy-button\" onclick=\"addToCart('1kg', 35)\">\u0391\u03b3\u03bf\u03c1\u03ac \u03c4\u03ce\u03c1\u03b1<\/button>\n            <\/div>\n\n        <\/div>\n\n        <!-- Info Section -->\n        <div class=\"kampagne-info\">\n            <h2>\u03a4\u03b9 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b7 Teekampagne;<\/h2>\n            <p>\n                \u0395\u03bc\u03c0\u03bd\u03b5\u03c5\u03c3\u03bc\u03ad\u03bd\u03bf\u03b9 \u03b1\u03c0\u03cc \u03c4\u03b7 \u03b3\u03b5\u03c1\u03bc\u03b1\u03bd\u03b9\u03ba\u03ae Teekampagne \u03c4\u03bf\u03c5 1985, \u03c6\u03ad\u03c1\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03bd\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c3\u03c4\u03b7 \u039b\u03ad\u03c3\u03b2\u03bf! \n                <strong>\u0388\u03bd\u03b1 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd. \u039c\u03b5\u03b3\u03ac\u03bb\u03b5\u03c2 \u03c0\u03bf\u03c3\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2. \u0391\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2 \u03b5\u03bc\u03c0\u03cc\u03c1\u03b9\u03bf. \u03a7\u03b1\u03bc\u03b7\u03bb\u03cc\u03c4\u03b5\u03c1\u03b7 \u03c4\u03b9\u03bc\u03ae.<\/strong>\n            <\/p>\n            <p>\n                \u03a4\u03bf Cistus Incanus \u03b1\u03c0\u03cc \u03c4\u03b7 \u039b\u03ad\u03c3\u03b2\u03bf \u03b5\u03af\u03bd\u03b1\u03b9 \u03ad\u03bd\u03b1 \u03b1\u03c0\u03cc \u03c4\u03b1 \u03c0\u03b9\u03bf \u03c0\u03bb\u03bf\u03cd\u03c3\u03b9\u03b1 \u03c3\u03b5 \u03c0\u03bf\u03bb\u03c5\u03c6\u03b1\u03b9\u03bd\u03cc\u03bb\u03b5\u03c2 \u03c6\u03c5\u03c4\u03ac \u03c4\u03b7\u03c2 \u0395\u03c5\u03c1\u03ce\u03c0\u03b7\u03c2. \n                \u03a3\u03c5\u03bb\u03bb\u03ad\u03b3\u03b5\u03c4\u03b1\u03b9 \u03c7\u03b5\u03b9\u03c1\u03c9\u03bd\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac \u03b1\u03c0\u03cc \u03ac\u03b3\u03c1\u03b9\u03b5\u03c2 \u03c0\u03b5\u03c1\u03b9\u03bf\u03c7\u03ad\u03c2 \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c6\u03ad\u03c1\u03b5\u03c4\u03b1\u03b9 \u03b1\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2 \u03c3\u03b5 \u03b5\u03c3\u03ac\u03c2 &#8211; \u03c7\u03c9\u03c1\u03af\u03c2 \u03bc\u03b5\u03c3\u03ac\u03b6\u03bf\u03bd\u03c4\u03b5\u03c2, \u03c7\u03c9\u03c1\u03af\u03c2 \u03c0\u03b5\u03c1\u03b9\u03c4\u03c4\u03ac \u03ba\u03cc\u03c3\u03c4\u03b7.\n            <\/p>\n            <button class=\"learn-more-btn\" onclick=\"window.location.href='#teekampagne-page'\">\u039c\u03ac\u03b8\u03b5\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1<\/button>\n        <\/div>\n    <\/div>\n\n    <!-- English Version -->\n    <div id=\"content-en\" class=\"hidden\">\n        <!-- Hero Section -->\n        <div class=\"kampagne-hero\">\n            <h1>\ud83c\udf3f The Teekampagne of Lesvos<\/h1>\n            <div class=\"subtitle\">Cistus Incanus &#8211; The Mediterranean Superfood<\/div>\n            <div class=\"tagline\">Direct from the hills of Lesvos to your cup<\/div>\n        <\/div>\n\n        <!-- Packages -->\n        <div class=\"packages-container\">\n            \n            <!-- 250g Package -->\n            <div class=\"package-card\">\n                <div class=\"package-title\">Premium Package<\/div>\n                <div class=\"package-size\">250g<\/div>\n                <div class=\"package-price\">\n                    <span class=\"price-main\">\u20ac12<\/span>\n                    <span class=\"price-per-kg\">(\u20ac48\/kg)<\/span>\n                <\/div>\n                <div class=\"savings\">Save 52%<\/div>\n                <ul class=\"package-features\">\n                    <li>~50 cups<\/li>\n                    <li>Perfect for 1 month<\/li>\n                    <li>For daily use<\/li>\n                    <li>Economical packaging<\/li>\n                <\/ul>\n                <button class=\"buy-button\" onclick=\"addToCart('250g', 12)\">Buy Now<\/button>\n            <\/div>\n\n            <!-- 500g Package - FEATURED -->\n            <div class=\"package-card featured\">\n                <div class=\"package-title\">Family Package<\/div>\n                <div class=\"package-size\">500g<\/div>\n                <div class=\"package-price\">\n                    <span class=\"price-main\">\u20ac20<\/span>\n                    <span class=\"price-per-kg\">(\u20ac40\/kg)<\/span>\n                <\/div>\n                <div class=\"savings\">Save 60%<\/div>\n                <ul class=\"package-features\">\n                    <li>~100 cups<\/li>\n                    <li>2-3 months supply<\/li>\n                    <li>For the whole family<\/li>\n                    <li>Most popular choice<\/li>\n                <\/ul>\n                <button class=\"buy-button\" onclick=\"addToCart('500g', 20)\">Buy Now<\/button>\n            <\/div>\n\n            <!-- 1kg Package -->\n            <div class=\"package-card\">\n                <div class=\"package-title\">Teekampagne<\/div>\n                <div class=\"package-size\">1kg<\/div>\n                <div class=\"package-price\">\n                    <span class=\"price-main\">\u20ac35<\/span>\n                    <span class=\"price-per-kg\">(\u20ac35\/kg)<\/span>\n                <\/div>\n                <div class=\"savings\">Save 65%<\/div>\n                <ul class=\"package-features\">\n                    <li>~200 cups<\/li>\n                    <li>6+ months supply<\/li>\n                    <li>Best price per gram<\/li>\n                    <li>+ Free Iced Tea recipes<\/li>\n                <\/ul>\n                <button class=\"buy-button\" onclick=\"addToCart('1kg', 35)\">Buy Now<\/button>\n            <\/div>\n\n        <\/div>\n\n        <!-- Info Section -->\n        <div class=\"kampagne-info\">\n            <h2>What is the Teekampagne?<\/h2>\n            <p>\n                Inspired by the German Teekampagne of 1985, we bring the revolution to Lesvos! \n                <strong>One product. Large quantities. Direct trade. Lower price.<\/strong>\n            <\/p>\n            <p>\n                Cistus Incanus from Lesvos is one of Europe&#8217;s most polyphenol-rich plants. \n                Hand-harvested from wild areas and offered directly to you &#8211; no middlemen, no unnecessary costs.\n            <\/p>\n            <button class=\"learn-more-btn\" onclick=\"window.location.href='#teekampagne-page'\">Learn More<\/button>\n        <\/div>\n    <\/div>\n\n<\/div>\n\n<script>\n    \/\/ Language Switching\n    function switchLanguage(lang, button) {\n        \/\/ Hide all content\n        const contentEl = document.getElementById('content-el');\n        const contentEn = document.getElementById('content-en');\n        \n        if (contentEl) contentEl.classList.add('hidden');\n        if (contentEn) contentEn.classList.add('hidden');\n        \n        \/\/ Show selected language\n        const selectedContent = document.getElementById('content-' + lang);\n        if (selectedContent) {\n            selectedContent.classList.remove('hidden');\n        }\n        \n        \/\/ Update button states\n        document.querySelectorAll('.lang-btn').forEach(btn => {\n            btn.classList.remove('active');\n        });\n        \n        if (button) {\n            button.classList.add('active');\n        }\n    }\n\n    \/\/ Add to Cart Function\n    function addToCart(size, price) {\n        \/\/ METHOD 1: Direct link to product page with pre-selected variation\n        \/\/ This is the SIMPLEST and most reliable method\n        \n        \/\/ IMPORTANT: Update this with your ACTUAL product slug\n        const productSlug = 'cistus-incanus-tea-wild-rock-rose-infusion-from-lesvos';\n        \n        \/\/ Create URL with attribute parameter (WooCommerce will pre-select the variation)\n        const baseUrl = 'https:\/\/agnusvita.gr\/product\/' + productSlug + '\/';\n        \n        \/\/ Map sizes to attribute values\n        const sizeMap = {\n            '250g': '250-gr',\n            '500g': '500-gr',\n            '1kg': '1000-gr'\n        };\n        \n        \/\/ Build URL with variation pre-selected\n        const productUrl = baseUrl + '?attribute_pa_quantity=' + sizeMap[size];\n        \n        \/\/ Redirect to product page\n        window.location.href = productUrl;\n        \n        \/* \n        ========================================\n        ALTERNATIVE METHOD: Direct Add to Cart\n        ========================================\n        If you want to add directly to cart without going to product page,\n        you need the variation IDs. To get them:\n        \n        1. Go to: Products \u2192 Your Product \u2192 Edit\n        2. Click \"Variations\" tab\n        3. Each variation will have an ID (look at the URL when you expand it)\n        4. Replace the numbers below with your actual variation IDs\n        \n        Then UNCOMMENT this code and COMMENT OUT the code above:\n        \n        const variationIds = {\n            '250g': 1742,  \/\/ Replace with your 250g variation ID\n            '500g': 1743,  \/\/ Replace with your 500g variation ID\n            '1kg': 1744    \/\/ Replace with your 1kg variation ID\n        };\n        \n        \/\/ Direct add to cart URL\n        window.location.href = 'https:\/\/agnusvita.gr\/?add-to-cart=' + variationIds[size];\n        *\/\n    }\n<\/script>\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Cistus Teekampagne Widget \u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac English \ud83c\udf3f \u0397 Teekampagne \u03c4\u03b7\u03c2 \u039b\u03ad\u03c3\u03b2\u03bf\u03c5 Cistus Incanus &#8211; \u03a4\u03bf \u039c\u03b5\u03c3\u03bf\u03b3\u03b5\u03b9\u03b1\u03ba\u03cc Superfood \u0391\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2 \u03b1\u03c0\u03cc \u03c4\u03bf\u03c5\u03c2 \u03bb\u03cc\u03c6\u03bf\u03c5\u03c2 \u03c4\u03b7\u03c2 \u039b\u03ad\u03c3\u03b2\u03bf\u03c5 \u03c3\u03c4\u03bf \u03c6\u03bb\u03b9\u03c4\u03b6\u03ac\u03bd\u03b9 \u03c3\u03b1\u03c2 Premium Package 250g 12\u20ac (48\u20ac\/kg) \u0395\u03be\u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b5\u03af\u03c4\u03b5 52% ~50 \u03c6\u03bb\u03b9\u03c4\u03b6\u03ac\u03bd\u03b9\u03b1 \u0399\u03b4\u03b1\u03bd\u03b9\u03ba\u03cc \u03b3\u03b9\u03b1 1 \u03bc\u03ae\u03bd\u03b1 \u0393\u03b9\u03b1 \u03ba\u03b1\u03b8\u03b7\u03bc\u03b5\u03c1\u03b9\u03bd\u03ae \u03c7\u03c1\u03ae\u03c3\u03b7 \u039f\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ae \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03b1\u03c3\u03af\u03b1 \u0391\u03b3\u03bf\u03c1\u03ac \u03c4\u03ce\u03c1\u03b1 Family Package 500g 20\u20ac (40\u20ac\/kg) \u0395\u03be\u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b5\u03af\u03c4\u03b5 60% ~100 \u03c6\u03bb\u03b9\u03c4\u03b6\u03ac\u03bd\u03b9\u03b1 \u0395\u03c0\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1 [&hellip;]<\/p>","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2553","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/agnusvita.com\/el\/wp-json\/wp\/v2\/pages\/2553","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/agnusvita.com\/el\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/agnusvita.com\/el\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/agnusvita.com\/el\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/agnusvita.com\/el\/wp-json\/wp\/v2\/comments?post=2553"}],"version-history":[{"count":1,"href":"https:\/\/agnusvita.com\/el\/wp-json\/wp\/v2\/pages\/2553\/revisions"}],"predecessor-version":[{"id":2554,"href":"https:\/\/agnusvita.com\/el\/wp-json\/wp\/v2\/pages\/2553\/revisions\/2554"}],"wp:attachment":[{"href":"https:\/\/agnusvita.com\/el\/wp-json\/wp\/v2\/media?parent=2553"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}