<!doctype html>
<html class="no-js" lang="en">
	
<head>
	
	
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-7887077-10"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-7887077-10');
</script>
	
	

<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<!-- Preconnect DNS for external assets -->
<link rel="preconnect" href="//cdnjs.cloudflare.com">
<link rel="preconnect" href="//use.typekit.net"> 
<link rel="preconnect" href="//cdn.jsdelivr.net">

<!-- Prefetch DNS for external assets -->
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
<link rel="dns-prefetch" href="//use.typekit.net"> 
<link rel="dns-prefetch" href="//cdn.jsdelivr.net">










<!-- Standard Meta Data -->
<title>Sweet Cicely | Award Winning Corporate & Home Catering Company - Dublin, Ireland</title>
<link rel="canonical" href="https://sweetcicely.ie/home/rss" />
<meta name="description" content="Sweet Cicely is an award-winning catering company based in Dublin. We provide office catering and catering for all events and occasions, from corporate meetings to birthday parties, communions, and family celebrations — all catered for in the comfort of your own home or office." />



<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="Sweet Cicely | Award Winning Corporate & Home Catering Company - Dublin, Ireland">
<meta itemprop="description" content="Sweet Cicely is an award-winning catering company based in Dublin. We provide office catering and catering for all events and occasions, from corporate meetings to birthday parties, communions, and family celebrations — all catered for in the comfort of your own home or office.">
<meta itemprop="image" content="https://sweetcicely.ie/zinc/logo/sweet-cicely-logo.png">

<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@sweetcicelydub">
<meta name="twitter:title" content="Sweet Cicely | Award Winning Corporate & Home Catering Company - Dublin, Ireland">
<meta name="twitter:description" content="Sweet Cicely is an award-winning catering company based in Dublin. We provide office catering and catering for all events and occasions, from corporate meetings to birthday parties, communions, and family celebrations — all catered for in the comfort of your own home or office.">
<meta name="twitter:creator" content="@sweetcicelydub">
<!-- Twitter summary card with large image must be at least 280x150px -->
<meta name="twitter:image:src" content="https://sweetcicely.ie/zinc/logo/sweet-cicely-logo.png">

<!-- Open Graph data -->
<meta property="og:title" content="Sweet Cicely | Award Winning Corporate & Home Catering Company - Dublin, Ireland" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://sweetcicely.ie/home/rss" />
<meta property="og:image" content="https://sweetcicely.ie/zinc/logo/sweet-cicely-logo.png" />
<meta property="og:description" content="Sweet Cicely is an award-winning catering company based in Dublin. We provide office catering and catering for all events and occasions, from corporate meetings to birthday parties, communions, and family celebrations — all catered for in the comfort of your own home or office." />
<meta property="og:site_name" content="Sweet Cicely" />
<meta property="article:published_time" content="2025-11-03T14:38:00+00:00" />
<meta property="article:modified_time" content="2026-05-25T16:20:45+01:00" />
<meta property="article:section" content="home" />
<meta property="article:tag" content="Article Tag" />
<meta property="fb:admins" content="1234072050" />






<meta name="google-site-verification" content="PvlMfN7umzQlhpgHX1nxfxLy9MZUDL1eZvfnoKMHtOw" />




<meta name="google-site-verification" content="H6OSxXyBNaYfvAyo5V5SwWBgEvnagBYlwgYFgSMxsAc" />














<link rel="stylesheet" href="https://cdn.jsdelivr.net/combine/npm/foundation-sites@6.6.3/dist/css/foundation-float.min.css,npm/motion-ui@2.0.3/dist/motion-ui.min.css,npm/aos@2.3.4/dist/aos.min.css">



<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/animate.css@4.1.1/animate.min.css">




<script defer src="https://use.fontawesome.com/releases/v5.5.0/js/all.js" integrity="sha384-GqVMZRt5Gn7tB9D9q7ONtcp4gtHIUEW/yG7h98J7IpE3kpi+srfFyyB/04OV6pG0" crossorigin="anonymous"></script>



<link rel="stylesheet" href="https://sweetcicely.ie/zinc/css/site.css">
<link rel="stylesheet" href="https://sweetcicely.ie//zinc/css/sharing.css">
<link rel="stylesheet" href="https://use.typekit.net/loe5ykp.css">








<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/motion-ui@2.0.3/dist/motion-ui.min.css" integrity="sha256-/RDuoWJeP+0R+zK2VAJ/r/6xLYFJ63pVjBdLoQCmoSQ=" crossorigin="anonymous">







	
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-7887077-10"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-7887077-10');
</script>




































<!-- Privacy POPUP and Cookie Consent -->

<!-- Privacy POPUP and Cookie Consent -->

    <style>
      /* Overlay (kept, but dimmer and transparent so the dark box stands out) */
/* Overlay: visible but click-through */
.popup-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 1.5rem;
  z-index: 9999;
  pointer-events: none;          /* allow clicks to pass through */
}

.popup-hidden {
  display: none;
}

/* Popup box: this still captures clicks */
.popup-box {
  background: #111827;
  color: #f9fafb;
  padding: 1.25rem 1.5rem;
  border-radius: 10px;
  max-width: 360px;
  width: 100%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  border: 1px solid rgba(249, 250, 251, 0.08);
  pointer-events: auto;          /* popup itself is clickable */
}

      .popup-title {
	    color: #ffffff;
        margin-top: 0;
        margin-bottom: 0.4rem;
        font-size: 1.1rem;
      }

      .popup-text {
        margin: 0 0 1rem 0;
        font-size: 0.9rem;
        color: #e5e7eb;
      }

      /* Link styling: yellow highlight */
      .popup-text a {
        color: #fde047;                      /* yellow text */
        text-decoration: underline;
      }

      .popup-text a:hover {
        color: #facc15;                      /* brighter yellow on hover */
      }

      .popup-actions {
        display: flex;
        justify-content: space-evenly;
        gap: 0.2rem;
        margin-top: 0.25rem;
      }

      .popup-button {
        border: none;
        padding: 0.45rem 0.9rem;
        border-radius: 999px;
        cursor: pointer;
        font-size: 0.85rem;
        transition: background 0.15s ease, color 0.15s ease, transform 0.08s ease;
      }

      .popup-button:active {
        transform: scale(0.96);
      }

      .popup-button-primary {
        background: #facc15;                 /* yellow button */
        color: #111827;
        font-weight: 600;
      }

      .popup-button-primary:hover {
        background: #eab308;
      }

      .popup-button-ghost {
        background: transparent;
        color: #e5e7eb;
        border: 1px solid rgba(148, 163, 184, 0.5);
      }

      .popup-button-ghost:hover {
	    color: #111827;
        background: #facc15;
      }

      /* Example semantic accent (optional) */
      .popup-success {
        border-left: 4px solid #22c55e;
      }

      .popup-warning {
        border-left: 4px solid #facc15;
      }

      .popup-danger {
        border-left: 4px solid #f97316;
      }

      /* Small screens: keep some breathing room */
      @media (max-width: 480px) {
        .popup-overlay {
          padding: 0.75rem;
        }
      }
    </style>











<!-- Google tag (gtag.js) --> 

<script async src="https://www.googletagmanager.com/gtag/js?id=AW-17033781512"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-17033781512'); </script>



<!-- Umami Xray --> 
<script defer src="https://x.ray.cx/script.js" data-website-id="3e7ca6d8-dd8a-40c7-9e3e-50a8e4fd0a88"></script>









<!-- Favicons -->


</head>





<body>
	
	
	
	



<!-- LARGE SCREENS NAVIGATION -->
<div class="logo-navigation-container scroll-resize-element show-for-medium">
<div class="row expanded">
	
	
	
	




<div class="small-12 medium-4 large-2 columns">
<div class="row">	
<div class="small-12 columns">
		
		
<div class="logo-head">
<a href="https://sweetcicely.ie/">
<img src="https://sweetcicely.ie/zinc/logo/sc-logo-circle-cream.png" />
</a>
</div>



</div>
</div>
</div>


	




	

<div class="small-12 medium-8 large-10 columns">	

<div class="small-text-center medium-text-center large-text-right">
<ul id="navigation" class="menu">
<li class="navlink scroll-resize-element "><a href="https://sweetcicely.ie/about-us">About Us</a></li>
<li class="navlink scroll-resize-element "><a href="https://sweetcicely.ie/our-food">Our Food</a></li>
<li class="navlink scroll-resize-element "><a href="https://sweetcicely.ie/menu">Our Menu</a></li>
<li class="navlink scroll-resize-element "><a href="https://sweetcicely.ie/testimonials">Testimonials</a></li>
<li class="navlink scroll-resize-element "><a href="https://sweetcicely.ie/contact">Contact</a></li>
<li class="navlink scroll-resize-element "><a href="https://sweetcicely.ie/order">Order</a></li>
</ul>
</div>

</div>





</div>
</div>
<!-- LARGE SCREENS NAVIGATION -->
















	
	
	
<!-- MOBILE and MEDIUM SCREENS NAVIGATION -->
<div class="logo-navigation-container-small hide-for-medium">
<div data-sticky-container>
<div class="title-bar" data-sticky data-sticky-on="small" data-options="marginTop:0;" data-top-anchor="1" style="width:100%">
	
		

	
<div class="small-navigation-containerx hide-for-medium">	
<div class="row" id="dsc-bg">




<div class="small-1 column">
<div class="nav-bars-icon text-left">	

<a data-open="full-screen-nav">
<i class="fas fa-bars"></i>
</a>

</div>
</div>



<div class="small-10 columns">
<div class="logo-head-small-med text-center">
<a href="https://sweetcicely.ie/">
<img src="https://sweetcicely.ie/zinc/logo/sweet-cicely-logo.png" />
</a>
</div>


</div>




<div class="small-1 column">
<div class="nav-bars-icon text-left">	

<a data-open="full-screen-nav">
<!-- Sweet Cicely -->
</a>

</div>
</div>






</div>
</div>





	




</div>
</div>
</div>





<div class="full reveal" id="full-screen-nav" data-reveal data-animate="fade-in fade-out">

<div class="full-screen-nav-inner">
	
<button class="close-button" data-close aria-label="Close reveal" type="button">
<span aria-hidden="true">&times;</span>
</button>	
	
	
<div class="logo-head-reveal-menu text-center">
<img src="https://sweetcicely.ie/zinc/logo/sc-logo-circle-red.png" />
</div>		

<ul>
<li class="navlink"><a href="https://sweetcicely.ie/about-us">About Us</a></li>
<li class="navlink"><a href="https://sweetcicely.ie/our-food">Our Food</a></li>
<li class="navlink"><a href="https://sweetcicely.ie/menu">Our Menu</a></li>
<li class="navlink"><a href="https://sweetcicely.ie/testimonials">Testimonials</a></li>
<li class="navlink"><a href="https://sweetcicely.ie/contact">Contact</a></li>
<li class="navlink"><a href="https://sweetcicely.ie/order">Order</a></li>
</ul>	

</div>


</div>




<!-- MOBILE and MEDIUM SCREENS NAVIGATION -->	
	
	
























	
	


<!-- Header -->
<div class="paroller-01" data-paroller-type="background" style="background: url('https://sweetcicely.ie/zinc/headers2024/christmas-2025-1920.jpg') repeat-x; background-size: cover;" data-paroller-factor="0.4" data-paroller-direction="vertical">



<!-- Section Title -->
<div class="row" id="header-container">
<div class="small-8 medium-4 large-3 small-centered columns">
<div class="paroller-02" data-paroller-type="foreground" data-paroller-factor="0.2" data-paroller-direction="vertical">
	
		
<div class="logo-header-home">
<img src="https://sweetcicely.ie/zinc/logo/sc-logo-circle-red.png" class="show-for-medium" />	
</div>

</div>	
</div>
</div>
<!-- // Section Title -->


</div>
<!-- // Header -->





















<div id="main-content-container" data-equalizer data-equalize-on="medium" id="article-block-display">
<div class="row">
	









	
	
<!-- INTRO TEXT -->
<div class="small-12 columns text-center">
	

	
	
<div class="intro-text">
<p>Sweet Cicely is an award-winning catering company based in Dublin. We provide office catering and catering for all events and occasions, from corporate meetings to birthday parties, communions, and family celebrations - all catered for in the comfort of your own home or office.</p>
</div>


		
		



<div class="feature-button text-center">
<a href="https://www.sweetcicely.ie/downloads" class="button radius rounded large">
Download Our Full Office Catering Menu  <i class="fas fa-arrow-right"></i>
</a>
</div>	

		
	
	



</div>
<!-- // INTRO TEXT -->	
	
	


	






</div>
</div>












<div id="main-content-container">
<div class="row expanded medium-collapse">

<div class="small-12 medium-3 columns end">

		
	
	
<div class="article-block-display" data-equalizer-watch="article-block-display">
	


<div class="article-image-container text-center color grow brighten">
<a href="https://sweetcicely.ie/menu/quiche-chicken-skewer-box">
	
	

<img data-interchange="
[https://sweetcicely.ie/images/uploads/products/_crop-960x640/Quiche__Chicken_Skewer_Box_Sweet_Cicely.jpg, small], 
[https://sweetcicely.ie/images/uploads/products/_crop-960x640/Quiche__Chicken_Skewer_Box_Sweet_Cicely.jpg, medium], 
[https://sweetcicely.ie/images/uploads/products/_crop-960x640/Quiche__Chicken_Skewer_Box_Sweet_Cicely.jpg, large]" 
class="product-img" 
alt="Quiche &amp; Chicken Skewer Box"
name="Quiche &amp; Chicken Skewer Box">



</a>
</div>



<div class="article-text-container text-center">
<h3>
<a href="https://sweetcicely.ie/menu/quiche-chicken-skewer-box">
Quiche &amp; Chicken Skewer Box
</a>
</h3>
</div>



</div>

</div><div class="small-12 medium-3 columns end">

		
	
	
<div class="article-block-display" data-equalizer-watch="article-block-display">
	


<div class="article-image-container text-center color grow brighten">
<a href="https://sweetcicely.ie/menu/focaccia-box-from-23rd-march">
	
	

<img data-interchange="
[https://sweetcicely.ie/images/uploads/products/_crop-960x640/Focaccia_Box.jpg, small], 
[https://sweetcicely.ie/images/uploads/products/_crop-960x640/Focaccia_Box.jpg, medium], 
[https://sweetcicely.ie/images/uploads/products/_crop-960x640/Focaccia_Box.jpg, large]" 
class="product-img" 
alt="Focaccia Box"
name="Focaccia Box">



</a>
</div>



<div class="article-text-container text-center">
<h3>
<a href="https://sweetcicely.ie/menu/focaccia-box-from-23rd-march">
Focaccia Box
</a>
</h3>
</div>



</div>

</div><div class="small-12 medium-3 columns end">

		
	
	
<div class="article-block-display" data-equalizer-watch="article-block-display">
	


<div class="article-image-container text-center color grow brighten">
<a href="https://sweetcicely.ie/menu/fruit-boxes">
	
	

<img data-interchange="
[https://sweetcicely.ie/images/uploads/products/_crop-960x640/Fruit_Boxes_-_A_selection_of_seasonal_fresh_Fruit_-_freshly_prepared_and_beautifully_presented_sweet_cicely.jpg, small], 
[https://sweetcicely.ie/images/uploads/products/_crop-960x640/Fruit_Boxes_-_A_selection_of_seasonal_fresh_Fruit_-_freshly_prepared_and_beautifully_presented_sweet_cicely.jpg, medium], 
[https://sweetcicely.ie/images/uploads/products/_crop-960x640/Fruit_Boxes_-_A_selection_of_seasonal_fresh_Fruit_-_freshly_prepared_and_beautifully_presented_sweet_cicely.jpg, large]" 
class="product-img" 
alt="Fruit Boxes"
name="Fruit Boxes">



</a>
</div>



<div class="article-text-container text-center">
<h3>
<a href="https://sweetcicely.ie/menu/fruit-boxes">
Fruit Boxes
</a>
</h3>
</div>



</div>

</div><div class="small-12 medium-3 columns end">

		
	
	
<div class="article-block-display" data-equalizer-watch="article-block-display">
	


<div class="article-image-container text-center color grow brighten">
<a href="https://sweetcicely.ie/menu/gluten-free-vegan-goodie-box">
	
	

<img data-interchange="
[https://sweetcicely.ie/images/uploads/products/_crop-960x640/GF_Vegan_Goodies.jpg, small], 
[https://sweetcicely.ie/images/uploads/products/_crop-960x640/GF_Vegan_Goodies.jpg, medium], 
[https://sweetcicely.ie/images/uploads/products/_crop-960x640/GF_Vegan_Goodies.jpg, large]" 
class="product-img" 
alt="Gluten Free &amp; Vegan Goodie Box"
name="Gluten Free &amp; Vegan Goodie Box">



</a>
</div>



<div class="article-text-container text-center">
<h3>
<a href="https://sweetcicely.ie/menu/gluten-free-vegan-goodie-box">
Gluten Free &amp; Vegan Goodie Box
</a>
</h3>
</div>



</div>

</div>


</div>
</div>









	










<!-- Testimonial -->
<div class="paroller-03" data-paroller-type="background" style="background: url('https://sweetcicely.ie/zinc/prlximg/0003.jpg') repeat-x; background-size: cover;" data-paroller-factor="0.4" data-paroller-direction="vertical">
<div class="colourfilter-01">



<!-- Section Title -->
<div class="row">
<div class="small-12 medium-10 small-centered columns">
<div class="xxxxx">
	
		
<div class="testimonial-home">


We would also like to say thanks for the prompt delivery and the quality and choice of sandwiches was excellent.  We will definitely recommend your services.

<h6>Suzanne Barry - DS Ventilation Ltd </h6>


<div class="readmore"><a href="https://sweetcicely.ie/testimonials">Read more <i class="fa fa-arrow-right"></i></a></div>



</div>

</div>	
</div>
</div>
<!-- // Section Title -->


</div>
</div>
<!-- // Testimonial -->



























<div id="footer-container">
<footer>
<div class="row">	

<!-- Footer -->
<div id="footerband">
<footer class="row">





<!-- LEFT COLUMN -->
<div class="small-12 medium-4 columns">
<div class="text-center">
<div class="row">	
<div class="small-6 small-centered columns">	
	
	

<div class="logo-footer">
<a href="https://sweetcicely.ie/">
<img src="https://sweetcicely.ie/zinc/logo/sc-logo-circle-cream.png" />
</a>
</div>


</div>
</div>
</div>
</div>
<!-- LEFT COLUMN -->











<!-- CENTRE COLUMN -->
<div class="small-12 medium-4 columns">
<div class="text-center">
	
	
<a href="https://www.sweetcicely.ie/order" class="button radius"><i class="fa fa-shopping-cart" aria-hidden="true"></i> ORDER ONLINE</a>
	
	
<div class="phone"><a href="tel:012573770">Phone</a></div> 
<div class="phonenumber"><a href="tel:012573770">01 257 3770</a></div> 
<div class="phone">email</div>
<div class="email"><a href="mailto:info@sweetcicely.ie?Subject=Website%20Enquiry" target="_top">info@sweetcicely.ie</a></div>


</div>
</div>
<!-- CENTRE COLUMN -->















<!-- RIGHT COLUMN -->
<div class="small-12 medium-4 columns">
<div class="text-center">

<div class="social-accounts-footer">
<a href="https://www.facebook.com/SweetCicely1" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://twitter.com/sweetcicelydub" target="_blank"><i class="fab fa-twitter"></i></a>
</div>


<div class="credits">
&copy; 2026 Sweet Cicely<br />

Unit 23, Block 503, <br />
Greenogue Business Park, <br />
Rathcoole, Co. Dublin, <br />
Ireland
</div>



</div>
</div>
<!-- RIGHT COLUMN -->










<div class="row">
<div class="small-12 columns">
<div class="footer-links text-center">

<a href="https://sweetcicely.ie/site/privacy-policy">Privacy Policy</a> | <a href="https://sweetcicely.ie/site/cookie-policy">Cookie Policy</a>  | <a href="https://sweetcicely.ie/site/privacy-controls">Privacy Controls</a>  | 


<a href="https://frequency.studio" rel="nofollow">Site Designed by Frequency</a>

</div>
</div>
</div>













 
</footer>
</div>

</div>
</footer>
</div>



















<script src="https://cdn.jsdelivr.net/combine/npm/jquery@2.2.4,npm/instant.page@5.1.0,npm/foundation-sites@6.6.3,npm/what-input@5.2.10,npm/paroller.js@1.4.6"></script>






 






<script>
$(document).foundation();
</script>


<script>
$(window).load(function(){Foundation.reInit('equalizer');});
</script>





<script>
$('.paroller-01').paroller();
$('.paroller-02').paroller();
$('.paroller-03').paroller();
$('.paroller-04').paroller();
$('.paroller-05').paroller();
$('.paroller-06').paroller();
$('.paroller-07').paroller();
$('.paroller-08').paroller();
</script>






<script>
$(window).scroll(function() {
    if ($(this).scrollTop() > 75){$('.scroll-resize-element').addClass("scroll-resized");}
    else{$('.scroll-resize-element').removeClass("scroll-resized");}
});
</script>




















<div id="popupOverlay" class="popup-overlay popup-hidden">
<div class="popup-box popup-warning">

	
<h4 class="popup-title">Your Privacy</h4>

<p class="popup-text">
We use <a href="https://sweetcicely.ie/site/cookie-policy">cookies</a> and other technologies for the purposes described in our <a href="https://sweetcicely.ie/site/privacy-policy">Privacy Policy.</a> 
By clicking on "Accept All", you consent to the processing of your personal data by us and our service providers.
You can also customise your cookie preferences at any time by clicking on the options in <a href="https://sweetcicely.ie/site/privacy-controls">Privacy Controls</a>
</p>


<p class="popup-text">
	
	
<form method="post" action="https://sweetcicely.ie/home/rss"  >
<div class='hiddenFields'>
<input type="hidden" name="ACT" value="27" />
<input type="hidden" name="RET" value="SiyInJW95qeAoHT2FAIAt15vX+6El9cApCgVdyY+ecg=" />
<input type="hidden" name="consent_names" value="SdizPnf2dsyFF04bpo+HiLvHwiex8MckxWfLsLriO2W/4ybBjeLBq9Fr9E3L5SDr0c4zZKhOoBIFgMKdJlh+fuhPhMvOtle95ZDgIKTv1IFTH4xOUwSNMa/Za78ILHsL" />
<input type="hidden" name="site_id" value="1" />
<input type="hidden" name="csrf_token" value="4793d7471ea38059b628043ff6dd34f2075b2bfe" />
</div>


	
<input type="hidden" name="ee:cookies_functionality" value="y">
	
<input type="hidden" name="ee:cookies_performance" value="y">
	
<input type="hidden" name="ee:cookies_targeting" value="y">


<div class="popup-actions">
<button type="submit" name="submit" value="Save" class="popup-button popup-button-primary" id="popupOk">Accept All</button>
</div>

</form>
		
	

	
<form method="post" action="https://sweetcicely.ie/home/rss"  >
<div class='hiddenFields'>
<input type="hidden" name="ACT" value="27" />
<input type="hidden" name="RET" value="AQ6ffG2QIqTY7Vvx8E5b0YyuOBg1wJGZ/UNZy1cmW3g=" />
<input type="hidden" name="consent_names" value="uw6FICPpDxieAuZQ2SmKzMlHTFqPkiNqtF9zYz7ZfFV5tRSKmk0ZkT5nOOG61YGB" />
<input type="hidden" name="site_id" value="1" />
<input type="hidden" name="csrf_token" value="4793d7471ea38059b628043ff6dd34f2075b2bfe" />
</div>


	
<input type="hidden" name="ee:cookies_functionality" value="y">


<div class="popup-actions">
<button type="submit" name="submit" value="Save" class="popup-button popup-button-primary" id="popupOk">Accept Neccessary</button>
</div>

</form>
	


	
<div class="popup-actions">
<a href='https://sweetcicely.ie/site/privacy-controls' class="popup-button popup-button-ghost" id="popupOk">Privacy Controls</a>
</div>
	


</p>





</div>
</div>






    
    
    
    

    <script>
      const overlay = document.getElementById("popupOverlay");
      const btnOk = document.getElementById("popupOk");
      const btnCancel = document.getElementById("popupCancel");

      function openPopup() {overlay.classList.remove("popup-hidden");}

      function closePopup() {overlay.classList.add("popup-hidden");}

      // Open on page load
      window.addEventListener("load", openPopup);

      // Close on buttons
      btnOk.addEventListener("click", closePopup);
      btnCancel.addEventListener("click", closePopup);

      // Optional: close when clicking outside the box
      overlay.addEventListener("click", function (e) {
        if (e.target === overlay) {closePopup();}
      });
    </script>






</body>
</html>
















