{"id":7574,"date":"2026-05-12T14:11:58","date_gmt":"2026-05-12T12:11:58","guid":{"rendered":"https:\/\/aromakiveri.com\/?page_id=7574"},"modified":"2026-05-12T14:13:04","modified_gmt":"2026-05-12T12:13:04","slug":"secure-online-payments","status":"publish","type":"page","link":"https:\/\/aromakiveri.com\/el\/secure-online-payments\/","title":{"rendered":"\u03a3\u03b5\u03bb\u03af\u03b4\u03b1 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd"},"content":{"rendered":"<script src=\"https:\/\/js.stripe.com\/v3\/buy-button.js\" async><\/script>\n<style>\n:root {\n            --primary-blue: #0066b2;\n            --primary-blue-light: #4a9fd8;\n            --accent-teal: #00a19a;\n            --neutral-dark: #2c3e50;\n            --neutral-medium: #7f8c8d;\n            --neutral-light: #ecf0f1;\n            --background-white: #ffffff;\n            --background-light: #f8f9fa;\n            --border-color: #e1e8ed;\n            --success-green: #27ae60;\n            --warning-yellow: #ffc107;\n            --warning-background: rgba(255, 193, 7, 0.1);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .stripe-payment-wrapper {\n            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.6;\n            color: var(--neutral-dark);\n            background-color: var(--background-light);\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 60px 20px;\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            text-align: center;\n            margin-bottom: 60px; \/* This will now be part of welcome\/klarna section *\/\n        }\n\n        .badge {\n            display: inline-flex;\n            align-items: center;\n            padding: 6px 16px;\n            background-color: rgba(0, 102, 178, 0.05);\n            border: 2px solid var(--primary-blue);\n            border-radius: 20px;\n            color: var(--primary-blue);\n            font-size: 14px;\n            font-weight: 600;\n            margin-bottom: 20px;\n        }\n\n        .badge svg {\n            margin-right: 8px;\n        }\n\n        h1 {\n            font-size: 3em;\n            color: var(--neutral-dark);\n            margin-bottom: 20px;\n            font-weight: 700;\n        }\n\n        .hero-subtitle {\n            font-size: 1.3em;\n            color: var(--neutral-medium);\n            max-width: 800px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n\n        .hero-subtitle .highlight {\n            color: var(--primary-blue);\n            font-weight: 600;\n        }\n\n        \/* Card Styles *\/\n        .card {\n            background: var(--background-white);\n            border-radius: 12px;\n            padding: 30px;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n            margin-bottom: 30px;\n            border: 1px solid var(--border-color);\n            transition: all 0.3s ease;\n        }\n\n        .card:hover {\n            box-shadow: 0 4px 16px rgba(0, 102, 178, 0.15);\n            border-color: var(--primary-blue-light);\n        }\n\n        .card-header {\n            margin-bottom: 20px;\n        }\n\n        .card-title {\n            font-size: 1.8em;\n            color: var(--neutral-dark);\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n\n        .card-title svg {\n            margin-right: 12px;\n            color: var(--primary-blue);\n        }\n\n        .card-description {\n            color: var(--neutral-medium);\n            font-size: 1.05em;\n        }\n\n        \/* Features Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px;\n            margin-bottom: 50px;\n        }\n\n        .feature-card {\n            background: var(--background-white);\n            border-radius: 10px;\n            padding: 25px;\n            border: 1px solid var(--border-color);\n            transition: all 0.3s ease;\n        }\n\n        .feature-card:hover {\n            border-color: var(--primary-blue);\n            transform: translateY(-3px);\n        }\n\n        .feature-content {\n            display: flex;\n            align-items: flex-start;\n        }\n\n        .feature-icon {\n            flex-shrink: 0;\n            margin-right: 15px;\n            margin-top: 3px;\n        }\n\n        .feature-title {\n            font-weight: 600;\n            color: var(--neutral-dark);\n            margin-bottom: 6px;\n            font-size: 1.05em;\n        }\n\n        .feature-description {\n            color: var(--neutral-medium);\n            font-size: 0.9em;\n        }\n\n        \/* Klarna Section *\/\n        .klarna-section {\n            background: linear-gradient(135deg, rgba(0, 102, 178, 0.03) 0%, rgba(74, 159, 216, 0.03) 100%);\n            border: 1px solid rgba(0, 102, 178, 0.2);\n        }\n\n        .section-content {\n            margin-top: 25px;\n        }\n\n        .subsection {\n            margin-bottom: 30px;\n        }\n\n        .subsection-title {\n            font-size: 1.2em;\n            font-weight: 600;\n            color: var(--neutral-dark);\n            margin-bottom: 15px;\n        }\n\n        .payment-type {\n            background: var(--background-light);\n            padding: 20px;\n            border-radius: 8px;\n            margin-bottom: 15px;\n            border-left: 4px solid var(--primary-blue);\n        }\n\n        .payment-type-title {\n            color: var(--primary-blue);\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n\n        .payment-type-description {\n            color: var(--neutral-medium);\n            font-size: 0.95em;\n            margin-bottom: 8px;\n        }\n\n        .payment-example {\n            font-weight: 600;\n            color: var(--neutral-dark);\n            font-size: 0.95em;\n        }\n\n        .separator {\n            height: 1px;\n            background: var(--border-color);\n            margin: 20px 0;\n        }\n\n        \/* Benefits List *\/\n        .benefits-list {\n            display: grid;\n            gap: 12px;\n        }\n\n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n        }\n\n        .benefit-item svg {\n            flex-shrink: 0;\n            margin-right: 12px;\n            margin-top: 2px;\n        }\n\n        \/* Eligibility List *\/\n        .eligibility-list {\n            list-style: none;\n        }\n\n        .eligibility-list li {\n            padding-left: 20px;\n            position: relative;\n            color: var(--neutral-medium);\n            margin-bottom: 10px;\n        }\n\n        .eligibility-list li:before {\n            content: \"\\2022\";\n            position: absolute;\n            left: 0;\n            color: var(--primary-blue);\n            font-weight: bold;\n        }\n\n        \/* Table *\/\n        .table-container {\n            overflow-x: auto;\n            margin-top: 20px;\n        }\n\n        table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n\n        th {\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n            color: var(--neutral-dark);\n            border-bottom: 2px solid var(--border-color);\n            font-size: 0.95em;\n        }\n\n        td {\n            padding: 15px;\n            border-bottom: 1px solid var(--border-color);\n            font-size: 0.95em;\n        }\n\n        tr:last-child td {\n            font-weight: 600;\n            background: rgba(0, 102, 178, 0.03);\n        }\n\n        .table-note {\n            font-size: 0.85em;\n            color: var(--neutral-medium);\n            font-style: italic;\n            margin-top: 15px;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, rgba(0, 102, 178, 0.05) 0%, rgba(0, 161, 154, 0.05) 100%);\n            border: 1px solid rgba(0, 102, 178, 0.2);\n        }\n\n        .cta-content {\n            margin-top: 25px;\n        }\n\n        .cta-subsection {\n            margin-bottom: 30px;\n        }\n\n        .cta-label {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 600;\n            margin-bottom: 15px;\n            color: var(--neutral-dark);\n        }\n\n        .cta-label svg {\n            margin-right: 10px;\n        }\n\n        .button-group {\n            display: flex;\n            justify-content: center;\n            gap: 15px;\n            flex-wrap: wrap;\n        }\n\n        .btn {\n            display: inline-flex;\n            align-items: center;\n            padding: 12px 30px;\n            border-radius: 6px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            border: 2px solid;\n            cursor: pointer;\n        }\n\n        .btn-outline {\n            background: var(--background-white);\n            color: var(--primary-blue);\n            border-color: var(--primary-blue);\n        }\n\n        .btn-outline:hover {\n            background: var(--primary-blue);\n            color: white;\n        }\n\n        .btn-primary {\n            background: var(--primary-blue);\n            color: white;\n            border-color: var(--primary-blue);\n            font-size: 1.1em;\n            padding: 15px 40px;\n        }\n\n        .btn-primary:hover {\n            background: var(--primary-blue-light);\n            border-color: var(--primary-blue-light);\n        }\n\n        .btn svg {\n            margin-right: 8px;\n        }\n\n        .payment-methods-list {\n            max-width: 500px;\n            margin: 0 auto;\n        }\n\n        .payment-method-item {\n            display: flex;\n            align-items: center;\n            padding: 10px 0;\n            font-size: 0.95em;\n        }\n\n        .payment-method-item svg {\n            margin-right: 10px;\n            flex-shrink: 0;\n        }\n\n        .cta-note {\n            text-align: center;\n            color: var(--neutral-medium);\n            font-size: 0.9em;\n            margin-top: 20px;\n        }\n\n        \/* Icons *\/\n        .icon-shield { color: var(--primary-blue); }\n        .icon-check { color: var(--primary-blue); }\n        .icon-sparkles { color: var(--primary-blue); }\n        .icon-credit { color: var(--primary-blue); }\n        .icon-calendar { color: var(--primary-blue); }\n        .icon-home { color: var(--primary-blue); }\n\n        \/* Other Payment Options Section Specific Styles *\/\n        .other-payments-section .card-title {\n            color: var(--neutral-dark);\n        }\n        .payment-options-grid {\n            display: grid;\n            \/* Default for larger screens than mobile: Try to fit 2 columns *\/\n            grid-template-columns: repeat(2, 1fr); \/* FORCES 2 COLUMNS ON DESKTOP *\/\n            gap: 20px;\n            margin-top: 25px;\n        }\n        .payment-option-card {\n            background: var(--background-light);\n            border-radius: 10px;\n            padding: 20px;\n            border: 1px solid var(--border-color);\n            transition: all 0.3s ease;\n            text-align: center;\n        }\n        .payment-option-card:hover {\n            border-color: var(--primary-blue-light);\n            box-shadow: 0 2px 8px rgba(0, 102, 178, 0.1);\n            cursor: pointer; \/* Indicate it's clickable for copy *\/\n        }\n        .payment-option-card .card-icon {\n            font-size: 2.2em;\n            margin-bottom: 15px;\n            color: var(--accent-teal);\n        }\n        .payment-option-card h3 {\n            font-size: 1.2em;\n            color: var(--neutral-dark);\n            margin-bottom: 10px;\n        }\n        .payment-option-card p {\n            font-size: 0.9em;\n            color: var(--neutral-medium);\n            margin-bottom: 6px;\n            line-height: 1.4;\n        }\n        .payment-option-card p strong {\n            color: var(--neutral-dark);\n        }\n        .payment-option-card code {\n            background-color: var(--background-white);\n            border-radius: 4px;\n            padding: 2px 5px;\n            font-family: 'Courier New', Courier, monospace;\n            font-size: 0.85em;\n            color: var(--neutral-dark);\n            display: block;\n            word-break: break-all;\n            margin: 5px 0;\n            cursor: pointer; \/* Indicate it's clickable for copy *\/\n            position: relative;\n        }\n        .payment-option-card code:after {\n            content: \"Copy\";\n            position: absolute;\n            right: 5px;\n            top: 50%;\n            transform: translateY(-50%);\n            font-size: 0.7em;\n            color: var(--primary-blue);\n            opacity: 0;\n            transition: opacity 0.2s ease-in-out;\n        }\n        .payment-option-card code:hover:after {\n            opacity: 1;\n        }\n        .payment-option-card a {\n            color: var(--primary-blue);\n            text-decoration: none;\n            font-weight: 600;\n        }\n        .payment-option-card a:hover {\n            text-decoration: underline;\n        }\n        \/* Important Notes Section *\/\n        .important-notes-section {\n            background-color: var(--warning-background);\n            border-left: 5px solid var(--warning-yellow);\n            border-radius: 8px;\n            padding: 20px 25px;\n            margin-top: 30px;\n            margin-bottom: 20px;\n            color: var(--neutral-dark);\n        }\n        .important-notes-section p {\n            font-weight: 600;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n            color: var(--neutral-dark);\n        }\n        .important-notes-section p svg {\n            color: var(--warning-yellow);\n            font-size: 1.2em;\n            margin-right: 10px;\n            flex-shrink: 0;\n        }\n        .important-notes-section ul {\n            list-style: none;\n            padding-left: 0;\n            margin-left: 0;\n        }\n        .important-notes-section ul li {\n            position: relative;\n            padding-left: 25px;\n            margin-bottom: 8px;\n            font-size: 0.9em;\n            color: var(--neutral-medium);\n        }\n        .important-notes-section ul li:before {\n            content: \"\\2022\";\n            position: absolute;\n            left: 0;\n            color: var(--warning-yellow);\n            font-weight: bold;\n            font-size: 1.2em;\n            line-height: 1;\n        }\n\n        \/* Styling for new welcome section text *\/\n        .welcome-section .card-title {\n            font-size: 2.5em;\n        }\n        .welcome-section .card-description {\n            font-size: 1.1em;\n            max-width: 900px;\n            margin: 0 auto 20px auto;\n        }\n        .welcome-section .subsection-title {\n            font-size: 1.5em;\n            margin-bottom: 15px;\n        }\n        .welcome-section p {\n            font-size: 1em;\n            color: var(--neutral-dark);\n            line-height: 1.6;\n        }\n        .welcome-section .important-note {\n            background-color: var(--warning-background);\n            border-left: 5px solid var(--warning-yellow);\n            border-radius: 8px;\n            padding: 15px 20px;\n            margin-top: 25px !important;\n            font-size: 0.95em;\n            color: var(--neutral-dark);\n        }\n        .welcome-section .important-note strong {\n            color: var(--neutral-dark);\n        }\n\n        \/* Stripe Buy Button Section Specific Styles *\/\n        .stripe-buy-button-section stripe-buy-button {\n            display: block;\n            margin: 20px auto;\n            width: 100%; \/* Ensure it always takes 100% of its *parent's* available width *\/\n            max-width: 350px; \/* A slightly wider max-width for aesthetic, but it will scale down *\/\n            \/* Added responsive styles for the button itself if needed, but the web component usually handles this *\/\n            --stripe-buy-button-base-font-size: 16px; \/* Example of custom property *\/\n            --stripe-buy-button-base-padding: 15px 25px;\n        }\n        .stripe-buy-button-section ul {\n            list-style: none;\n            padding-left: 0;\n        }\n        .stripe-buy-button-section ul li {\n            position: relative;\n            padding-left: 25px;\n            margin-bottom: 8px;\n            font-size: 0.95em;\n            color: var(--neutral-medium);\n        }\n        .stripe-buy-button-section ul li:before {\n            content: \"\\2705\";\n            position: absolute;\n            left: 0;\n            color: var(--success-green);\n            font-weight: bold;\n            font-size: 1.2em;\n            line-height: 1;\n        }\n\n        \/* Contact Us Section Specific Styles *\/\n        .contact-section .contact-info {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        .contact-section .contact-item {\n            display: flex;\n            align-items: center;\n            font-size: 1.1em;\n            color: var(--neutral-dark);\n            text-decoration: none; \/* For the link text *\/\n        }\n        .contact-section .contact-item:hover {\n            text-decoration: underline;\n            color: var(--primary-blue);\n        }\n        .contact-section .contact-item svg {\n            margin-right: 10px;\n            color: var(--primary-blue); \/* Accent color for icons *\/\n            flex-shrink: 0;\n        }\n        .contact-section .contact-name {\n            font-size: 1.4em;\n            font-weight: 600;\n            color: var(--primary-blue);\n            margin-bottom: 15px;\n            text-align: center; \/* Added for centering *\/\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2.2em;\n            }\n            .hero-subtitle {\n                font-size: 1.1em;\n            }\n            .features-grid, .payment-options-grid {\n                grid-template-columns: 1fr;\n            }\n            .card {\n                padding: 20px;\n            }\n            .button-group {\n                flex-direction: column;\n            }\n            .btn {\n                width: 100%;\n                justify-content: center;\n            }\n            .payment-option-card code {\n                font-size: 0.8em;\n            }\n            .welcome-section .card-title {\n                font-size: 1.8em;\n            }\n            .welcome-section .card-description, .welcome-section p {\n                font-size: 0.9em;\n            }\n            .welcome-section .subsection-title {\n                font-size: 1.3em;\n            }\n            .stripe-buy-button-section stripe-buy-button {\n                max-width: none; \/* Crucial: Overrides the desktop max-width *\/\n                width: 100%;     \/* Ensure it takes full width *\/\n                margin-left: 0;   \/* Ensure no auto left margin on mobile *\/\n                margin-right: 0;  \/* Ensure no auto right margin on mobile *\/\n            }\n        }\n\n\/* === RESPONSIVE: MOBILE FIX === *\/\n        @media (max-width: 768px) {\n            .container {\n                max-width: 100% !important;\n                padding: 20px 15px !important;\n                width: 100% !important;\n            }\n            .stripe-payment-wrapper h1 {\n                font-size: 2.2em;\n            }\n            .hero-subtitle {\n                font-size: 1.1em;\n            }\n            .features-grid, .payment-options-grid {\n                grid-template-columns: 1fr;\n            }\n            .card {\n                padding: 20px;\n            }\n            .button-group {\n                flex-direction: column;\n            }\n            .btn {\n                width: 100%;\n                justify-content: center;\n            }\n            .payment-option-card code {\n                font-size: 0.8em;\n            }\n            .welcome-section .card-title {\n                font-size: 1.8em;\n            }\n            .welcome-section .card-description, .welcome-section p {\n                font-size: 0.9em;\n            }\n            .welcome-section .subsection-title {\n                font-size: 1.3em;\n            }\n            .stripe-buy-button-section stripe-buy-button {\n                max-width: none;\n                width: 100%;\n                margin-left: 0;\n                margin-right: 0;\n            }\n        }\n<\/style>\n\n<div class=\"stripe-payment-wrapper\">\n<div class=\"container\"><div class=\"card welcome-section\"><div class=\"card-header\" style=\"text-align: center;\"><h1 class=\"card-title\" style=\"justify-content: center;\">\u039a\u03b1\u03bb\u03ce\u03c2 \u03ae\u03bb\u03b8\u03b1\u03c4\u03b5 \u03c3\u03c4\u03b7 \u03a3\u03b5\u03bb\u03af\u03b4\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd \u03c4\u03bf\u03c5 Aroma<\/h1><p class=\"card-description\">\u0395\u03af\u03bc\u03b1\u03c3\u03c4\u03b5 \u03c3\u03c4\u03b7\u03bd \u03b5\u03c5\u03c7\u03ac\u03c1\u03b9\u03c3\u03c4\u03b7 \u03b8\u03ad\u03c3\u03b7 \u03bd\u03b1 \u03c3\u03b1\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c6\u03ad\u03c1\u03bf\u03c5\u03bc\u03b5 \u03ad\u03bd\u03b1\u03bd \u03b1\u03c3\u03c6\u03b1\u03bb\u03ae \u03ba\u03b1\u03b9 \u03b2\u03bf\u03bb\u03b9\u03ba\u03cc \u03c4\u03c1\u03cc\u03c0\u03bf \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2 \u03bc\u03ad\u03c3\u03c9 \u03c4\u03b7\u03c2 \u03c6\u03cc\u03c1\u03bc\u03b1\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 Stripe. \u0391\u03c5\u03c4\u03ae \u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1 \u03ad\u03c7\u03b5\u03b9 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03c4\u03b5\u03af \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03b6\u03b5\u03b9 \u03cc\u03c4\u03b9 \u03bf\u03b9 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03b4\u03b9\u03b5\u03ba\u03c0\u03b5\u03c1\u03b1\u03b9\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9 \u03bf\u03bc\u03b1\u03bb\u03ac \u03ba\u03b1\u03b9 \u03bc\u03b5 \u03b1\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1.<\/p><\/div><div class=\"section-content\"><h2 class=\"subsection-title\">\u03a0\u03ce\u03c2 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae<\/h2><p>\u0397 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03bc\u03b9\u03b1\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b1\u03c0\u03bb\u03ae. \u0391\u03c0\u03bb\u03ce\u03c2 \u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b1 \u03b1\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bc\u03b5\u03bd\u03b1 \u03c0\u03b5\u03b4\u03af\u03b1 \u03c3\u03c4\u03b7 \u03c6\u03cc\u03c1\u03bc\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 Stripe, \u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5 \u03c4\u03bf\u03c5 ID \u03ba\u03c1\u03ac\u03c4\u03b7\u03c3\u03b7\u03c2 \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \"\u039f\u03bb\u03bf\u03ba\u03bb\u03ae\u03c1\u03c9\u03c3\u03b7\" \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03b7 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae. \u0398\u03b1 \u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 email \u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7\u03c2 \u03bc\u03cc\u03bb\u03b9\u03c2 \u03b4\u03b9\u03b5\u03ba\u03c0\u03b5\u03c1\u03b1\u03b9\u03c9\u03b8\u03b5\u03af \u03bc\u03b5 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1 \u03b7 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae \u03c3\u03b1\u03c2.<\/p><p class=\"important-note\" style=\"margin-top: 20px;\"><strong>\u03a3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03cc:<\/strong> \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03ba\u03b1\u03b9 \u03b1\u03c0\u03bf\u03b4\u03b5\u03c7\u03c4\u03b5\u03af\u03c4\u03b5 \u03c4\u03b7 \u03c3\u03c5\u03bc\u03c6\u03c9\u03bd\u03af\u03b1 \u03c3\u03c5\u03bd\u03b1\u03af\u03bd\u03b5\u03c3\u03b7\u03c2 \u03c0\u03c1\u03b9\u03bd \u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c3\u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae \u03c3\u03b1\u03c2. \u0397 \u03c3\u03c5\u03b3\u03ba\u03b1\u03c4\u03ac\u03b8\u03b5\u03c3\u03ae \u03c3\u03b1\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b1\u03c0\u03b1\u03c1\u03b1\u03af\u03c4\u03b7\u03c4\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03bf\u03c1\u03b8\u03ae \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b1\u03c5\u03c4\u03ae\u03c2 \u03c4\u03b7\u03c2 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1 \u03c4\u03b7\u03c2 \u03c3\u03c5\u03bd\u03b1\u03bb\u03bb\u03b1\u03b3\u03ae\u03c2 \u03c3\u03b1\u03c2.<\/p><\/div><\/div><div class=\"card stripe-buy-button-section\"><div class=\"card-header\" style=\"text-align: center;\"><div class=\"card-title\" style=\"justify-content: center;\">\n<svg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n<rect x=\"1\" y=\"4\" width=\"22\" height=\"16\" rx=\"2\" ry=\"2\"\/>\n<line x1=\"1\" y1=\"10\" x2=\"23\" y2=\"10\"\/>\n<\/svg>\nQuick &#038; Flexible Payment (Custom Amount)<\/div><div class=\"card-description\">\nNeed to pay a specific amount not covered by a standard booking? Use our secure Stripe &#8220;Pay Now&#8221; button to enter any custom amount for your reservation deposit, balance, or any other service.<\/div><\/div><div class=\"section-content\" style=\"text-align: center; padding-top: 20px;\">\n<stripe-buy-button\nbuy-button-id=\"buy_btn_1SqIGcE80ywVRO07kpwRxLPK\"\npublishable-key=\"pk_live_51ExITgE80ywVRO07n5ChizZj1EcNPbS4bi6oCXK0SmvOLLZsjr4d4PQk2PykcEbbKdT5fIDiaQAkGFgCaMTMWxLr00CDfvR11b\"\n>\n<\/stripe-buy-button><div style=\"margin-top: 20px; text-align: left; max-width: 400px; margin-left: auto; margin-right: auto;\"><p><strong>\u0393\u03b9\u03b1\u03c4\u03af \u03bd\u03b1 \u03c4\u03bf \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5;<\/strong><\/p><ul><li>\u0399\u03b4\u03b1\u03bd\u03b9\u03ba\u03cc \u03b3\u03b9\u03b1 \u03bc\u03b5\u03c1\u03b9\u03ba\u03ad\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2 \u03ae \u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b5\u03c2 \u03c7\u03c1\u03b5\u03ce\u03c3\u03b5\u03b9\u03c2 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03b9\u03ce\u03bd<\/li><li>\u0395\u03c3\u03b5\u03af\u03c2 \u03b1\u03c0\u03bf\u03c6\u03b1\u03c3\u03af\u03b6\u03b5\u03c4\u03b5 \u03c4\u03bf \u03c0\u03bf\u03c3\u03cc<\/li><li>\u0391\u03c3\u03c6\u03b1\u03bb\u03ae\u03c2 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03bc\u03ad\u03c3\u03c9 Stripe (\u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03b1\u03bd\u03bf\u03bc\u03ad\u03bd\u03b7\u03c2 \u03c4\u03b7\u03c2 Klarna \u03b5\u03ac\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b7)<\/li><li>\u0386\u03bc\u03b5\u03c3\u03b7 \u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7<\/li><\/ul><\/div><\/div><\/div><div class=\"card other-payments-section\"><div class=\"card-header\"><div class=\"card-title\">\n<svg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n<path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"><\/path>\n<polyline points=\"22,6 12,13 2,6\"><\/polyline>\n<\/svg>\n\u039b\u03bf\u03b9\u03c0\u03bf\u03af \u03a4\u03c1\u03cc\u03c0\u03bf\u03b9 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2<\/div><div class=\"card-description\">\n\u0393\u03b9\u03b1 \u03c4\u03b7\u03bd \u03ba\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b7 \u03b5\u03be\u03c5\u03c0\u03b7\u03c1\u03ad\u03c4\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2, \u03c0\u03c1\u03bf\u03c3\u03c6\u03ad\u03c1\u03bf\u03c5\u03bc\u03b5 \u03b5\u03c0\u03af\u03c3\u03b7\u03c2 \u03c4\u03b9\u03c2 \u03b1\u03ba\u03cc\u03bb\u03bf\u03c5\u03b8\u03b5\u03c2 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2. \u039b\u03ac\u03b2\u03b5\u03c4\u03b5 \u03c5\u03c0\u03cc\u03c8\u03b7 \u03cc\u03c4\u03b9 \u03b1\u03c5\u03c4\u03ad\u03c2 \u03bf\u03b9 \u03bc\u03ad\u03b8\u03bf\u03b4\u03bf\u03b9 \u03b4\u03b5\u03bd \u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03bf\u03c5\u03bd \u03b4\u03cc\u03c3\u03b5\u03b9\u03c2 Klarna.<\/div><\/div><div class=\"section-content\"><div class=\"payment-options-grid\"><div class=\"payment-option-card\"><div class=\"card-icon\">\n<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n<rect x=\"3\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"><\/rect>\n<path d=\"M3 10h18M7 15h1M7 11h1\"><\/path>\n<\/svg><\/div><h3>\u03a4\u03c1\u03b1\u03c0\u03b5\u03b6\u03b9\u03ba\u03ae \u039c\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03ac (\u03a4\u03c1\u03ac\u03c0\u03b5\u03b6\u03b1 \u03a0\u03b5\u03b9\u03c1\u03b1\u03b9\u03ce\u03c2)<\/h3><p><strong>\u0394\u03b9\u03ba\u03b1\u03b9\u03bf\u03cd\u03c7\u03bf\u03c2:<\/strong> \u03a0\u03b1\u03bd\u03b1\u03b3\u03b9\u03ce\u03c4\u03b7\u03c2 \u039a\u03bf\u03c5\u03c1\u03bf\u03c5\u03bd\u03b9\u03ce\u03c4\u03b7\u03c2<\/p><p><strong>IBAN:<\/strong> <code data-copy=\"GR35 0172 5180 0055 1810 9358 824\">GR35 0172 5180 0055 1810 9358 824<\/code><\/p><p><strong>BIC:<\/strong> <code data-copy=\"PIRBGRAA\">PIRBGRAA<\/code><\/p><\/div><div class=\"payment-option-card\"><div class=\"card-icon\">\n<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n<circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n<path d=\"M12 11h-2v2h2v2h-2v-2h-2V9h4v2z\"><\/path>\n<\/svg><\/div><h3>\u039c\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03ac Revolut<\/h3><p><strong>\u0394\u03b9\u03ba\u03b1\u03b9\u03bf\u03cd\u03c7\u03bf\u03c2:<\/strong> \u03a0\u03b1\u03bd\u03b1\u03b3\u03b9\u03ce\u03c4\u03b7\u03c2 \u039a\u03bf\u03c5\u03c1\u03bf\u03c5\u03bd\u03b9\u03ce\u03c4\u03b7\u03c2<\/p><p><strong>IBAN:<\/strong> <code data-copy=\"LT25 3250 0354 7578 5854\">LT25 3250 0354 7578 5854<\/code><\/p><p><strong>BIC:<\/strong> <code data-copy=\"REVOLT21\">REVOLT21<\/code><\/p><\/div><div class=\"payment-option-card\"><div class=\"card-icon\">\n<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n<path d=\"M7 10h4V7H7zM13 10h4V7h-4zM7 17h4v-3H7zM13 17h4v-3h-4z\"><\/path>\n<path d=\"M22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6z\"><\/path>\n<\/svg><\/div><h3>PayPal<\/h3><p>\u03a3\u03c4\u03b5\u03af\u03bb\u03c4\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae \u03b1\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2 \u03c3\u03c4\u03bf\u03bd \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03bc\u03b1\u03c2:<\/p><p><strong>\u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2:<\/strong> <a href=\"https:\/\/www.paypal.me\/aromakiveri\" target=\"_blank\" rel=\"noopener noreferrer\">AromaPay.me<\/a><\/p><\/div><div class=\"payment-option-card\"><div class=\"card-icon\">\n<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n<path d=\"M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z\"><\/path>\n<polyline points=\"13 2 13 9 20 9\"><\/polyline>\n<\/svg><\/div><h3>\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae IRIS (\u039c\u03cc\u03bd\u03bf \u03b3\u03b9\u03b1 \u0395\u03bb\u03bb\u03ac\u03b4\u03b1)<\/h3><p>\u0393\u03b9\u03b1 \u03ac\u03bc\u03b5\u03c3\u03b5\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2 \u03b5\u03bd\u03c4\u03cc\u03c2 \u0395\u03bb\u03bb\u03ac\u03b4\u03b1\u03c2:<\/p><p><strong>\u0391\u03a6\u039c \u0394\u03b9\u03ba\u03b1\u03b9\u03bf\u03cd\u03c7\u03bf\u03c5:<\/strong> <code data-copy=\"061310175\">061310175<\/code><\/p><\/div><\/div><div class=\"important-notes-section\"><p>\n<svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n<path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"><\/path>\n<line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"><\/line>\n<line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"><\/line>\n<\/svg>\n<strong>\u03a3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ad\u03c2 \u03a3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2:<\/strong><\/p><ul><li>\u0394\u03b5\u03bd \u03b5\u03af\u03bc\u03b1\u03c3\u03c4\u03b5 \u03c3\u03b5 \u03b8\u03ad\u03c3\u03b7 \u03bd\u03b1 \u03b5\u03ba\u03b4\u03af\u03b4\u03bf\u03c5\u03bc\u03b5 \u03c4\u03b9\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1 \u03b3\u03b9\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2.<\/li><li>Refunds are processed through Stripe for card\/Klarna payments. Once initiated, refunds typically take 5-10 business days to appear in your account, depending on your bank&rsquo;s processing times.<\/li><\/ul><\/div><\/div><\/div><div class=\"card klarna-section\"><div class=\"card-header hero-section\" style=\"margin-bottom: 30px;\"><div class=\"badge\">\n<svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n<path d=\"M12 2L15 8L22 9L17 14L19 22L12 18L5 22L7 14L2 9L9 8L12 2Z\"\/>\n<\/svg>\n\u0394\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf\u03c2 \u039d\u03ad\u03bf\u03c2 \u03a4\u03c1\u03cc\u03c0\u03bf\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd<\/div><h1 class=\"card-title\" style=\"justify-content: center;\">Secure &#038; Flexible Online Payments<\/h1><p class=\"hero-subtitle\">\n\u03a0\u03bb\u03b7\u03c1\u03ce\u03c3\u03c4\u03b5 \u03c4\u03bf\u03bd \u03c4\u03c1\u03cc\u03c0\u03bf \u03c3\u03b1\u03c2: \u03a0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03ae \u03ba\u03ac\u03c1\u03c4\u03b1, \u03a7\u03c1\u03b5\u03c9\u03c3\u03c4\u03b9\u03ba\u03ae \u03ba\u03ac\u03c1\u03c4\u03b1 \u03ae\n<span class=\"highlight\">\u03a7\u03c9\u03c1\u03af\u03c3\u03c4\u03b5 \u03c3\u03b5 3 \u03ac\u03c4\u03bf\u03ba\u03b5\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2 \u03bc\u03b5 \u03c4\u03b7\u03bd Klarna<\/span><\/p><\/div><div class=\"features-grid\" style=\"margin-top: 20px; margin-bottom: 30px;\"><div class=\"feature-card\"><div class=\"feature-content\"><div class=\"feature-icon\">\n<svg class=\"icon-shield\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n<path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/>\n<\/svg><\/div><div><div class=\"feature-title\">\u03a5\u03c8\u03b7\u03bb\u03cc \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03b1\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1\u03c2 \u03bc\u03b5 Stripe<\/div><div class=\"feature-description\">\u03a4\u03b1 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03c3\u03b1\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03b1 \u03ba\u03b1\u03b9 \u03b1\u03c3\u03c6\u03b1\u03bb\u03ae<\/div><\/div><\/div><\/div><div class=\"feature-card\"><div class=\"feature-content\"><div class=\"feature-icon\">\n<svg class=\"icon-check\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n<path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n<polyline points=\"22 4 12 14.01 9 11.01\"\/>\n<\/svg><\/div><div><div class=\"feature-title\">\u0394\u03b5\u03bd \u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03bd \u03b5\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03c7\u03c1\u03b5\u03ce\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03c5\u03c0\u03b9\u03ba\u03ad\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2<\/div><div class=\"feature-description\">\u03a0\u03bb\u03b7\u03c1\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03c4\u03b9\u03bc\u03ae \u03c0\u03bf\u03c5 \u03b2\u03bb\u03ad\u03c0\u03b5\u03c4\u03b5 \u03c7\u03c9\u03c1\u03af\u03c2 \u03ba\u03c1\u03c5\u03c6\u03ad\u03c2 \u03c7\u03c1\u03b5\u03ce\u03c3\u03b5\u03b9\u03c2<\/div><\/div><\/div><\/div><div class=\"feature-card\"><div class=\"feature-content\"><div class=\"feature-icon\">\n<svg class=\"icon-sparkles\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n<path d=\"M12 2L15 8L22 9L17 14L19 22L12 18L5 22L7 14L2 9L9 8L12 2Z\"\/>\n<\/svg><\/div><div><div class=\"feature-title\">\u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae \u03c3\u03b5 3 \u03b4\u03cc\u03c3\u03b5\u03b9\u03c2 \u03bc\u03b5 0% \u03b5\u03c0\u03b9\u03c4\u03cc\u03ba\u03b9\u03bf \u03bc\u03ad\u03c3\u03c9 Klarna<\/div><div class=\"feature-description\">\u03a7\u03c9\u03c1\u03af\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae \u03c3\u03b1\u03c2 \u03c3\u03b5 \u03b4\u03cc\u03c3\u03b5\u03b9\u03c2<\/div><\/div><\/div><\/div><\/div><div class=\"section-content\"><div class=\"subsection\"><h3 class=\"subsection-title\">\u03a0\u03ce\u03c2 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b5\u03af:<\/h3><div class=\"payment-type\"><div class=\"payment-type-title\">\u0393\u03b9\u03b1 \u03c0\u03c1\u03bf\u03ba\u03b1\u03c4\u03b1\u03b2\u03bf\u03bb\u03ae (\u03c0\u03c1\u03bf\u03ba\u03b1\u03c4\u03b1\u03b2\u03bf\u03bb\u03ae):<\/div><div class=\"payment-type-description\">\n\u038c\u03c4\u03b1\u03bd \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b1\u03c1\u03c7\u03b9\u03ba\u03ae \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae \u03c4\u03b7\u03c2 \u03ba\u03c1\u03ac\u03c4\u03b7\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2, \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c4\u03b7\u03bd \u03c7\u03c9\u03c1\u03af\u03c3\u03b5\u03c4\u03b5 \u03c3\u03b5\n<strong>3 \u03b9\u03c3\u03cc\u03c0\u03bf\u03c3\u03b5\u03c2, \u03ac\u03c4\u03bf\u03ba\u03b5\u03c2 \u03b4\u03cc\u03c3\u03b5\u03b9\u03c2<\/strong> \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf Klarna \u03c3\u03c4\u03bf \u03c4\u03b1\u03bc\u03b5\u03af\u03bf.<\/div><div class=\"payment-example\">Example: &euro;300 deposit = 3 payments of &euro;100 each<\/div><\/div><div class=\"separator\"><\/div><div class=\"payment-type\"><div class=\"payment-type-title\">\u0393\u03b9\u03b1 \u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf:<\/div><div class=\"payment-type-description\">\n\u03a4\u03bf \u03c5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf \u03c0\u03bb\u03b7\u03c1\u03ce\u03bd\u03b5\u03c4\u03b1\u03b9 <strong>2 \u03b7\u03bc\u03ad\u03c1\u03b5\u03c2 \u03c0\u03c1\u03b9\u03bd \u03c4\u03b7\u03bd \u03ac\u03c6\u03b9\u03be\u03b7.<\/strong>. When paying this amount,\nyou can again choose Klarna to split it into <strong>3 \u03b5\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03c4\u03cc\u03ba\u03bf-\u03bc\u03b7\u03b4\u03b5\u03bd\u03b9\u03ba\u03ad\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2<\/strong>.<\/div><div class=\"payment-example\">Example: &euro;480 balance = 3 payments of &euro;160 each<\/div><\/div><\/div><div class=\"subsection\"><h3 class=\"subsection-title\">\u039a\u03cd\u03c1\u03b9\u03b1 \u039f\u03c6\u03ad\u03bb\u03b7:<\/h3><div class=\"benefits-list\"><div class=\"benefit-item\">\n<svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n<path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n<polyline points=\"22 4 12 14.01 9 11.01\"\/>\n<\/svg>\n<span>0% interest &ndash; No hidden fees or charges<\/span><\/div><div class=\"benefit-item\">\n<svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n<path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n<polyline points=\"22 4 12 14.01 9 11.01\"\/>\n<\/svg>\n<span>\u0386\u03bc\u03b5\u03c3\u03b7 \u03ad\u03b3\u03ba\u03c1\u03b9\u03c3\u03b7<\/span><\/div><div class=\"benefit-item\">\n<svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n<path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n<polyline points=\"22 4 12 14.01 9 11.01\"\/>\n<\/svg>\n<span>Flexible budgeting &ndash; Spread costs over 6 months per payment<\/span><\/div><div class=\"benefit-item\">\n<svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n<path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n<polyline points=\"22 4 12 14.01 9 11.01\"\/>\n<\/svg>\n<span>Secure &ndash; Fully integrated with Stripe&#8217;s payment system<\/span><\/div><\/div><\/div><div class=\"subsection\"><h3 class=\"subsection-title\">\u0394\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2:<\/h3><ul class=\"eligibility-list\"><li>\u0394\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf \u03b3\u03b9\u03b1 \u03ba\u03c1\u03b1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c0\u03bf\u03c5 \u03c0\u03bb\u03b7\u03c1\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9 \u03bc\u03ad\u03c3\u03c9 \u03c4\u03b7\u03c2 \u03b9\u03c3\u03c4\u03bf\u03c3\u03b5\u03bb\u03af\u03b4\u03b1\u03c2 \u03bc\u03b1\u03c2<\/li><li>Subject to Klarna&#8217;s approval process<\/li><li>\u0399\u03c3\u03c7\u03cd\u03b5\u03b9 \u03c4\u03cc\u03c3\u03bf \u03b3\u03b9\u03b1 \u03ba\u03b1\u03c4\u03b1\u03b8\u03ad\u03c3\u03b5\u03b9\u03c2 \u03cc\u03c3\u03bf \u03ba\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2 \u03c4\u03b5\u03bb\u03b9\u03ba\u03bf\u03cd \u03c5\u03c0\u03bf\u03bb\u03bf\u03af\u03c0\u03bf\u03c5<\/li><\/ul><\/div><\/div><\/div><div class=\"card\"><div class=\"card-header\"><div class=\"card-title\">\u03a0\u03b1\u03c1\u03ac\u03b4\u03b5\u03b9\u03b3\u03bc\u03b1 \u0395\u03c5\u03b5\u03bb\u03b9\u03be\u03af\u03b1\u03c2 \u03a0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd<\/div><div class=\"card-description\">\u0394\u03b5\u03af\u03c4\u03b5 \u03c0\u03ce\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03bd\u03b5\u03af\u03bc\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03c3\u03b5 \u03b2\u03ac\u03b8\u03bf\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c5<\/div><\/div><div class=\"table-container\"><table><thead><tr><th>\u03a3\u03c4\u03ac\u03b4\u03b9\u03bf \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2<\/th><th>\u03a0\u03bf\u03c3\u03cc:<\/th><th>\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae Klarna<\/th><th>\u03a7\u03c1\u03bf\u03bd\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf<\/th><\/tr><\/thead><tbody><tr><td>\u03a0\u03c1\u03bf\u03ba\u03b1\u03c4\u03b1\u03b2\u03bf\u03bb\u03ae (\u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03ba\u03c1\u03ac\u03c4\u03b7\u03c3\u03b7)<\/td><td>&euro;300<\/td><td>3 x &euro;100<\/td><td>\u039c\u03ae\u03bd\u03b1\u03c2 1\u03bf\u03c2 ~ 3\u03bf\u03c2<\/td><\/tr><tr><td>\u03a5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf (2 \u03b7\u03bc\u03ad\u03c1\u03b5\u03c2 \u03c0\u03c1\u03b9\u03bd \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03ac\u03c6\u03b9\u03be\u03b7)<\/td><td>&euro;480<\/td><td>3 x &euro;160<\/td><td>\u039c\u03ae\u03bd\u03b1\u03c2 4\u03bf\u03c2 ~ 6\u03bf\u03c2<\/td><\/tr><tr><td>\u03a3\u03cd\u03bd\u03bf\u03bb\u03bf<\/td><td>&euro;780<\/td><td>6 \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03af\u03c3\u03b9\u03bc\u03b5\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2<\/td><td>~ 6 \u03bc\u03ae\u03bd\u03b5\u03c2<\/td><\/tr><\/tbody><\/table><p class=\"table-note\">*\u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7: \u03a4\u03b1 \u03b1\u03ba\u03c1\u03b9\u03b2\u03ae \u03c7\u03c1\u03bf\u03bd\u03bf\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1 \u03b4\u03cc\u03c3\u03b5\u03c9\u03bd \u03b5\u03be\u03b1\u03c1\u03c4\u03ce\u03bd\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03ba\u03c1\u03ac\u03c4\u03b7\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03b7\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03ac\u03c6\u03b9\u03be\u03b7\u03c2.<\/p><\/div><\/div><div class=\"card cta-section\"><div class=\"card-header\" style=\"text-align: center;\"><div class=\"card-title\" style=\"justify-content: center;\">\u0388\u03c4\u03bf\u03b9\u03bc\u03bf\u03b9 \u03b3\u03b9\u03b1 \u03ba\u03c1\u03ac\u03c4\u03b7\u03c3\u03b7;<\/div><\/div><div class=\"cta-content\"><div class=\"cta-subsection\"><div class=\"cta-label\">\n<svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n<path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\/>\n<polyline points=\"9 22 9 12 15 12 15 22\"\/>\n<\/svg>\n\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03b9\u03b1\u03bc\u03bf\u03bd\u03ae \u03c3\u03b1\u03c2:<\/div><div class=\"button-group\">\n<a href=\"https:\/\/aromakiveri.com\/el\/accommodation\/studio-page\/\" class=\"btn btn-outline\" target=\"_blank\" rel=\"noopener\">\n\u03a3\u03c4\u03bf\u03cd\u03bd\u03c4\u03b9\u03bf\n<\/a>\n<a href=\"https:\/\/aromakiveri.com\/el\/accommodation\/apartment_page\/\" class=\"btn btn-outline\" target=\"_blank\" rel=\"noopener\">\n\u0394\u03b9\u03b1\u03bc\u03ad\u03c1\u03b9\u03c3\u03bc\u03b1\n<\/a><\/div><\/div><div class=\"separator\"><\/div><div class=\"cta-subsection\"><div class=\"cta-label\">\n<svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n<rect x=\"1\" y=\"4\" width=\"22\" height=\"16\" rx=\"2\" ry=\"2\"\/>\n<line x1=\"1\" y1=\"10\" x2=\"23\" y2=\"10\"\/>\n<\/svg>\n\u03a0\u03bb\u03b7\u03c1\u03ce\u03c3\u03c4\u03b5 \u03bc\u03b5 \u03cc\u03c0\u03bf\u03b9\u03bf\u03bd \u03c4\u03c1\u03cc\u03c0\u03bf \u03c3\u03b1\u03c2 \u03b1\u03c1\u03ad\u03c3\u03b5\u03b9:<\/div><div class=\"payment-methods-list\"><div class=\"payment-method-item\">\n<svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n<path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n<polyline points=\"22 4 12 14.01 9 11.01\"\/>\n<\/svg>\n<span>\u03a0\u03bb\u03ae\u03c1\u03b7\u03c2 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae (\u03b5\u03c6\u03ac\u03c0\u03b1\u03be)<\/span><\/div><div class=\"payment-method-item\">\n<svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n<path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n<polyline points=\"22 4 12 14.01 9 11.01\"\/>\n<\/svg>\n<span>\u0394\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03b7\u03c2 \u03c0\u03c1\u03bf\u03ba\u03b1\u03c4\u03b1\u03b2\u03bf\u03bb\u03ae\u03c2 \u03c3\u03b5 3 \u03b4\u03cc\u03c3\u03b5\u03b9\u03c2 (Klarna)<\/span><\/div><div class=\"payment-method-item\">\n<svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n<path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n<polyline points=\"22 4 12 14.01 9 11.01\"\/>\n<\/svg>\n<span>\u0394\u03b9\u03b1\u03c7\u03c9\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c5\u03c0\u03bf\u03bb\u03bf\u03af\u03c0\u03bf\u03c5 \u03c3\u03b5 3 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03c2 (Klarna)<\/span><\/div><div class=\"payment-method-item\">\n<svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n<path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n<polyline points=\"22 4 12 14.01 9 11.01\"\/>\n<\/svg>\n<span>\u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03ad\u03c9\u03c2 6 \u03ac\u03c4\u03bf\u03ba\u03b5\u03c2 \u03b4\u03cc\u03c3\u03b5\u03b9\u03c2!<\/span><\/div><\/div><\/div><div style=\"text-align: center; padding-top: 20px;\">\n<a href=\"https:\/\/aromakiveri.com\/el\/search-availability\/\" class=\"btn btn-primary\">\n<svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n<rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\/>\n<line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\/>\n<line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\/>\n<line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\/>\n<\/svg>\n\u039a\u03c1\u03ac\u03c4\u03b7\u03c3\u03b7\n<\/a><\/div><p class=\"cta-note\">\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03b7 \u03bc\u03ad\u03b8\u03bf\u03b4\u03bf \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ae\u03c2 \u03c3\u03b1\u03c2 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03bf\u03bb\u03bf\u03ba\u03bb\u03ae\u03c1\u03c9\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b1\u03b3\u03bf\u03c1\u03ac\u03c2<\/p><\/div><\/div><div class=\"card contact-section\"><div class=\"card-header\" style=\"text-align: center;\"><h2 class=\"card-title\" style=\"justify-content: center;\">\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b1\u03b6\u03af \u03bc\u03b1\u03c2<\/h2><p class=\"card-description\">\u0397 \u03bf\u03bc\u03ac\u03b4\u03b1 \u03bc\u03b1\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03b4\u03ce \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03b1\u03c2 \u03b2\u03bf\u03b7\u03b8\u03ae\u03c3\u03b5\u03b9 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03c3\u03b5\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03b7 \u03b5\u03bc\u03c0\u03b5\u03b9\u03c1\u03af\u03b1 \u03c0\u03bb\u03b7\u03c1\u03c9\u03bc\u03ce\u03bd \u03c3\u03b1\u03c2 \u03b8\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b1\u03c0\u03c1\u03cc\u03c3\u03ba\u03bf\u03c0\u03c4\u03b7 \u03ba\u03b1\u03b9 \u03c7\u03c9\u03c1\u03af\u03c2 \u03ac\u03b3\u03c7\u03bf\u03c2.<\/p><\/div><div class=\"section-content\"><h3 class=\"contact-name\">\u03a0\u03ac\u03bd\u03bf\u03c2 \u039a\u03bf\u03c5\u03c1\u03bf\u03c5\u03bd\u03b9\u03ce\u03c4\u03b7\u03c2<\/h3><div class=\"contact-info\">\n<a href=\"tel:+306937114685\" class=\"contact-item\">\n<svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-phone\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72L9.73 8.1c.07.2.04.38-.04.56l-2.6 8.11a2 2 0 0 0 2.07 2.07l8.11-2.6c.18-.08.36-.11.56-.04l4.38 1.48a2 2 0 0 1 1.72 2z\"><\/path><\/svg>\n+30 693 711 4685\n<\/a>\n<a href=\"mailto:info@aromakiveri.com\" class=\"contact-item\">\n<svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-mail\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"><\/path><polyline points=\"22,6 12,13 2,6\"><\/polyline><\/svg>\ninfo@aromakiveri.com\n<\/a><\/div><\/div><\/div><\/div>\n<\/div>\n\n<script src=\"data:text\/javascript;base64,ZG9jdW1lbnQuYWRkRXZlbnRMaXN0ZW5lcignRE9NQ29udGVudExvYWRlZCcsKCk9Pntkb2N1bWVudC5xdWVyeVNlbGVjdG9yQWxsKCcucGF5bWVudC1vcHRpb24tY2FyZCBjb2RlJykuZm9yRWFjaChjb2RlQmxvY2s9Pntjb2RlQmxvY2suYWRkRXZlbnRMaXN0ZW5lcignY2xpY2snLCgpPT57Y29uc3QgdGV4dFRvQ29weT1jb2RlQmxvY2suZ2V0QXR0cmlidXRlKCdkYXRhLWNvcHknKTtpZih0ZXh0VG9Db3B5KXtuYXZpZ2F0b3IuY2xpcGJvYXJkLndyaXRlVGV4dCh0ZXh0VG9Db3B5KS50aGVuKCgpPT57Y29uc3Qgb3JpZ2luYWxDb250ZW50PWNvZGVCbG9jay5pbm5lckhUTUw7Y29kZUJsb2NrLmlubmVySFRNTD0nQ29waWVkISc7c2V0VGltZW91dCgoKT0+e2NvZGVCbG9jay5pbm5lckhUTUw9b3JpZ2luYWxDb250ZW50fSwxNTAwKX0pLmNhdGNoKGVycj0+e2NvbnNvbGUuZXJyb3IoJ0ZhaWxlZCB0byBjb3B5IHRleHQ6ICcsZXJyKTthbGVydCgnRmFpbGVkIHRvIGNvcHkgdGV4dC4gUGxlYXNlIHRyeSBhZ2FpbiBvciBjb3B5IG1hbnVhbGx5LicpfSl9fSl9KX0p\" defer><\/script> \n\n&#8220;`","protected":false},"excerpt":{"rendered":"<p>Welcome to Aroma&#8217;s Payment Page We are pleased to offer you a secure and convenient way to make payments through our Stripe payment form. This page is designed to ensure your transactions are processed smoothly and efficiently. How to Make &hellip; <a href=\"https:\/\/aromakiveri.com\/el\/secure-online-payments\/\">Read More<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7574","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/aromakiveri.com\/el\/wp-json\/wp\/v2\/pages\/7574","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aromakiveri.com\/el\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aromakiveri.com\/el\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aromakiveri.com\/el\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aromakiveri.com\/el\/wp-json\/wp\/v2\/comments?post=7574"}],"version-history":[{"count":4,"href":"https:\/\/aromakiveri.com\/el\/wp-json\/wp\/v2\/pages\/7574\/revisions"}],"predecessor-version":[{"id":7595,"href":"https:\/\/aromakiveri.com\/el\/wp-json\/wp\/v2\/pages\/7574\/revisions\/7595"}],"wp:attachment":[{"href":"https:\/\/aromakiveri.com\/el\/wp-json\/wp\/v2\/media?parent=7574"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}