  <script type="text/javascript">
//             jQuery(document).ready(function($) {
//                 // Add message div that will be shown when out of stock
//                 var messageDiv = $('<p id="out_of_stock_message" style="color:red; display:none;">Out of Stock</p>');
//                 // Append the message after variation selection
//                 $('.single_variation').before(messageDiv);

//                 // Function to check stock status for the selected variation
//                 function checkVariationStock() {
//                     var variationID = $('input[name="variation_id"]').val(); // Get the variation ID

//                     if (!variationID) return; // If no variation selected, do nothing

//                     $.ajax({
//                         url: '<?php// echo esc_url(admin_url('admin-ajax.php')); ?>',
//                         type: 'GET',
//                         data: {
//                             action: 'check_variation_stock',
//                             variation_id: variationID
//                         },
//                         success: function(response) {
//                             // Show or hide the "Out of Stock" message based on the response
//                             if (response === 'out_of_stock') {
//                                 $('#out_of_stock_message').text('Out of Stock').show(); // Show message
//                             } else {
//                                 $('#out_of_stock_message').hide(); // Hide message if in stock
//                             }
//                         }
//                     });
//                 }

//                 // Check stock status when a variation is selected or changed
//                 $('form.cart').on('woocommerce_variation_has_changed', function() {
//                     checkVariationStock(); // Check stock status for new variation
//                 });

//                 // Initial stock check on page load (for preselected variation)
//                 checkVariationStock();
//             });
//         </script>
     <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//3sixtydeals.ae/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://3sixtydeals.ae/post-sitemap.xml</loc>
		<lastmod>2026-09-21T12:05:39+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://3sixtydeals.ae/page-sitemap.xml</loc>
		<lastmod>2026-09-19T08:42:23+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://3sixtydeals.ae/product-sitemap1.xml</loc>
		<lastmod>2026-09-23T12:50:59+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://3sixtydeals.ae/product-sitemap2.xml</loc>
		<lastmod>2026-09-23T09:41:26+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->