{"id":1328,"date":"2018-04-03T09:11:11","date_gmt":"2018-04-03T09:11:11","guid":{"rendered":"http:\/\/iridaeditions.sitesdemo.com\/home\/"},"modified":"2023-07-06T11:53:01","modified_gmt":"2023-07-06T08:53:01","slug":"home","status":"publish","type":"page","link":"https:\/\/www.iridaeditions.com\/en\/","title":{"rendered":"Home"},"content":{"rendered":"<p>[vc_row css_animation=&#8221;&#8221; row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;grid&#8221; angled_section=&#8221;no&#8221; text_align=&#8221;center&#8221; background_image_as_pattern=&#8221;without_pattern&#8221; row_negative_margin=&#8221;disable_negative_margin&#8221; css=&#8221;.vc_custom_1576664395407{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; z_index=&#8221;&#8221;][vc_column css=&#8221;.vc_custom_1574860617443{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}&#8221;][layerslider_vc id=&#8221;1&#8243; el_class=&#8221;fukuslider&#8221;][\/vc_column][\/vc_row][vc_row css_animation=&#8221;&#8221; row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;grid&#8221; angled_section=&#8221;no&#8221; text_align=&#8221;left&#8221; background_image_as_pattern=&#8221;without_pattern&#8221; row_negative_margin=&#8221;disable_negative_margin&#8221; css=&#8221;.vc_custom_1576664401574{padding-top: 35px !important;}&#8221; z_index=&#8221;&#8221;][vc_column css=&#8221;.vc_custom_1522844641228{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}&#8221;][vc_empty_space height=&#8221;&#8221; el_class=&#8221;pad70&#8243;][vc_column_text]<\/p>\n<h3 style=\"text-align: center;\">New releases<\/h3>\n<p>[\/vc_column_text][vc_empty_space height=&#8221;30px&#8221;][\/vc_column][\/vc_row][vc_row css_animation=&#8221;&#8221; row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;grid&#8221; angled_section=&#8221;no&#8221; text_align=&#8221;left&#8221; background_image_as_pattern=&#8221;without_pattern&#8221; row_negative_margin=&#8221;disable_negative_margin&#8221; css=&#8221;.vc_custom_1599820383522{padding-top: 20px !important;}&#8221; z_index=&#8221;&#8221; el_id=&#8221;newSales&#8221;][vc_column css=&#8221;.vc_custom_1522844641228{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}&#8221;][vc_column_text]            <!-- Style 02 -->\r\n            <div class=\"atw_wrapper\">\r\n                <div class=\"atw_container-fluid\">\r\n                    <div class=\"atw_row\">\r\n                        <div class=\"col-md-12\">\r\n\r\n                                                    <script>\r\n                                (function ($) {\r\n                                    jQuery(document).ready(function () {\r\n                                        'use strict';\r\n\r\n                                        \/\/ this object contains general option for owl carousel instances\r\n                                        var defaultOptions = {\r\n                                            loop:true,\r\n                                            rtl: false,\r\n                                            items: 4,\r\n                                            dots: false,\r\n                                            autoplay: true,\r\n                                            margin: 30,\r\n                                            autoplayHoverPause:true,\r\n                                            slideBy:1,\r\n                                            autoplaySpeed: 4000,\r\n                                            autoplayTimeout:2000,\r\n                                                                                        responsive: {\r\n                                                0: {\r\n                                                    items: 1                                                },\r\n                                                350: {\r\n                                                    items:1                                                },\r\n                                                480: {\r\n                                                    items:2                                                },\r\n                                                600: {\r\n                                                    items:1                                                },\r\n                                                768: {\r\n                                                    items:2                                                },\r\n                                                978: {\r\n                                                    items:3                                              },\r\n                                                1198: {\r\n                                                    items:4                                                }\r\n                                            }\r\n                                        };\r\n\r\n\r\n                                        \/*@param selector is a string name of the selctor that needs to be initialized,\r\n                                        * @param specificOptions object that contains options for specific instance of owlCarousel, pass null\r\n                                        * if no additional option necessary\r\n                                        * @param prevs and next are the control selector for the specific owlcarousel instance\r\n                                        *\/\r\n                                        function owlInit(selector, specificOptions, prev, next) {\r\n                                            var specificOptions = specificOptions || {},\r\n                                                $selector = $(selector);\r\n\r\n                                            $selector.owlCarousel(\r\n                                                $.extend({}, defaultOptions, specificOptions)\r\n                                            );\r\n\r\n                                            if ((prev != 'undefined' || prev != 'null') || (next != 'undefined' || next != 'null')) {\r\n                                                $(prev).on('click', function () {\r\n                                                    $selector.trigger('prev.owl.carousel');\r\n                                                });\r\n                                                $(next).on('click', function () {\r\n                                                    $selector.trigger('next.owl.carousel');\r\n                                                });\r\n                                            }\r\n                                        }\r\n\r\n                                        owlInit('.atw--slider1433723141', null, '.slider--control1433723141.icon-arrow-left', '.slider--control1433723141.icon-arrow-right');\r\n                                    });\r\n                                })(jQuery)\r\n\r\n                            <\/script>\r\n                            \r\n<style>\r\n    #atw_style12 .atw_item .atw_item_bottom .atw_item_title a {\r\n        color: #000000;\r\n        font-size: 15px;\r\n        white-space: normal;\r\n        text-overflow: ellipsis;\r\n        overflow: hidden;\r\n        display: block;\r\n    }\r\n\r\n    #atw_style12 .atw_item .atw_item_bottom .atw_item_title {\r\n        margin-bottom: 0;\r\n    }\r\n    #atw_style12 .atw_product_actions2 {\r\n        margin: 0;\r\n    }\r\n    #atw_style12 .atw__title12::before {\r\n        width: 80px;\r\n        background: #68b22e;\r\n    }\r\n    #atw_style12 .star-rating {\r\n        margin: 0;\r\n    }\r\n\r\n    #atw_style12 .woocommerce-Price-amount {\r\n        padding-left: 0;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item {\r\n        -webkit-transition: 0.3s;\r\n        -o-transition: 0.3s;\r\n        transition: 0.3s;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item.atw_card_rounded {\r\n        -webkit-border-radius: 5px;\r\n        border-radius: 5px;\r\n        overflow: hidden;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_item_header {\r\n        margin-bottom: 10px;\r\n        padding: 0 20px;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_item_header .atw_item_title a:hover {\r\n        color: #6b6b6b;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_item_header .product-weight {\r\n        font-size: 14px;\r\n        color: #9192a3;\r\n        margin-top: 3px;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_item_info {\r\n        display: -webkit-box;\r\n        display: -webkit-flex;\r\n        display: -ms-flexbox;\r\n        display: flex;\r\n        -webkit-box-pack: justify;\r\n        -webkit-justify-content: space-between;\r\n        -ms-flex-pack: justify;\r\n        justify-content: space-between;\r\n        flex-wrap: wrap;\r\n        padding: 0 20px;\r\n        margin-bottom: 30px;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_item_info .atw_price {\r\n        color: #ff5500;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 {\r\n        padding-bottom: 25px;\r\n        flex-wrap: nowrap;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li:first-child a, #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li:last-child a {\r\n        -webkit-border-radius: 3px;\r\n        border-radius: 3px;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li:first-child a:hover, #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li:last-child a:hover {\r\n        background: #68b22e;\r\n        border-color: #68b22e;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li a.add_to_cart_inline {\r\n        -webkit-border-radius: 3px;\r\n        border-radius: 3px;\r\n        background: none;\r\n        color: #9192a3;\r\n        border: 1px solid #e4e4ed;\r\n        line-height: auto;\r\n        height: 40px;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item:hover {\r\n        border-color: #68b22e;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item:hover .atw_item_bottom .atw_product_actions2 a.add_to_cart_inline {\r\n        background: #68b22e;\r\n        color: #fff;\r\n        border-color: #68b22e;\r\n    }\r\n\r\n    #atw_style12 .add_to_cart_inline .amount {\r\n        display: none;\r\n    }\r\n    #atw_style12 .add_to_cart_inline {\r\n        border: none!important;\r\n        padding: 0!important;\r\n    }\r\n    #atw_style12 .add_to_cart_inline:hover {\r\n        border: none!important;\r\n    }\r\n    .woocommerce .woocommerce-product-rating .star-rating{\r\n        color: #FEB507;\r\n    }\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 {\r\n        padding-bottom: 25px;\r\n        display: flex;\r\n        list-style:none;\r\n        align-items: center;\r\n    }\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li,\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li .yith-wcwl-add-to-wishlist{\r\n        margin: 0;\r\n    }\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li{\r\n        margin-right: 5px;\r\n        margin-left: 5px;\r\n    }\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li .add_to_cart_inline{\r\n        margin-bottom: 0;\r\n    }\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li .add_to_cart_button{\r\n        line-height: 25px;\r\n    }\r\n    #atw_style12 .atw_item .atw_product_actions2 .yith-wcwl-add-button .ajax-loading{\r\n        display: none !important;\r\n    }\r\n    #atw_style12 .added_to_cart {\r\n        display: none !important;\r\n    }\r\n    #atw_style12 .add_to_cart_inline .add_to_cart_button  {\r\n        color: #ffffff;\r\n        background: #000000;\r\n    }\r\n    #atw_style12 .add_to_cart_inline .add_to_cart_button:hover {\r\n        color: #ffffff;\r\n        background: #9A9A9A;\r\n    }\r\n\r\n    .atw_wrapper .float-d-ratio{\r\n        color: #fff!important;\r\n        background: #000000!important;\r\n        border: 1px solid #000000!important;\r\n    }\r\n    #atw_style12 .atw_title  h3{\r\n        text-align: center!important;\r\n        color: #303030 !important;\r\n        font-size: 24px !important;\r\n    }\r\n    \/*# sourceMappingURL=maps\/theme12.css.map *\/\r\n\r\n<\/style>\r\n<div id=\"atw_style12\">\n    \n    <div class=\"atw_slider_wrapper\">\n        <div class=\"atw_slider atw--slider1433723141\">\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/read-people-like-a-book\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2024\/08\/\u0395\u039e\u03a9\u03a6\u03a5\u039b\u039b\u039f-72DPI-\u0394\u0399\u0391\u0392\u0391\u03a3\u0395-\u03a4\u039f\u03a5\u03a3-\u0391\u039b\u039b\u039f\u03a5\u03a3-\u03a3\u0391\u039d-\u0391\u039d\u039f\u0399\u03a7\u03a4\u039f-\u0392\u0399\u0392\u039b\u0399\u039f-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"READ PEOPLE LIKE A BOOK\" \/><\/a>\n                        <div class=\"atw_floated_badge badge--left\"><\/div>                    <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/read-people-like-a-book\/\">READ PEOPLE LIKE A BOOK<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.02<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>17.00<\/bdi><\/span><\/ins><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.02<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>17.00<\/bdi><\/span><\/ins><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=4156\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"4156\" data-product_sku=\"\" aria-label=\"Add &ldquo;READ PEOPLE LIKE A BOOK&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"4156\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"4156\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f4156\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2024\/08\/\u0395\u039e\u03a9\u03a6\u03a5\u039b\u039b\u039f-72DPI-\u0394\u0399\u0391\u0392\u0391\u03a3\u0395-\u03a4\u039f\u03a5\u03a3-\u0391\u039b\u039b\u039f\u03a5\u03a3-\u03a3\u0391\u039d-\u0391\u039d\u039f\u0399\u03a7\u03a4\u039f-\u0392\u0399\u0392\u039b\u0399\u039f-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"READ PEOPLE LIKE A BOOK\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">READ PEOPLE LIKE A BOOK<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.02<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>17.00<\/bdi><\/span><\/ins><\/span>\n                                    <p>The No. 1 bestseller READ PEOPLE LIKE A BOOK in Greek!<\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=4156\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"4156\" data-product_sku=\"\" aria-label=\"Add &ldquo;READ PEOPLE LIKE A BOOK&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/the-highly-sensitive-person\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2023\/05\/\u0395\u039e\u03a9\u03a6\u03a5\u039b\u039b\u039f-HSP-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"The Highly Sensitive Person (HSPs)\" \/><\/a>\n                        <div class=\"atw_floated_badge badge--left\"><\/div>                    <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/the-highly-sensitive-person\/\">The Highly Sensitive Person (HSPs)<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>19.62<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.00<\/bdi><\/span><\/ins><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>19.62<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.00<\/bdi><\/span><\/ins><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=2874\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"2874\" data-product_sku=\"978-960-7926-93-7\" aria-label=\"Add &ldquo;The Highly Sensitive Person (HSPs)&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"2874\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2874\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f2874\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2023\/05\/\u0395\u039e\u03a9\u03a6\u03a5\u039b\u039b\u039f-HSP-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"The Highly Sensitive Person (HSPs)\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">The Highly Sensitive Person (HSPs)<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>19.62<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.00<\/bdi><\/span><\/ins><\/span>\n                                    <p>Are you a highly sensitive person? Discover how to better understand yourself and create a fuller, richer life with the help of a clinical psychologist\u2014now with a new author\u2019s note with updated research.\r\n\r\n&nbsp;\r\n\r\n\u201cTo say this book changed my life would be an understatement. I am forever grateful to Elaine Aron.\u201d\u2014Alanis Morissette, singer, songwriter, activist\r\n\r\n&nbsp;\r\n\r\nDo you have a keen imagination and vivid dreams? Is time alone each day as essential to you as food and water? Are you \u201ctoo shy\u201d or \u201ctoo sensitive\u201d according to others? Do noise and confusion quickly overwhelm you? If your answers are yes, you may be a Highly Sensitive Person (HSP).\r\n\r\n&nbsp;\r\n\r\nMost of us feel overstimulated every once in a while, but for the highly sensitive person, it\u2019s a way of life. In this groundbreaking book, Dr. Elaine Aron, a highly sensitive person herself, shows you how to identify this trait in yourself and make the most of it in everyday situations.\r\n\r\n&nbsp;\r\n\r\nIn The Highly Sensitive Person, you will discover:\r\n\u2022 Self-assessment tests to help you identify your particular sensitivities\r\n\u2022 Ways to reframe your past experiences in a positive light and gain greater self-esteem in the process\r\n\u2022 Insight into how high sensitivity affects both work and personal relationships\r\n\u2022 Tips on how to deal with over-arousal\r\n\u2022 Information on medications and when to seek help\r\n\u2022 Techniques to enrich the soul and spirit\r\n\r\n&nbsp;\r\n\r\nDrawing on many years of research and hundreds on interviews, The Highly Sensitive Person will change the way you see yourself\u2014and the world around you.<\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=2874\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"2874\" data-product_sku=\"978-960-7926-93-7\" aria-label=\"Add &ldquo;The Highly Sensitive Person (HSPs)&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/shop\/3526\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2024\/08\/DO-IT-TODAY-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"DO IT TODAY\" \/><\/a>\n                        <div class=\"atw_floated_badge badge--left\"><\/div>                    <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/shop\/3526\/\">DO IT TODAY<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>0.00<\/bdi><\/span><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>0.00<\/bdi><\/span><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=3526\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"3526\" data-product_sku=\"\" aria-label=\"Add &ldquo;DO IT TODAY&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"3526\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3526\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f3526\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2024\/08\/DO-IT-TODAY-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"DO IT TODAY\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">DO IT TODAY<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>0.00<\/bdi><\/span><\/span>\n                                    <p>\u03a4he bestseller to help you overcome procrastination, improve productivity and achieve more meaningful things, soon in Greek by Irida Editions!<\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=3526\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"3526\" data-product_sku=\"\" aria-label=\"Add &ldquo;DO IT TODAY&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/giogka-prosopou-face-yoga-tis-danielle-collins\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2023\/06\/FACE-YOGA-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"FACE YOGA BY DANIELLE COLLINS\" \/><\/a>\n                        <div class=\"atw_floated_badge badge--left\"><\/div>                    <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/giogka-prosopou-face-yoga-tis-danielle-collins\/\">FACE YOGA BY DANIELLE COLLINS<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>14.90<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>14.00<\/bdi><\/span><\/ins><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>14.90<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>14.00<\/bdi><\/span><\/ins><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=3433\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"3433\" data-product_sku=\"\" aria-label=\"Add &ldquo;FACE YOGA BY DANIELLE COLLINS&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"3433\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3433\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f3433\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2023\/06\/FACE-YOGA-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"FACE YOGA BY DANIELLE COLLINS\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">FACE YOGA BY DANIELLE COLLINS<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>14.90<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>14.00<\/bdi><\/span><\/ins><\/span>\n                                    <p>Have you ever wondered why every\r\nworkout has to stop at the neck?\r\n\r\nIn this bestselling book Danielle Collins, the world\u2019s leading Face Yoga\r\nExpert, demonstrates how, by applying the principals of facial\r\nexercise, massage and acupressure to your face, you can smooth\r\nyour skin and tone its supporting muscles for a glowing, youthful\r\nappearance. Combining practical exercises, health and lifestyle\r\nadvice and wellness tips, this is an essential book for anyone who\r\nwants to look and feel their best at any time of life.\r\n\r\n* Offers practical step-by-step exercises targeted at specific\r\nproblem areas as well as whole-face routines\r\n* Includes focused chapters on all areas of the face, including\r\nthe forehead, eyes, cheeks, mouth, jaw and neck\r\n* Provides essential advice on nutrition, skincare and exercise\r\nregimes to support your Face Yoga and general overall wellness\r\n\r\nDanielle Collins is the world-leading Face Yoga Expert, with\r\n18 years of teaching experience across the globe. She is a\r\nregular on TV and collaborates with international brands as well\r\nas sharing her expertise with millions of people online.\r\n\r\nDanielle\r\nCollins\u2019FACE\r\nYoga\r\nFIRMING FACIAL\r\nEXERCISES\r\n&amp; INSPIRING\r\nTIPS TO GLOW,\r\nINSIDE &amp; OUT<\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=3433\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"3433\" data-product_sku=\"\" aria-label=\"Add &ldquo;FACE YOGA BY DANIELLE COLLINS&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/how-to-talk-to-anyone\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2024\/01\/Pos-na-Milate-Irida-4-xiliada-72DPI-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"HOW TO TALK TO ANYONE\" \/><\/a>\n                        <div class=\"atw_floated_badge badge--left\"><\/div>                    <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/how-to-talk-to-anyone\/\">HOW TO TALK TO ANYONE<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>19.70<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.70<\/bdi><\/span><\/ins><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>19.70<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.70<\/bdi><\/span><\/ins><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=2778\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"2778\" data-product_sku=\"\" aria-label=\"Add &ldquo;HOW TO TALK TO ANYONE&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"2778\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2778\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f2778\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2024\/01\/Pos-na-Milate-Irida-4-xiliada-72DPI-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"HOW TO TALK TO ANYONE\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">HOW TO TALK TO ANYONE<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>19.70<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.70<\/bdi><\/span><\/ins><\/span>\n                                    <p>\"You'll not only break the ice, you'll melt it away with your new skills.\" - Larry King\r\n\r\n\"The lost art of verbal communication may be revitalized by Leil Lowndes.\" - Harvey McKay, author of \"How to Swim with the Sharks Without Being Eaten Alive\"\r\n\r\nWhat is that magic quality makes some people instantly loved and respected? Everyone wants to be their friend (or, if single, their lover!) In business, they rise swiftly to the top of the corporate ladder. What is their \"Midas touch?\"\r\n\r\nWhat it boils down to is a more skillful way of dealing with people.\r\n\r\nThe author has spent her career teaching people how to communicate for success. In her book How to Talk to Anyone Lowndes offers 92 easy and effective sure-fire success techniques- she takes the reader from first meeting all the way up to sophisticated techniques used by the big winners in life. In this information-packed book you'll find:\r\n\r\n9 ways to make a dynamite first impression 14 ways to master small talk, \"big talk,\" and body language 14 ways to walk and talk like a VIP or celebrity 6 ways to sound like an insider in any crowd 7 ways to establish deep subliminal rapport with anyone 9 ways to feed someone's ego (and know when NOT to!) 11 ways to make your phone a powerful communications tool 15 ways to work a party like a politician works a room 7 ways to talk with tigers and not get eaten alive\r\nIn her trademark entertaining and straight-shooting style, Leil gives the techniques catchy names so you'll remember them when you really need them, including: \"Rubberneck the Room,\" \"Be a Copyclass,\" \"Come Hither Hands,\" \"Bare Their Hot Button,\" \"The Great Scorecard in the Sky,\" and \"Play the Tombstone Game,\" for big success in your social life, romance, and business.\r\n\r\nNever be at a loss for words again!<\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=2778\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"2778\" data-product_sku=\"\" aria-label=\"Add &ldquo;HOW TO TALK TO ANYONE&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/dbt-skills-training-handouts-and-worksheets\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2023\/06\/\u0395\u039e\u03a9\u03a6\u03a5\u039b\u039b\u039f1-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"DBT Skills Training Handouts and Worksheets, Second Edition\" \/><\/a>\n                        <div class=\"atw_floated_badge badge--left\"><\/div>                    <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/dbt-skills-training-handouts-and-worksheets\/\">DBT Skills Training Handouts and Worksheets, Second Edition<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>44.52<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>41.52<\/bdi><\/span><\/ins><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>44.52<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>41.52<\/bdi><\/span><\/ins><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=2925\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"2925\" data-product_sku=\"\" aria-label=\"Add &ldquo;DBT Skills Training Handouts and Worksheets, Second Edition&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"2925\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2925\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f2925\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2023\/06\/\u0395\u039e\u03a9\u03a6\u03a5\u039b\u039b\u039f1-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"DBT Skills Training Handouts and Worksheets, Second Edition\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">DBT Skills Training Handouts and Worksheets, Second Edition<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>44.52<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>41.52<\/bdi><\/span><\/ins><\/span>\n                                    <p>Featuring more than 225 user-friendly handouts and\u00a0worksheets, this is an\r\nessential resource for clients learning dialectical behavior therapy (DBT) skills,\r\nand those who treat them. All of the handouts and worksheets discussed in\r\nMarsha M. Linehan's\u00a0DBT Skills Training Manual, Second Edition, are provided,\r\ntogether with brief introductions to each module written expressly for clients.\r\nOriginally developed to treat borderline personality disorder, DBT has been\r\ndemonstrated effective in treatment of a wide range of psychological and\r\nemotional problems. No single skills training program will include all of the\r\nhandouts and worksheets in this book; clients get quick, easy access to the tools\r\nrecommended to meet their particular needs.<\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=2925\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"2925\" data-product_sku=\"\" aria-label=\"Add &ldquo;DBT Skills Training Handouts and Worksheets, Second Edition&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/dbt-skills-training-manual\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2023\/06\/\u0395\u039e\u03a9\u03a6\u03a5\u039b\u039b\u039f-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"DBT Skills Training Manual, Second Edition\" \/><\/a>\n                        <div class=\"atw_floated_badge badge--left\"><\/div>                    <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/dbt-skills-training-manual\/\">DBT Skills Training Manual, Second Edition<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>55.12<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>51.12<\/bdi><\/span><\/ins><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>55.12<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>51.12<\/bdi><\/span><\/ins><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=2930\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"2930\" data-product_sku=\"\" aria-label=\"Add &ldquo;DBT Skills Training Manual, Second Edition&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"2930\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2930\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f2930\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2023\/06\/\u0395\u039e\u03a9\u03a6\u03a5\u039b\u039b\u039f-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"DBT Skills Training Manual, Second Edition\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">DBT Skills Training Manual, Second Edition<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>55.12<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>51.12<\/bdi><\/span><\/ins><\/span>\n                                    <p>From Marsha M. Linehan\u2014the developer of dialectical behavior therapy\r\n(DBT)\u2014this comprehensive resource provides vital tools for implementing DBT\r\nskills training. The reproducible teaching notes, handouts, and worksheets used\r\nfor over two decades by hundreds of thousands of practitioners have been\r\nsignificantly revised and expanded to reflect important research and clinical\r\nadvances. The book gives complete instructions for orienting clients to DBT,\r\nplus teaching notes for the full range of mindfulness, interpersonal\r\neffectiveness, emotion regulation, and distress tolerance skills. Handouts and\r\nworksheets are not included in the book; purchasers get access to a webpage\r\nwhere they can download and print all the handouts and worksheets discussed,\r\nas well as the teaching notes. The companion volume is available\r\nseparately: DBT Skills Training Handouts and Worksheets, Second Edition.\r\nNew to This Edition:\r\n\u2022 Handouts and worksheets (available online and in the companion volume) have\r\nbeen completely revised and dozens more added\u2014more than 225 in all.\r\n\u2022 Each module has been expanded with additional skills.\r\n\u2022 Multiple alternative worksheets to tailor treatment to each client.\r\n\u2022 More extensive reproducible teaching notes (provided in the book and online),\r\nwith numerous clinical examples.\r\n\u2022 Curricula for running skills training groups of different durations and with\r\nspecific populations, such as adolescents and clients with substance use\r\nproblems.\r\n\u2022 Linehan provides a concise overview of \u201cHow to Use This Book.\u201d<\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=2930\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"2930\" data-product_sku=\"\" aria-label=\"Add &ldquo;DBT Skills Training Manual, Second Edition&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/master-your-emotions\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2023\/12\/MASTER-YOUR-EMOTIONS-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"MASTER YOUR EMOTIONS\" \/><\/a>\n                        <div class=\"atw_floated_badge badge--left\"><\/div>                    <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/master-your-emotions\/\">MASTER YOUR EMOTIONS<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.40<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>17.50<\/bdi><\/span><\/ins><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.40<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>17.50<\/bdi><\/span><\/ins><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=3732\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"3732\" data-product_sku=\"5544\" aria-label=\"Add &ldquo;MASTER YOUR EMOTIONS&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"3732\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3732\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f3732\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2023\/12\/MASTER-YOUR-EMOTIONS-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"MASTER YOUR EMOTIONS\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">MASTER YOUR EMOTIONS<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.40<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>17.50<\/bdi><\/span><\/ins><\/span>\n                                    <p><strong>Want to overcome your negative feelings? Feel like you aren\u2019t good\r\nenough? Need help dealing with stress?\r\nThe solution to deal with negative emotions is to understand how your emotions work and apply specific techniques to ensure you manage them as effectively as possible.\r\nMaster Your Emotions is the \u2018how-to\u2019 manual your parents should have given you at birth. By reading it, you\u2019ll learn how to deal with negative emotions so you can live a happier, more fulfilling life.\r\nIn this book, you\u2019ll learn:\r\n\u2022A simple formula to reprogram your mind so that you experience more positive emotions\r\n\u202231 simple coping strategies to deal with negative emotions\r\n\u2022How to change your story to take better control over your life\r\n\u2022Practical exercises to deal with stress, defensiveness, jealousy, fear, and other negative\r\nemotions\r\n\u2022How to use your emotions to boost your personal growth\r\n\u2022And much more\r\nMaster Your Emotions is packed with practical exercises that will have an immediate\r\nPositive impact on your emotional well-being.\r\nSo, if you want to overcome negative feelings, take control over your emotional state and live a more positive and peaceful life, buy this book now.<\/strong><\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=3732\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"3732\" data-product_sku=\"5544\" aria-label=\"Add &ldquo;MASTER YOUR EMOTIONS&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/the-compound-effect\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2024\/10\/\u03a4\u039f-\u0398\u0391\u03a5\u039c\u0391-\u03a4\u0397\u03a3-\u03a3\u03a5\u03a3\u03a3\u03a9\u03a1\u0395\u03a5\u03a3\u0397\u03a3-800x1200-1-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"THE COMPOUND EFFECT\" \/><\/a>\n                        <div class=\"atw_floated_badge badge--left\"><\/div>                    <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/the-compound-effect\/\">THE COMPOUND EFFECT<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.76<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>17.76<\/bdi><\/span><\/ins><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.76<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>17.76<\/bdi><\/span><\/ins><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=2651\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"2651\" data-product_sku=\"\" aria-label=\"Add &ldquo;THE COMPOUND EFFECT&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"2651\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2651\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f2651\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2024\/10\/\u03a4\u039f-\u0398\u0391\u03a5\u039c\u0391-\u03a4\u0397\u03a3-\u03a3\u03a5\u03a3\u03a3\u03a9\u03a1\u0395\u03a5\u03a3\u0397\u03a3-800x1200-1-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"THE COMPOUND EFFECT\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">THE COMPOUND EFFECT<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.76<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>17.76<\/bdi><\/span><\/ins><\/span>\n                                    <p><strong>DESCRIPTION:<\/strong>\r\n\r\nDo you want success?\r\nMore success than you have now?\r\nAnd even more success than you ever\r\nimagined possible?\r\nThat is what this book is about.\r\nAchieving it.\r\nNo gimmicks. No hyperbole. Finally, just the truth on what it takes to earn success.\r\nAs publisher of SUCCESS magazine, author Darren Hardy has heard it all, seen it all, and tried most of it. This book reveals the core principles that drive success. The Compound Effect contains the essence of what every superachiever needs to know, practice, and master to obtain extraordinary success. Inside you will find strategies on:\r\n\u2022 How to win\u2014every time! The No. 1 strategy to achieve any goal and triumph over any competitor, even if they\u2019re smarter, more talented or more experienced.\r\n\u2022 Eradicating your bad habits (some you might be unaware of!) that are derailing your progress.\r\n\u2022 Painlessly installing the few key disciplines required for major breakthroughs.\r\n\u2022 The real, lasting keys to motivation\u2014how to get yourself to do things you don\u2019t feel like doing.\r\n\u2022 Capturing the elusive, awesome force of momentum. Catch this, and you\u2019ll be unstoppable.\r\n\u2022 The acceleration secrets of superachievers. Do they have an unfair advantage? Yes they do, and now you can too!\r\nIf you\u2019re serious about living an extraordinary life, use the power of The Compound Effect to create the success you desire. Begin your journey today!<\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=2651\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"2651\" data-product_sku=\"\" aria-label=\"Add &ldquo;THE COMPOUND EFFECT&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/o-anaptyssomenos-nous\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2023\/01\/\u039f-\u0391\u039d\u0391\u03a0\u03a4\u03a5\u03a3\u03a3\u039f\u039c\u0395\u039d\u039f\u03a3-\u039d\u039f\u03a5\u03a3-800x1200-1-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"The Developing Mind\" \/><\/a>\n                        <div class=\"atw_floated_badge badge--left\"><\/div>                    <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/o-anaptyssomenos-nous\/\">The Developing Mind<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>42.40<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>40.00<\/bdi><\/span><\/ins><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>42.40<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>40.00<\/bdi><\/span><\/ins><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=2616\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"2616\" data-product_sku=\"\" aria-label=\"Add &ldquo;The Developing Mind&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"2616\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2616\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f2616\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2023\/01\/\u039f-\u0391\u039d\u0391\u03a0\u03a4\u03a5\u03a3\u03a3\u039f\u039c\u0395\u039d\u039f\u03a3-\u039d\u039f\u03a5\u03a3-800x1200-1-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"The Developing Mind\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">The Developing Mind<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>42.40<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>40.00<\/bdi><\/span><\/ins><\/span>\n                                    <p><strong>\u03a0\u0395\u03a1\u0399\u0393\u03a1\u0391\u03a6\u0397:<\/strong>\r\n\r\nThe influential work is the authoritative presentation of Daniel J. Siegel\u2019s approach to interpersonal neurobiology, which has informed and inspired clinicians, educators, and students for more than two decades. Synthesizing research from multiple disciplines, Siegel provides a cutting-edge understanding of what the mind is, how it grows, and how to promote healthy development and resilience. Revised and expanded to reflect major advances in the field, the third edition revisits and refines core hypotheses, incorporates over 1,000 new citations, and features new topics as well as a chapter on the experience of belonging and the development of identity. \r\n\r\n&nbsp;\r\n\r\nIllustrated with vivid examples from clinical practice and everyday life, and inviting readers to explore and develop their own minds, the book traces the interplay of close relationships and neural processes in infancy and beyond. It reveals how early attachment difficulties can result in challenges to memory, self-organization, and emotion regulation. Implications for adult states of mind, emotional competence, coping, and mental health are considered. Of crucial importance for those whose early experiences were not optimal, Siegel emphasizes that the mind continues to develop throughout the lifespan. He explores how cultivating deeper connections to other people and to one\u2019s own internal experience can foster the integration of inner and interpersonal processes that is at the heart of wellbeing and resilience. The third edition provides new or expanded discussions of behavioral epigenetics, the default mode network of the brain, social neuroscience, cultural and gender issues, theory of mind, the Wheel of Awareness contemplative practice, the science of consciousness, and more. \r\n\r\n&nbsp;\r\n\r\nReaders in multiple disciplines \u2013 including clinical and developmental psychology, neuroscience, psychiatry, social work, counseling, parenting, and education \u2013 will find this book invaluable. Professors praise this classic for its utility in courses from developmental psychology and child development to neuroscience and counseling. \r\n<\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=2616\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"2616\" data-product_sku=\"\" aria-label=\"Add &ldquo;The Developing Mind&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/agiourveda-enas-pliris-odigos-antigrafi\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2020\/10\/\u0395\u039e\u03a9\u03a6\u03a5\u039b\u039b\u039f-\u0391\u0393\u0399\u039f\u03a5\u03a1\u0392\u0395\u0394\u0391-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"\u0391\u0393\u0399\u039f\u03a5\u03a1\u0392\u0395\u0394\u0391-\u0395\u039d\u0391\u03a3 \u03a0\u039b\u0397\u03a1\u0397\u03a3 \u039f\u0394\u0397\u0393\u039f\u03a3 (\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae)\" \/><\/a>\n                        <div class=\"atw_floated_badge badge--left\"><\/div>                    <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/agiourveda-enas-pliris-odigos-antigrafi\/\">\u0391\u0393\u0399\u039f\u03a5\u03a1\u0392\u0395\u0394\u0391-\u0395\u039d\u0391\u03a3 \u03a0\u039b\u0397\u03a1\u0397\u03a3 \u039f\u0394\u0397\u0393\u039f\u03a3 (\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae)<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>26.50<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>23.50<\/bdi><\/span><\/ins><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>26.50<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>23.50<\/bdi><\/span><\/ins><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=2503\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"2503\" data-product_sku=\"978-960-7926-81-4-1\" aria-label=\"Add &ldquo;\u0391\u0393\u0399\u039f\u03a5\u03a1\u0392\u0395\u0394\u0391-\u0395\u039d\u0391\u03a3 \u03a0\u039b\u0397\u03a1\u0397\u03a3 \u039f\u0394\u0397\u0393\u039f\u03a3 (\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae)&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"2503\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2503\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f2503\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2020\/10\/\u0395\u039e\u03a9\u03a6\u03a5\u039b\u039b\u039f-\u0391\u0393\u0399\u039f\u03a5\u03a1\u0392\u0395\u0394\u0391-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"\u0391\u0393\u0399\u039f\u03a5\u03a1\u0392\u0395\u0394\u0391-\u0395\u039d\u0391\u03a3 \u03a0\u039b\u0397\u03a1\u0397\u03a3 \u039f\u0394\u0397\u0393\u039f\u03a3 (\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae)\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">\u0391\u0393\u0399\u039f\u03a5\u03a1\u0392\u0395\u0394\u0391-\u0395\u039d\u0391\u03a3 \u03a0\u039b\u0397\u03a1\u0397\u03a3 \u039f\u0394\u0397\u0393\u039f\u03a3 (\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae)<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>26.50<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>23.50<\/bdi><\/span><\/ins><\/span>\n                                    <p><strong>\u03a0\u0395\u03a1\u0399\u0393\u03a1\u0391\u03a6\u0397:<\/strong>\r\n\r\n\u03a4\u03bf \u03b2\u03b9\u03b2\u03bb\u03af\u03bf<strong> \u0391\u0393\u0399\u039f\u03a5\u03a1\u0392\u0395\u0394\u0391 \u2018\u2019\u039c\u03b9\u03b1 \u03a0\u03c1\u03b1\u03ba\u03c4\u03b9\u03ba\u03ae \u03a0\u03c1\u03bf\u03c3\u03ad\u03b3\u03b3\u03b9\u03c3\u03b7 \u03c3\u03c4\u03b7\u03bd \u0395\u03c0\u03b9\u03c3\u03c4\u03ae\u03bc\u03b7 \u03c4\u03b7\u03c2 <em>Ayurveda<\/em> \u03ba\u03b1\u03b9 \u03ad\u03bd\u03b1\u03c2 \u03a0\u03bb\u03ae\u03c1\u03b7\u03c2 \u039f\u03b4\u03b7\u03b3\u03cc\u03c2 \u03b3\u03b9\u03b1 \u03bc\u03b9\u03b1 \u03a5\u03b3\u03b9\u03ae \u0396\u03c9\u03ae\u2019\u2019<\/strong> \u03c3\u03ba\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af \u03c4\u03b9\u03c2 \u03b2\u03b1\u03c3\u03b9\u03ba\u03ad\u03c2 \u03b1\u03c1\u03c7\u03ad\u03c2 \u03c4\u03bf\u03c5 \u03b1\u03c1\u03c7\u03b1\u03b9\u03cc\u03c4\u03b5\u03c1\u03bf\u03c5 \u03c3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u03b9\u03b1\u03c4\u03c1\u03b9\u03ba\u03ae\u03c2 \u03c3\u03c4\u03bf\u03bd \u03ba\u03cc\u03c3\u03bc\u03bf, \u03c4\u03b7\u03c2 <em>Ayurveda, <\/em>\u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03b1\u03c0\u03bb\u03ae \u03ba\u03b1\u03b9 \u03b5\u03cd\u03ba\u03bf\u03bb\u03b7 \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1, \u03c0\u03b1\u03c1\u03b1\u03b8\u03ad\u03c4\u03bf\u03bd\u03c4\u03b1\u03c2 \u03b1\u03bb\u03b7\u03b8\u03b9\u03bd\u03ac \u03b3\u03b5\u03b3\u03bf\u03bd\u03cc\u03c4\u03b1 \u03bc\u03b5 \u03b1\u03c5\u03b8\u03b5\u03bd\u03c4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1 \u03ba\u03b1\u03b9 \u03b5\u03c0\u03b9\u03c3\u03c4\u03b7\u03bc\u03bf\u03bd\u03b9\u03ba\u03ae \u03c0\u03c1\u03bf\u03c3\u03ad\u03b3\u03b3\u03b9\u03c3\u03b7. \u03a0\u03c1\u03cc\u03ba\u03b5\u03b9\u03c4\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03ad\u03bd\u03b1 \u03b5\u03be\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf \u03c0\u03bf\u03c5 \u03b2\u03b1\u03c3\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7\u03bd \u03ad\u03c1\u03b5\u03c5\u03bd\u03b1 \u03ba\u03b1\u03b9 \u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9 \u03cc\u03bb\u03b1 \u03c4\u03b1 \u03b5\u03c0\u03b9\u03c3\u03c4\u03b7\u03bc\u03bf\u03bd\u03b9\u03ba\u03ac \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03b9\u03c2 \u03bf\u03b9\u03ba\u03bf\u03c5\u03bc\u03b5\u03bd\u03b9\u03ba\u03ad\u03c2 \u03b1\u03c1\u03c7\u03ad\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03b4\u03c1\u03b1\u03af\u03c9\u03c3\u03b7 \u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2 \u03bc\u03b5\u03c4\u03b1\u03be\u03cd \u03bd\u03bf\u03c5 \u03ba\u03b1\u03b9 \u03c3\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c3\u03b5 \u03c3\u03c7\u03ad\u03c3\u03b7 \u03c0\u03ac\u03bd\u03c4\u03b1 \u03bc\u03b5 \u03c4\u03b7 \u03c3\u03cd\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03b1\u03c4\u03cc\u03bc\u03bf\u03c5, \u03c0\u03c1\u03bf\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5 \u03bf \u03ba\u03b1\u03b8\u03b5\u03af\u03c2 \u03bd\u03b1 \u03b5\u03c0\u03b9\u03c4\u03cd\u03c7\u03b5\u03b9 \u03c4\u03b7\u03bd \u03b1\u03c0\u03cc\u03bb\u03c5\u03c4\u03b7 \u03c5\u03b3\u03b5\u03af\u03b1 \u03ba\u03b1\u03b9 \u03bc\u03b9\u03b1 \u03b6\u03c9\u03ae \u03b1\u03c0\u03b1\u03bb\u03bb\u03b1\u03b3\u03bc\u03ad\u03bd\u03b7 \u03c4\u03cc\u03c3\u03bf \u03b1\u03c0\u03cc \u03c3\u03c9\u03bc\u03b1\u03c4\u03b9\u03ba\u03ad\u03c2 \u03cc\u03c3\u03bf \u03ba\u03b1\u03b9 \u03c8\u03c5\u03c7\u03b9\u03ba\u03ad\u03c2 \u03b1\u03c3\u03b8\u03ad\u03bd\u03b5\u03b9\u03b5\u03c2. \u03a4\u03bf \u03b2\u03b9\u03b2\u03bb\u03af\u03bf \u03c0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03b6\u03b5\u03b9 \u03c4\u03b7\u03bd \u03b5\u03bc\u03c0\u03b5\u03b9\u03c1\u03af\u03b1 \u03c4\u03bf\u03c5 \u03af\u03b4\u03b9\u03bf\u03c5 \u03c4\u03bf\u03c5 \u03c3\u03c5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ad\u03b1 \u03bc\u03b5 <em>\u03b1\u03b3\u03b9\u03bf\u03c5\u03c1\u03b2\u03b5\u03b4\u03b9\u03ba\u03ad\u03c2<\/em> \u03b8\u03b5\u03c1\u03b1\u03c0\u03b5\u03af\u03b5\u03c2 \u03b4\u03b9\u03b1\u03c6\u03cc\u03c1\u03c9\u03bd \u03b1\u03c3\u03b8\u03b5\u03bd\u03b5\u03b9\u03ce\u03bd \u03c3\u03c5\u03bd\u03b4\u03c5\u03ac\u03b6\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c3\u03c9\u03c3\u03c4\u03ae \u03b4\u03b9\u03b1\u03c4\u03c1\u03bf\u03c6\u03ae \u03ba\u03b1\u03b9 \u03c4\u03c1\u03cc\u03c0\u03bf \u03b6\u03c9\u03ae\u03c2. \u03a0\u03b1\u03c1\u03b1\u03b8\u03ad\u03c4\u03b5\u03b9 \u03c4\u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03bf\u03c0\u03bf\u03af\u03b1 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03b1\u03c5\u03c4\u03ae \u03b7 \u03b1\u03c1\u03c7\u03b1\u03af\u03b1 \u03c3\u03bf\u03c6\u03af\u03b1 \u03bd\u03b1 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03c3\u03c4\u03b5\u03af \u03c3\u03c4\u03b7\u03bd \u03ba\u03b1\u03b8\u03b7\u03bc\u03b5\u03c1\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1. \u039c\u03b1\u03c2 \u03b4\u03b9\u03b4\u03ac\u03c3\u03ba\u03b5\u03b9 \u03b2\u03ae\u03bc\u03b1- \u03b2\u03ae\u03bc\u03b1 \u03c4\u03bf\u03bd \u03c4\u03c1\u03cc\u03c0\u03bf \u03b2\u03b5\u03bb\u03c4\u03af\u03c9\u03c3\u03b7\u03c2 \u03c4\u03bf \u03bd\u03bf\u03c5 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03c2 \u03b1\u03c0\u03bf\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03c4\u03b7\u03c2 \u03ba\u03b1\u03bb\u03ae\u03c2 \u03c6\u03c5\u03c3\u03b9\u03ba\u03ae\u03c2 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 \u03c3\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2.\r\n\r\n&nbsp;\r\n\r\n<em>..\u0391\u03c5\u03c4\u03cc \u03c4\u03bf \u03b2\u03b9\u03b2\u03bb\u03af\u03bf \u03b2\u03bf\u03b7\u03b8\u03ac \u03c3\u03c4\u03b7\u03bd \u03b5\u03cd\u03ba\u03bf\u03bb\u03b7 \u03ba\u03b1\u03c4\u03b1\u03bd\u03cc\u03b7\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b2\u03b1\u03c3\u03b9\u03ba\u03ae\u03c2 \u03c3\u03cd\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 \u03c3\u03ce\u03bc\u03b1\u03c4\u03bf\u03c2, \u03c4\u03c9\u03bd \u03b1\u03c3\u03b8\u03b5\u03bd\u03b5\u03b9\u03ce\u03bd \u03c4\u03bf\u03c5 \u03ba\u03b1\u03b9 \u03c4\u03bf\u03c5 \u03c4\u03c1\u03cc\u03c0\u03bf\u03c5 \u03b5\u03be\u03ac\u03bb\u03b5\u03b9\u03c8\u03b7\u03c2 \u03b1\u03c5\u03c4\u03ce\u03bd. \u0393\u03b9\u03b1 \u03c0\u03c1\u03ce\u03c4\u03b7 \u03c6\u03bf\u03c1\u03ac, \u03bf\u03b9 \u03b2\u03b1\u03c3\u03b9\u03ba\u03ad\u03c2 \u03b1\u03c1\u03c7\u03ad\u03c2 \u03c4\u03b7\u03c2 Ayurveda \u03b1\u03c0\u03bf\u03c4\u03c5\u03c0\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9 \u03ba\u03b1\u03b9 \u03b1\u03c0\u03b5\u03b9\u03ba\u03bf\u03bd\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03bc\u03b5 \u03b6\u03c9\u03b7\u03c1\u03cc \u03c4\u03c1\u03cc\u03c0\u03bf. \u0395\u03af\u03bc\u03b1\u03b9 \u03b1\u03c0\u03cc\u03bb\u03c5\u03c4\u03b1 \u03c0\u03b5\u03c0\u03b5\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03c2, \u03cc\u03c4\u03b9 \u03b1\u03bd \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03c2 \u03b4\u03b9\u03b1\u03b2\u03ac\u03c3\u03b5\u03b9 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03b2\u03b9\u03b2\u03bb\u03af\u03bf \u03b5\u03bc\u03c0\u03b5\u03c1\u03b9\u03c3\u03c4\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03b1, \u03b8\u03b1 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b5\u03c0\u03b9\u03c4\u03cd\u03c7\u03b5\u03b9 \u03ad\u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b4\u03cc\u03ba\u03b9\u03bc\u03bf \u03b6\u03c9\u03ae\u03c2 \u03bc\u03ad\u03c7\u03c1\u03b9 \u03ba\u03b1\u03b9 \u03b5\u03ba\u03b1\u03c4\u03cc \u03b5\u03c4\u03ce\u03bd. \u039a\u03ac\u03b8\u03b5 \u03c0\u03bf\u03bb\u03af\u03c4\u03b7\u03c2 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03b2\u03ac\u03c3\u03b5\u03b9 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03b2\u03b9\u03b2\u03bb\u03af\u03bf \u03ce\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03ba\u03c4\u03ae\u03c3\u03b5\u03b9 \u03b2\u03b1\u03c3\u03b9\u03ba\u03ae \u03b3\u03bd\u03ce\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03c3\u03cd\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03bf\u03c1\u03b3\u03b1\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd, \u03c4\u03b9\u03c2 \u03c4\u03c1\u03bf\u03c6\u03ad\u03c2, \u03c4\u03bf\u03bd \u03c4\u03c1\u03cc\u03c0\u03bf \u03b6\u03c9\u03ae\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03c5\u03b3\u03b5\u03af\u03b1\u2026 \u2018\u2019 \u0397 Arogya ( \u03a5\u03b3\u03b5\u03af\u03b1) \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03b1\u03c4\u03c1\u03bf\u03b3\u03bf\u03bd\u03b9\u03ba\u03cc \u03bc\u03b1\u03c2 \u03b4\u03b9\u03ba\u03b1\u03af\u03c9\u03bc\u03b1\u2019\u2019<\/em>\r\n\r\n<em>Swami Ramde<\/em><em>v<\/em>\r\n\r\n&nbsp;<\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=2503\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"2503\" data-product_sku=\"978-960-7926-81-4-1\" aria-label=\"Add &ldquo;\u0391\u0393\u0399\u039f\u03a5\u03a1\u0392\u0395\u0394\u0391-\u0395\u039d\u0391\u03a3 \u03a0\u039b\u0397\u03a1\u0397\u03a3 \u039f\u0394\u0397\u0393\u039f\u03a3 (\u0391\u03bd\u03c4\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae)&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/the-psycology-of-money\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2024\/01\/\u0397-\u03a8\u03a5\u03a7\u039f\u039b\u039f\u0393\u0399\u0391-\u03a4\u039f\u03a5-\u03a7\u03a1\u0397\u039c\u0391\u03a4\u039f\u03a3-2-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"THE PSYC\u0397OLOGY OF MONEY\" \/><\/a>\n                        <div class=\"atw_floated_badge badge--left\"><\/div>                    <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/the-psycology-of-money\/\">THE PSYC\u0397OLOGY OF MONEY<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>19.50<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>16.90<\/bdi><\/span><\/ins><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>19.50<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>16.90<\/bdi><\/span><\/ins><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=2501\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"2501\" data-product_sku=\"\" aria-label=\"Add &ldquo;THE PSYC\u0397OLOGY OF MONEY&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"2501\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2501\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f2501\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2024\/01\/\u0397-\u03a8\u03a5\u03a7\u039f\u039b\u039f\u0393\u0399\u0391-\u03a4\u039f\u03a5-\u03a7\u03a1\u0397\u039c\u0391\u03a4\u039f\u03a3-2-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"THE PSYC\u0397OLOGY OF MONEY\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">THE PSYC\u0397OLOGY OF MONEY<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>19.50<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>16.90<\/bdi><\/span><\/ins><\/span>\n                                    <p>Doing well with money isn\u2019t necessarily about what you know. It\u2019s about how you behave. And behavior is hard to teach, even to really smart people.\r\n\r\nMoney\u2014investing, personal finance, and business decisions\u2014is typically taught as a math-based field, where data and formulas tell us exactly what to do.\r\n\r\nBut in the real world people don\u2019t make financial decisions on a spreadsheet.\r\n\r\nThey make them at the dinner table, or in a meeting room, where personal history, your own unique view of the world, ego, pride, marketing, and odd incentives are scrambled together.\r\n\r\nIn <strong><em>The Psychology of Money<\/em><\/strong>, award-winning author Morgan Housel shares19 short stories exploring the strange ways people think about money and teaches you how to make better sense of one of life\u2019s most important topics.\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><strong><em>\u201cOne of the best and most original finance books in years.\u201d<\/em><\/strong><\/p>\r\n<p style=\"text-align: center;\"><strong><em>JASON ZWEIG<\/em><\/strong><\/p>\r\n<p style=\"text-align: center;\"><strong><em>Wall Street Journal<\/em><\/strong><\/p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><em><strong>\u201cHousel\u2019s observations often hit the daily double: they say things that haven\u2019t been said before, and they make sense.\u201d<\/strong><\/em>\r\n<em><strong>\u2014HOWARD MARKS<\/strong><\/em>\r\n<em><strong>Chairman of Oaktree Capital Management<\/strong><\/em><\/p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><em><strong>\u201cFew people write about finance with the graceful clarity of Morgan Housel.\u201d<\/strong><\/em>\r\n<em><strong>\u2014DANIEL H. PINK<\/strong><\/em>\r\n<em><strong>#1 New York Times Bestselling Author of When, To Sell is Human, and Drive<\/strong><\/em><\/p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><strong><em>\u201cEveryone should own a copy.\u201d<\/em><\/strong>\r\n<strong><em>\u2014JAMES CLEAR<\/em><\/strong>\r\n<strong><em>Author, million-copy bestseller Atomic Habits<\/em><\/strong><\/p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><em><strong>\u201cThat rare writer who can translate complex concepts into gripping, easy-to-digest narrative.\u201d<\/strong><\/em>\r\n<em><strong>\u2014ANNIE DUKE<\/strong><\/em>\r\n<em><strong>Author, Thinking in Bets<\/strong><\/em><\/p><\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=2501\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"2501\" data-product_sku=\"\" aria-label=\"Add &ldquo;THE PSYC\u0397OLOGY OF MONEY&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n            \n        <\/div>\n    <\/div>\n    <!-- Ends: .atw_slider_wrapper -->\n<\/div>\n<!-- Ends: .atw_style12 -->\n                            <\/div>\r\n                            <!-- Ends: .col-md-12 -->\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n\r\n                [\/vc_column_text][\/vc_column][\/vc_row][vc_row css_animation=&#8221;&#8221; row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;grid&#8221; angled_section=&#8221;no&#8221; text_align=&#8221;left&#8221; background_image_as_pattern=&#8221;without_pattern&#8221; row_negative_margin=&#8221;disable_negative_margin&#8221; css=&#8221;.vc_custom_1576664417830{padding-top: 35px !important;}&#8221; z_index=&#8221;&#8221;][vc_column css=&#8221;.vc_custom_1522844641228{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}&#8221;][vc_column_text]<\/p>\n<h3 class=\"fancy-heading\" style=\"text-align: center;\">Best Sellers<\/h3>\n<p>[\/vc_column_text][vc_empty_space height=&#8221;30px&#8221;][\/vc_column][\/vc_row][vc_row css_animation=&#8221;&#8221; row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;grid&#8221; angled_section=&#8221;no&#8221; text_align=&#8221;left&#8221; background_image_as_pattern=&#8221;without_pattern&#8221; row_negative_margin=&#8221;disable_negative_margin&#8221; css=&#8221;.vc_custom_1599820499469{padding-top: 20px !important;}&#8221; z_index=&#8221;&#8221; el_id=&#8221;topsales&#8221;][vc_column css=&#8221;.vc_custom_1522844641228{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 0px !important;}&#8221;][vc_column_text]            <!-- Style 02 -->\r\n            <div class=\"atw_wrapper\">\r\n                <div class=\"atw_container-fluid\">\r\n                    <div class=\"atw_row\">\r\n                        <div class=\"col-md-12\">\r\n\r\n                                                    <script>\r\n                                (function ($) {\r\n                                    jQuery(document).ready(function () {\r\n                                        'use strict';\r\n\r\n                                        \/\/ this object contains general option for owl carousel instances\r\n                                        var defaultOptions = {\r\n                                            loop:true,\r\n                                            rtl: false,\r\n                                            items: 4,\r\n                                            dots: false,\r\n                                            autoplay: true,\r\n                                            margin: 30,\r\n                                            autoplayHoverPause:true,\r\n                                            slideBy:1,\r\n                                            autoplaySpeed: 4000,\r\n                                            autoplayTimeout:2000,\r\n                                                                                        responsive: {\r\n                                                0: {\r\n                                                    items: 1                                                },\r\n                                                350: {\r\n                                                    items:1                                                },\r\n                                                480: {\r\n                                                    items:2                                                },\r\n                                                600: {\r\n                                                    items:1                                                },\r\n                                                768: {\r\n                                                    items:2                                                },\r\n                                                978: {\r\n                                                    items:3                                              },\r\n                                                1198: {\r\n                                                    items:4                                                }\r\n                                            }\r\n                                        };\r\n\r\n\r\n                                        \/*@param selector is a string name of the selctor that needs to be initialized,\r\n                                        * @param specificOptions object that contains options for specific instance of owlCarousel, pass null\r\n                                        * if no additional option necessary\r\n                                        * @param prevs and next are the control selector for the specific owlcarousel instance\r\n                                        *\/\r\n                                        function owlInit(selector, specificOptions, prev, next) {\r\n                                            var specificOptions = specificOptions || {},\r\n                                                $selector = $(selector);\r\n\r\n                                            $selector.owlCarousel(\r\n                                                $.extend({}, defaultOptions, specificOptions)\r\n                                            );\r\n\r\n                                            if ((prev != 'undefined' || prev != 'null') || (next != 'undefined' || next != 'null')) {\r\n                                                $(prev).on('click', function () {\r\n                                                    $selector.trigger('prev.owl.carousel');\r\n                                                });\r\n                                                $(next).on('click', function () {\r\n                                                    $selector.trigger('next.owl.carousel');\r\n                                                });\r\n                                            }\r\n                                        }\r\n\r\n                                        owlInit('.atw--slider21039767', null, '.slider--control21039767.icon-arrow-left', '.slider--control21039767.icon-arrow-right');\r\n                                    });\r\n                                })(jQuery)\r\n\r\n                            <\/script>\r\n                            \r\n<style>\r\n    #atw_style12 .atw_item .atw_item_bottom .atw_item_title a {\r\n        color: #000000;\r\n        font-size: 15px;\r\n        white-space: normal;\r\n        text-overflow: ellipsis;\r\n        overflow: hidden;\r\n        display: block;\r\n    }\r\n\r\n    #atw_style12 .atw_item .atw_item_bottom .atw_item_title {\r\n        margin-bottom: 0;\r\n    }\r\n    #atw_style12 .atw_product_actions2 {\r\n        margin: 0;\r\n    }\r\n    #atw_style12 .atw__title12::before {\r\n        width: 80px;\r\n        background: #68b22e;\r\n    }\r\n    #atw_style12 .star-rating {\r\n        margin: 0;\r\n    }\r\n\r\n    #atw_style12 .woocommerce-Price-amount {\r\n        padding-left: 0;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item {\r\n        -webkit-transition: 0.3s;\r\n        -o-transition: 0.3s;\r\n        transition: 0.3s;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item.atw_card_rounded {\r\n        -webkit-border-radius: 5px;\r\n        border-radius: 5px;\r\n        overflow: hidden;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_item_header {\r\n        margin-bottom: 10px;\r\n        padding: 0 20px;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_item_header .atw_item_title a:hover {\r\n        color: #6b6b6b;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_item_header .product-weight {\r\n        font-size: 14px;\r\n        color: #9192a3;\r\n        margin-top: 3px;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_item_info {\r\n        display: -webkit-box;\r\n        display: -webkit-flex;\r\n        display: -ms-flexbox;\r\n        display: flex;\r\n        -webkit-box-pack: justify;\r\n        -webkit-justify-content: space-between;\r\n        -ms-flex-pack: justify;\r\n        justify-content: space-between;\r\n        flex-wrap: wrap;\r\n        padding: 0 20px;\r\n        margin-bottom: 30px;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_item_info .atw_price {\r\n        color: #ff5500;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 {\r\n        padding-bottom: 25px;\r\n        flex-wrap: nowrap;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li:first-child a, #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li:last-child a {\r\n        -webkit-border-radius: 3px;\r\n        border-radius: 3px;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li:first-child a:hover, #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li:last-child a:hover {\r\n        background: #68b22e;\r\n        border-color: #68b22e;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li a.add_to_cart_inline {\r\n        -webkit-border-radius: 3px;\r\n        border-radius: 3px;\r\n        background: none;\r\n        color: #9192a3;\r\n        border: 1px solid #e4e4ed;\r\n        line-height: auto;\r\n        height: 40px;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item:hover {\r\n        border-color: #68b22e;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item:hover .atw_item_bottom .atw_product_actions2 a.add_to_cart_inline {\r\n        background: #68b22e;\r\n        color: #fff;\r\n        border-color: #68b22e;\r\n    }\r\n\r\n    #atw_style12 .add_to_cart_inline .amount {\r\n        display: none;\r\n    }\r\n    #atw_style12 .add_to_cart_inline {\r\n        border: none!important;\r\n        padding: 0!important;\r\n    }\r\n    #atw_style12 .add_to_cart_inline:hover {\r\n        border: none!important;\r\n    }\r\n    .woocommerce .woocommerce-product-rating .star-rating{\r\n        color: #FEB507;\r\n    }\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 {\r\n        padding-bottom: 25px;\r\n        display: flex;\r\n        list-style:none;\r\n        align-items: center;\r\n    }\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li,\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li .yith-wcwl-add-to-wishlist{\r\n        margin: 0;\r\n    }\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li{\r\n        margin-right: 5px;\r\n        margin-left: 5px;\r\n    }\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li .add_to_cart_inline{\r\n        margin-bottom: 0;\r\n    }\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li .add_to_cart_button{\r\n        line-height: 25px;\r\n    }\r\n    #atw_style12 .atw_item .atw_product_actions2 .yith-wcwl-add-button .ajax-loading{\r\n        display: none !important;\r\n    }\r\n    #atw_style12 .added_to_cart {\r\n        display: none !important;\r\n    }\r\n    #atw_style12 .add_to_cart_inline .add_to_cart_button  {\r\n        color: #ffffff;\r\n        background: #000000;\r\n    }\r\n    #atw_style12 .add_to_cart_inline .add_to_cart_button:hover {\r\n        color: #ffffff;\r\n        background: #9A9A9A;\r\n    }\r\n\r\n    .atw_wrapper .float-d-ratio{\r\n        color: #fff!important;\r\n        background: #000000!important;\r\n        border: 1px solid #000000!important;\r\n    }\r\n    #atw_style12 .atw_title  h3{\r\n        text-align: center!important;\r\n        color: #303030 !important;\r\n        font-size: 24px !important;\r\n    }\r\n    \/*# sourceMappingURL=maps\/theme12.css.map *\/\r\n\r\n<\/style>\r\n<div id=\"atw_style12\">\n    \n    <div class=\"atw_slider_wrapper\">\n        <div class=\"atw_slider atw--slider21039767\">\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/read-people-like-a-book\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2024\/08\/\u0395\u039e\u03a9\u03a6\u03a5\u039b\u039b\u039f-72DPI-\u0394\u0399\u0391\u0392\u0391\u03a3\u0395-\u03a4\u039f\u03a5\u03a3-\u0391\u039b\u039b\u039f\u03a5\u03a3-\u03a3\u0391\u039d-\u0391\u039d\u039f\u0399\u03a7\u03a4\u039f-\u0392\u0399\u0392\u039b\u0399\u039f-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"READ PEOPLE LIKE A BOOK\" \/><\/a>\n                        <div class=\"atw_floated_badge badge--right\"><a href=\"\" class=\"float-d-ratio\">Sale!<\/a><\/div><div class=\"atw_floated_badge badge--left\"><\/div>                    <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/read-people-like-a-book\/\">READ PEOPLE LIKE A BOOK<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.02<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>17.00<\/bdi><\/span><\/ins><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.02<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>17.00<\/bdi><\/span><\/ins><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=4156\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"4156\" data-product_sku=\"\" aria-label=\"Add &ldquo;READ PEOPLE LIKE A BOOK&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"4156\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"4156\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f4156\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2024\/08\/\u0395\u039e\u03a9\u03a6\u03a5\u039b\u039b\u039f-72DPI-\u0394\u0399\u0391\u0392\u0391\u03a3\u0395-\u03a4\u039f\u03a5\u03a3-\u0391\u039b\u039b\u039f\u03a5\u03a3-\u03a3\u0391\u039d-\u0391\u039d\u039f\u0399\u03a7\u03a4\u039f-\u0392\u0399\u0392\u039b\u0399\u039f-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"READ PEOPLE LIKE A BOOK\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">READ PEOPLE LIKE A BOOK<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.02<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>17.00<\/bdi><\/span><\/ins><\/span>\n                                    <p>The No. 1 bestseller READ PEOPLE LIKE A BOOK in Greek!<\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=4156\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"4156\" data-product_sku=\"\" aria-label=\"Add &ldquo;READ PEOPLE LIKE A BOOK&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/the-highly-sensitive-person\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2023\/05\/\u0395\u039e\u03a9\u03a6\u03a5\u039b\u039b\u039f-HSP-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"The Highly Sensitive Person (HSPs)\" \/><\/a>\n                        <div class=\"atw_floated_badge badge--right\"><a href=\"\" class=\"float-d-ratio\">Sale!<\/a><\/div><div class=\"atw_floated_badge badge--left\"><\/div>                    <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/the-highly-sensitive-person\/\">The Highly Sensitive Person (HSPs)<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>19.62<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.00<\/bdi><\/span><\/ins><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>19.62<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.00<\/bdi><\/span><\/ins><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=2874\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"2874\" data-product_sku=\"978-960-7926-93-7\" aria-label=\"Add &ldquo;The Highly Sensitive Person (HSPs)&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"2874\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2874\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f2874\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2023\/05\/\u0395\u039e\u03a9\u03a6\u03a5\u039b\u039b\u039f-HSP-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"The Highly Sensitive Person (HSPs)\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">The Highly Sensitive Person (HSPs)<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>19.62<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.00<\/bdi><\/span><\/ins><\/span>\n                                    <p>Are you a highly sensitive person? Discover how to better understand yourself and create a fuller, richer life with the help of a clinical psychologist\u2014now with a new author\u2019s note with updated research.\r\n\r\n&nbsp;\r\n\r\n\u201cTo say this book changed my life would be an understatement. I am forever grateful to Elaine Aron.\u201d\u2014Alanis Morissette, singer, songwriter, activist\r\n\r\n&nbsp;\r\n\r\nDo you have a keen imagination and vivid dreams? Is time alone each day as essential to you as food and water? Are you \u201ctoo shy\u201d or \u201ctoo sensitive\u201d according to others? Do noise and confusion quickly overwhelm you? If your answers are yes, you may be a Highly Sensitive Person (HSP).\r\n\r\n&nbsp;\r\n\r\nMost of us feel overstimulated every once in a while, but for the highly sensitive person, it\u2019s a way of life. In this groundbreaking book, Dr. Elaine Aron, a highly sensitive person herself, shows you how to identify this trait in yourself and make the most of it in everyday situations.\r\n\r\n&nbsp;\r\n\r\nIn The Highly Sensitive Person, you will discover:\r\n\u2022 Self-assessment tests to help you identify your particular sensitivities\r\n\u2022 Ways to reframe your past experiences in a positive light and gain greater self-esteem in the process\r\n\u2022 Insight into how high sensitivity affects both work and personal relationships\r\n\u2022 Tips on how to deal with over-arousal\r\n\u2022 Information on medications and when to seek help\r\n\u2022 Techniques to enrich the soul and spirit\r\n\r\n&nbsp;\r\n\r\nDrawing on many years of research and hundreds on interviews, The Highly Sensitive Person will change the way you see yourself\u2014and the world around you.<\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=2874\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"2874\" data-product_sku=\"978-960-7926-93-7\" aria-label=\"Add &ldquo;The Highly Sensitive Person (HSPs)&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/giogka-prosopou-face-yoga-tis-danielle-collins\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2023\/06\/FACE-YOGA-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"FACE YOGA BY DANIELLE COLLINS\" \/><\/a>\n                        <div class=\"atw_floated_badge badge--right\"><a href=\"\" class=\"float-d-ratio\">Sale!<\/a><\/div><div class=\"atw_floated_badge badge--left\"><\/div>                    <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/giogka-prosopou-face-yoga-tis-danielle-collins\/\">FACE YOGA BY DANIELLE COLLINS<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>14.90<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>14.00<\/bdi><\/span><\/ins><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>14.90<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>14.00<\/bdi><\/span><\/ins><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=3433\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"3433\" data-product_sku=\"\" aria-label=\"Add &ldquo;FACE YOGA BY DANIELLE COLLINS&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"3433\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3433\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f3433\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2023\/06\/FACE-YOGA-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"FACE YOGA BY DANIELLE COLLINS\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">FACE YOGA BY DANIELLE COLLINS<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>14.90<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>14.00<\/bdi><\/span><\/ins><\/span>\n                                    <p>Have you ever wondered why every\r\nworkout has to stop at the neck?\r\n\r\nIn this bestselling book Danielle Collins, the world\u2019s leading Face Yoga\r\nExpert, demonstrates how, by applying the principals of facial\r\nexercise, massage and acupressure to your face, you can smooth\r\nyour skin and tone its supporting muscles for a glowing, youthful\r\nappearance. Combining practical exercises, health and lifestyle\r\nadvice and wellness tips, this is an essential book for anyone who\r\nwants to look and feel their best at any time of life.\r\n\r\n* Offers practical step-by-step exercises targeted at specific\r\nproblem areas as well as whole-face routines\r\n* Includes focused chapters on all areas of the face, including\r\nthe forehead, eyes, cheeks, mouth, jaw and neck\r\n* Provides essential advice on nutrition, skincare and exercise\r\nregimes to support your Face Yoga and general overall wellness\r\n\r\nDanielle Collins is the world-leading Face Yoga Expert, with\r\n18 years of teaching experience across the globe. She is a\r\nregular on TV and collaborates with international brands as well\r\nas sharing her expertise with millions of people online.\r\n\r\nDanielle\r\nCollins\u2019FACE\r\nYoga\r\nFIRMING FACIAL\r\nEXERCISES\r\n&amp; INSPIRING\r\nTIPS TO GLOW,\r\nINSIDE &amp; OUT<\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=3433\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"3433\" data-product_sku=\"\" aria-label=\"Add &ldquo;FACE YOGA BY DANIELLE COLLINS&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/how-to-talk-to-anyone\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2024\/01\/Pos-na-Milate-Irida-4-xiliada-72DPI-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"HOW TO TALK TO ANYONE\" \/><\/a>\n                        <div class=\"atw_floated_badge badge--right\"><a href=\"\" class=\"float-d-ratio\">Sale!<\/a><\/div><div class=\"atw_floated_badge badge--left\"><\/div>                    <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/how-to-talk-to-anyone\/\">HOW TO TALK TO ANYONE<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>19.70<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.70<\/bdi><\/span><\/ins><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>19.70<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.70<\/bdi><\/span><\/ins><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=2778\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"2778\" data-product_sku=\"\" aria-label=\"Add &ldquo;HOW TO TALK TO ANYONE&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"2778\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2778\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f2778\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2024\/01\/Pos-na-Milate-Irida-4-xiliada-72DPI-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"HOW TO TALK TO ANYONE\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">HOW TO TALK TO ANYONE<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>19.70<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.70<\/bdi><\/span><\/ins><\/span>\n                                    <p>\"You'll not only break the ice, you'll melt it away with your new skills.\" - Larry King\r\n\r\n\"The lost art of verbal communication may be revitalized by Leil Lowndes.\" - Harvey McKay, author of \"How to Swim with the Sharks Without Being Eaten Alive\"\r\n\r\nWhat is that magic quality makes some people instantly loved and respected? Everyone wants to be their friend (or, if single, their lover!) In business, they rise swiftly to the top of the corporate ladder. What is their \"Midas touch?\"\r\n\r\nWhat it boils down to is a more skillful way of dealing with people.\r\n\r\nThe author has spent her career teaching people how to communicate for success. In her book How to Talk to Anyone Lowndes offers 92 easy and effective sure-fire success techniques- she takes the reader from first meeting all the way up to sophisticated techniques used by the big winners in life. In this information-packed book you'll find:\r\n\r\n9 ways to make a dynamite first impression 14 ways to master small talk, \"big talk,\" and body language 14 ways to walk and talk like a VIP or celebrity 6 ways to sound like an insider in any crowd 7 ways to establish deep subliminal rapport with anyone 9 ways to feed someone's ego (and know when NOT to!) 11 ways to make your phone a powerful communications tool 15 ways to work a party like a politician works a room 7 ways to talk with tigers and not get eaten alive\r\nIn her trademark entertaining and straight-shooting style, Leil gives the techniques catchy names so you'll remember them when you really need them, including: \"Rubberneck the Room,\" \"Be a Copyclass,\" \"Come Hither Hands,\" \"Bare Their Hot Button,\" \"The Great Scorecard in the Sky,\" and \"Play the Tombstone Game,\" for big success in your social life, romance, and business.\r\n\r\nNever be at a loss for words again!<\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=2778\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"2778\" data-product_sku=\"\" aria-label=\"Add &ldquo;HOW TO TALK TO ANYONE&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/master-your-emotions\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2023\/12\/MASTER-YOUR-EMOTIONS-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"MASTER YOUR EMOTIONS\" \/><\/a>\n                        <div class=\"atw_floated_badge badge--right\"><a href=\"\" class=\"float-d-ratio\">Sale!<\/a><\/div><div class=\"atw_floated_badge badge--left\"><\/div>                    <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/master-your-emotions\/\">MASTER YOUR EMOTIONS<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.40<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>17.50<\/bdi><\/span><\/ins><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.40<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>17.50<\/bdi><\/span><\/ins><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=3732\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"3732\" data-product_sku=\"5544\" aria-label=\"Add &ldquo;MASTER YOUR EMOTIONS&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"3732\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"3732\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f3732\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2023\/12\/MASTER-YOUR-EMOTIONS-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"MASTER YOUR EMOTIONS\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">MASTER YOUR EMOTIONS<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>18.40<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>17.50<\/bdi><\/span><\/ins><\/span>\n                                    <p><strong>Want to overcome your negative feelings? Feel like you aren\u2019t good\r\nenough? Need help dealing with stress?\r\nThe solution to deal with negative emotions is to understand how your emotions work and apply specific techniques to ensure you manage them as effectively as possible.\r\nMaster Your Emotions is the \u2018how-to\u2019 manual your parents should have given you at birth. By reading it, you\u2019ll learn how to deal with negative emotions so you can live a happier, more fulfilling life.\r\nIn this book, you\u2019ll learn:\r\n\u2022A simple formula to reprogram your mind so that you experience more positive emotions\r\n\u202231 simple coping strategies to deal with negative emotions\r\n\u2022How to change your story to take better control over your life\r\n\u2022Practical exercises to deal with stress, defensiveness, jealousy, fear, and other negative\r\nemotions\r\n\u2022How to use your emotions to boost your personal growth\r\n\u2022And much more\r\nMaster Your Emotions is packed with practical exercises that will have an immediate\r\nPositive impact on your emotional well-being.\r\nSo, if you want to overcome negative feelings, take control over your emotional state and live a more positive and peaceful life, buy this book now.<\/strong><\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=3732\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"3732\" data-product_sku=\"5544\" aria-label=\"Add &ldquo;MASTER YOUR EMOTIONS&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/the-psycology-of-money\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2024\/01\/\u0397-\u03a8\u03a5\u03a7\u039f\u039b\u039f\u0393\u0399\u0391-\u03a4\u039f\u03a5-\u03a7\u03a1\u0397\u039c\u0391\u03a4\u039f\u03a3-2-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"THE PSYC\u0397OLOGY OF MONEY\" \/><\/a>\n                        <div class=\"atw_floated_badge badge--right\"><a href=\"\" class=\"float-d-ratio\">Sale!<\/a><\/div><div class=\"atw_floated_badge badge--left\"><\/div>                    <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/the-psycology-of-money\/\">THE PSYC\u0397OLOGY OF MONEY<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>19.50<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>16.90<\/bdi><\/span><\/ins><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>19.50<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>16.90<\/bdi><\/span><\/ins><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=2501\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"2501\" data-product_sku=\"\" aria-label=\"Add &ldquo;THE PSYC\u0397OLOGY OF MONEY&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"2501\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"2501\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f2501\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2024\/01\/\u0397-\u03a8\u03a5\u03a7\u039f\u039b\u039f\u0393\u0399\u0391-\u03a4\u039f\u03a5-\u03a7\u03a1\u0397\u039c\u0391\u03a4\u039f\u03a3-2-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"THE PSYC\u0397OLOGY OF MONEY\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">THE PSYC\u0397OLOGY OF MONEY<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>19.50<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>16.90<\/bdi><\/span><\/ins><\/span>\n                                    <p>Doing well with money isn\u2019t necessarily about what you know. It\u2019s about how you behave. And behavior is hard to teach, even to really smart people.\r\n\r\nMoney\u2014investing, personal finance, and business decisions\u2014is typically taught as a math-based field, where data and formulas tell us exactly what to do.\r\n\r\nBut in the real world people don\u2019t make financial decisions on a spreadsheet.\r\n\r\nThey make them at the dinner table, or in a meeting room, where personal history, your own unique view of the world, ego, pride, marketing, and odd incentives are scrambled together.\r\n\r\nIn <strong><em>The Psychology of Money<\/em><\/strong>, award-winning author Morgan Housel shares19 short stories exploring the strange ways people think about money and teaches you how to make better sense of one of life\u2019s most important topics.\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><strong><em>\u201cOne of the best and most original finance books in years.\u201d<\/em><\/strong><\/p>\r\n<p style=\"text-align: center;\"><strong><em>JASON ZWEIG<\/em><\/strong><\/p>\r\n<p style=\"text-align: center;\"><strong><em>Wall Street Journal<\/em><\/strong><\/p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><em><strong>\u201cHousel\u2019s observations often hit the daily double: they say things that haven\u2019t been said before, and they make sense.\u201d<\/strong><\/em>\r\n<em><strong>\u2014HOWARD MARKS<\/strong><\/em>\r\n<em><strong>Chairman of Oaktree Capital Management<\/strong><\/em><\/p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><em><strong>\u201cFew people write about finance with the graceful clarity of Morgan Housel.\u201d<\/strong><\/em>\r\n<em><strong>\u2014DANIEL H. PINK<\/strong><\/em>\r\n<em><strong>#1 New York Times Bestselling Author of When, To Sell is Human, and Drive<\/strong><\/em><\/p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><strong><em>\u201cEveryone should own a copy.\u201d<\/em><\/strong>\r\n<strong><em>\u2014JAMES CLEAR<\/em><\/strong>\r\n<strong><em>Author, million-copy bestseller Atomic Habits<\/em><\/strong><\/p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><em><strong>\u201cThat rare writer who can translate complex concepts into gripping, easy-to-digest narrative.\u201d<\/strong><\/em>\r\n<em><strong>\u2014ANNIE DUKE<\/strong><\/em>\r\n<em><strong>Author, Thinking in Bets<\/strong><\/em><\/p><\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=2501\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"2501\" data-product_sku=\"\" aria-label=\"Add &ldquo;THE PSYC\u0397OLOGY OF MONEY&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/shop\/i-teleia-ekpaidefsi\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2020\/01\/\u0397-\u03a4\u0395\u039b\u0395\u0399\u0391-\u0395\u039a\u03a0\u0391\u0399\u0394\u0395\u03a5\u03a3\u039701-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"THE PERFECT PUPPY (NEW)\" \/><\/a>\n                        <div class=\"atw_floated_badge badge--right\"><a href=\"\" class=\"float-d-ratio\">Sale!<\/a><\/div><div class=\"atw_floated_badge badge--left\"><\/div>                    <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/shop\/i-teleia-ekpaidefsi\/\">THE PERFECT PUPPY (NEW)<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>26.50<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>22.00<\/bdi><\/span><\/ins><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>26.50<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>22.00<\/bdi><\/span><\/ins><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=1530\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"1530\" data-product_sku=\"978-960-7926-77-7\" aria-label=\"Add &ldquo;THE PERFECT PUPPY (NEW)&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"1530\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"1530\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f1530\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2020\/01\/\u0397-\u03a4\u0395\u039b\u0395\u0399\u0391-\u0395\u039a\u03a0\u0391\u0399\u0394\u0395\u03a5\u03a3\u039701-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"THE PERFECT PUPPY (NEW)\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">THE PERFECT PUPPY (NEW)<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><del><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>26.50<\/bdi><\/span><\/del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>22.00<\/bdi><\/span><\/ins><\/span>\n                                    <p><strong>DESCRIPTION:\r\nTranslator: Maria Paizi\r\n4-colour PB + FLAPS\r\n4-colour throughout\r\n160 X 230 mm\r\n208 pages<\/strong>\r\n\r\n&nbsp;\r\n\r\n<strong>DESCRIPTION:<\/strong>\r\n\r\nTrain your dog perfectly, following this book\u2019s practical advice.\r\nThrough many photographs and a detailed text, we learn how to rightly breed our puppy, to become a faithful companion and friend.\r\nThis way we shall avoid problems common to many dog owners, such as leash pulling during walks, aggressive behavior or shoe and furniture chewing.\r\nMoreover, we will be able to identify any behavioral problems our dog might be facing already, and correct them.\r\nThis book\u2019s smart techniques guarantee easy and quick results.\r\nThe author proposes innovative solutions based on love, understanding and respect.\r\n\r\n&nbsp;<\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=1530\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"1530\" data-product_sku=\"978-960-7926-77-7\" aria-label=\"Add &ldquo;THE PERFECT PUPPY (NEW)&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/shop\/agchos-mindfulness-ensyneiditotita\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2019\/11\/\u0391\u0393\u03a7\u039f\u03a3-\u2013-MINDFULNESS-\u2013-\u0395\u039d\u03a3\u03a5\u039d\u0395\u0399\u0394\u0397\u03a4\u039f\u03a4\u0397\u03a4\u0391-1-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"The Mindful way through Anxiety\" \/><\/a>\n                        <div class=\"atw_floated_badge badge--right\"><\/div><div class=\"atw_floated_badge badge--left\"><\/div>                    <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/shop\/agchos-mindfulness-ensyneiditotita\/\">The Mindful way through Anxiety<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>26.50<\/bdi><\/span><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>26.50<\/bdi><\/span><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=1486\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"1486\" data-product_sku=\"978-960-7926-78-4\" aria-label=\"Add &ldquo;The Mindful way through Anxiety&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"1486\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"1486\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f1486\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2019\/11\/\u0391\u0393\u03a7\u039f\u03a3-\u2013-MINDFULNESS-\u2013-\u0395\u039d\u03a3\u03a5\u039d\u0395\u0399\u0394\u0397\u03a4\u039f\u03a4\u0397\u03a4\u0391-1-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"The Mindful way through Anxiety\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">The Mindful way through Anxiety<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>26.50<\/bdi><\/span><\/span>\n                                    <p><strong>DESCRIPTION:<\/strong>\r\n\r\nYou can\u2019t just \u201cget over\u201d anxiety, In fact, the very things most people do to try to feel better \u2013 avoiding feared situations, pushing worry out of mind \u2013 only make the problem worse. Leading psychologists Susan M. Orsillo and Lizabeth Roemer present a powerful new alternative that can help you break free of anxiety by fundamentally charging how you relate to it. With clarity and compassion, this book describes clinically tested mindfulness practices specifically tailored for anxiety in its many forms. Learn step \u2013 by \u2013 step strategies for gaining awareness of anxious feelings without letting them escalate; loosening the grip of worry and fear; and achieving a new level of emotional and physical well \u2013 being. Free audio downloads of mindfulness exercises plus other resources are available at the author\u2019s website, <a href=\"http:\/\/www.mindfulwaythroughanxietybook.com\">www.mindfulwaythroughanxietybook.com<\/a><\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=1486\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"1486\" data-product_sku=\"978-960-7926-78-4\" aria-label=\"Add &ldquo;The Mindful way through Anxiety&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n            \n        <\/div>\n    <\/div>\n    <!-- Ends: .atw_slider_wrapper -->\n<\/div>\n<!-- Ends: .atw_style12 -->\n                            <\/div>\r\n                            <!-- Ends: .col-md-12 -->\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n\r\n                [\/vc_column_text][\/vc_column][\/vc_row][vc_row css_animation=&#8221;&#8221; row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;full_width&#8221; angled_section=&#8221;no&#8221; text_align=&#8221;left&#8221; background_image_as_pattern=&#8221;without_pattern&#8221;][vc_column][vc_column_text]<\/p>\n<h3 class=\"fancy-heading\" style=\"text-align: center;\">Suggestions<\/h3>\n<p>[\/vc_column_text][vc_empty_space height=&#8221;30px&#8221;][\/vc_column][\/vc_row][vc_row css_animation=&#8221;&#8221; row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;grid&#8221; angled_section=&#8221;no&#8221; text_align=&#8221;left&#8221; background_image_as_pattern=&#8221;without_pattern&#8221; z_index=&#8221;&#8221;][vc_column][vc_column_text]            <!-- Style 02 -->\r\n            <div class=\"atw_wrapper\">\r\n                <div class=\"atw_container-fluid\">\r\n                    <div class=\"atw_row\">\r\n                        <div class=\"col-md-12\">\r\n\r\n                                                    <script>\r\n                                (function ($) {\r\n                                    jQuery(document).ready(function () {\r\n                                        'use strict';\r\n\r\n                                        \/\/ this object contains general option for owl carousel instances\r\n                                        var defaultOptions = {\r\n                                            loop:true,\r\n                                            rtl: false,\r\n                                            items: 4,\r\n                                            dots: false,\r\n                                            autoplay: true,\r\n                                            margin: 30,\r\n                                            autoplayHoverPause:true,\r\n                                            slideBy:1,\r\n                                            autoplaySpeed: 4000,\r\n                                            autoplayTimeout:2000,\r\n                                                                                        responsive: {\r\n                                                0: {\r\n                                                    items: 1                                                },\r\n                                                350: {\r\n                                                    items:1                                                },\r\n                                                480: {\r\n                                                    items:2                                                },\r\n                                                600: {\r\n                                                    items:1                                                },\r\n                                                768: {\r\n                                                    items:2                                                },\r\n                                                978: {\r\n                                                    items:3                                              },\r\n                                                1198: {\r\n                                                    items:4                                                }\r\n                                            }\r\n                                        };\r\n\r\n\r\n                                        \/*@param selector is a string name of the selctor that needs to be initialized,\r\n                                        * @param specificOptions object that contains options for specific instance of owlCarousel, pass null\r\n                                        * if no additional option necessary\r\n                                        * @param prevs and next are the control selector for the specific owlcarousel instance\r\n                                        *\/\r\n                                        function owlInit(selector, specificOptions, prev, next) {\r\n                                            var specificOptions = specificOptions || {},\r\n                                                $selector = $(selector);\r\n\r\n                                            $selector.owlCarousel(\r\n                                                $.extend({}, defaultOptions, specificOptions)\r\n                                            );\r\n\r\n                                            if ((prev != 'undefined' || prev != 'null') || (next != 'undefined' || next != 'null')) {\r\n                                                $(prev).on('click', function () {\r\n                                                    $selector.trigger('prev.owl.carousel');\r\n                                                });\r\n                                                $(next).on('click', function () {\r\n                                                    $selector.trigger('next.owl.carousel');\r\n                                                });\r\n                                            }\r\n                                        }\r\n\r\n                                        owlInit('.atw--slider1549910784', null, '.slider--control1549910784.icon-arrow-left', '.slider--control1549910784.icon-arrow-right');\r\n                                    });\r\n                                })(jQuery)\r\n\r\n                            <\/script>\r\n                            \r\n<style>\r\n    #atw_style12 .atw_item .atw_item_bottom .atw_item_title a {\r\n        color: #000000;\r\n        font-size: 15px;\r\n        white-space: normal;\r\n        text-overflow: ellipsis;\r\n        overflow: hidden;\r\n        display: block;\r\n    }\r\n\r\n    #atw_style12 .atw_item .atw_item_bottom .atw_item_title {\r\n        margin-bottom: 0;\r\n    }\r\n    #atw_style12 .atw_product_actions2 {\r\n        margin: 0;\r\n    }\r\n    #atw_style12 .atw__title12::before {\r\n        width: 80px;\r\n        background: #68b22e;\r\n    }\r\n    #atw_style12 .star-rating {\r\n        margin: 0;\r\n    }\r\n\r\n    #atw_style12 .woocommerce-Price-amount {\r\n        padding-left: 0;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item {\r\n        -webkit-transition: 0.3s;\r\n        -o-transition: 0.3s;\r\n        transition: 0.3s;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item.atw_card_rounded {\r\n        -webkit-border-radius: 5px;\r\n        border-radius: 5px;\r\n        overflow: hidden;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_item_header {\r\n        margin-bottom: 10px;\r\n        padding: 0 20px;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_item_header .atw_item_title a:hover {\r\n        color: #6b6b6b;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_item_header .product-weight {\r\n        font-size: 14px;\r\n        color: #9192a3;\r\n        margin-top: 3px;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_item_info {\r\n        display: -webkit-box;\r\n        display: -webkit-flex;\r\n        display: -ms-flexbox;\r\n        display: flex;\r\n        -webkit-box-pack: justify;\r\n        -webkit-justify-content: space-between;\r\n        -ms-flex-pack: justify;\r\n        justify-content: space-between;\r\n        flex-wrap: wrap;\r\n        padding: 0 20px;\r\n        margin-bottom: 30px;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_item_info .atw_price {\r\n        color: #ff5500;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 {\r\n        padding-bottom: 25px;\r\n        flex-wrap: nowrap;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li:first-child a, #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li:last-child a {\r\n        -webkit-border-radius: 3px;\r\n        border-radius: 3px;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li:first-child a:hover, #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li:last-child a:hover {\r\n        background: #68b22e;\r\n        border-color: #68b22e;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li a.add_to_cart_inline {\r\n        -webkit-border-radius: 3px;\r\n        border-radius: 3px;\r\n        background: none;\r\n        color: #9192a3;\r\n        border: 1px solid #e4e4ed;\r\n        line-height: auto;\r\n        height: 40px;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item:hover {\r\n        border-color: #68b22e;\r\n    }\r\n\r\n    #atw_style12 .atw--single_item:hover .atw_item_bottom .atw_product_actions2 a.add_to_cart_inline {\r\n        background: #68b22e;\r\n        color: #fff;\r\n        border-color: #68b22e;\r\n    }\r\n\r\n    #atw_style12 .add_to_cart_inline .amount {\r\n        display: none;\r\n    }\r\n    #atw_style12 .add_to_cart_inline {\r\n        border: none!important;\r\n        padding: 0!important;\r\n    }\r\n    #atw_style12 .add_to_cart_inline:hover {\r\n        border: none!important;\r\n    }\r\n    .woocommerce .woocommerce-product-rating .star-rating{\r\n        color: #FEB507;\r\n    }\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 {\r\n        padding-bottom: 25px;\r\n        display: flex;\r\n        list-style:none;\r\n        align-items: center;\r\n    }\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li,\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li .yith-wcwl-add-to-wishlist{\r\n        margin: 0;\r\n    }\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li{\r\n        margin-right: 5px;\r\n        margin-left: 5px;\r\n    }\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li .add_to_cart_inline{\r\n        margin-bottom: 0;\r\n    }\r\n    #atw_style12 .atw--single_item .atw_item_bottom .atw_product_actions2 li .add_to_cart_button{\r\n        line-height: 25px;\r\n    }\r\n    #atw_style12 .atw_item .atw_product_actions2 .yith-wcwl-add-button .ajax-loading{\r\n        display: none !important;\r\n    }\r\n    #atw_style12 .added_to_cart {\r\n        display: none !important;\r\n    }\r\n    #atw_style12 .add_to_cart_inline .add_to_cart_button  {\r\n        color: #ffffff;\r\n        background: #000000;\r\n    }\r\n    #atw_style12 .add_to_cart_inline .add_to_cart_button:hover {\r\n        color: #ffffff;\r\n        background: #9A9A9A;\r\n    }\r\n\r\n    .atw_wrapper .float-d-ratio{\r\n        color: #fff!important;\r\n        background: #000000!important;\r\n        border: 1px solid #000000!important;\r\n    }\r\n    #atw_style12 .atw_title  h3{\r\n        text-align: center!important;\r\n        color: #303030 !important;\r\n        font-size: 24px !important;\r\n    }\r\n    \/*# sourceMappingURL=maps\/theme12.css.map *\/\r\n\r\n<\/style>\r\n<div id=\"atw_style12\">\n    \n    <div class=\"atw_slider_wrapper\">\n        <div class=\"atw_slider atw--slider1549910784\">\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/shop\/neos-pagkosmios-atlantas-gia-olous\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2020\/01\/\u039d\u0395\u039f\u03a3-\u03a0\u0391\u0393\u039a\u039f\u03a3\u039c\u0399\u039f\u03a3-\u0391\u03a4\u039b\u0391\u039d\u03a4\u0391\u03a3-\u0393\u0399\u0391-\u039f\u039b\u039f\u03a5\u03a3-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"VISUAL WORLD ATLAS\" \/><\/a>\n                                            <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/shop\/neos-pagkosmios-atlantas-gia-olous\/\">VISUAL WORLD ATLAS<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>47.70<\/bdi><\/span><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>47.70<\/bdi><\/span><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=1521\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"1521\" data-product_sku=\"978-960-7926-61-6\" aria-label=\"Add &ldquo;VISUAL WORLD ATLAS&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"1521\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"1521\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f1521\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2020\/01\/\u039d\u0395\u039f\u03a3-\u03a0\u0391\u0393\u039a\u039f\u03a3\u039c\u0399\u039f\u03a3-\u0391\u03a4\u039b\u0391\u039d\u03a4\u0391\u03a3-\u0393\u0399\u0391-\u039f\u039b\u039f\u03a5\u03a3-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"VISUAL WORLD ATLAS\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">VISUAL WORLD ATLAS<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>47.70<\/bdi><\/span><\/span>\n                                    <p><strong>Translator: George Savopoulos\r\nFirst Published\r\n4-colour PLC-HB\/JKT\r\n4-colour throughout\r\n270 X 340 mm\r\n176 pages <\/strong>\r\n\r\n&nbsp;\r\n\r\n<strong>DESCRIPTION:<\/strong>\r\n\r\nDiscover the beauty of our world page by page.\r\nCombining amazing photographs and illustrations with easy to read text, this book gives you a unique view of our world.\r\nMore than 100 maps of all the countries and oceans\r\nMore than 1000 illustrations and photographs\r\nSatellite views of our planet\r\nFact files with up to date information about each region\r\nFlags and statistics for all countries\r\nGeographic dictionary of more than 9.000 place names\r\nA wonderful source of knowledge and fun.\r\n\r\n&nbsp;<\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=1521\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"1521\" data-product_sku=\"978-960-7926-61-6\" aria-label=\"Add &ldquo;VISUAL WORLD ATLAS&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/shop\/o-skylos-o-kalyteros-filos-tou-anthropo\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2020\/01\/\u039f-\u03a3\u039a\u03a5\u039b\u039f\u03a3-\u039f-\u039a\u0391\u039b\u03a5\u03a4\u0395\u03a1\u039f\u03a3-\u03a6\u0399\u039b\u039f\u03a3-\u03a4\u039f\u03a5-\u0391\u039d\u0398\u03a1\u03a9\u03a0\u039f\u03a5-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"DOG: THE COMPLETE GUIDE\" \/><\/a>\n                                            <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/shop\/o-skylos-o-kalyteros-filos-tou-anthropo\/\">DOG: THE COMPLETE GUIDE<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>47.70<\/bdi><\/span><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>47.70<\/bdi><\/span><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=1527\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"1527\" data-product_sku=\"978-960-7926-24-1\" aria-label=\"Add &ldquo;DOG: THE COMPLETE GUIDE&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"1527\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"1527\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f1527\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2020\/01\/\u039f-\u03a3\u039a\u03a5\u039b\u039f\u03a3-\u039f-\u039a\u0391\u039b\u03a5\u03a4\u0395\u03a1\u039f\u03a3-\u03a6\u0399\u039b\u039f\u03a3-\u03a4\u039f\u03a5-\u0391\u039d\u0398\u03a1\u03a9\u03a0\u039f\u03a5-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"DOG: THE COMPLETE GUIDE\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">DOG: THE COMPLETE GUIDE<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>47.70<\/bdi><\/span><\/span>\n                                    <p><strong>Translator: Maria Paizi\r\nFirst Published\r\n4-colour PLC-HB\/JKT\r\n4-colour throughout\r\n220 X 290 mm\r\n256 pages<\/strong>\r\n\r\n&nbsp;\r\n\r\n<strong>\u03a0\u0395\u03a1\u0399\u0393\u03a1\u0391\u03a6\u0397:<\/strong>\r\n\r\nA magnificently illustrated book about dog races, physiology, care, training and health.\r\nContains all the information a dog owner needs to know, covering a vast range of topics.\r\n\r\n&nbsp;\r\n\r\n<strong>Includes:<\/strong>\r\n<ul>\r\n \t<li>Valuable information regarding the dog physiology and psychology.<\/li>\r\n \t<li>A guide to selecting, looking after and training the dog.<\/li>\r\n \t<li>Details concerning dog health, including both prevention and cure.<\/li>\r\n \t<li>Illustrated descriptions of more than 130 races and their features.<\/li>\r\n<\/ul>\r\nThis book will help you to develop a strong relationship with your four-legged friend, based on knowledge and understanding.<\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=1527\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"1527\" data-product_sku=\"978-960-7926-24-1\" aria-label=\"Add &ldquo;DOG: THE COMPLETE GUIDE&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/shop\/o-kipos-me-ta-votana\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2019\/12\/\u039f-\u039a\u0397\u03a0\u039f\u03a3-\u039c\u0395-\u03a4\u0391-\u0392\u039f\u03a4\u0391\u039d\u0391-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"COMPLETE BOOK OF HERBS\" \/><\/a>\n                                            <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/shop\/o-kipos-me-ta-votana\/\">COMPLETE BOOK OF HERBS<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>47.70<\/bdi><\/span><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>47.70<\/bdi><\/span><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=1561\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"1561\" data-product_sku=\"978-960-7926-56-2\" aria-label=\"Add &ldquo;COMPLETE BOOK OF HERBS&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"1561\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"1561\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f1561\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2019\/12\/\u039f-\u039a\u0397\u03a0\u039f\u03a3-\u039c\u0395-\u03a4\u0391-\u0392\u039f\u03a4\u0391\u039d\u0391-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"COMPLETE BOOK OF HERBS\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">COMPLETE BOOK OF HERBS<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>47.70<\/bdi><\/span><\/span>\n                                    <p><strong>Translator: George Savopoulos\r\n4-colour PLC-HB\/JKT\r\n4-colour throughout\r\n200 X 270 mm\r\n256 pages <\/strong>\r\n\r\n&nbsp;\r\n\r\n<strong>DESCRIPTION:<\/strong>\r\n\r\nLearn everything about herbs, from cultivation and picking to healing and cosmetic use.\r\nMore than 300 kinds of known and unknown herbs are presented in great detail by a famous author with 20 years experience in studying herbs.\r\nLearn each herb\u2019s features, species, cultivation methods, picking and preparation.\r\n\r\nUse each herb in a suitable way, taking advantage of its healing value in you everyday health care, in aromatherapy and cooking.\r\nMoreover, you can create your own herb garden using the author\u2019s recommended designs as inspiration.\r\nRich text, many photographs and pictures, hundreds of recipes, tips and tricks.\r\n\r\n&nbsp;<\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=1561\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"1561\" data-product_sku=\"978-960-7926-56-2\" aria-label=\"Add &ldquo;COMPLETE BOOK OF HERBS&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n                        <div class=\"atw_single_slide\">\n                <div class=\"atw_item atw--single_item atw_card atw_card_rounded\">\n                    <div class=\"atw_item_top\">\n                        <a href=\"https:\/\/www.iridaeditions.com\/en\/shop\/o-teleios-pollaplasiasmos\/\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2019\/11\/\u039f-\u03a4\u0395\u039b\u0395\u0399\u039f\u03a3-\u03a0\u039f\u039b\u039b\u0391\u03a0\u039b\u0391\u03a3\u0399\u0391\u03a3\u039c\u039f\u03a3-1-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"HOW TO PROPAGATE\" \/><\/a>\n                                            <\/div>\n                    <div class=\"atw_item_bottom\">\n                        <div class=\"atw_item_header\">\n                                                            <h4 class=\"atw_item_title\">\n                                    <a href=\"https:\/\/www.iridaeditions.com\/en\/shop\/o-teleios-pollaplasiasmos\/\">HOW TO PROPAGATE<\/a>\n                                <\/h4>\n                                                    <\/div>\n                        <div class=\"atw_item_info\">\n                                                        <span class=\"atw_price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>47.70<\/bdi><\/span><\/span>\n                                                    <\/div>\n                                                <ul class=\"atw_product_actions2\">\n                                                                                    <li>\n                                <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>47.70<\/bdi><\/span><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=1509\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"1509\" data-product_sku=\"978-960-7926-68-5\" aria-label=\"Add &ldquo;HOW TO PROPAGATE&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                            <\/li>\n                                                                                    <li>\n                                <div class=\"tinv-wraper woocommerce tinv-wishlist tinvwl-shortcode-add-to-cart\"\n\t data-product_id=\"1509\">\n\t<div class=\"tinv-wishlist-clear\"><\/div><a role=\"button\" aria-label=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1\" class=\"tinvwl_add_to_wishlist_button tinvwl-icon-heart  tinvwl-position-before\" data-tinv-wl-list=\"[]\" data-tinv-wl-product=\"1509\" data-tinv-wl-productvariation=\"\" data-tinv-wl-productvariations=\"[0]\" data-tinv-wl-producttype=\"simple\" data-tinv-wl-action=\"add\"><span class=\"tinvwl_add_to_wishlist-text\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/span><\/a><div class=\"tinv-wishlist-clear\"><\/div>\t\t<div class=\"tinvwl-tooltip\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b1 \u0391\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1<\/div>\n<\/div>\n                            <\/li>\n                                                    <\/ul>\n                                                <section style=\"display: none\">\n                            <div class=\"lightbox\" style=\"display: flex;\" id=\"f1509\">\n                                <div class=\"atw_image_l\" style=\"margin-right: 30px;\"><img src=\"https:\/\/www.iridaeditions.com\/wp-content\/uploads\/2019\/11\/\u039f-\u03a4\u0395\u039b\u0395\u0399\u039f\u03a3-\u03a0\u039f\u039b\u039b\u0391\u03a0\u039b\u0391\u03a3\u0399\u0391\u03a3\u039c\u039f\u03a3-1-300x450.jpg\" class=\"wpcsp-thumb\"  alt=\"HOW TO PROPAGATE\" \/><\/div>\n                                <div class=\"atw_product_desc\">\n                                    <h1 style=\"font-size: 40px; margin-bottom: 30px\">HOW TO PROPAGATE<\/h1>\n                                    <span class=\"atw_product_price\" style=\"display: block; margin-bottom: 30px; color: red; font-size: 20px;\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>47.70<\/bdi><\/span><\/span>\n                                    <p><strong>4-colour PLC-HB\/JKT\r\n4-colour throughout\r\n220 X 250 mm\r\n256 pages <\/strong>\r\n\r\n&nbsp;\r\n\r\n<strong>DESCRIPTION: <\/strong>\r\n\r\nA long-overdue bible on propagation that will be indispensable to beginners and commited ethusiasts alike.\r\nIn clear step-by-step instructions and photographs, John Cushnie explains how to sow seed, take cuttings, divide, layer and graft.\r\nHe also gives guidance on plant hygiene, temperature and humidity, timing and how to look after newborn plants until they are ready to go out into the garden.\r\nThe book contains a directory of over 1000 plants.<\/p>\n                                    <p class=\"product woocommerce add_to_cart_inline \" style=\"border:4px solid #ccc; padding: 12px;\"><span class=\"add-to-cart-button-outer\"><span class=\"add-to-cart-button-inner\"><a href=\"?add-to-cart=1509\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart qbutton add-to-cart-button\" data-product_id=\"1509\" data-product_sku=\"978-960-7926-68-5\" aria-label=\"Add &ldquo;HOW TO PROPAGATE&rdquo; to your cart\" rel=\"nofollow\">Add to cart<\/a><\/span><\/span><\/p>                                <\/div>\n                            <\/div>\n                        <\/section>\n                    <\/div>\n                <\/div>\n                <!-- end .atw--single_item -->\n            <\/div>\n            <!-- Ends: .atw_single_slide -->\n            \n        <\/div>\n    <\/div>\n    <!-- Ends: .atw_slider_wrapper -->\n<\/div>\n<!-- Ends: .atw_style12 -->\n                            <\/div>\r\n                            <!-- Ends: .col-md-12 -->\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n\r\n                [\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row css_animation=&#8221;&#8221; row_type=&#8221;row&#8221; use_row_as_full_screen_section=&#8221;no&#8221; type=&#8221;grid&#8221; angled_section=&#8221;no&#8221; text_align=&#8221;center&#8221; background_image_as_pattern=&#8221;without_pattern&#8221; row_negative_margin=&#8221;disable_negative_margin&#8221; css=&#8221;.vc_custom_1576664395407{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; z_index=&#8221;&#8221;][vc_column css=&#8221;.vc_custom_1574860617443{margin-top: 0px !important;margin-right: 0px&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"full_width.php","meta":[],"_links":{"self":[{"href":"https:\/\/www.iridaeditions.com\/en\/wp-json\/wp\/v2\/pages\/1328"}],"collection":[{"href":"https:\/\/www.iridaeditions.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.iridaeditions.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.iridaeditions.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.iridaeditions.com\/en\/wp-json\/wp\/v2\/comments?post=1328"}],"version-history":[{"count":25,"href":"https:\/\/www.iridaeditions.com\/en\/wp-json\/wp\/v2\/pages\/1328\/revisions"}],"predecessor-version":[{"id":2940,"href":"https:\/\/www.iridaeditions.com\/en\/wp-json\/wp\/v2\/pages\/1328\/revisions\/2940"}],"wp:attachment":[{"href":"https:\/\/www.iridaeditions.com\/en\/wp-json\/wp\/v2\/media?parent=1328"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}