{"id":5445,"date":"2025-07-10T05:56:38","date_gmt":"2025-07-10T02:56:38","guid":{"rendered":"https:\/\/wonderlandcity.com.cy\/%ce%ba%ce%b1%ce%bb%ce%ac%ce%b8%ce%b9\/"},"modified":"2025-11-27T15:27:07","modified_gmt":"2025-11-27T13:27:07","slug":"%ce%ba%ce%b1%ce%bb%ce%ac%ce%b8%ce%b9","status":"publish","type":"page","link":"https:\/\/wonderlandcity.com.cy\/el\/%ce%ba%ce%b1%ce%bb%ce%ac%ce%b8%ce%b9\/","title":{"rendered":"\u039a\u03b1\u03bb\u03ac\u03b8\u03b9"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5445\" class=\"elementor elementor-5445 elementor-7\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4a29a5af e-con-full e-flex e-con e-parent\" data-id=\"4a29a5af\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b429c2 exad-sticky-section-no exad-glass-effect-no elementor-widget elementor-widget-html\" data-id=\"4b429c2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"el\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700;800&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        .wonderland-cart-wrapper {\r\n            font-family: 'Poppins', sans-serif;\r\n            padding: 160px 20px 40px;\r\n            background: linear-gradient(135deg, #FFE5F1 0%, #FFF5E6 25%, #E8F4FF 50%, #F0E8FF 75%, #FFE5F1 100%);\r\n            min-height: 100vh;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        \/* Floating decorative elements *\/\r\n        .wonderland-cart-wrapper::before,\r\n        .wonderland-cart-wrapper::after {\r\n            content: '';\r\n            position: absolute;\r\n            border-radius: 50%;\r\n            opacity: 0.1;\r\n            pointer-events: none;\r\n        }\r\n\r\n        .wonderland-cart-wrapper::before {\r\n            width: 300px;\r\n            height: 300px;\r\n            background: linear-gradient(135deg, #FFD93D, #FF8E72);\r\n            top: -100px;\r\n            right: -100px;\r\n            animation: float 6s ease-in-out infinite;\r\n        }\r\n\r\n        .wonderland-cart-wrapper::after {\r\n            width: 200px;\r\n            height: 200px;\r\n            background: linear-gradient(135deg, #70D6FF, #F7A9F8);\r\n            bottom: -50px;\r\n            left: -50px;\r\n            animation: float 8s ease-in-out infinite reverse;\r\n        }\r\n\r\n        @keyframes float {\r\n            0%, 100% { transform: translateY(0px) rotate(0deg); }\r\n            50% { transform: translateY(-20px) rotate(5deg); }\r\n        }\r\n\r\n        .wonderland-cart-container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .wonderland-cart-header {\r\n            text-align: center;\r\n            margin-bottom: 40px;\r\n            animation: slideDown 0.6s ease-out;\r\n        }\r\n\r\n        @keyframes slideDown {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(-30px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        .wonderland-cart-title {\r\n            font-size: clamp(32px, 5vw, 48px);\r\n            font-weight: 800;\r\n            background: linear-gradient(90deg, #FFD93D 0%, #FF8E72 25%, #F7A9F8 50%, #70D6FF 75%, #FFD93D 100%);\r\n            background-size: 200% auto;\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n            margin-bottom: 10px;\r\n            animation: gradientShift 3s ease infinite;\r\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);\r\n        }\r\n\r\n        @keyframes gradientShift {\r\n            0%, 100% { background-position: 0% center; }\r\n            50% { background-position: 100% center; }\r\n        }\r\n\r\n        .wonderland-cart-subtitle {\r\n            font-size: clamp(16px, 2.5vw, 20px);\r\n            color: #666;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .wonderland-cart-content {\r\n            background: rgba(255, 255, 255, 0.95);\r\n            backdrop-filter: blur(20px);\r\n            border-radius: 30px;\r\n            padding: clamp(20px, 4vw, 40px);\r\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);\r\n            border: 3px solid transparent;\r\n            background-clip: padding-box;\r\n            position: relative;\r\n            animation: fadeIn 0.8s ease-out 0.2s both;\r\n        }\r\n\r\n        @keyframes fadeIn {\r\n            from {\r\n                opacity: 0;\r\n                transform: scale(0.95);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: scale(1);\r\n            }\r\n        }\r\n\r\n        \/* Rainbow border effect *\/\r\n        .wonderland-cart-content::before {\r\n            content: '';\r\n            position: absolute;\r\n            inset: 0;\r\n            border-radius: 30px;\r\n            padding: 3px;\r\n            background: linear-gradient(90deg, #FFD93D 0%, #FF8E72 25%, #F7A9F8 50%, #70D6FF 75%, #FFD93D 100%);\r\n            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);\r\n            -webkit-mask-composite: xor;\r\n            mask-composite: exclude;\r\n            pointer-events: none;\r\n        }\r\n\r\n        \/* WooCommerce Cart Styling *\/\r\n        .wonderland-cart-content :where(.woocommerce-cart-form, .cart-collaterals) {\r\n            animation: slideUp 0.8s ease-out 0.4s both;\r\n        }\r\n\r\n        @keyframes slideUp {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(20px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        .wonderland-cart-content .woocommerce table.shop_table {\r\n            border: none;\r\n            border-radius: 20px;\r\n            overflow: hidden;\r\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\r\n        }\r\n\r\n        .wonderland-cart-content .woocommerce table.shop_table thead {\r\n            background: linear-gradient(135deg, #FFD93D 0%, #FF8E72 50%, #F7A9F8 100%);\r\n        }\r\n\r\n        .wonderland-cart-content .woocommerce table.shop_table thead th {\r\n            color: white;\r\n            font-weight: 700;\r\n            padding: 20px 15px;\r\n            border: none;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.5px;\r\n            font-size: clamp(12px, 2vw, 14px);\r\n        }\r\n\r\n        .wonderland-cart-content .woocommerce table.shop_table tbody tr {\r\n            border-bottom: 2px solid #f0f0f0;\r\n            transition: background 0.3s ease;\r\n        }\r\n\r\n        .wonderland-cart-content .woocommerce table.shop_table tbody tr:hover {\r\n            background: linear-gradient(135deg, rgba(255, 217, 61, 0.1), rgba(255, 142, 114, 0.1));\r\n        }\r\n\r\n        .wonderland-cart-content .woocommerce table.shop_table td {\r\n            padding: 20px 15px;\r\n            vertical-align: middle;\r\n            border: none;\r\n            font-size: clamp(13px, 2vw, 15px);\r\n        }\r\n\r\n        .wonderland-cart-content .woocommerce table.shop_table img {\r\n            border-radius: 15px;\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .wonderland-cart-content .woocommerce table.shop_table img:hover {\r\n            transform: scale(1.05);\r\n        }\r\n\r\n        .wonderland-cart-content .woocommerce .quantity input {\r\n            border: 2px solid #FFD93D;\r\n            border-radius: 10px;\r\n            padding: 8px 12px;\r\n            font-family: 'Poppins', sans-serif;\r\n            font-weight: 600;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .wonderland-cart-content .woocommerce .quantity input:focus {\r\n            outline: none;\r\n            border-color: #FF8E72;\r\n            box-shadow: 0 0 0 3px rgba(255, 142, 114, 0.2);\r\n        }\r\n\r\n        .wonderland-cart-content .woocommerce a.remove {\r\n            background: linear-gradient(135deg, #FF6B6B, #FF8E72) !important;\r\n            color: white !important;\r\n            border-radius: 50% !important;\r\n            width: 30px !important;\r\n            height: 30px !important;\r\n            display: inline-flex !important;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-weight: 700 !important;\r\n            transition: all 0.3s ease !important;\r\n            text-decoration: none !important;\r\n        }\r\n\r\n        .wonderland-cart-content .woocommerce a.remove:hover {\r\n            background: linear-gradient(135deg, #FF5252, #FF6B6B) !important;\r\n            transform: rotate(90deg) scale(1.1);\r\n        }\r\n\r\n        \/* Cart Totals Section *\/\r\n        .wonderland-cart-content .cart-collaterals {\r\n            margin-top: 40px;\r\n        }\r\n\r\n        .wonderland-cart-content .cart_totals {\r\n            background: linear-gradient(135deg, rgba(255, 217, 61, 0.15), rgba(112, 214, 255, 0.15));\r\n            border-radius: 20px;\r\n            padding: 30px;\r\n            border: 2px solid rgba(255, 204, 112, 0.4);\r\n        }\r\n\r\n        .wonderland-cart-content .cart_totals h2 {\r\n            color: #333;\r\n            font-weight: 800;\r\n            font-size: clamp(22px, 3vw, 28px);\r\n            margin-bottom: 20px;\r\n            background: linear-gradient(90deg, #FFD93D, #FF8E72);\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            background-clip: text;\r\n        }\r\n\r\n        .wonderland-cart-content .cart_totals table {\r\n            border: none !important;\r\n        }\r\n\r\n        .wonderland-cart-content .cart_totals th,\r\n        .wonderland-cart-content .cart_totals td {\r\n            padding: 15px 10px;\r\n            border-top: 2px solid rgba(255, 204, 112, 0.3) !important;\r\n            font-size: clamp(14px, 2vw, 16px);\r\n        }\r\n\r\n        .wonderland-cart-content .cart_totals th {\r\n            font-weight: 700;\r\n            color: #555;\r\n        }\r\n\r\n        .wonderland-cart-content .cart_totals .order-total th,\r\n        .wonderland-cart-content .cart_totals .order-total td {\r\n            font-size: clamp(18px, 3vw, 22px);\r\n            font-weight: 800;\r\n            color: #FF8E72;\r\n            border-top: 3px solid #FFD93D !important;\r\n        }\r\n\r\n        \/* Buttons *\/\r\n        .wonderland-cart-content .woocommerce .button,\r\n        .wonderland-cart-content .woocommerce button.button {\r\n            background: linear-gradient(135deg, #FFD93D 0%, #FF8E72 100%) !important;\r\n            color: white !important;\r\n            border: none !important;\r\n            border-radius: 50px !important;\r\n            padding: 15px 40px !important;\r\n            font-family: 'Poppins', sans-serif !important;\r\n            font-weight: 700 !important;\r\n            font-size: clamp(14px, 2vw, 16px) !important;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.5px;\r\n            cursor: pointer;\r\n            transition: all 0.3s ease !important;\r\n            box-shadow: 0 8px 20px rgba(255, 142, 114, 0.3) !important;\r\n            text-decoration: none !important;\r\n            display: inline-block;\r\n        }\r\n\r\n        .wonderland-cart-content .woocommerce .button:hover,\r\n        .wonderland-cart-content .woocommerce button.button:hover {\r\n            background: linear-gradient(135deg, #FF8E72 0%, #F7A9F8 100%) !important;\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 12px 30px rgba(255, 142, 114, 0.4) !important;\r\n        }\r\n\r\n        .wonderland-cart-content .woocommerce .button.checkout-button {\r\n            background: linear-gradient(135deg, #70D6FF 0%, #F7A9F8 100%) !important;\r\n            box-shadow: 0 8px 20px rgba(112, 214, 255, 0.3) !important;\r\n            font-size: clamp(16px, 2.5vw, 18px) !important;\r\n            padding: 18px 50px !important;\r\n        }\r\n\r\n        .wonderland-cart-content .woocommerce .button.checkout-button:hover {\r\n            background: linear-gradient(135deg, #F7A9F8 0%, #FFD93D 100%) !important;\r\n            box-shadow: 0 12px 30px rgba(247, 169, 248, 0.4) !important;\r\n        }\r\n\r\n        \/* Empty Cart Message *\/\r\n        .wonderland-cart-content .woocommerce-info,\r\n        .wonderland-cart-content .woocommerce-message {\r\n            background: linear-gradient(135deg, rgba(112, 214, 255, 0.2), rgba(247, 169, 248, 0.2));\r\n            border-left: 5px solid #70D6FF;\r\n            border-radius: 15px;\r\n            padding: 20px;\r\n            color: #555;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .wonderland-cart-content .woocommerce-info::before,\r\n        .wonderland-cart-content .woocommerce-message::before {\r\n            color: #70D6FF;\r\n        }\r\n\r\n        \/* ========================================\r\n           HIDE CHECKOUT BUTTON - DIRECTLY HERE\r\n        ======================================== *\/\r\n        .wonderland-cart-content a.checkout-button.button.alt.wc-forward {\r\n            display: none !important;\r\n            visibility: hidden !important;\r\n            height: 0 !important;\r\n            margin: 0 !important;\r\n            padding: 0 !important;\r\n        }\r\n\r\n        \/* Fallback - make sure YITH stays visible *\/\r\n        .yith-ywraq-add-all,\r\n        .yith-ywraq,\r\n        [class*=\"ywraq\"] {\r\n            display: block !important;\r\n            visibility: visible !important;\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 768px) {\r\n            .wonderland-cart-wrapper {\r\n                padding: 140px 15px 20px;\r\n            }\r\n\r\n            .wonderland-cart-content {\r\n                padding: 20px;\r\n                border-radius: 20px;\r\n            }\r\n\r\n            .wonderland-cart-content .woocommerce table.shop_table thead th:not(:first-child):not(:nth-child(2)) {\r\n                display: none;\r\n            }\r\n\r\n            .wonderland-cart-content .woocommerce table.shop_table td {\r\n                padding: 15px 10px;\r\n            }\r\n\r\n            .wonderland-cart-content .cart_totals {\r\n                padding: 20px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .wonderland-cart-wrapper {\r\n                padding: 120px 10px 20px;\r\n            }\r\n\r\n            .wonderland-cart-content .woocommerce table.shop_table {\r\n                font-size: 12px;\r\n            }\r\n\r\n            .wonderland-cart-content .woocommerce .button,\r\n            .wonderland-cart-content .woocommerce button.button {\r\n                padding: 12px 30px !important;\r\n                width: 100%;\r\n                margin-bottom: 10px;\r\n            }\r\n        }\r\n\r\n        \/* Loading Animation *\/\r\n        .wonderland-cart-loading {\r\n            display: inline-block;\r\n            width: 20px;\r\n            height: 20px;\r\n            border: 3px solid rgba(255, 217, 61, 0.3);\r\n            border-radius: 50%;\r\n            border-top-color: #FFD93D;\r\n            animation: spin 1s ease-in-out infinite;\r\n        }\r\n\r\n        @keyframes spin {\r\n            to { transform: rotate(360deg); }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"wonderland-cart-wrapper\">\r\n        <div class=\"wonderland-cart-container\">\r\n            <div class=\"wonderland-cart-header\">\r\n                <h1 class=\"wonderland-cart-title\">\ud83c\udf88 \u03a4\u03bf \u039a\u03b1\u03bb\u03ac\u03b8\u03b9 \u03c3\u03b1\u03c2 \ud83c\udf89<\/h1>\r\n                <p class=\"wonderland-cart-subtitle\">\u0395\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03bc\u03b1\u03b3\u03b9\u03ba\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b1\u03c0\u03cc\u03bb\u03c5\u03c4\u03b7 \u03b5\u03bc\u03c0\u03b5\u03b9\u03c1\u03af\u03b1!<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"wonderland-cart-content\">\r\n                <!-- WooCommerce Cart Shortcode - This will be replaced by WordPress -->\r\n                \r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\ud83c\udf88 \u03a4\u03bf \u039a\u03b1\u03bb\u03ac\u03b8\u03b9 \u03c3\u03b1\u03c2 \ud83c\udf89 \u0395\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03bc\u03b1\u03b3\u03b9\u03ba\u03ad\u03c2 \u03c3\u03b1\u03c2 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b1\u03c0\u03cc\u03bb\u03c5\u03c4\u03b7 \u03b5\u03bc\u03c0\u03b5\u03b9\u03c1\u03af\u03b1!<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5445","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/wonderlandcity.com.cy\/el\/wp-json\/wp\/v2\/pages\/5445","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wonderlandcity.com.cy\/el\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wonderlandcity.com.cy\/el\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wonderlandcity.com.cy\/el\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wonderlandcity.com.cy\/el\/wp-json\/wp\/v2\/comments?post=5445"}],"version-history":[{"count":6,"href":"https:\/\/wonderlandcity.com.cy\/el\/wp-json\/wp\/v2\/pages\/5445\/revisions"}],"predecessor-version":[{"id":6771,"href":"https:\/\/wonderlandcity.com.cy\/el\/wp-json\/wp\/v2\/pages\/5445\/revisions\/6771"}],"wp:attachment":[{"href":"https:\/\/wonderlandcity.com.cy\/el\/wp-json\/wp\/v2\/media?parent=5445"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}