{"id":10659,"date":"2021-02-02T19:48:54","date_gmt":"2021-02-02T17:48:54","guid":{"rendered":"http:\/\/top-flowers.com\/?page_id=10659"},"modified":"2026-08-31T10:30:20","modified_gmt":"2026-08-31T07:30:20","slug":"terms-of-delivery","status":"publish","type":"page","link":"https:\/\/www.top-flowers.com\/en\/terms-of-delivery\/","title":{"rendered":"Delivery Terms and Conditions"},"content":{"rendered":"\n<style>\n.delivery-page {\n  width: 100%;\n  margin: 30px 0;\n  font-family: 'Helvetica Neue', Arial, sans-serif;\n  color: #333;\n  text-align: left;\n  box-sizing: border-box;\n}\n\n.delivery-page *,\n.delivery-page *::before,\n.delivery-page *::after {\n  box-sizing: border-box;\n}\n\n\/* INTRO *\/\n.delivery-intro {\n  background: #fff4f7;\n  border: 1px solid #f7c8d6;\n  border-left: 5px solid #f04f78;\n  padding: 26px;\n  border-radius: 6px;\n  margin-bottom: 28px;\n  font-size: 18px;\n  line-height: 1.8;\n}\n\n\/* TOP CARDS *\/\n.delivery-cards {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 16px;\n  margin-bottom: 30px;\n}\n\n.delivery-card {\n  padding: 24px;\n  border-radius: 6px;\n  line-height: 1.7;\n  min-width: 0;\n}\n\n.delivery-card.sofia,\n.delivery-card.sofia-outside {\n  background: #eef8ec;\n  border: 1px solid #d5e8d0;\n  border-left: 5px solid #8abf7a;\n}\n\n.delivery-card.country {\n  background: #fff8d9;\n  border: 1px solid #eadfa8;\n  border-left: 5px solid #e5c94f;\n}\n\n.delivery-card h2 {\n  margin: 0 0 10px;\n  font-size: 24px;\n  line-height: 1.25;\n  text-transform: uppercase;\n}\n\n.delivery-card p {\n  margin: 0 0 14px;\n  font-size: 16px;\n}\n\n.delivery-card ul {\n  margin: 0;\n  padding-left: 20px;\n}\n\n.delivery-card li {\n  margin-bottom: 8px;\n}\n\n\/* WARNING *\/\n.delivery-warning {\n  background: #fff4f7;\n  border: 1px solid #f7c8d6;\n  border-left: 5px solid #f04f78;\n  padding: 20px;\n  margin: 25px 0;\n  border-radius: 6px;\n  line-height: 1.7;\n}\n\n\/* TITLES *\/\n.delivery-section-title {\n  font-size: 24px;\n  line-height: 1.3;\n  margin: 35px 0 15px;\n  text-align: left;\n}\n\n\/* TABLE *\/\n.delivery-table-wrap {\n  width: 100%;\n  overflow-x: auto;\n  margin-bottom: 30px;\n}\n\n.delivery-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 15px;\n  min-width: 600px;\n}\n\n.delivery-table th,\n.delivery-table td {\n  border: 1px solid #ddd;\n  padding: 12px;\n  text-align: left;\n  vertical-align: top;\n}\n\n.delivery-table th {\n  background: #eef8ec;\n  font-weight: bold;\n}\n\n\/* ACCORDION *\/\n.delivery-accordion {\n  width: 100%;\n  margin: 20px 0;\n}\n\n.delivery-accordion details {\n  width: 100%;\n  border-radius: 6px;\n  margin-bottom: 12px;\n  overflow: hidden;\n}\n\n.delivery-accordion details.delivery-green {\n  border: 1px solid #d5e8d0;\n  border-left: 5px solid #8abf7a;\n  background: #eef8ec;\n}\n\n.delivery-accordion details.delivery-yellow {\n  border: 1px solid #eadfa8;\n  border-left: 5px solid #e5c94f;\n  background: #fff8d9;\n}\n\n.delivery-accordion details.delivery-pink {\n  border: 1px solid #f7c8d6;\n  border-left: 5px solid #f04f78;\n  background: #fff4f7;\n}\n\n.delivery-accordion summary {\n  position: relative;\n  display: block;\n  padding: 16px 48px 16px 16px;\n  cursor: pointer;\n  font-weight: bold;\n  line-height: 1.5;\n  list-style: none;\n  outline: none;\n  user-select: none;\n}\n\n.delivery-accordion summary::-webkit-details-marker {\n  display: none;\n}\n\n.delivery-accordion summary::marker {\n  content: \"\";\n}\n\n.delivery-accordion summary::after {\n  content: \"\u25b8\";\n  position: absolute;\n  right: 18px;\n  top: 50%;\n  transform: translateY(-50%);\n  font-size: 18px;\n  color: #777;\n}\n\n.delivery-accordion details[open] summary::after {\n  content: \"\u25be\";\n}\n\n.delivery-accordion summary:hover {\n  background: rgba(255,255,255,0.45);\n}\n\n.delivery-accordion-content {\n  padding: 18px;\n  background: #fff;\n  border-top: 1px solid rgba(0,0,0,0.08);\n  line-height: 1.7;\n  text-align: left;\n}\n\n.delivery-accordion-content p {\n  margin: 0 0 12px;\n}\n\n.delivery-accordion-content p:last-child {\n  margin-bottom: 0;\n}\n\n\/* NOTICE *\/\n.delivery-notice-box {\n  background: #fff4f7;\n  border: 1px solid #f7c8d6;\n  border-left: 5px solid #f04f78;\n  padding: 20px;\n  border-radius: 6px;\n  margin-top: 25px;\n  line-height: 1.7;\n}\n\n\/* MOBILE *\/\n@media (max-width: 900px) {\n  .delivery-cards {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 768px) {\n  .delivery-page {\n    margin: 20px 0;\n  }\n\n  .delivery-intro {\n    padding: 20px;\n    font-size: 16px;\n  }\n\n  .delivery-card {\n    padding: 20px;\n  }\n\n  .delivery-card h2 {\n    font-size: 21px;\n  }\n\n  .delivery-section-title {\n    font-size: 21px;\n  }\n\n  .delivery-table {\n    font-size: 14px;\n  }\n\n  .delivery-accordion summary {\n    padding: 14px 44px 14px 14px;\n  }\n\n  .delivery-accordion-content {\n    padding: 15px;\n  }\n}\n<\/style>\n\n\n<div class=\"delivery-page\">\n\n  <!-- INTRO -->\n  <div class=\"delivery-intro\">\n    At Top Flowers, we offer flower delivery in Sofia and the Sofia Outside the Ring Road zone using our own couriers, as well as nationwide delivery through Econt Express and Pigeon Express. For each delivery outside Sofia, we select the courier based on the specific area and the current quality and reliability of service there.\n    <br><br>\n    Below you will find the main delivery conditions, deadlines, time slots and important information for each type of delivery.\n  <\/div>\n\n\n  <!-- TOP CARDS -->\n  <div class=\"delivery-cards\">\n\n    <div class=\"delivery-card sofia\">\n      <h2>Sofia<\/h2>\n\n      <p>\n        <strong>Delivery by Top Flowers couriers<\/strong>\n      <\/p>\n\n      <ul>\n        <li>Same-day express delivery available<\/li>\n        <li>Orders accepted until 17:55<\/li>\n        <li>Delivery time slots available until 23:00<\/li>\n        <li>Free delivery on orders over \u20ac50.00<\/li>\n        <li>Delivery fee for orders under \u20ac50.00 - \u20ac6.00<\/li>\n      <\/ul>\n    <\/div>\n\n\n    <div class=\"delivery-card sofia-outside\">\n      <h2>Sofia Outside the Ring Road<\/h2>\n\n      <p>\n        <strong>Delivery by Top Flowers couriers<\/strong>\n      <\/p>\n\n      <ul>\n        <li>Free slots: 09:00 - 14:00, 14:00 - 19:00 and 09:00 - 19:00<\/li>\n        <li>09:00 - 14:00 can be selected until 08:30<\/li>\n        <li>14:00 - 19:00 can be selected until 13:30<\/li>\n        <li>Evening slot 19:00 - 22:00 + \u20ac7.50<\/li>\n        <li>The evening slot can be selected until 17:55<\/li>\n        <li>Free delivery on orders over \u20ac50.00<\/li>\n      <\/ul>\n    <\/div>\n\n\n    <div class=\"delivery-card country\">\n      <h2>Nationwide Delivery<\/h2>\n\n      <p>\n        <strong>Delivery via Econt Express or Pigeon Express<\/strong>\n      <\/p>\n\n      <ul>\n        <li>We select the courier according to the area and quality of service<\/li>\n        <li>Orders accepted until 15:29 on the previous working day<\/li>\n        <li>Saturday delivery: 09:00 - 18:00<\/li>\n        <li>Free delivery on orders over \u20ac50.00<\/li>\n        <li>Delivery fee for orders under \u20ac50.00 - \u20ac6.00<\/li>\n      <\/ul>\n    <\/div>\n\n  <\/div>\n\n\n  <!-- COUNTRY DELIVERY NOTICE -->\n  <div class=\"delivery-warning\">\n\n    <strong>Important information for deliveries outside Sofia:<\/strong>\n\n    <br><br>\n\n    Deliveries outside Sofia are carried out through Econt Express and Pigeon Express. For each area, our team selects the courier based on the current quality, reliability and performance of the respective courier network in that location.\n\n    <br><br>\n\n    In approximately 2% of orders, delivery may be delayed by up to one day due to unforeseen circumstances within the courier network that are beyond the direct control of Top Flowers. We monitor the shipment and assist whenever a problem occurs.\n\n    <br><br>\n\n    <strong>This does not apply to deliveries in Sofia and the Sofia Outside the Ring Road zone.<\/strong> These deliveries are carried out by our own couriers and are not dependent on external courier networks.\n\n  <\/div>\n\n\n  <!-- SOFIA DELIVERY TIMES -->\n  <h3 class=\"delivery-section-title\">\n    Delivery time slots in Sofia\n  <\/h3>\n\n  <div class=\"delivery-table-wrap\">\n\n    <table class=\"delivery-table\">\n\n      <thead>\n        <tr>\n          <th>Time Slot<\/th>\n          <th>Price<\/th>\n          <th>Available for Selection Until<\/th>\n        <\/tr>\n      <\/thead>\n\n      <tbody>\n\n        <tr>\n          <td>09:00 - 19:00<\/td>\n          <td>Free<\/td>\n          <td>Available until the start of the time slot<\/td>\n        <\/tr>\n\n        <tr>\n          <td>09:00 - 11:00<\/td>\n          <td>\u20ac0.00<\/td>\n          <td>Until 17:55 on the previous day<\/td>\n        <\/tr>\n\n        <tr>\n          <td>11:00 - 13:00<\/td>\n          <td>\u20ac0.00<\/td>\n          <td>Until 10:15 on the same day<\/td>\n        <\/tr>\n\n        <tr>\n          <td>13:00 - 15:00<\/td>\n          <td>\u20ac0.00<\/td>\n          <td>Until 12:15 on the same day<\/td>\n        <\/tr>\n\n        <tr>\n          <td>15:00 - 17:00<\/td>\n          <td>\u20ac0.00<\/td>\n          <td>Until 14:15 on the same day<\/td>\n        <\/tr>\n\n        <tr>\n          <td>17:00 - 19:00<\/td>\n          <td>\u20ac0.00<\/td>\n          <td>Until 16:15 on the same day<\/td>\n        <\/tr>\n\n        <tr>\n          <td>19:00 - 21:00<\/td>\n          <td>\u20ac7.50<\/td>\n          <td>Until 17:55 on the same day<\/td>\n        <\/tr>\n\n        <tr>\n          <td>21:00 - 23:00<\/td>\n          <td>\u20ac15.00<\/td>\n          <td>Until 17:55 on the same day<\/td>\n        <\/tr>\n\n      <\/tbody>\n\n    <\/table>\n\n  <\/div>\n\n\n  <!-- SOFIA OUTSIDE RING ROAD -->\n  <h3 class=\"delivery-section-title\">\n    Delivery time slots in the Sofia Outside the Ring Road zone\n  <\/h3>\n\n  <div class=\"delivery-table-wrap\">\n\n    <table class=\"delivery-table\">\n\n      <thead>\n        <tr>\n          <th>Time Slot<\/th>\n          <th>Price<\/th>\n          <th>Available for Selection Until<\/th>\n        <\/tr>\n      <\/thead>\n\n      <tbody>\n\n        <tr>\n          <td>09:00 - 14:00<\/td>\n          <td>\u20ac0.00<\/td>\n          <td>Until 08:30 on the same day<\/td>\n        <\/tr>\n\n        <tr>\n          <td>14:00 - 19:00<\/td>\n          <td>\u20ac0.00<\/td>\n          <td>Until 13:30 on the same day<\/td>\n        <\/tr>\n\n        <tr>\n          <td>09:00 - 19:00<\/td>\n          <td>\u20ac0.00<\/td>\n          <td>Available until the start of the time slot<\/td>\n        <\/tr>\n\n        <tr>\n          <td>19:00 - 22:00<\/td>\n          <td>\u20ac7.50<\/td>\n          <td>Until 17:55 on the same day<\/td>\n        <\/tr>\n\n      <\/tbody>\n\n    <\/table>\n\n  <\/div>\n\n\n  <!-- DETAILED CONDITIONS -->\n  <h2 class=\"delivery-section-title\">\n    Detailed Delivery Terms\n  <\/h2>\n\n\n  <div class=\"delivery-accordion\">\n\n\n    <!-- SOFIA -->\n    <details class=\"delivery-green\">\n\n      <summary>\n        Delivery in Sofia\n      <\/summary>\n\n      <div class=\"delivery-accordion-content\">\n\n        <p>\n          Deliveries within Sofia are carried out by Top Flowers' own couriers.\n        <\/p>\n\n        <p>\n          Same-day express deliveries are accepted until 17:55, depending on current capacity and the availability of the selected product.\n        <\/p>\n\n        <p>\n          Each delivery time slot has a limited daily capacity. During holidays and busy periods, certain time slots may become fully booked in advance.\n        <\/p>\n\n      <\/div>\n\n    <\/details>\n\n\n    <!-- SOFIA OUTSIDE RING ROAD -->\n    <details class=\"delivery-green\">\n\n      <summary>\n        Delivery in the Sofia Outside the Ring Road zone\n      <\/summary>\n\n      <div class=\"delivery-accordion-content\">\n\n        <p>\n          Deliveries in the Sofia Outside the Ring Road zone are carried out by Top Flowers' own couriers.\n        <\/p>\n\n        <p>\n          Free delivery slots available for this zone are 09:00 - 14:00, 14:00 - 19:00 and 09:00 - 19:00.\n        <\/p>\n\n        <p>\n          The 09:00 - 14:00 slot can be selected until 08:30 on the same day, while the 14:00 - 19:00 slot can be selected until 13:30.\n        <\/p>\n\n        <p>\n          The evening slot from 19:00 - 22:00 is available for an additional fee of \u20ac7.50 and can be selected until 17:55 on the same day.\n        <\/p>\n\n      <\/div>\n\n    <\/details>\n\n\n    <!-- COUNTRY -->\n    <details class=\"delivery-yellow\">\n\n      <summary>\n        Nationwide delivery\n      <\/summary>\n\n      <div class=\"delivery-accordion-content\">\n\n        <p>\n          Deliveries outside Sofia are carried out through Econt Express and Pigeon Express.\n        <\/p>\n\n        <p>\n          For each order, Top Flowers selects the courier based on the specific area and the current quality, reliability and performance of the respective courier network there.\n        <\/p>\n\n        <p>\n          Standard deliveries can be scheduled up to 15 days in advance and must be confirmed no later than 15:29 on the previous working day.\n        <\/p>\n\n        <p>\n          For Monday delivery, the order must be confirmed by 09:00 on Saturday.\n        <\/p>\n\n        <p>\n          In approximately 2% of orders outside Sofia, delivery may be delayed by up to one day due to unforeseen circumstances within the courier network.\n        <\/p>\n\n        <p>\n          If a problem occurs, our team monitors the shipment and provides assistance until the delivery is successfully completed.\n        <\/p>\n\n      <\/div>\n\n    <\/details>\n\n\n    <!-- COUNTRY TIMES -->\n    <details class=\"delivery-yellow\">\n\n      <summary>\n        Nationwide delivery time slots\n      <\/summary>\n\n      <div class=\"delivery-accordion-content\">\n\n        <p>\n          For deliveries outside Sofia, the standard delivery window is 09:00 - 19:00.\n        <\/p>\n\n        <p>\n          Orders must be confirmed no later than 15:29 on the previous working day.\n        <\/p>\n\n        <p>\n          <strong>On Saturdays, the delivery window is 09:00 - 18:00 and is free of charge.<\/strong>\n        <\/p>\n\n        <p>\n          An exact delivery time outside Sofia cannot be guaranteed, as the delivery is carried out by an external courier company.\n        <\/p>\n\n      <\/div>\n\n    <\/details>\n\n\n    <!-- COURIER SELECTION -->\n    <details class=\"delivery-yellow\">\n\n      <summary>\n        Which courier will deliver my order?\n      <\/summary>\n\n      <div class=\"delivery-accordion-content\">\n\n        <p>\n          Top Flowers works with Econt Express and Pigeon Express for deliveries outside Sofia.\n        <\/p>\n\n        <p>\n          Customers do not need to select a courier in advance. Our team chooses the most suitable courier for each order based on the destination and the current quality and reliability of service in that area.\n        <\/p>\n\n        <p>\n          Our goal is to assign each order to the courier that currently provides the most reliable and efficient service for the respective area.\n        <\/p>\n\n      <\/div>\n\n    <\/details>\n\n\n    <!-- DELIVERY PROCESS -->\n    <details class=\"delivery-green\">\n\n      <summary>\n        How does the delivery process work?\n      <\/summary>\n\n      <div class=\"delivery-accordion-content\">\n\n        <p>\n          For deliveries in Sofia and the Sofia Outside the Ring Road zone, our couriers may contact the recipient to confirm the address or their availability to receive the delivery, depending on the order instructions or at the discretion of our team.\n        <\/p>\n\n        <p>\n          For deliveries outside Sofia, the recipient may receive an SMS notification or a phone call from the respective courier company.\n        <\/p>\n\n        <p>\n          Once the order has been handed over to an external courier, certain arrangements such as confirming the delivery time, redirecting the shipment or providing additional delivery instructions may be handled directly between the recipient and the courier company.\n        <\/p>\n\n      <\/div>\n\n    <\/details>\n\n\n    <!-- DELAYS -->\n    <details class=\"delivery-pink\">\n\n      <summary>\n        Can nationwide deliveries be delayed?\n      <\/summary>\n\n      <div class=\"delivery-accordion-content\">\n\n        <p>\n          Approximately 98% of deliveries outside Sofia are completed on the requested delivery date.\n        <\/p>\n\n        <p>\n          In approximately 2% of orders, delivery may be delayed by up to one day due to unforeseen circumstances within the courier network that are beyond the direct control of Top Flowers.\n        <\/p>\n\n        <p>\n          In such cases, we monitor the shipment and assist the customer until the delivery has been successfully completed.\n        <\/p>\n\n        <p>\n          <strong>These circumstances do not apply to deliveries in Sofia and the Sofia Outside the Ring Road zone, as they are carried out by our own couriers.<\/strong>\n        <\/p>\n\n      <\/div>\n\n    <\/details>\n\n\n    <!-- UNSUCCESSFUL DELIVERY -->\n    <details class=\"delivery-yellow\">\n\n      <summary>\n        What happens if the delivery is unsuccessful?\n      <\/summary>\n\n      <div class=\"delivery-accordion-content\">\n\n        <p>\n          If there is a problem reaching the recipient, we will notify you by SMS or by e-mail using the contact details provided with the order.\n        <\/p>\n\n        <p>\n          If neither the customer nor the recipient can be reached, the order will be held until further instructions are received and a subsequent delivery can be arranged.\n        <\/p>\n\n        <p>\n          For orders containing fresh flowers, the possibility of arranging another delivery also depends on the condition and individual durability of the flowers used in the arrangement.\n        <\/p>\n\n      <\/div>\n\n    <\/details>\n\n\n    <!-- DELIVERY NOTIFICATION -->\n    <details class=\"delivery-green\">\n\n      <summary>\n        Notification after delivery\n      <\/summary>\n\n      <div class=\"delivery-accordion-content\">\n\n        <p>\n          <strong>After successful delivery:<\/strong>\n          you will receive an e-mail confirming that the order has been completed, as well as an SMS notification confirming completion of the order.\n        <\/p>\n\n        <p>\n          <strong>If there is a delivery problem:<\/strong>\n          you will receive an e-mail containing detailed information from our team regarding the issue. You will also receive an SMS notification informing you that there is a problem with the order.\n        <\/p>\n\n        <p>\n          Please make sure that you provide a valid contact number, including the international country code, for example +359, +44, +33 or +1.\n        <\/p>\n\n      <\/div>\n\n    <\/details>\n\n  <\/div>\n\n\n  <!-- FINAL NOTICE -->\n  <div class=\"delivery-notice-box\">\n\n    <strong>Important:<\/strong>\n\n    <br><br>\n\n    Each delivery time slot has a limited number of orders that we can accept for a particular day. Once the maximum capacity has been reached, the respective time slot automatically becomes unavailable for selection in our system.\n\n    <br><br>\n\n    During public holidays, promotional campaigns and periods of high demand, some delivery time slots may be restricted or temporarily unavailable. All currently available options are displayed automatically during the ordering process and reflect our actual delivery capacity for the selected date.\n\n    <br><br>\n\n    For fixed delivery time slots within Sofia, deviations of up to \u00b130 minutes may occasionally occur. For the Sofia Outside the Ring Road zone, due to the greater distance between addresses and the specifics of route planning, deviations of up to \u00b160 minutes may occur.\n\n    <br><br>\n\n    Although we make every effort to meet the requested delivery time slot, minor delays may occasionally occur due to circumstances beyond our control in a dynamic urban environment. These may include heavy traffic, road accidents, difficult access to an address, lack of available parking, waiting for the recipient of a previous delivery, temporary inability to contact the recipient or other unforeseen circumstances.\n\n    <br><br>\n\n    For deliveries outside Sofia, we work with Econt Express and Pigeon Express and select the courier according to the specific area and current quality of service. In approximately 2% of these orders, delivery may be delayed by up to one day due to circumstances within the courier network.\n\n    <br><br>\n\n    Thank you for your understanding and trust. Our team always strives to complete every delivery as accurately, professionally and carefully as possible, because we understand how important the moments we are part of can be.\n\n  <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>At Top Flowers, we offer flower delivery in Sofia and the Sofia Outside the Ring Road zone using our own [&hellip;]<\/p>\n","protected":false},"author":1112,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_seopress_titles_title":"%%post_title%% %%sep%% %%sitetitle%%","_seopress_titles_desc":"","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"both","_seopress_redirections_param":"","_seopress_redirections_type":301,"_seopress_analysis_target_kw":"","_seopress_news_disabled":"","_seopress_video_disabled":"","_seopress_video":[],"_seopress_pro_schemas_manual":[{"_seopress_pro_rich_snippets_type":"none"}],"_seopress_pro_rich_snippets_disable_all":"","_seopress_pro_rich_snippets_disable":[],"_seopress_pro_schemas":[],"footnotes":""},"class_list":["post-10659","page","type-page","status-publish"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.top-flowers.com\/en\/wp-json\/wp\/v2\/pages\/10659","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.top-flowers.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.top-flowers.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.top-flowers.com\/en\/wp-json\/wp\/v2\/users\/1112"}],"replies":[{"embeddable":true,"href":"https:\/\/www.top-flowers.com\/en\/wp-json\/wp\/v2\/comments?post=10659"}],"version-history":[{"count":1,"href":"https:\/\/www.top-flowers.com\/en\/wp-json\/wp\/v2\/pages\/10659\/revisions"}],"predecessor-version":[{"id":94239,"href":"https:\/\/www.top-flowers.com\/en\/wp-json\/wp\/v2\/pages\/10659\/revisions\/94239"}],"wp:attachment":[{"href":"https:\/\/www.top-flowers.com\/en\/wp-json\/wp\/v2\/media?parent=10659"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}