{"id":11,"date":"2025-12-08T10:17:58","date_gmt":"2025-12-08T10:17:58","guid":{"rendered":"http:\/\/client.webino.hr\/?page_id=11"},"modified":"2025-12-17T15:44:50","modified_gmt":"2025-12-17T15:44:50","slug":"pocetna","status":"publish","type":"page","link":"https:\/\/flowersfantasy.hr\/","title":{"rendered":"Po\u010detna"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11\" class=\"elementor elementor-11\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0948fa7 e-con-full e-flex e-con e-parent\" data-id=\"0948fa7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f30f86 elementor-widget elementor-widget-html\" data-id=\"2f30f86\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\n    class CustomHeader extends HTMLElement {\r\n  connectedCallback() {\r\n    this.attachShadow({ mode: 'open' });\r\n    this.shadowRoot.innerHTML = `\r\n      <style>\r\n        :host {\r\n          display: block;\r\n          position: fixed;\r\n          top: 0;\r\n          left: 0;\r\n          right: 0;\r\n          z-index: 1000;\r\n          backdrop-filter: blur(10px);\r\n          background: rgba(0, 0, 0, 0.9);\r\n          border-bottom: 1px solid #D4A23A;\r\n          transition: all 0.3s ease;\r\n        }\r\n\r\n        .header-container {\r\n          max-width: 1200px;\r\n          margin: 0 auto;\r\n          padding: 0 1.5rem;\r\n        }\r\n\r\n        .header-content {\r\n          display: flex;\r\n          align-items: center;\r\n          justify-content: space-between;\r\n          height: 80px;\r\n        }\r\n\r\n        .logo {\r\n          display: flex;\r\n          align-items: center;\r\n          text-decoration: none;\r\n        }\r\n\r\n        .logo-text {\r\n          font-family: 'Playfair Display', serif;\r\n          font-weight: 700;\r\n          font-size: 1.5rem;\r\n          background: linear-gradient(135deg, #F7D56A 0%, #D4A23A 100%);\r\n          -webkit-background-clip: text;\r\n          -webkit-text-fill-color: transparent;\r\n          background-clip: text;\r\n        }\r\n\r\n        .nav-links {\r\n          display: flex;\r\n          align-items: center;\r\n          gap: 2rem;\r\n        }\r\n\r\n        .nav-link {\r\n          color: #F6F0E8;\r\n          text-decoration: none;\r\n          font-family: 'Montserrat', sans-serif;\r\n          font-weight: 500;\r\n          font-size: 0.95rem;\r\n          transition: all 0.3s ease;\r\n          position: relative;\r\n        }\r\n\r\n        .nav-link:hover {\r\n          color: #F7D56A;\r\n        }\r\n\r\n        .nav-link.active {\r\n          color: #F7D56A;\r\n        }\r\n\r\n        .nav-link::after {\r\n          content: '';\r\n          position: absolute;\r\n          bottom: -2px;\r\n          left: 0;\r\n          width: 0;\r\n          height: 2px;\r\n          background: linear-gradient(135deg, #F7D56A 0%, #D4A23A 100%);\r\n          transition: width 0.3s ease;\r\n        }\r\n\r\n        .nav-link:hover::after,\r\n        .nav-link.active::after {\r\n          width: 100%;\r\n        }\r\n\r\n        .cta-button {\r\n          background: linear-gradient(135deg, #F7D56A 0%, #D4A23A 100%);\r\n          color: #000000;\r\n          border: none;\r\n          padding: 0.75rem 1.5rem;\r\n          border-radius: 25px;\r\n          font-family: 'Montserrat', sans-serif;\r\n          font-weight: 600;\r\n          font-size: 0.9rem;\r\n          cursor: pointer;\r\n          transition: all 0.3s ease;\r\n          text-decoration: none;\r\n          display: inline-block;\r\n        }\r\n\r\n        .cta-button:hover {\r\n          transform: translateY(-2px);\r\n          box-shadow: 0 8px 25px rgba(247, 213, 106, 0.4);\r\n        }\r\n\r\n        .mobile-menu-toggle {\r\n          display: none;\r\n          background: none;\r\n          border: none;\r\n          color: #F7D56A;\r\n          cursor: pointer;\r\n        }\r\n\r\n        .mobile-menu {\r\n          display: none;\r\n          position: absolute;\r\n          top: 100%;\r\n          left: 0;\r\n          right: 0;\r\n          background: rgba(0, 0, 0, 0.95);\r\n          border-top: 1px solid #D4A23A;\r\n          padding: 1rem 0;\r\n        }\r\n\r\n        .mobile-nav-links {\r\n          display: flex;\r\n          flex-direction: column;\r\n          gap: 1rem;\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n          .nav-links {\r\n            display: none;\r\n          }\r\n\r\n          .mobile-menu-toggle {\r\n            display: block;\r\n          }\r\n\r\n          .mobile-menu.open {\r\n            display: block;\r\n          }\r\n        }\r\n\r\n        .scrolled {\r\n          background: rgba(0, 0, 0, 0.95);\r\n          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);\r\n        }\r\n      <\/style>\r\n\r\n      <header>\r\n        <div class=\"header-container\">\r\n          <div class=\"header-content\">\r\n            <a href=\"\/\" class=\"logo\">\r\n              <span class=\"logo-text\">Flower's Fantasy<\/span>\r\n            <\/a>\r\n\r\n            <nav class=\"nav-links\">\r\n              <a href=\"\/\" class=\"nav-link active\">Po\u010detna<\/a>\r\n              <a href=\"#ponuda\" class=\"nav-link\">Ponuda<\/a>\r\n              <a href=\"#contact\" class=\"nav-link\">Kontakt<\/a>\r\n              \r\n            <\/nav>\r\n\r\n            <button class=\"mobile-menu-toggle\" onclick=\"this.toggleMobileMenu()\">\r\n              <i data-feather=\"menu\"><\/i>\r\n            <\/button>\r\n          <\/div>\r\n\r\n          <div class=\"mobile-menu\">\r\n            <div class=\"mobile-nav-links\">\r\n              <a href=\"\/\" class=\"nav-link active\">Po\u010detna<\/a>\r\n              <a href=\"#ponuda\" class=\"nav-link\">Ponuda<\/a>\r\n              <a href=\"#contact\" class=\"nav-link\">Kontakt<\/a>\r\n              \r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n      <\/header>\r\n    `;\r\n\r\n    \/\/ Add scroll effect\r\n    this.addScrollEffect();\r\n    \r\n    \/\/ Replace icons after rendering\r\n    setTimeout(() => {\r\n      if (typeof feather !== 'undefined') {\r\n        feather.replace();\r\n      }\r\n    }, 100);\r\n  }\r\n\r\n  addScrollEffect() {\r\n    let ticking = false;\r\n    \r\n    const updateHeader = () => {\r\n      const scrolled = window.pageYOffset > 50;\r\n      const header = this.shadowRoot.querySelector('header');\r\n      \r\n      if (scrolled) {\r\n        header.classList.add('scrolled');\r\n      } else {\r\n        header.classList.remove('scrolled');\r\n      }\r\n      \r\n      ticking = false;\r\n    };\r\n\r\n    const onScroll = () => {\r\n      if (!ticking) {\r\n        requestAnimationFrame(updateHeader);\r\n        ticking = true;\r\n      }\r\n    };\r\n\r\n    window.addEventListener('scroll', onScroll);\r\n  }\r\n\r\n  toggleMobileMenu() {\r\n    const mobileMenu = this.shadowRoot.querySelector('.mobile-menu');\r\n    mobileMenu.classList.toggle('open');\r\n  }\r\n}\r\n\r\ncustomElements.define('custom-header', CustomHeader);\r\n\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a313351 e-con-full e-flex e-con e-parent\" data-id=\"a313351\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51c864e elementor-widget elementor-widget-html\" data-id=\"51c864e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"hr\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Flower's Fantasy - Cvje\u0107arnica Dubrovnik<\/title>\r\n    <link rel=\"icon\" type=\"image\/x-icon\" href=\"\/static\/favicon.ico\">\r\n    <link rel=\"stylesheet\" href=\"style.css\">\r\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/feather-icons\/dist\/feather.min.js\"><\/script>\r\n    <script src=\"https:\/\/unpkg.com\/feather-icons\"><\/script>\r\n    <script>\r\n        tailwind.config = {\r\n            theme: {\r\n                extend: {\r\n                    colors: {\r\n                        'fantasy-gold-light': '#F7D56A',\r\n                        'fantasy-gold-mid': '#D4A23A',\r\n                        'fantasy-gold-dark': '#9E7327',\r\n                        'soft-beige': '#F6F0E8',\r\n                        'rose-blush': '#E6C3C9',\r\n                        'olive-green': '#A8B48A',\r\n                    },\r\n                    fontFamily: {\r\n                        'playfair': ['Playfair Display', 'serif'],\r\n                        'montserrat': ['Montserrat', 'sans-serif'],\r\n                        'inter': ['Inter', 'sans-serif'],\r\n                        'dancing': ['Dancing Script', 'cursive']\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    <\/script>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700&family=Montserrat:wght@300;400;500;600&family=Inter:wght@300;400;500&family=Dancing+Script:wght@400;500&display=swap\" rel=\"stylesheet\">\r\n<\/head>\r\n<body class=\"bg-black font-inter\">\r\n    <custom-header><\/custom-header>\r\n<!-- Hero Section -->\r\n    <section id=\"hero\" class=\"relative min-h-screen bg-soft-beige flex items-center justify-center overflow-hidden\" style=\"padding-left: 10vw; padding-right: 10vw;\">\r\n<div class=\"absolute inset-0 bg-soft-beige\" ><\/div>\r\n        <div class=\"absolute top-0 left-0 w-full h-full opacity-10\">\r\n            <div class=\"absolute top-1\/4 left-1\/4 w-64 h-64 bg-fantasy-gold-light rounded-full blur-3xl\"><\/div>\r\n            <div class=\"absolute bottom-1\/4 right-1\/4 w-96 h-96 bg-fantasy-gold-mid rounded-full blur-3xl\"><\/div>\r\n        <\/div>\r\n        \r\n        <div class=\"relative z-10 container mx-auto px-6 lg:px-12\">\r\n            <div class=\"grid lg:grid-cols-2 gap-12 items-center\">\r\n                <div class=\"text-center lg:text-left\">\r\n                    <div class=\"mb-8\">\r\n                        <h1 class=\"text-5xl lg:text-7xl font-playfair font-bold mb-6\">\r\n                            <span class=\"text-fantasy-gold-dark\">Flower's<\/span>\r\n                            <span class=\"text-black\">Fantasy<\/span>\r\n                        <\/h1>\r\n                        <p class=\"text-xl lg:text-2xl font-playfair italic text-fantasy-gold-dark mb-4\">\r\n                            Dubrova\u010dka Cvje\u0107arnica\r\n                        <\/p>\r\n                        <p class=\"text-lg lg:text-xl text-gray-800 mb-8 max-w-2xl\">\r\n                            Elegantni buketi i unikatne floralne kreacije za svaku prigodu. \r\n                            Svaki na\u0161 buket je mala fantazija.\r\n                        <\/p>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"space-y-4 mb-8\">\r\n                            <div class=\"flex items-center justify-center lg:justify-start space-x-3 text-gray-800\">\r\n                                <i data-feather=\"map-pin\" class=\"w-5 h-5 text-fantasy-gold-dark\"><\/i>\r\n                                <span>Vukovarska ul. 1, Dubrovnik<\/span>\r\n                            <\/div>\r\n                            <div class=\"flex items-center justify-center lg:justify-start space-x-3 text-gray-800\">\r\n                                <i data-feather=\"phone\" class=\"w-5 h-5 text-fantasy-gold-dark\"><\/i>\r\n                                <span>020 333 600<\/span>\r\n                            <\/div>\r\n                        <\/div>\r\n<a href=\"#contact\" class=\"inline-block bg-gradient-to-r from-fantasy-gold-light to-fantasy-gold-dark hover:from-fantasy-gold-mid hover:to-fantasy-gold-dark text-black font-semibold px-8 py-4 rounded-full transform hover:scale-105 transition-all duration-300 shadow-lg hover:shadow-xl group relative overflow-hidden\">\r\n                        <span class=\"relative z-10\">NARU\u010cI BUKET<\/span>\r\n                        <div class=\"absolute inset-0 bg-gradient-to-r from-white to-fantasy-gold-light opacity-0 group-hover:opacity-20 transition-opacity duration-300\"><\/div>\r\n                    <\/a>\r\n                <\/div>\r\n                \r\n                <div class=\"relative\">\r\n                    <div class=\"relative rounded-2xl overflow-hidden shadow-2xl transform hover:scale-105 transition-transform duration-500\">\r\n                        <img decoding=\"async\" src=\"http:\/\/client.webino.hr\/wp-content\/uploads\/2025\/12\/naslovna.jpg\" alt=\"Premium Flower Bouquet\" class=\"w-full h-96 lg:h-[500px] object-cover\">\r\n                        <div class=\"absolute inset-0 bg-gradient-to-t from-black\/50 to-transparent\"><\/div>\r\n                        <div class=\"absolute bottom-6 left-6 right-6\">\r\n                            <p class=\"font-dancing text-2xl text-fantasy-gold-light\">\"Za va\u0161e posebne trenutke kreiramo cvjetne uspomene.\"<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Why Section -->\r\n    <section class=\"py-20 bg-soft-beige\">\r\n        <div class=\"container mx-auto px-6\">\r\n            <h2 class=\"font-playfair text-4xl md:text-5xl text-center mb-16 text-black\">\r\n                Za\u0161to Flower's Fantasy?\r\n            <\/h2>\r\n            <div class=\"grid md:grid-cols-2 lg:grid-cols-4 gap-8\">\r\n                <div class=\"text-center p-6\">\r\n                    <div class=\"w-16 h-16 mx-auto mb-4 bg-fantasy-gold-light rounded-full flex items-center justify-center\">\r\n                        <i data-feather=\"heart\" class=\"w-8 h-8 text-black\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"font-playfair text-xl mb-3 text-black\">Ru\u010dno aran\u017eirani buketi<\/h3>\r\n                    <p class=\"text-gray-700\">Po va\u0161oj \u017eelji kreiramo jedinstvene floralne kompozicije<\/p>\r\n                <\/div>\r\n                <div class=\"text-center p-6\">\r\n                    <div class=\"w-16 h-16 mx-auto mb-4 bg-fantasy-gold-light rounded-full flex items-center justify-center\">\r\n                        <i data-feather=\"truck\" class=\"w-8 h-8 text-black\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"font-playfair text-xl mb-3 text-black\">Dostava po Dubrovniku<\/h3>\r\n                    <p class=\"text-gray-700\">Brza i sigurna dostava za va\u0161a doga\u0111anja<\/p>\r\n                <\/div>\r\n                <div class=\"text-center p-6\">\r\n                    <div class=\"w-16 h-16 mx-auto mb-4 bg-fantasy-gold-light rounded-full flex items-center justify-center\">\r\n                        <i data-feather=\"star\" class=\"w-8 h-8 text-black\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"font-playfair text-xl mb-3 text-black\">Svje\u017ee cvije\u0107e<\/h3>\r\n                    <p class=\"text-gray-700\">Samo najsvje\u017eije cvije\u0107e za va\u0161e posebne trenutke<\/p>\r\n                <\/div>\r\n                <div class=\"text-center p-6\">\r\n                    <div class=\"w-16 h-16 mx-auto mb-4 bg-fantasy-gold-light rounded-full flex items-center justify-center\">\r\n                        <i data-feather=\"gift\" class=\"w-8 h-8 text-black\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"font-playfair text-xl mb-3 text-black\">Personalizirani pokloni<\/h3>\r\n                    <p class=\"text-gray-700\">Dodajte osobni pe\u010dat svakom poklonu<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Ponuda Section -->\r\n    <section id=\"ponuda\" class=\"py-20 bg-fantasy-gold-dark\" style=\"padding-left: 10vw; padding-right: 10vw; align-items: center !important;\">\r\n        <div class=\"container mx-auto px-6\">\r\n            <h2 class=\"font-playfair text-4xl md:text-5xl text-center mb-16 text-white\">\r\n                Na\u0161a Ponuda\r\n            <\/h2>\r\n            \r\n\r\n\r\n            <div class=\"grid md:grid-cols-2 lg:grid-cols-3 gap-8\">\r\n                <!-- Product Cards -->\r\n                <div class=\"product-card bg-black border border-fantasy-gold-mid rounded-lg overflow-hidden transition-all duration-300 hover:scale-105\">\r\n                    <img decoding=\"async\" src=\"http:\/\/client.webino.hr\/wp-content\/uploads\/2025\/12\/buketi-3.jpeg\" alt=\"Buketi\" class=\"w-full h-64 object-cover\">\r\n                    <div class=\"p-6\">\r\n                        <h3 class=\"font-playfair text-2xl text-white mb-2\">Elegantni Buketi<\/h3>\r\n                        <p class=\"text-soft-beige mb-4\">Ru\u010dno sastavljeni buketi za sve prigode<\/p>\r\n                        \r\n                        <div class=\"flex justify-between items-center\">\r\n                            <span class=\"font-montserrat text-fantasy-gold-light text-xl\">20\u20ac+<\/span>\r\n                            \r\n                        <\/div>\r\n<\/div>\r\n                <\/div>\r\n                <div class=\"product-card bg-black border border-fantasy-gold-mid rounded-lg overflow-hidden transition-all duration-300 hover:scale-105\">\r\n                    <img decoding=\"async\" src=\"http:\/\/client.webino.hr\/wp-content\/uploads\/2025\/12\/box-2.jpeg\" alt=\"Flower Box\" class=\"w-full h-64 object-cover\">\r\n                    <div class=\"p-6\">\r\n                        <h3 class=\"font-playfair text-2xl text-white mb-2\">Flower Box<\/h3>\r\n                        <p class=\"text-soft-beige mb-4\">Moderne kutije s cvije\u0107em za savr\u0161en poklon<\/p>\r\n                        <div class=\"flex justify-between items-center\">\r\n                            <span class=\"font-montserrat text-fantasy-gold-light text-xl\">27\u20ac+<\/span>\r\n                            \r\n                        <\/div>\r\n<\/div>\r\n                <\/div>\r\n                <div class=\"product-card bg-black border border-fantasy-gold-mid rounded-lg overflow-hidden transition-all duration-300 hover:scale-105\">\r\n                    <img decoding=\"async\" src=\"http:\/\/client.webino.hr\/wp-content\/uploads\/2025\/12\/aranzmani-2.jpeg\" alt=\"Aran\u017emani\" class=\"w-full h-64 object-cover\">\r\n                    <div class=\"p-6\">\r\n                        <h3 class=\"font-playfair text-2xl text-white mb-2\">Aran\u017emani<\/h3>\r\n                        <p class=\"text-soft-beige mb-4\">Specijalni aran\u017emani za darivanje na posebnim prilikama<\/p>\r\n                        <div class=\"flex justify-between items-center\">\r\n                            <span class=\"font-montserrat text-fantasy-gold-light text-xl\">24\u20ac+<\/span>\r\n                            \r\n                        <\/div>\r\n<\/div>\r\n                <\/div>\r\n                <div class=\"product-card bg-black border border-fantasy-gold-mid rounded-lg overflow-hidden transition-all duration-300 hover:scale-105\">\r\n                    <img decoding=\"async\" src=\"http:\/\/client.webino.hr\/wp-content\/uploads\/2025\/12\/ostale-dekoracije-4.jpeg\">\r\n                    <div class=\"p-6\">\r\n                        <h3 class=\"font-playfair text-2xl text-white mb-2\">Dekoracije Doga\u0111aja<\/h3>\r\n                        <p class=\"text-soft-beige mb-4\">Event dekoracije za sve\u010danosti i ostala doga\u0111anja<\/p>\r\n                        <div class=\"flex justify-between items-center\">\r\n                            <span class=\"font-montserrat text-fantasy-gold-light text-xl\">33\u20ac+<\/span>\r\n                            \r\n                        <\/div>\r\n<\/div>\r\n                <\/div>\r\n                <div class=\"product-card bg-black border border-fantasy-gold-mid rounded-lg overflow-hidden transition-all duration-300 hover:scale-105\">\r\n                    <img decoding=\"async\" src=\"http:\/\/client.webino.hr\/wp-content\/uploads\/2025\/12\/vjencani-buketi-1.jpeg\" alt=\"Vjen\u010dani buketi\" class=\"w-full h-64 object-cover\">\r\n                    <div class=\"p-6\">\r\n                        <h3 class=\"font-playfair text-2xl text-white mb-2\">Vjen\u010dani buketi<\/h3>\r\n                        <p class=\"text-soft-beige mb-4\">Nevjerojatni buketi za va\u0161 poseban dan<\/p>\r\n                        <div class=\"flex justify-between items-center\">\r\n                            <span class=\"font-montserrat text-fantasy-gold-light text-xl\">40\u20ac+<\/span>\r\n                           \r\n                        <\/div>\r\n<\/div>\r\n                <\/div>\r\n                <div class=\"product-card bg-black border border-fantasy-gold-mid rounded-lg overflow-hidden transition-all duration-300 hover:scale-105\">\r\n                    <img decoding=\"async\" src=\"http:\/\/client.webino.hr\/wp-content\/uploads\/2025\/12\/ostale-dekoracije-5.jpeg\" alt=\"Ostale dekoracije\" class=\"w-full h-64 object-cover\">\r\n                    <div class=\"p-6\">\r\n                        <h3 class=\"font-playfair text-2xl text-white mb-2\">Ostale Dekoracije<\/h3>\r\n                        <p class=\"text-soft-beige mb-4\">Dekoracije po narud\u017ebi. Kontaktirajte nas!<\/p>\r\n                        <div class=\"flex justify-between items-center\">\r\n                            <span class=\"font-montserrat text-fantasy-gold-light text-xl\">29\u20ac+<\/span>\r\n                            \r\n                        <\/div>\r\n<\/div>\r\n                <\/div>\r\n                \r\n            <\/div>\r\n           <div class=\"text-center mb-8\">\r\n    <a href=\"#galerija\" \r\n       class=\"inline-block bg-black hover:bg-neutral-800 text-white hover:text-white font-semibold px-8 py-4 rounded-full transform hover:scale-105 transition-all duration-300 shadow-lg hover:shadow-xl group relative overflow-hidden\" style=\"margin-top: 30px;\">\r\n        \r\n        <span class=\"relative z-10\">POGLEDAJTE GALERIJU<\/span>\r\n\r\n        <div class=\"absolute inset-0 bg-white opacity-0 group-hover:opacity-10 transition-opacity duration-300\"><\/div>\r\n    <\/a>\r\n<\/div>\r\n                    \r\n        <\/div>\r\n         \r\n    <\/section>\r\n    <!-- Delivery Section -->\r\n    <section class=\"py-20 bg-soft-beige\">\r\n<div class=\"container mx-auto px-6 text-center\">\r\n            <h2 class=\"font-playfair text-4xl md:text-5xl mb-8 text-black\">\r\n                Dostava i Narud\u017ebe\r\n            <\/h2>\r\n            <p class=\"text-xl text-gray-700 mb-8 max-w-3xl mx-auto\">\r\n                <strong>Ako \u017eelite naru\u010diti cvije\u0107e, jednostavno nas kontaktirajte i sve \u0107emo dogovoriti.<\/strong>\r\nPripremamo bukete po va\u0161oj \u017eelji i dogovaramo detalje direktno s vama \u2014 brzo, jednostavno i osobno.\r\n            <\/p>\r\n            <div class=\"flex flex-col md:flex-row justify-center md:space-x-4 space-y-4 md:space-y-0 delivery-cards-container\">\r\n                <div class=\"bg-white p-6 rounded-lg shadow-lg md:w-1\/3\">\r\n                    <i data-feather=\"clock\" class=\"w-12 h-12 text-fantasy-gold-mid mx-auto mb-4\"><\/i>\r\n                    <h3 class=\"font-playfair text-xl mb-2 text-center\">Brza narud\u017eba<\/h3>\r\n                    <p class=\"text-gray-600 text-center\">Telefonom mo\u017eemo dogovoriti sve detalje<\/p>\r\n                <\/div>\r\n                <div class=\"bg-white p-6 rounded-lg shadow-lg md:w-1\/3\">\r\n                    <i data-feather=\"heart\" class=\"w-12 h-12 text-fantasy-gold-mid mx-auto mb-4\"><\/i>\r\n                    <h3 class=\"font-playfair text-xl mb-2 text-center\">Personalizirani buketi<\/h3>\r\n                    <p class=\"text-gray-600 text-center\">Svaki buket prema va\u0161im \u017eeljama<\/p>\r\n                <\/div>\r\n                <div class=\"bg-white p-6 rounded-lg shadow-lg md:w-1\/3\">\r\n                    <i data-feather=\"truck\" class=\"w-12 h-12 text-fantasy-gold-mid mx-auto mb-4\"><\/i>\r\n                    <h3 class=\"font-playfair text-xl mb-2 text-center\">Dostava po Dubrovniku<\/h3>\r\n                    <p class=\"text-gray-600 text-center\">Uz dogovor i pravoremeno javljanje!<\/p>\r\n                <\/div>\r\n            <\/div>\r\n<\/div>\r\n    <\/section>\r\n\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb19549 e-flex e-con-boxed e-con e-child\" data-id=\"bb19549\" data-element_type=\"container\" id=\"galerija\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0512f08 elementor-widget elementor-widget-html\" data-id=\"0512f08\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- Gallery Section -->\r\n            <h2 class=\"font-playfair text-4xl md:text-5xl text-center mb-16 text-black\">\r\n                Galerija Radova\r\n            <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5fc6e21 elementor-widget elementor-widget-gallery\" data-id=\"5fc6e21\" data-element_type=\"widget\" data-settings=\"{&quot;lazyload&quot;:&quot;yes&quot;,&quot;gallery_layout&quot;:&quot;grid&quot;,&quot;columns&quot;:4,&quot;columns_tablet&quot;:2,&quot;columns_mobile&quot;:1,&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;link_to&quot;:&quot;file&quot;,&quot;aspect_ratio&quot;:&quot;3:2&quot;,&quot;overlay_background&quot;:&quot;yes&quot;,&quot;content_hover_animation&quot;:&quot;fade-in&quot;}\" data-widget_type=\"gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-gallery__titles-container e--pointer-underline e--animation-fade\" aria-label=\"Gallery filter\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<a class=\"elementor-item elementor-gallery-title\" role=\"button\" tabindex=\"0\" data-gallery-index=\"0\">\n\t\t\t\t\t\tElegantni Buketi\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-item elementor-gallery-title\" role=\"button\" tabindex=\"0\" data-gallery-index=\"1\">\n\t\t\t\t\t\tFlower box\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-item elementor-gallery-title\" role=\"button\" tabindex=\"0\" data-gallery-index=\"2\">\n\t\t\t\t\t\tAran\u017emani\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-item elementor-gallery-title\" role=\"button\" tabindex=\"0\" data-gallery-index=\"3\">\n\t\t\t\t\t\tVjen\u010dani Buketi\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-item elementor-gallery-title\" role=\"button\" tabindex=\"0\" data-gallery-index=\"4\">\n\t\t\t\t\t\tOstale Dekoracije\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-gallery__container\">\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-1.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"buketi 1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDcsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2J1a2V0aS0xLmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-1-768x1101.jpeg\" data-width=\"768\" data-height=\"1101\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"buketi 2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDgsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2J1a2V0aS0yLmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-2-768x1315.jpeg\" data-width=\"768\" data-height=\"1315\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"buketi 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDksInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2J1a2V0aS0zLmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-3-768x996.jpeg\" data-width=\"768\" data-height=\"996\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-4.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"buketi 4\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2J1a2V0aS00LmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-4-768x980.jpeg\" data-width=\"768\" data-height=\"980\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-5.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"buketi 5\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTEsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2J1a2V0aS01LmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-5-768x1567.jpeg\" data-width=\"768\" data-height=\"1567\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-6.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"buketi 6\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTIsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2J1a2V0aS02LmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-6-768x996.jpeg\" data-width=\"768\" data-height=\"996\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-7.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"buketi 7\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTMsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2J1a2V0aS03LmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-7-768x1006.jpeg\" data-width=\"768\" data-height=\"1006\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-8.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"buketi 8\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTQsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2J1a2V0aS04LmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-8-768x991.jpeg\" data-width=\"768\" data-height=\"991\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-9.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"buketi 9\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTUsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2J1a2V0aS05LmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-9-768x1004.jpeg\" data-width=\"768\" data-height=\"1004\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-10.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"buketi 10\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTYsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2J1a2V0aS0xMC5qcGVnIiwic2xpZGVzaG93IjoiNWZjNmUyMSJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-10-768x996.jpeg\" data-width=\"768\" data-height=\"996\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-11.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"buketi 11\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTcsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2J1a2V0aS0xMS5qcGVnIiwic2xpZGVzaG93IjoiNWZjNmUyMSJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-11-768x1026.jpeg\" data-width=\"768\" data-height=\"1026\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-12.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"buketi 12\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTgsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2J1a2V0aS0xMi5qcGVnIiwic2xpZGVzaG93IjoiNWZjNmUyMSJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-12-768x1009.jpeg\" data-width=\"768\" data-height=\"1009\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"0\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-13.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"buketi 13\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTksInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2J1a2V0aS0xMy5qcGVnIiwic2xpZGVzaG93IjoiNWZjNmUyMSJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/buketi-13-768x1008.jpeg\" data-width=\"768\" data-height=\"1008\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"1\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/box-1.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"box 1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDMsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2JveC0xLmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/box-1-768x1006.jpeg\" data-width=\"768\" data-height=\"1006\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"1\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/box-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"box 2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2JveC0yLmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/box-2-768x1004.jpeg\" data-width=\"768\" data-height=\"1004\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"1\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/box-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"box 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2JveC0zLmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/box-3-768x1004.jpeg\" data-width=\"768\" data-height=\"1004\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"1\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/box-4.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"box 4\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDYsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2JveC00LmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/box-4-768x984.jpeg\" data-width=\"768\" data-height=\"984\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"2\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/aranzmani-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"aranzmani 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjAsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2FyYW56bWFuaS0zLmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/aranzmani-3-768x1010.jpeg\" data-width=\"768\" data-height=\"1010\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"2\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/aranzmani-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"aranzmani 2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjEsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2FyYW56bWFuaS0yLmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/aranzmani-2-768x1013.jpeg\" data-width=\"768\" data-height=\"1013\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"2\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/aranzmani-1.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"aranzmani 1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjIsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2FyYW56bWFuaS0xLmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/aranzmani-1-768x342.jpeg\" data-width=\"768\" data-height=\"342\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"2\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/aranzmani-4.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"aranzmani 4\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzcsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2FyYW56bWFuaS00LmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/aranzmani-4-768x557.jpeg\" data-width=\"768\" data-height=\"557\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"2\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/aranzmani-5.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"aranzmani 5\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzYsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2FyYW56bWFuaS01LmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/aranzmani-5-768x998.jpeg\" data-width=\"768\" data-height=\"998\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"3\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/vjencani-buketi-1.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"vjencani buketi 1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDIsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL3ZqZW5jYW5pLWJ1a2V0aS0xLmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/vjencani-buketi-1-768x1015.jpeg\" data-width=\"768\" data-height=\"1015\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"3\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/vjencani-buketi-5.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"vjencani buketi 5\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDEsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL3ZqZW5jYW5pLWJ1a2V0aS01LmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/vjencani-buketi-5-768x1004.jpeg\" data-width=\"768\" data-height=\"1004\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"3\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/vjencani-buketi-4.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"vjencani buketi 4\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDAsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL3ZqZW5jYW5pLWJ1a2V0aS00LmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/vjencani-buketi-4-768x1006.jpeg\" data-width=\"768\" data-height=\"1006\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"3\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/vjencani-buketi-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"vjencani buketi 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzksInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL3ZqZW5jYW5pLWJ1a2V0aS0zLmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/vjencani-buketi-3-768x1000.jpeg\" data-width=\"768\" data-height=\"1000\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"3\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/vjencani-buketi-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"vjencani buketi 2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzgsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL3ZqZW5jYW5pLWJ1a2V0aS0yLmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/vjencani-buketi-2-768x1004.jpeg\" data-width=\"768\" data-height=\"1004\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"4\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/ostale-dekoracije-1.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"ostale dekoracije 1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjYsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL29zdGFsZS1kZWtvcmFjaWplLTEuanBlZyIsInNsaWRlc2hvdyI6IjVmYzZlMjEifQ%3D%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/ostale-dekoracije-1-768x978.jpeg\" data-width=\"768\" data-height=\"978\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"4\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/ostale-dekoracije-2.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"ostale dekoracije 2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjcsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL29zdGFsZS1kZWtvcmFjaWplLTIuanBlZyIsInNsaWRlc2hvdyI6IjVmYzZlMjEifQ%3D%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/ostale-dekoracije-2.jpeg\" data-width=\"760\" data-height=\"1845\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"4\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/ostale-dekoracije-3.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"ostale dekoracije 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL29zdGFsZS1kZWtvcmFjaWplLTMuanBlZyIsInNsaWRlc2hvdyI6IjVmYzZlMjEifQ%3D%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/ostale-dekoracije-3-768x1002.jpeg\" data-width=\"768\" data-height=\"1002\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"4\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/ostale-dekoracije-4.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"ostale dekoracije 4\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjksInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL29zdGFsZS1kZWtvcmFjaWplLTQuanBlZyIsInNsaWRlc2hvdyI6IjVmYzZlMjEifQ%3D%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/ostale-dekoracije-4-768x1000.jpeg\" data-width=\"768\" data-height=\"1000\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"4\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/ostale-dekoracije-5.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"ostale dekoracije 5\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzAsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL29zdGFsZS1kZWtvcmFjaWplLTUuanBlZyIsInNsaWRlc2hvdyI6IjVmYzZlMjEifQ%3D%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/ostale-dekoracije-5-768x981.jpeg\" data-width=\"768\" data-height=\"981\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"4\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/ostale-dekoracije-6.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"ostale dekoracije 6\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzEsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL29zdGFsZS1kZWtvcmFjaWplLTYuanBlZyIsInNsaWRlc2hvdyI6IjVmYzZlMjEifQ%3D%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/ostale-dekoracije-6-768x1003.jpeg\" data-width=\"768\" data-height=\"1003\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"4\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/ostale-dekoracije-9.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"ostale dekoracije 9\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzIsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL29zdGFsZS1kZWtvcmFjaWplLTkuanBlZyIsInNsaWRlc2hvdyI6IjVmYzZlMjEifQ%3D%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/ostale-dekoracije-9-768x745.jpeg\" data-width=\"768\" data-height=\"745\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"4\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/ostale-dekoracije-7.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"ostale dekoracije 7\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzMsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL29zdGFsZS1kZWtvcmFjaWplLTcuanBlZyIsInNsaWRlc2hvdyI6IjVmYzZlMjEifQ%3D%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/ostale-dekoracije-7-768x1323.jpeg\" data-width=\"768\" data-height=\"1323\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"4\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/ostale-dekoracije-8.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"ostale dekoracije 8\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzQsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL29zdGFsZS1kZWtvcmFjaWplLTguanBlZyIsInNsaWRlc2hvdyI6IjVmYzZlMjEifQ%3D%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/ostale-dekoracije-8-768x996.jpeg\" data-width=\"768\" data-height=\"996\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" data-e-gallery-tags=\"4\" href=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/ostale-dekoracije-10.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5fc6e21\" data-elementor-lightbox-title=\"ostale dekoracije 10\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzUsInVybCI6Imh0dHBzOlwvXC9mbG93ZXJzZmFudGFzeS5oclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL29zdGFsZS1kZWtvcmFjaWplLTEwLmpwZWciLCJzbGlkZXNob3ciOiI1ZmM2ZTIxIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/flowersfantasy.hr\/wp-content\/uploads\/2025\/12\/ostale-dekoracije-10-768x1138.jpeg\" data-width=\"768\" data-height=\"1138\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b894673 elementor-widget elementor-widget-html\" data-id=\"b894673\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<html>\r\n    <!-- Hours Section -->\r\n    <section class=\"py-20 bg-fantasy-gold-dark\">\r\n        <div class=\"container mx-auto px-6\">\r\n            <h2 class=\"font-playfair text-4xl md:text-5xl text-center mb-16 text-white\">\r\n                Radno Vrijeme\r\n            <\/h2>\r\n            <div class=\"max-w-2xl mx-auto bg-black rounded-lg shadow-2xl p-8 border border-fantasy-gold-light\">\r\n            <div class=\"space-y-4\">\r\n                <div class=\"flex justify-between items-center py-3 border-b border-fantasy-gold-mid\">\r\n                <span class=\"font-montserrat text-white\">Ponedjeljak - Subota<\/span>\r\n                <span class=\"font-montserrat text-fantasy-gold-light\">08:30 - 20:00<\/span>\r\n                <\/div>\r\n                \r\n                <div class=\"flex justify-between items-center py-3\">\r\n                <span class=\"font-montserrat text-white\">Nedjelja<\/span>\r\n                <span class=\"font-montserrat text-fantasy-gold-light\">Zatvoreno<\/span>\r\n                <\/div>\r\n            <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Contact Section -->\r\n    <section id=\"contact\" class=\"py-20 bg-soft-beige\">\r\n        <div class=\"container mx-auto px-6\">\r\n            <h2 class=\"font-playfair text-4xl md:text-5xl text-center mb-16 text-black\">\r\n                Kontaktirajte Nas\r\n            <\/h2>\r\n            <div class=\"grid md:grid-cols-2 gap-12 max-w-6xl mx-auto\">\r\n                <div>\r\n                    <h3 class=\"font-playfair text-2xl mb-6 text-black\">Flower's Fantasy \u2013 Dubrovnik<\/h3>\r\n                    <div class=\"space-y-4 mb-8\">\r\n                        <div class=\"flex items-center\">\r\n                            <i data-feather=\"map-pin\" class=\"w-6 h-6 mr-4 text-fantasy-gold-mid\"><\/i>\r\n                            <span class=\"text-gray-700\">Vukovarska ul. 1, Dubrovnik<\/span>\r\n                        <\/div>\r\n                        <div class=\"flex items-center\">\r\n                            <i data-feather=\"phone\" class=\"w-6 h-6 mr-4 text-fantasy-gold-mid\"><\/i>\r\n                            <span class=\"text-gray-700\">020 333 600<\/span>\r\n                        <\/div>\r\n                        <div class=\"flex items-center\">\r\n                            <i data-feather=\"mail\" class=\"w-6 h-6 mr-4 text-fantasy-gold-mid\"><\/i>\r\n                            <span class=\"text-gray-700\">flowersfantasy.du@gmail.com<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"bg-white p-6 rounded-lg shadow-lg\">\r\n                        <h4 class=\"font-playfair text-xl mb-4\">Hitna Narud\u017eba?<\/h4>\r\n                        <p class=\"text-gray-600 mb-4\">Nazovite nas odmah za hitne narud\u017ebe<\/p>\r\n                        <a href=\"tel:+38520333600\" class=\"btn-gold px-6 py-3 inline-block\">Pozovite<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                \r\n                <div style=\"width:100%;height:500px;\" data-fillout-id=\"i3ZfXCfd63us\" data-fillout-embed-type=\"standard\" data-fillout-inherit-parameters data-fillout-dynamic-resize><\/div><script src=\"https:\/\/server.fillout.com\/embed\/v1\/\"><\/script>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <custom-footer><\/custom-footer>\r\n\r\n    <script src=\"components\/header.js\"><\/script>\r\n    <script src=\"components\/footer.js\"><\/script>\r\n    <script src=\"script.js\"><\/script>\r\n    <script>feather.replace();<\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-80c3fcd e-con-full e-flex e-con e-parent\" data-id=\"80c3fcd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2de320d elementor-widget elementor-widget-html\" data-id=\"2de320d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\n    class CustomFooter extends HTMLElement {\n  connectedCallback() {\n    this.attachShadow({ mode: 'open' });\n    this.shadowRoot.innerHTML = `\n      <style>\n        :host {\n          display: block;\n          background: #000000;\n          border-top: 1px solid #D4A23A;\n        }\n\n        svg {\n            overflow: visible;\n            margin-left: -2px;\n        }\n\n        .footer-container {\n          max-width: 1200px;\n          margin: 0 auto;\n          padding: 0 1.5rem;\n        }\n\n        .footer-content {\n          padding: 4rem 0 2rem;\n        }\n\n        .footer-grid {\n          display: flex;\n          flex-wrap: wrap;\n          justify-content: space-between;\n          gap: 2rem;\n          margin-bottom: 3rem;\n        }\n\n        .footer-section {\n          flex: 1;\n          min-width: 250px;\n          max-width: 300px;\n        }\n\n        .footer-section h3 {\n          font-family: 'Playfair Display', serif;\n          font-weight: 600;\n          color: #F7D56A;\n          margin-bottom: 1.5rem;\n          font-size: 1.25rem;\n        }\n\n        .footer-links {\n          display: flex;\n          flex-direction: column;\n          gap: 0.75rem;\n        }\n\n        .footer-link {\n          color: #F6F0E8;\n          text-decoration: none;\n          font-family: 'Montserrat', sans-serif;\n          font-weight: 400;\n          font-size: 0.95rem;\n          transition: all 0.3s ease;\n        }\n\n        .footer-link:hover {\n          color: #F7D56A;\n          transform: translateX(5px);\n        }\n\n        .contact-info {\n          display: flex;\n          flex-direction: column;\n          gap: 1rem;\n          color: #F6F0E8;\n          font-family: 'Montserrat', sans-serif;\n          font-size: 0.95rem;\n        }\n\n        .contact-item {\n          display: flex;\n          align-items: center;\n          gap: 0.75rem;\n        }\n\n        .contact-icon {\n          width: 18px;\n          height: 18px;\n          stroke: #F7D56A;\n        }\n\n        .hours-info {\n          display: flex;\n          flex-direction: column;\n          gap: 0.5rem;\n          margin-top: 1rem;\n        }\n\n        .hours-item {\n          display: flex;\n          justify-content: space-between;\n          padding: 0.5rem 0;\n          border-bottom: 1px solid rgba(212, 162, 58, 0.2);\n          color: #F6F0E8;\n          font-family: 'Montserrat', sans-serif;\n          font-size: 0.9rem;\n        }\n\n        .hours-item:last-child {\n          border-bottom: none;\n        }\n\n        .social-links {\n          display: flex;\n          gap: 1rem;\n          margin-top: 1.5rem;\n        }\n\n        .social-link {\n          display: inline-flex;\n          align-items: center;\n          justify-content: center;\n          width: 42px;\n          height: 42px;\n          border: 1px solid #D4A23A;\n          border-radius: 50%;\n          color: #F7D56A;\n          transition: all 0.3s ease;\n        }\n\n        .social-link:hover {\n          background: #F7D56A;\n          color: #000000;\n          transform: translateY(-3px);\n          box-shadow: 0 4px 12px rgba(247, 213, 106, 0.4);\n        }\n\n        .social-icon {\n          width: 22px;\n          height: 22px;\n          stroke-width: 1.8;\n          stroke: currentColor;\n        }\n\n        .copyright-section {\n          border-top: 1px solid rgba(212, 162, 58, 0.3);\n          padding-top: 2rem;\n          text-align: center;\n        }\n\n        .copyright-text {\n          color: #F6F0E8;\n          font-family: 'Montserrat', sans-serif;\n          font-size: 0.9rem;\n        }\n\n        @media (max-width: 768px) {\n          .footer-grid {\n            flex-direction: column;\n            gap: 2rem;\n          }\n        }\n      <\/style>\n\n      <footer>\n        <div class=\"footer-container\">\n          <div class=\"footer-content\">\n            <div class=\"footer-grid\">\n\n              <!-- About Section -->\n              <div class=\"footer-section\">\n                <h3>Flower's Fantasy<\/h3>\n                <p style=\"color: #F6F0E8; font-weight: 300; line-height: 1.6;\">\n                  Cvje\u0107arnica iz Dubrovnika. Kreiramo elegantne bukete i unikatne floralne aran\u017emane za sve prigode.\n                <\/p>\n\n                <div class=\"contact-info\">\n                  <div class=\"contact-item\">\n                    <svg class=\"contact-icon\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                      <path d=\"M21 10c0 6-9 12-9 12S3 16 3 10a9 9 0 1 1 18 0z\"\/>\n                      <circle cx=\"12\" cy=\"10\" r=\"3\"\/>\n                    <\/svg>\n                    <span>Vukovarska ul. 1, Dubrovnik<\/span>\n                  <\/div>\n\n                  <div class=\"contact-item\">\n                    <svg class=\"contact-icon\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                      <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.14 4.1 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.32a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\/>\n                    <\/svg>\n                    <span>020 333 600<\/span>\n                  <\/div>\n\n                  <div class=\"contact-item\">\n                    <svg class=\"contact-icon\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                      <path d=\"M4 4h16v16H4z\"\/>\n                      <polyline points=\"20,6 12,13 4,6\"\/>\n                    <\/svg>\n                    <span>flowersfantasy.du@gmail.com<\/span>\n                  <\/div>\n                <\/div>\n              <\/div>\n\n              <!-- Quick Links -->\n              <div class=\"footer-section\">\n                <h3>Brzi Linkovi<\/h3>\n                <div class=\"footer-links\">\n                  <a href=\"\/\" class=\"footer-link\">Po\u010detna<\/a>\n                  <a href=\"#ponuda\" class=\"footer-link\">Na\u0161a Ponuda<\/a>\n                  <a href=\"#contact\" class=\"footer-link\">Kontakt<\/a>\n                  <a href=\"https:\/\/flowersfantasy.hr\/?page_id=3\" class=\"footer-link\">Politika Privatnosti<\/a>\n                <\/div>\n              <\/div>\n\n              <!-- Services -->\n              <div class=\"footer-section\">\n                <h3>Usluge<\/h3>\n                <div class=\"footer-links\">\n                  <a href=\"#ponuda\" class=\"footer-link\">Elegantni Buketi<\/a>\n                  <a href=\"#ponuda\" class=\"footer-link\">Flower Box<\/a>\n                  <a href=\"#ponuda\" class=\"footer-link\">Vjen\u010dani Buketi<\/a>\n                  <a href=\"#ponuda\" class=\"footer-link\">Event Dekoracije<\/a>\n                <\/div>\n              <\/div>\n\n              <!-- Hours + Social -->\n              <div class=\"footer-section\">\n                <h3>Radno Vrijeme<\/h3>\n                <div class=\"hours-info\">\n                  <div class=\"hours-item\">\n                    <span>Ponedjeljak \u2013 Subota<\/span>\n                    <span>08:30 \u2013 20:00<\/span>\n                  <\/div>\n                  <div class=\"hours-item\">\n                    <span>Nedjelja<\/span>\n                    <span>Zatvoreno<\/span>\n                  <\/div>\n                <\/div>\n\n                <!-- Social links with SVG icons -->\n                <div class=\"social-links\">\n                  <a href=\"https:\/\/www.facebook.com\/profile.php?id=61555166747124\" class=\"social-link\" title=\"Facebook\">\n                    <svg class=\"social-icon\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                      <path d=\"M18 2h-3a4 4 0 0 0-4 4v3H8v4h3v9h4v-9h3l1-4h-4V6a1 1 0 0 1 1-1h3z\"\/>\n                    <\/svg>\n                  <\/a>\n\n                  <a href=\"https:\/\/www.instagram.com\/ff_flowersfantasy\/\" class=\"social-link\" title=\"Instagram\">\n                    <svg class=\"social-icon\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                      <rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"><\/rect>\n                      <path d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\"\/>\n                      <line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"><\/line>\n                    <\/svg>\n                  <\/a>\n\n                  <a href=\"mailto:flowersfantasy.du@gmail.com\" class=\"social-link\" title=\"Email\">\n                    <svg class=\"social-icon\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                      <rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"\/>\n                      <polyline points=\"22,6 12,13 2,6\"\/>\n                    <\/svg>\n                  <\/a>\n                <\/div>\n              <\/div>\n\n            <\/div>\n\n            <div class=\"copyright-section\">\n              <p class=\"copyright-text\">&copy; 2025 Flower's Fantasy Dubrovnik. Sva prava zadr\u017eana.<\/p>\n            <\/div>\n\n          <\/div>\n        <\/div>\n      <\/footer>\n    `;\n  }\n}\n\ncustomElements.define('custom-footer', CustomFooter);\n\n    \n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Flower&#8217;s Fantasy &#8211; Cvje\u0107arnica Dubrovnik Flower&#8217;s Fantasy Dubrova\u010dka Cvje\u0107arnica Elegantni buketi i unikatne floralne kreacije za svaku prigodu. Svaki na\u0161 buket je mala fantazija. Vukovarska ul. 1, Dubrovnik 020 333 600 NARU\u010cI BUKET &#8220;Za va\u0161e posebne trenutke kreiramo cvjetne uspomene.&#8221; Za\u0161to Flower&#8217;s Fantasy? Ru\u010dno aran\u017eirani buketi Po va\u0161oj \u017eelji kreiramo jedinstvene floralne kompozicije Dostava po [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-11","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/flowersfantasy.hr\/index.php?rest_route=\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/flowersfantasy.hr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/flowersfantasy.hr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/flowersfantasy.hr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/flowersfantasy.hr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11"}],"version-history":[{"count":55,"href":"https:\/\/flowersfantasy.hr\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":154,"href":"https:\/\/flowersfantasy.hr\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions\/154"}],"wp:attachment":[{"href":"https:\/\/flowersfantasy.hr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}