<!-- Add HTML code to the header or the footer.
For example, you can use the following code for loading the jQuery library from Google CDN:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
or the following one for loading the Bootstrap library from jsDelivr:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
-- End of the comment --> 
<div id="mon-popup-overlay" style="display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:99999; justify-content:center; align-items:center;">
  <div style="position:relative; max-width:450px; width:90%;">
    <span id="mon-popup-close" style="position:absolute; top:-15px; right:-15px; background:#fff; border-radius:50%; width:32px; height:32px; display:flex; align-items:center; justify-content:center; cursor:pointer; font-weight:bold; box-shadow:0 2px 6px rgba(0,0,0,0.3);">✕</span>
    <a href="https://ghirliha.com/pack-robes/">
      <img src="https://ghirliha.com/wp-content/uploads/2026/07/WhatsApp-Image-2026-06-26-at-14.06.04.jpeg" style="width:100%; height:auto; display:block; border-radius:8px;" />
    </a>
  </div>
</div>
<script>
document.addEventListener('DOMContentLoaded', function() {
  var lastShown = localStorage.getItem('popup_packs_last_shown');
  var now = new Date().getTime();
  var oneDay = 24 * 60 * 60 * 1000;
  if (!lastShown || (now - lastShown) > oneDay) {
    document.getElementById('mon-popup-overlay').style.display = 'flex';
    localStorage.setItem('popup_packs_last_shown', now);
  }
  document.getElementById('mon-popup-close').addEventListener('click', function() {
    document.getElementById('mon-popup-overlay').style.display = 'none';
  });
  document.getElementById('mon-popup-overlay').addEventListener('click', function(e) {
    if (e.target === this) this.style.display = 'none';
  });
});
</script><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//ghirliha.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://ghirliha.com/page-sitemap.xml</loc>
		<lastmod>2026-07-20T17:54:51+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ghirliha.com/blocks-sitemap.xml</loc>
		<lastmod>2026-06-26T02:02:04+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ghirliha.com/product-sitemap.xml</loc>
		<lastmod>2026-07-30T17:52:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ghirliha.com/featured_item-sitemap.xml</loc>
		<lastmod>2016-08-28T09:39:54+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ghirliha.com/product_cat-sitemap.xml</loc>
		<lastmod>2026-07-30T17:52:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ghirliha.com/product_tag-sitemap.xml</loc>
		<lastmod>2026-07-25T12:52:22+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->