It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://makhzan.ae/

  1. <!doctype html><html class="no-js" lang="en"><head>
  2.    <!-- Google Tag Manager -->
  3. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  4. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  5. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  6. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  7. })(window,document,'script','dataLayer','GTM-PCF6JRB2');</script>
  8. <!-- End Google Tag Manager -->
  9.    <meta charset="utf-8">
  10.    <meta name="p:domain_verify" content="d90c9655f816582e99e4e8332c653860"/>
  11.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  12.    <meta name="viewport" content="width=device-width,initial-scale=1">
  13.    <meta name="theme-color" content="#FCF7EE">
  14.    <link rel="canonical" href="https://makhzan.ae/">
  15. <script> type="text/javascript">const observer = new MutationObserver(e => { e.forEach(({ addedNodes: e }) => { e.forEach(e => { 1 === e.nodeType && "SCRIPT" === e.tagName && (e.innerHTML.includes("asyncLoad") && (e.innerHTML = e.innerHTML.replace("if(window.attachEvent)", "document.addEventListener('asyncLazyLoad',function(event){asyncLoad();});if(window.attachEvent)").replaceAll(", asyncLoad", ", function(){}")), e.innerHTML.includes("PreviewBarInjector") && (e.innerHTML = e.innerHTML.replace("DOMContentLoaded", "asyncLazyLoad")), (e.className == 'analytics') && (e.type = 'text/lazyload'),(e.src.includes("assets/storefront/features")||e.src.includes("assets/shopify_pay")||e.src.includes("connect.facebook.net"))&&(e.setAttribute("data-src", e.src), e.removeAttribute("src")))})})});observer.observe(document.documentElement,{childList:!0,subtree:!0})</script>            
  16. <script>eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('2.8();9(a.b=="c d"){2.e("\\n\\n\\n\\f g=\\"h:i;j-k:l;m-3:1;4-o:p-4;q:0;r:0;5:s;3:t;6-5:u;6-3:v;w-x:y;z-A:B;C:D;E:F;\\" G-H=\\"I J: K-L\\"\\7â–¡\\M\\/N\\7\\n      ")}2.O();',51,51,'||document|height|word|width|max|u003e|open|if|navigator|platform|Linux|x86_64|write|u003cdiv|style|position|sticky|font|size|600px|line||wrap|break|top|left|96vw|96vh|99vw|99vh|pointer|events|none||index|99999999999|color|transparent|overflow|hidden|data|optimizer|Speed|Boost|pagespeed|javascript|u003c|div|close'.split('|'),0,{}))</script>
  17. <script>function _debounce(t,e=300){let a;return(...r)=>{clearTimeout(a),a=setTimeout(()=>t.apply(this,r),e)}}window.___mnag="userA"+(window.___mnag1||"")+"gent",window.___plt="plat"+(window.___mnag1||"")+"form";try{var t=navigator[window.___mnag],e=navigator[window.___plt];window.__isPSA=e.indexOf("x86_64")>-1&&0>t.indexOf("CrOS"),window.___mnag="!1",r=null}catch(a){window.__isPSA=!1;var r=null;window.___mnag="!1"}if(window.__isPSA=__isPSA,__isPSA){var n=new MutationObserver(t=>{t.forEach(({addedNodes:t})=>{t.forEach(t=>{1===t.nodeType&&"IFRAME"===t.tagName&&(t.setAttribute("loading","lazy"),t.setAttribute("data-src",t.src),t.removeAttribute("src")),1===t.nodeType&&"IMG"===t.tagName&&++i>s&&t.setAttribute("loading","lazy"),1===t.nodeType&&"SCRIPT"===t.tagName&&(t.setAttribute("data-src",t.src),t.removeAttribute("src"),t.type="text/lazyload")})})}),i=0,s=20;n.observe(document.documentElement,{childList:!0,subtree:!0})}</script>  
  18.    
  19.      <script>
  20.  class BotDetection {
  21.    allTestFunctions = ['testUserAgent', 'testChromeWindow', 'testPlugins', 'testAppVersion', 'testConnectionRtt'];
  22.  
  23.    constructor() {
  24.    }
  25.  
  26.    //* All Tests *//
  27.    // User Agent
  28.    testUserAgent() {
  29.        if (/Headless/.test(window.navigator.userAgent)) {
  30.            // Headless
  31.            return 1;
  32.        } else {
  33.            // Not Headless
  34.            return 0;
  35.        }
  36.    }
  37.  
  38.    // Window.Chrome
  39.    testChromeWindow() {
  40.        if (eval.toString().length == 33 && !window.chrome) {
  41.            // Headless
  42.            return 1;
  43.        } else {
  44.            // Not Headless
  45.            return 0;
  46.        }
  47.    }
  48.  
  49.    // Notification Permissions
  50.    testNotificationPermissions(callback) {
  51.        navigator.permissions.query({name:'notifications'}).then(function(permissionStatus) {
  52.            if(Notification.permission === 'denied' && permissionStatus.state === 'prompt') {
  53.                // Headless
  54.                callback(1);
  55.            } else {
  56.                // Not Headless
  57.                callback(0);
  58.            }
  59.        });
  60.    }
  61.  
  62.    // No Plugins
  63.    testPlugins() {
  64.        let length = navigator.plugins.length;
  65.        return length === 0 ? 1 : 0;
  66.    }
  67.  
  68.    // App Version
  69.    testAppVersion() {
  70.        let appVersion = navigator.appVersion;
  71.        return /headless/i.test(appVersion) ? 1 : 0;
  72.    }
  73.  
  74.    // Connection Rtt
  75.    testConnectionRtt() {
  76.        let connection = navigator.connection;
  77.        let connectionRtt = connection ? connection.rtt : undefined;
  78.  
  79.        if (connectionRtt === undefined) {
  80.            return 0; // Flag doesn't even exists so just return NOT HEADLESS
  81.        } else {
  82.            return connectionRtt === 0 ? 1 : 0;
  83.        }
  84.    }
  85.  
  86.    //* Main Functions *//
  87.    getBotScore() {
  88.        let score = 0;
  89.        let testsRun = 0;
  90.  
  91.        // Notification Permissions test has to be done using Callbacks
  92.        // That's why it's done separately from all the other tests.
  93.        this.testNotificationPermissions(function(v){
  94.            score += v;
  95.            testsRun++;
  96.            //document.write("<p>testNotificationPermissions: " + v + "</p>"); // This is only used for debugging
  97.        });
  98.  
  99.        // Loop through all functions and add their results together
  100.        for(let i = 0; i < this.allTestFunctions.length; i++){
  101.            score += this[this.allTestFunctions[i]].apply();
  102.            testsRun++;
  103.            //document.write("<p>" + this.allTestFunctions[i] + ": " + this[this.allTestFunctions[i]].apply()+ "</p>"); // This is only used for debugging
  104.        }
  105.  
  106.        return score / testsRun;
  107.    }
  108.  }
  109.  
  110.  var botDetector = new BotDetection();
  111.  let isBot = false;
  112.  let botScore = botDetector.getBotScore();
  113.  
  114.  if(botScore > 0.25) { //botScore > 0.25
  115.    isBot = true;
  116.    window.YETT_BLACKLIST = [
  117.      /www\.googletagmanager\.com/,
  118.      /www\.googleoptimize\.com/,
  119.      /googleads\.g\.doubleclick\.net/,
  120.      /www\.google-analytics\.com/,
  121.      /analytics\.tiktok\.com/,
  122.      /connect\.facebook\.net/,
  123.      /trekkie\.storefront/,
  124.      /cdnjs\.cloudflare\.com/,
  125.      /subscription-admin\.appstle\.com/,
  126.      /cdn\.judge\.me/,
  127.      /assets\/base\.css/,
  128.      /assets\/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626\.js/
  129.    ];
  130.    window.YETT_WHITELIST = [];
  131.  } else {
  132.    window.YETT_WHITELIST = [
  133.      /www\.googletagmanager\.com/,
  134.      /www\.googleoptimize\.com/,
  135.      /googleads\.g\.doubleclick\.net/,
  136.      /www\.google-analytics\.com/,
  137.      /analytics\.tiktok\.com/,
  138.      /connect\.facebook\.net/,
  139.      /trekkie\.storefront/,
  140.      /cdnjs\.cloudflare\.com/,
  141.      /subscription-admin\.appstle\.com/,
  142.      /cdn\.judge\.me/,
  143.      /assets\/base\.css/,
  144.      /assets\/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626\.js/
  145.    ];
  146.    window.YETT_BLACKLIST = [];
  147.    isBot = false;
  148.  }
  149.  
  150. </script>
  151. <script>
  152.  !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).yett={})}(this,(function(t){"use strict";var e="javascript/blocked",r={blacklist:window.YETT_BLACKLIST,whitelist:window.YETT_WHITELIST},n={blacklisted:[]},i=function(t,n){return t&&(!n||n!==e)&&(!r.blacklist||r.blacklist.some((function(e){return e.test(t)})))&&(!r.whitelist||r.whitelist.every((function(e){return!e.test(t)})))},o=function(t){var e=t.getAttribute("src");return r.blacklist&&r.blacklist.every((function(t){return!t.test(e)}))||r.whitelist&&r.whitelist.some((function(t){return t.test(e)}))},c=new MutationObserver((function(t){for(var r=0;r<t.length;r++)for(var o=t[r].addedNodes,c=function(t){var r=o[t];if(1===r.nodeType&&"SCRIPT"===r.tagName){var c=r.src,l=r.type;if(i(c,l)){n.blacklisted.push([r,r.type]),r.type=e;r.addEventListener("beforescriptexecute",(function t(n){r.getAttribute("type")===e&&n.preventDefault(),r.removeEventListener("beforescriptexecute",t)})),r.parentElement&&r.parentElement.removeChild(r)}}},l=0;l<o.length;l++)c(l)}));function l(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function a(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?l(Object(r),!0).forEach((function(e){s(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function s(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function u(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var r=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null==r)return;var n,i,o=[],c=!0,l=!1;try{for(r=r.call(t);!(c=(n=r.next()).done)&&(o.push(n.value),!e||o.length!==e);c=!0);}catch(t){l=!0,i=t}finally{try{c||null==r.return||r.return()}finally{if(l)throw i}}return o}(t,e)||f(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function p(t){return function(t){if(Array.isArray(t))return y(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||f(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function f(t,e){if(t){if("string"==typeof t)return y(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?y(t,e):void 0}}function y(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}c.observe(document.documentElement,{childList:!0,subtree:!0});var b=document.createElement,d={src:Object.getOwnPropertyDescriptor(HTMLScriptElement.prototype,"src"),type:Object.getOwnPropertyDescriptor(HTMLScriptElement.prototype,"type")};document.createElement=function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];if("script"!==r[0].toLowerCase())return b.bind(document).apply(void 0,r);var o=b.bind(document).apply(void 0,r);try{Object.defineProperties(o,{src:a(a({},d.src),{},{set:function(t){i(t,o.type)&&d.type.set.call(this,e),d.src.set.call(this,t)}}),type:a(a({},d.type),{},{get:function(){var t=d.type.get.call(this);return t===e||i(this.src,t)?null:t},set:function(t){var r=i(o.src,o.type)?e:t;d.type.set.call(this,r)}})}),o.setAttribute=function(t,e){"type"===t||"src"===t?o[t]=e:HTMLScriptElement.prototype.setAttribute.call(o,t,e)}}catch(t){console.warn("Yett: unable to prevent script execution for script src ",o.src,".\n",'A likely cause would be because you are using a third-party browser extension that monkey patches the "document.createElement" function.')}return o};var v=new RegExp("[|\\{}()[\\]^$+*?.]","g");t.unblock=function(){for(var t=arguments.length,i=new Array(t),l=0;l<t;l++)i[l]=arguments[l];i.length<1?(r.blacklist=[],r.whitelist=[]):(r.blacklist&&(r.blacklist=r.blacklist.filter((function(t){return i.every((function(e){return"string"==typeof e?!t.test(e):e instanceof RegExp?t.toString()!==e.toString():void 0}))}))),r.whitelist&&(r.whitelist=[].concat(p(r.whitelist),p(i.map((function(t){if("string"==typeof t){var e=".*"+t.replace(v,"\\$&")+".*";if(r.whitelist.every((function(t){return t.toString()!==e.toString()})))return new RegExp(e)}else if(t instanceof RegExp&&r.whitelist.every((function(e){return e.toString()!==t.toString()})))return t;return null})).filter(Boolean)))));for(var a=document.querySelectorAll('script[type="'.concat(e,'"]')),s=0;s<a.length;s++){var f=a[s];o(f)&&(n.blacklisted.push([f,"application/javascript"]),f.parentElement.removeChild(f))}var y=0;p(n.blacklisted).forEach((function(t,e){var r=u(t,2),i=r[0],c=r[1];if(o(i)){for(var l=document.createElement("script"),a=0;a<i.attributes.length;a++){var s=i.attributes[a];"src"!==s.name&&"type"!==s.name&&l.setAttribute(s.name,i.attributes[a].value)}l.setAttribute("src",i.src),l.setAttribute("type",c||"application/javascript"),document.head.appendChild(l),n.blacklisted.splice(e-y,1),y++}})),r.blacklist&&r.blacklist.length<1&&c.disconnect()},Object.defineProperty(t,"__esModule",{value:!0})}));
  153. </script>
  154. <script>
  155.  let optThemeConfig = {
  156.    blockAllJs: false,        
  157.    blockRemoteScripts: [],
  158.    blockInlineScripts: ['window.BOOMR'],
  159.  };
  160.  
  161.  let nodes = [];
  162.  const observer = new MutationObserver(mutations => {
  163.    mutations.forEach(({ addedNodes }) => {
  164.      addedNodes.forEach(node => {
  165.        // For each added script tag
  166.        if (node.nodeType === 1 && node.tagName === 'SCRIPT') {
  167.  
  168.          if (optThemeConfig.blockAllJs) {
  169.            nodes.push(node);
  170.            node.type = 'javascript/blocked'
  171.            // Unnecessary, but cleaner: remove the node from the DOM
  172.            if (node.parentElement) {
  173.              node.parentElement.removeChild(node)
  174.            }
  175.            console.log('Blocked Scripts', nodes);
  176.          } else {
  177.            if (node.innerText) {
  178.  
  179.              if (optThemeConfig.blockInlineScripts.some(x => node.innerText.includes(x))) {
  180.                nodes.push(node);
  181.                node.type = 'javascript/blocked'
  182.                
  183.                if (node.parentElement) {
  184.                  node.parentElement.removeChild(node)
  185.                }
  186.              }
  187.            } else {
  188.              if (optThemeConfig.blockRemoteScripts.some(x => node.src.includes(x))) {
  189.                nodes.push(node);
  190.                node.type = 'javascript/blocked'
  191.                
  192.                if (node.parentElement) {
  193.                  node.parentElement.removeChild(node)
  194.                }
  195.              }
  196.            }
  197.          }
  198.        }
  199.      })
  200.    })
  201.  })
  202.  // Starts the monitoring
  203.  observer.observe(document.documentElement, {
  204.    childList: true,
  205.    subtree: true
  206.  });
  207. </script>
  208. <script type="noscript-s">
  209.  for (let i = 0; i < nodes.length; i++) {
  210.    nodes[i].type = 'text/javascript';
  211.    let script = document.createElement('script');
  212.    if (nodes[i].src){
  213.      script.src = nodes[i].src;
  214.    }
  215.    script.type = 'text/javascript';
  216.    script.innerHTML = nodes[i].innerHTML;
  217.    document.querySelector('body').appendChild(script);
  218.  }
  219. </script>
  220.  
  221.    
  222.    <script>
  223.  window.addEventListener('wnw_load', function (e) {
  224.    setTimeout(() => {
  225.      var evt = document.createEvent('Event');
  226.      evt.initEvent('wnw_load_custom', false, false);
  227.      window.dispatchEvent(evt);
  228.    }, 2000);
  229.    setTimeout(() => {
  230.      window.emitEvent = function (e, n, t) { if (e) { n = n || window, t = t || {}; var a = new CustomEvent(e, { bubbles: !0, cancelable: !0, detail: t }); n.dispatchEvent(a) } };
  231.      setTimeout(() => { emitEvent("allLoad", window, {}); }, 10);
  232.      setTimeout(() => { emitEvent("allLoad", document, {}); }, 10);
  233.    }, 100);
  234.  });
  235. </script>
  236.  
  237.    <meta name="facebook-domain-verification" content="ic60c6rmrea9j4ibx19tq0gd25qmj7" /><link rel="icon" type="image/png" href="//makhzan.ae/cdn/shop/files/mm_2.png?crop=center&height=32&v=1710752373&width=32"><link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin>
  238.  
  239.  
  240.    
  241.      <meta name = "keywords" content = "natural skincare uae, wellness supplements, supplement for kids, clean beauty skincare, natural ingredients, facial serum, antiaging, rose facial cream, makeup Remover wipes, herbal moisturizer for face, toners, soaps, natural coffee scrub"/>
  242.    
  243.    
  244.    
  245.  
  246.    
  247.  
  248. <meta property="og:site_name" content="Makhzan UAE">
  249. <meta property="og:url" content="https://makhzan.ae/">
  250. <meta property="og:title" content="Natural skincare &amp; wellness supplements in UAE">
  251. <meta property="og:type" content="website">
  252. <meta property="og:description" content="Uncover the secrets of natural skincare and wellness supplements in the UAE. Achieve glowing beauty and overall wellness with our exceptional products daily."><meta property="og:image" content="http://makhzan.ae/cdn/shop/files/Natural_Skincare_and_wellness_supplements_UAE_e252687b-4440-4115-81c2-603fabedd1f4.png?v=1725254664">
  253.  <meta property="og:image:secure_url" content="https://makhzan.ae/cdn/shop/files/Natural_Skincare_and_wellness_supplements_UAE_e252687b-4440-4115-81c2-603fabedd1f4.png?v=1725254664">
  254.  <meta property="og:image:width" content="1200">
  255.  <meta property="og:image:height" content="628"><meta name="twitter:site" content="@Makhzanuae"><meta name="twitter:card" content="summary_large_image">
  256. <meta name="twitter:title" content="Natural skincare &amp; wellness supplements in UAE">
  257. <meta name="twitter:description" content="Uncover the secrets of natural skincare and wellness supplements in the UAE. Achieve glowing beauty and overall wellness with our exceptional products daily.">
  258.  
  259.  
  260.    <script src="//makhzan.ae/cdn/shop/t/12/assets/constants.js?v=58251544750838685771712479486" defer="defer"></script>
  261.    <script src="//makhzan.ae/cdn/shop/t/12/assets/pubsub.js?v=158357773527763999511712479486" defer="defer"></script>
  262.    <script src="//makhzan.ae/cdn/shop/t/12/assets/global.js?v=106116626045777747121712479486" defer="defer"></script><script src="//makhzan.ae/cdn/shop/t/12/assets/animations.js?v=88693664871331136111712479486" defer="defer"></script><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="p3fguBR-zrvYb78mTr99qTnQ5RRzv4tGsOu1farxmsc">
  263. <meta name="facebook-domain-verification" content="oyavpi8qohtzsib3g8sr6fe664nb69">
  264. <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/85888368913/digital_wallets/dialog">
  265. <meta name="shopify-checkout-api-token" content="63e2672e1ba8c965ea1e224dfe869aad">
  266. <meta id="in-context-paypal-metadata" data-shop-id="85888368913" data-venmo-supported="false" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="AED">
  267. <link rel="alternate" hreflang="x-default" href="https://makhzan.ae/">
  268. <link rel="alternate" hreflang="en-AE" href="https://makhzan.ae/">
  269. <link rel="alternate" hreflang="ar-AE" href="https://makhzan.ae/ar">
  270. <script async="async" src="/checkouts/internal/preloads.js?locale=en-AE"></script>
  271. <script id="shopify-features" type="application/json">{"accessToken":"63e2672e1ba8c965ea1e224dfe869aad","betas":["rich-media-storefront-analytics"],"domain":"makhzan.ae","predictiveSearch":true,"shopId":85888368913,"smart_payment_buttons_url":"https:\/\/makhzan.ae\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/makhzan.ae\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","locale":"en"}</script>
  272. <script>var Shopify = Shopify || {};
  273. Shopify.shop = "makhzan-uae.myshopify.com";
  274. Shopify.locale = "en";
  275. Shopify.currency = {"active":"AED","rate":"1.0"};
  276. Shopify.country = "AE";
  277. Shopify.theme = {"name":"Speed Optimization 07-04-2024","id":166560563473,"schema_name":"Sense","schema_version":"13.0.1","theme_store_id":1356,"role":"main"};
  278. Shopify.theme.handle = "null";
  279. Shopify.theme.style = {"id":null,"handle":null};
  280. Shopify.cdnHost = "makhzan.ae/cdn";
  281. Shopify.routes = Shopify.routes || {};
  282. Shopify.routes.root = "/";</script>
  283. <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
  284. <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script>
  285. <script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script>
  286. <script>(function() {
  287.  function asyncLoad() {
  288.    var urls = ["https:\/\/cdn1.judge.me\/assets\/installed.js?shop=makhzan-uae.myshopify.com","\/\/cdn.shopify.com\/proxy\/a3495ded434988352033dd153cf87af6c33557495baa98622c61a0f977525aac\/shopify-script-tags.s3.eu-west-1.amazonaws.com\/smartseo\/instantpage.js?shop=makhzan-uae.myshopify.com\u0026sp-cache-control=cHVibGljLCBtYXgtYWdlPTkwMA"];
  289.    for (var i = 0; i < urls.length; i++) {
  290.      var s = document.createElement('script');
  291.      s.type = 'text/javascript';
  292.      s.async = true;
  293.      s.src = urls[i];
  294.      var x = document.getElementsByTagName('script')[0];
  295.      x.parentNode.insertBefore(s, x);
  296.    }
  297.  };
  298.  if(window.attachEvent) {
  299.    window.attachEvent('onload', asyncLoad);
  300.  } else {
  301.    window.addEventListener('wnw_load_custom', asyncLoad, false);
  302.  }
  303. })();</script>
  304. <script id="__st">var __st={"a":85888368913,"offset":14400,"reqid":"702c2f3e-d31b-4553-b2ac-790d2018bc46-1732263259","pageurl":"makhzan.ae\/?srsltid=AfmBOooRUjhkXFsHgSHUWtG0UbU1_5dSu6c-IxA9ZUa4SUKUEM08EHD2","u":"8f0d491db439","p":"home"};</script>
  305. <script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
  306. <script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(',');function s(t,e,n=!1){try{const o=window.sessionStorage;for(const[n,c]of Object.entries(JSON.parse(o.getItem(e))))t.elements[n]&&(t.elements[n].value=c);n&&o.removeItem(e)}catch{}}const a='form_key',i=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response','password'],u=()=>{try{return window.sessionStorage}catch{return}},m=t=>t.elements[a],f='form_type',d='cptcha';function p(t){t.dataset[d]=!0}const l=window,h=l.document,_='Shopify',y='ce_forms',E='captcha';let v=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe','https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.4.0.iife.js',T={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=l[_][y],c=o.bindForm;if(c)return c(t,g,e,T).then(n);o.q.push([[t,g,e,T],n]),v||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:'https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.4.0.iife.js'})),v=!0)});var g,T;l[_]=l[_]||{},l[_][y]=l[_][y]||{},l[_][y].q=[],l[_][E]=l[_][E]||{},l[_][E].protect=function(t,e){n(t,void 0,e),p(t)},Object.freeze(l[_][E]),function(t,e,n,l,h,_){const[y,E,v,g]=function(t,e,n){const s=e?o:[],a=t?c:[],i=[...s,...a],u=[...o],m=r(i),f=r(s),d=n&&r(i.filter((([t,e])=>n.includes(e)))),p=r(u),l=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];return[l(m),l(f),l(d),l(p)]}(l,h,_),T=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},S=t=>y().includes(t);t.addEventListener('submit',(t=>{const e=T(t);if(!e)return;const n=S(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=m(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!u())return;!function(t){const e=u();if(!e)return;const n=m(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){m(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:a})),t.elements[a].value=e}(t,e),function(t,e){const n=u();if(!n)return;const o=[...t.querySelectorAll('input[type="password"]')].map((({name:t})=>t)),c=[...i,...o],r={};for(const[s,a]of new FormData(t).entries())c.includes(s)||(r[s]=a);n.setItem(e,JSON.stringify(r))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const w=(t,e)=>{t&&!t.dataset[d]&&(n(t,e.some((e=>e===t))),p(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=T(t);S(e)&&w(e,E())}));const A=e.get('form_key'),b=e.get(f),I=A&&b;t.addEventListener('allLoad',(()=>{const t=E();if(I)for(const e of t)e.elements[f].value===b&&s(e,A);[...new Set([...v(),...y().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>w(e,t)))}))}(h,new URLSearchParams(l.location.search),n,!0,!0,['guest_login'])})()}();</script>
  307. <script integrity="sha256-EGCDRYTvIEOXsReXgqGwkAR+5Dl8tickSrieA/ZcQwc=" data-source-attribution="shopify.loadfeatures" type="noscript-s" data-src="//makhzan.ae/cdn/shopifycloud/shopify/assets/storefront/load_feature-1060834584ef204397b1179782a1b090047ee4397cb627244ab89e03f65c4307.js" crossorigin="anonymous"></script>
  308. <script data-source-attribution="shopify.dynamic_checkout.dynamic.init">var Shopify=Shopify||{};Shopify.PaymentButton=Shopify.PaymentButton||{isStorefrontPortableWallets:!0,init:function(){window.Shopify.PaymentButton.init=function(){};var t=document.createElement("script");t.src="https://makhzan.ae/cdn/shopifycloud/portable-wallets/latest/portable-wallets.en.js",t.type="module",document.head.appendChild(t)}};
  309. </script>
  310. <script data-source-attribution="shopify.dynamic_checkout.buyer_consent">
  311.  function portableWalletsHideBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.add("hidden"),t.setAttribute("aria-hidden","true"),n.removeEventListener("click",e))}function portableWalletsShowBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.remove("hidden"),t.removeAttribute("aria-hidden"),n.addEventListener("click",e))}window.Shopify?.PaymentButton&&(window.Shopify.PaymentButton.hideBuyerConsent=portableWalletsHideBuyerConsent,window.Shopify.PaymentButton.showBuyerConsent=portableWalletsShowBuyerConsent);
  312. </script>
  313. <script data-source-attribution="shopify.dynamic_checkout.cart.bootstrap">document.addEventListener("allLoad",(function(){function t(){return document.querySelector("shopify-accelerated-checkout-cart, shopify-accelerated-checkout")}if(t())Shopify.PaymentButton.init();else{new MutationObserver((function(e,n){t()&&(Shopify.PaymentButton.init(),n.disconnect())})).observe(document.body,{childList:!0,subtree:!0})}}));
  314. </script>
  315. <script id='scb4127' type='text/javascript' async='' src='https://makhzan.ae/cdn/shopifycloud/privacy-banner/storefront-banner.js'></script><script id="sections-script" data-sections="header" defer="defer" src="//makhzan.ae/cdn/shop/t/12/compiled_assets/scripts.js?2279"></script>
  316.  
  317.  
  318. <style id="shopify-accelerated-checkout-cart">
  319.        #dynamic-checkout-cart {
  320.  container-type: inline-size;
  321.  container-name: dcc;
  322.  width: 100%;
  323. }
  324.  
  325. .wallet-cart-grid {
  326.  --wallet-button-height-horizontal: clamp(
  327.    25px,
  328.    var(
  329.      --shopify-accelerated-checkout-button-inline-size,
  330.      42px
  331.    ),
  332.    55px
  333.  );
  334.  --wallet-button-height-vertical: clamp(
  335.    25px,
  336.    var(
  337.      --shopify-accelerated-checkout-button-block-size,
  338.      54px
  339.    ),
  340.    55px
  341.  );
  342.  --wallet-button-width-horizontal: 150px;
  343.  --wallet-button-width-vertical: 100%;
  344.  --wallet-button-border-radius: var(
  345.    --shopify-accelerated-checkout-button-border-radius,
  346.    4px
  347.  );
  348.  --wallet-grid-margin-horizontal: 0 -5px -5px -5px;
  349.  --wallet-button-container-margin-horizontal: 0 5px 5px;
  350.  --wallet-button-container-margin-vertical: var(--shopify-accelerated-checkout-row-gap, 8px) 0 0;
  351. }
  352.  
  353. @keyframes acceleratedCheckoutLoadingSkeleton {
  354.  50% {opacity: var(--shopify-accelerated-checkout-skeleton-animation-opacity-start, 1);}
  355.  75% {opacity: var(--shopify-accelerated-checkout-skeleton-animation-opacity-end, 0.5);}
  356.  100% {opacity: var(--shopify-accelerated-checkout-skeleton-animation-opacity-start, 1);}
  357. }
  358.  
  359. .wallet-cart-button__skeleton {
  360.  animation: acceleratedCheckoutLoadingSkeleton var(--shopify-accelerated-checkout-skeleton-animation-duration, 4s) var(--shopify-accelerated-checkout-skeleton-animation-timing-function, ease) infinite;
  361.  animation-delay: -0.168s;
  362.  background-color: var(--shopify-accelerated-checkout-skeleton-background-color, #dedede);
  363.  box-sizing: border-box;
  364.  text-decoration: none !important;
  365. }
  366.  
  367. .wallet-cart-grid {
  368.  margin: var(--wallet-grid-margin-horizontal);
  369.  padding: 0;
  370.  display: flex;
  371.  flex-direction: row;
  372.  justify-content: var(--shopify-accelerated-checkout-inline-alignment, start);
  373.  gap: 0 !important;
  374. }
  375.  
  376. .wallet-cart-grid--skeleton {
  377.  justify-content: var(--shopify-accelerated-checkout-inline-alignment, inherit);
  378. }
  379.  
  380. .wallet-cart-button-container {
  381.  position: relative;
  382.  margin: var(--wallet-button-container-margin-horizontal);
  383. }
  384.  
  385. .wallet-cart-button-container,
  386. .wallet-cart-button {
  387.  width: var(--wallet-button-width-horizontal);
  388.  height: var(--wallet-button-height-horizontal);
  389.  border-radius: var(--wallet-button-border-radius);
  390.  list-style-type: none !important;
  391.  text-align: center;
  392.  flex-shrink: 0;
  393.  flex-grow: 0;
  394. }
  395.  
  396. .additional-checkout-buttons--vertical .wallet-cart-grid {
  397.  justify-content: start;
  398.  flex-direction: column;
  399.  margin: 0;
  400. }
  401. .additional-checkout-buttons--vertical .wallet-cart-grid .wallet-cart-button-container {
  402.  width: var(--wallet-button-width-vertical);
  403.  height: var(--wallet-button-height-vertical);
  404.  margin: var(--wallet-button-container-margin-vertical);
  405. }
  406. .additional-checkout-buttons--vertical .wallet-cart-grid .wallet-cart-button-container:first-child {
  407.  margin-top: 0;
  408. }
  409. .additional-checkout-buttons--vertical .wallet-cart-grid .wallet-cart-button {
  410.  width: var(--wallet-button-width-vertical);
  411.  height: var(--wallet-button-height-vertical);
  412. }
  413.  
  414. .additional-checkout-buttons--horizontal .wallet-cart-grid .wallet-cart-button-container,
  415. .additional-checkout-buttons--horizontal .wallet-cart-grid .wallet-cart-button {
  416.  width: var(--wallet-button-width-horizontal) !important;
  417.  height: var(--wallet-button-height-horizontal) !important;
  418.  border-radius: var(--wallet-button-border-radius) !important;
  419. }
  420.  
  421. @container dcc (width >= 150px) and (width <= 500px) {
  422.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(1)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(2))) {
  423.    justify-content: start;
  424.    flex-direction: column;
  425.    margin: 0;
  426.  }
  427.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(1)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(2))) .wallet-cart-button-container {
  428.    width: var(--wallet-button-width-vertical);
  429.    height: var(--wallet-button-height-vertical);
  430.    margin: var(--wallet-button-container-margin-vertical);
  431.  }
  432.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(1)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(2))) .wallet-cart-button-container:first-child {
  433.    margin-top: 0;
  434.  }
  435.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(1)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(2))) .wallet-cart-button {
  436.    width: var(--wallet-button-width-vertical);
  437.    height: var(--wallet-button-height-vertical);
  438.  }
  439. }
  440.  
  441. @container dcc (width <= 310px) {
  442.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(2)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(3))) {
  443.    justify-content: start;
  444.    flex-direction: column;
  445.    margin: 0;
  446.  }
  447.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(2)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(3))) .wallet-cart-button-container {
  448.    width: var(--wallet-button-width-vertical);
  449.    height: var(--wallet-button-height-vertical);
  450.    margin: var(--wallet-button-container-margin-vertical);
  451.  }
  452.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(2)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(3))) .wallet-cart-button-container:first-child {
  453.    margin-top: 0;
  454.  }
  455.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(2)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(3))) .wallet-cart-button {
  456.    width: var(--wallet-button-width-vertical);
  457.    height: var(--wallet-button-height-vertical);
  458.  }
  459. }
  460.  
  461. @container dcc (width <= 470px) {
  462.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(3)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(4))) {
  463.    justify-content: start;
  464.    flex-direction: column;
  465.    margin: 0;
  466.  }
  467.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(3)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(4))) .wallet-cart-button-container {
  468.    width: var(--wallet-button-width-vertical);
  469.    height: var(--wallet-button-height-vertical);
  470.    margin: var(--wallet-button-container-margin-vertical);
  471.  }
  472.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(3)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(4))) .wallet-cart-button-container:first-child {
  473.    margin-top: 0;
  474.  }
  475.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(3)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(4))) .wallet-cart-button {
  476.    width: var(--wallet-button-width-vertical);
  477.    height: var(--wallet-button-height-vertical);
  478.  }
  479. }
  480.  
  481. @container dcc (width <= 630px) {
  482.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(4)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(5))) {
  483.    justify-content: start;
  484.    flex-direction: column;
  485.    margin: 0;
  486.  }
  487.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(4)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(5))) .wallet-cart-button-container {
  488.    width: var(--wallet-button-width-vertical);
  489.    height: var(--wallet-button-height-vertical);
  490.    margin: var(--wallet-button-container-margin-vertical);
  491.  }
  492.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(4)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(5))) .wallet-cart-button-container:first-child {
  493.    margin-top: 0;
  494.  }
  495.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(4)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(5))) .wallet-cart-button {
  496.    width: var(--wallet-button-width-vertical);
  497.    height: var(--wallet-button-height-vertical);
  498.  }
  499. }
  500.  
  501. @container dcc (width <= 790px) {
  502.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(5)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(6))) {
  503.    justify-content: start;
  504.    flex-direction: column;
  505.    margin: 0;
  506.  }
  507.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(5)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(6))) .wallet-cart-button-container {
  508.    width: var(--wallet-button-width-vertical);
  509.    height: var(--wallet-button-height-vertical);
  510.    margin: var(--wallet-button-container-margin-vertical);
  511.  }
  512.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(5)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(6))) .wallet-cart-button-container:first-child {
  513.    margin-top: 0;
  514.  }
  515.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(5)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(6))) .wallet-cart-button {
  516.    width: var(--wallet-button-width-vertical);
  517.    height: var(--wallet-button-height-vertical);
  518.  }
  519. }
  520.  
  521. .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(6)) {
  522.  justify-content: start;
  523.  flex-direction: column;
  524.  margin: 0;
  525. }
  526. .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(6)) .wallet-cart-button-container {
  527.  width: var(--wallet-button-width-vertical);
  528.  height: var(--wallet-button-height-vertical);
  529.  margin: var(--wallet-button-container-margin-vertical);
  530. }
  531. .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(6)) .wallet-cart-button-container:first-child {
  532.  margin-top: 0;
  533. }
  534. .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(6)) .wallet-cart-button {
  535.  width: var(--wallet-button-width-vertical);
  536.  height: var(--wallet-button-height-vertical);
  537. }
  538.  
  539. @media screen and (max-width: 750px) {
  540.  .wallet-cart-grid {
  541.    justify-content: start;
  542.    flex-direction: column;
  543.    max-width: none;
  544.    margin: 0;
  545.  }
  546.  .wallet-cart-grid .wallet-cart-button-container {
  547.    max-width: none;
  548.    width: var(--wallet-button-width-vertical);
  549.    height: var(--wallet-button-height-vertical);
  550.    margin: var(--wallet-button-container-margin-vertical);
  551.  }
  552.  .wallet-cart-grid .wallet-cart-button-container:first-child {
  553.    margin-top: 0;
  554.  }
  555.  .wallet-cart-grid .wallet-cart-button {
  556.    width: var(--wallet-button-width-vertical);
  557.    height: var(--wallet-button-height-vertical);
  558.  }
  559. }
  560.  
  561. @supports (not (container-type: inline-size)) or (not (selector(:has(*)))) {
  562.  .wallet-cart-grid {
  563.    justify-content: start;
  564.    flex-direction: column;
  565.    margin: 0;
  566.  }
  567.  .wallet-cart-button-container {
  568.    width: var(--wallet-button-width-vertical);
  569.    height: var(--wallet-button-height-vertical);
  570.    margin: var(--wallet-button-container-margin-vertical);
  571.  }
  572.  .wallet-cart-button-container:first-child {
  573.    margin-top: 0;
  574.  }
  575.  .wallet-cart-grid .wallet-cart-button {
  576.    width: var(--wallet-button-width-vertical);
  577.    height: var(--wallet-button-height-vertical);
  578.  }
  579. }
  580.  
  581.        #shopify-buyer-consent {
  582.  margin-top: 1em;
  583.  display: inline-block;
  584.  width: 100%;
  585. }
  586.  
  587. #shopify-buyer-consent.hidden {
  588.  display: none;
  589. }
  590.  
  591. #shopify-subscription-policy-button {
  592.  background: none;
  593.  border: none;
  594.  padding: 0;
  595.  text-decoration: underline;
  596.  font-size: inherit;
  597.  cursor: pointer;
  598. }
  599.  
  600. #shopify-subscription-policy-button::before {
  601.  box-shadow: none;
  602. }
  603.  
  604.      </style>
  605.  
  606. <style id="shopify-accelerated-checkout-cart-grid-with-margin-top">.additional-checkout-buttons--vertical .wallet-cart-grid .wallet-cart-button-container:first-child {
  607.  margin-top: 8px;
  608. }
  609.  
  610.  
  611. @container dcc (width >= 150px) and (width <= 500px) {
  612.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(1)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(2))) .wallet-cart-button-container:first-child {
  613.    margin-top: 8px;
  614.  }
  615. }
  616.  
  617. @container dcc (width <= 310px) {
  618.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(2)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(3))) .wallet-cart-button-container:first-child {
  619.    margin-top: 8px;
  620.  }
  621. }
  622.  
  623. @container dcc (width <= 470px) {
  624.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(3)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(4))) .wallet-cart-button-container:first-child {
  625.    margin-top: 8px;
  626.  }
  627. }
  628.  
  629. @container dcc (width <= 630px) {
  630.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(4)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(5))) .wallet-cart-button-container:first-child {
  631.    margin-top: 8px;
  632.  }
  633. }
  634.  
  635. @container dcc (width <= 790px) {
  636.  .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(5)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(6))) .wallet-cart-button-container:first-child {
  637.    margin-top: 8px;
  638.  }
  639. }
  640.  
  641. .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(6)) .wallet-cart-button-container:first-child {
  642.  margin-top: 8px;
  643. }
  644.  
  645. @media screen and (max-width: 750px) {
  646.  .wallet-cart-grid .wallet-cart-button-container:first-child {
  647.    margin-top: 8px;
  648.  }
  649. }
  650.  
  651. @supports (not (container-type: inline-size)) or (not (selector(:has(*)))) {
  652.  .wallet-cart-button-container:first-child {
  653.    margin-top: 8px;
  654.  }
  655. }
  656. </style>
  657. <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>
  658.  
  659.  
  660.  
  661.    <style data-shopify>
  662.      @font-face {
  663.  font-family: Helvetica;
  664.  font-weight: 400;
  665.  font-style: normal;
  666.  font-display: swap;
  667.  src: url("//makhzan.ae/cdn/fonts/helvetica/helvetica_n4.fe093fe9ca22a15354813c912484945a36b79146.woff2?h1=bWFraHphbi11YWUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=bWFraHphbi5hZQ&h3=YWNjb3VudC5tYWtoemFuLmFl&hmac=18dfa034dcdca575e30f05e2a29c11fc5c9c8759babbc48e8d4ab4fee7478829") format("woff2"),
  668.       url("//makhzan.ae/cdn/fonts/helvetica/helvetica_n4.8bddb85c18a0094c427a9bf65dee963ad88de4e8.woff?h1=bWFraHphbi11YWUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=bWFraHphbi5hZQ&h3=YWNjb3VudC5tYWtoemFuLmFl&hmac=015c472c656a0673caf214ce8cb157a442a67341ad5c3c2bacb788aade2e3c4c") format("woff");
  669. }
  670.  
  671.      @font-face {
  672.  font-family: Helvetica;
  673.  font-weight: 700;
  674.  font-style: normal;
  675.  font-display: swap;
  676.  src: url("//makhzan.ae/cdn/fonts/helvetica/helvetica_n7.39bee04bd277a9c4e94e2fd42d53f4e3c0afb8a5.woff2?h1=bWFraHphbi11YWUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=bWFraHphbi5hZQ&h3=YWNjb3VudC5tYWtoemFuLmFl&hmac=f810b61a8d55efec4fc8482928fe7c7ef671841b8e57a612a6d5e279a1c83bc6") format("woff2"),
  677.       url("//makhzan.ae/cdn/fonts/helvetica/helvetica_n7.b95359461a6788d5549e702cb2123bc40c227e49.woff?h1=bWFraHphbi11YWUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=bWFraHphbi5hZQ&h3=YWNjb3VudC5tYWtoemFuLmFl&hmac=42afd58a9922a0c68b4315be3774fe253247bc1d43cb82f954d8df99e05f5878") format("woff");
  678. }
  679.  
  680.      @font-face {
  681.  font-family: Helvetica;
  682.  font-weight: 400;
  683.  font-style: oblique;
  684.  font-display: swap;
  685.  src: url("//makhzan.ae/cdn/fonts/helvetica/helvetica_o4.f9832a0fc1ee8fc5a359636e410d6941e1e4ca03.woff2?h1=bWFraHphbi11YWUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=bWFraHphbi5hZQ&h3=YWNjb3VudC5tYWtoemFuLmFl&hmac=2fec39794a70471199ee06e763a42a0d55359a6cc7a2999f3cb63392aef626d6") format("woff2"),
  686.       url("//makhzan.ae/cdn/fonts/helvetica/helvetica_o4.0063286aec443697ebae04eeb9c78b820f9f7805.woff?h1=bWFraHphbi11YWUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=bWFraHphbi5hZQ&h3=YWNjb3VudC5tYWtoemFuLmFl&hmac=101566a5fea881fb0d7ef7e5ffc44aa4b21717fb4cff99d81420f43919a62f2a") format("woff");
  687. }
  688.  
  689.      @font-face {
  690.  font-family: Helvetica;
  691.  font-weight: 700;
  692.  font-style: oblique;
  693.  font-display: swap;
  694.  src: url("//makhzan.ae/cdn/fonts/helvetica/helvetica_o7.215fd4ca1a06214fa01e44328a1992c977700ea2.woff2?h1=bWFraHphbi11YWUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=bWFraHphbi5hZQ&h3=YWNjb3VudC5tYWtoemFuLmFl&hmac=f81479d97392aa1d85c45d3d4b0194573f9bf7dda637acee894092ce55d95fff") format("woff2"),
  695.       url("//makhzan.ae/cdn/fonts/helvetica/helvetica_o7.b0a2026ae2aa64d060f9ce0ee1b3c3c1aa21bf88.woff?h1=bWFraHphbi11YWUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=bWFraHphbi5hZQ&h3=YWNjb3VudC5tYWtoemFuLmFl&hmac=541d1e38cee705ac56e1e8ceaadf4ab88d4ebbca35d2ec34f36400fbcb0a0747") format("woff");
  696. }
  697.  
  698.      @font-face {
  699.  font-family: "Claire News";
  700.  font-weight: 300;
  701.  font-style: normal;
  702.  font-display: swap;
  703.  src: url("//makhzan.ae/cdn/fonts/claire_news/clairenews_n3.4af7b0ec53781843c5c302a45fcaa3c06e81ed56.woff2?h1=bWFraHphbi11YWUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=bWFraHphbi5hZQ&h3=YWNjb3VudC5tYWtoemFuLmFl&hmac=7eace16235092bd75344eced6ff1150b8f9e72e36d5d4f2b94f2bcbc41f72110") format("woff2"),
  704.       url("//makhzan.ae/cdn/fonts/claire_news/clairenews_n3.4706d8065bacf5729884e08b41bbd63614db8f9d.woff?h1=bWFraHphbi11YWUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=bWFraHphbi5hZQ&h3=YWNjb3VudC5tYWtoemFuLmFl&hmac=17331b174001ab65b05c784c2d41c33f99be7e3a981d99955fbecdc1c6a166bd") format("woff");
  705. }
  706.  
  707.  
  708.      
  709.        :root,
  710.        .color-scheme-1 {
  711.          --color-background: 188,154,69;
  712.        
  713.          --gradient-background: #bc9a45;
  714.        
  715.  
  716.        
  717.  
  718.        --color-foreground: 22,54,39;
  719.        --color-background-contrast: 95,78,34;
  720.        --color-shadow: 22,54,39;
  721.        --color-button: 22,54,39;
  722.        --color-button-text: 255,255,255;
  723.        --color-secondary-button: 188,154,69;
  724.        --color-secondary-button-text: 22,54,39;
  725.        --color-link: 22,54,39;
  726.        --color-badge-foreground: 22,54,39;
  727.        --color-badge-background: 188,154,69;
  728.        --color-badge-border: 22,54,39;
  729.        --payment-terms-background-color: rgb(188 154 69);
  730.      }
  731.      
  732.        
  733.        .color-scheme-2 {
  734.          --color-background: 188,154,69;
  735.        
  736.          --gradient-background: #bc9a45;
  737.        
  738.  
  739.        
  740.  
  741.        --color-foreground: 255,255,255;
  742.        --color-background-contrast: 95,78,34;
  743.        --color-shadow: 46,42,57;
  744.        --color-button: 46,42,57;
  745.        --color-button-text: 247,246,246;
  746.        --color-secondary-button: 188,154,69;
  747.        --color-secondary-button-text: 46,42,57;
  748.        --color-link: 46,42,57;
  749.        --color-badge-foreground: 255,255,255;
  750.        --color-badge-background: 188,154,69;
  751.        --color-badge-border: 255,255,255;
  752.        --payment-terms-background-color: rgb(188 154 69);
  753.      }
  754.      
  755.        
  756.        .color-scheme-3 {
  757.          --color-background: 41,95,69;
  758.        
  759.          --gradient-background: #295f45;
  760.        
  761.  
  762.        
  763.  
  764.        --color-foreground: 255,255,255;
  765.        --color-background-contrast: 3,6,4;
  766.        --color-shadow: 41,95,69;
  767.        --color-button: 188,154,69;
  768.        --color-button-text: 255,255,255;
  769.        --color-secondary-button: 41,95,69;
  770.        --color-secondary-button-text: 255,255,255;
  771.        --color-link: 255,255,255;
  772.        --color-badge-foreground: 255,255,255;
  773.        --color-badge-background: 41,95,69;
  774.        --color-badge-border: 255,255,255;
  775.        --payment-terms-background-color: rgb(41 95 69);
  776.      }
  777.      
  778.        
  779.        .color-scheme-4 {
  780.          --color-background: 205,215,191;
  781.        
  782.          --gradient-background: #cdd7bf;
  783.        
  784.  
  785.        
  786.  
  787.        --color-foreground: 22,54,39;
  788.        --color-background-contrast: 144,166,113;
  789.        --color-shadow: 46,42,57;
  790.        --color-button: 41,95,69;
  791.        --color-button-text: 255,255,255;
  792.        --color-secondary-button: 205,215,191;
  793.        --color-secondary-button-text: 41,95,69;
  794.        --color-link: 41,95,69;
  795.        --color-badge-foreground: 22,54,39;
  796.        --color-badge-background: 205,215,191;
  797.        --color-badge-border: 22,54,39;
  798.        --payment-terms-background-color: rgb(205 215 191);
  799.      }
  800.      
  801.        
  802.        .color-scheme-5 {
  803.          --color-background: 244,194,194;
  804.        
  805.          --gradient-background: #f4c2c2;
  806.        
  807.  
  808.        
  809.  
  810.        --color-foreground: 5,5,5;
  811.        --color-background-contrast: 225,86,86;
  812.        --color-shadow: 46,42,57;
  813.        --color-button: 253,251,247;
  814.        --color-button-text: 22,54,39;
  815.        --color-secondary-button: 244,194,194;
  816.        --color-secondary-button-text: 22,54,39;
  817.        --color-link: 22,54,39;
  818.        --color-badge-foreground: 5,5,5;
  819.        --color-badge-background: 244,194,194;
  820.        --color-badge-border: 5,5,5;
  821.        --payment-terms-background-color: rgb(244 194 194);
  822.      }
  823.      
  824.        
  825.        .color-scheme-342ac137-625d-4e5e-a9ac-9ef59bc5570a {
  826.          --color-background: 255,255,255;
  827.        
  828.          --gradient-background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 97%);
  829.        
  830.  
  831.        
  832.  
  833.        --color-foreground: 5,5,5;
  834.        --color-background-contrast: 191,191,191;
  835.        --color-shadow: 252,247,238;
  836.        --color-button: 22,54,39;
  837.        --color-button-text: 255,255,255;
  838.        --color-secondary-button: 255,255,255;
  839.        --color-secondary-button-text: 22,54,39;
  840.        --color-link: 22,54,39;
  841.        --color-badge-foreground: 5,5,5;
  842.        --color-badge-background: 255,255,255;
  843.        --color-badge-border: 5,5,5;
  844.        --payment-terms-background-color: rgb(255 255 255);
  845.      }
  846.      
  847.        
  848.        .color-scheme-0e4331f3-92af-4c70-a253-5ba3eb688d23 {
  849.          --color-background: 213,167,118;
  850.        
  851.          --gradient-background: #d5a776;
  852.        
  853.  
  854.        
  855.  
  856.        --color-foreground: 71,71,45;
  857.        --color-background-contrast: 156,103,48;
  858.        --color-shadow: 0,0,0;
  859.        --color-button: 192,151,43;
  860.        --color-button-text: 255,255,255;
  861.        --color-secondary-button: 213,167,118;
  862.        --color-secondary-button-text: 71,71,45;
  863.        --color-link: 71,71,45;
  864.        --color-badge-foreground: 71,71,45;
  865.        --color-badge-background: 213,167,118;
  866.        --color-badge-border: 71,71,45;
  867.        --payment-terms-background-color: rgb(213 167 118);
  868.      }
  869.      
  870.  
  871.      body, .color-scheme-1, .color-scheme-2, .color-scheme-3, .color-scheme-4, .color-scheme-5, .color-scheme-342ac137-625d-4e5e-a9ac-9ef59bc5570a, .color-scheme-0e4331f3-92af-4c70-a253-5ba3eb688d23 {
  872.        color: rgba(var(--color-foreground), 0.75);
  873.        background-color: rgb(var(--color-background));
  874.      }
  875.  
  876.      :root {
  877.        --font-body-family: Helvetica, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
  878.        --font-body-style: normal;
  879.        --font-body-weight: 400;
  880.        --font-body-weight-bold: 700;
  881.  
  882.        --font-heading-family: "Claire News", serif;
  883.        --font-heading-style: normal;
  884.        --font-heading-weight: 300;
  885.  
  886.        --font-body-scale: 1.2;
  887.        --font-heading-scale: 0.9166666666666666;
  888.  
  889.        --media-padding: px;
  890.        --media-border-opacity: 0.0;
  891.        --media-border-width: 0px;
  892.        --media-radius: 8px;
  893.        --media-shadow-opacity: 0.1;
  894.        --media-shadow-horizontal-offset: 10px;
  895.        --media-shadow-vertical-offset: 12px;
  896.        --media-shadow-blur-radius: 20px;
  897.        --media-shadow-visible: 1;
  898.  
  899.        --page-width: 140rem;
  900.        --page-width-margin: 0rem;
  901.  
  902.        --product-card-image-padding: 0.0rem;
  903.        --product-card-corner-radius: 0.6rem;
  904.        --product-card-text-alignment: left;
  905.        --product-card-border-width: 0.0rem;
  906.        --product-card-border-opacity: 0.1;
  907.        --product-card-shadow-opacity: 0.05;
  908.        --product-card-shadow-visible: 1;
  909.        --product-card-shadow-horizontal-offset: 1.0rem;
  910.        --product-card-shadow-vertical-offset: 1.0rem;
  911.        --product-card-shadow-blur-radius: 2.5rem;
  912.  
  913.        --collection-card-image-padding: 0.0rem;
  914.        --collection-card-corner-radius: 0.4rem;
  915.        --collection-card-text-alignment: left;
  916.        --collection-card-border-width: 0.0rem;
  917.        --collection-card-border-opacity: 0.1;
  918.        --collection-card-shadow-opacity: 0.05;
  919.        --collection-card-shadow-visible: 1;
  920.        --collection-card-shadow-horizontal-offset: 1.0rem;
  921.        --collection-card-shadow-vertical-offset: 1.0rem;
  922.        --collection-card-shadow-blur-radius: 3.5rem;
  923.  
  924.        --blog-card-image-padding: 0.4rem;
  925.        --blog-card-corner-radius: 0.8rem;
  926.        --blog-card-text-alignment: left;
  927.        --blog-card-border-width: 0.4rem;
  928.        --blog-card-border-opacity: 0.1;
  929.        --blog-card-shadow-opacity: 0.05;
  930.        --blog-card-shadow-visible: 1;
  931.        --blog-card-shadow-horizontal-offset: 1.0rem;
  932.        --blog-card-shadow-vertical-offset: 1.0rem;
  933.        --blog-card-shadow-blur-radius: 2.5rem;
  934.  
  935.        --badge-corner-radius: 2.0rem;
  936.  
  937.        --popup-border-width: 1px;
  938.        --popup-border-opacity: 0.1;
  939.        --popup-corner-radius: 8px;
  940.        --popup-shadow-opacity: 0.1;
  941.        --popup-shadow-horizontal-offset: 10px;
  942.        --popup-shadow-vertical-offset: 12px;
  943.        --popup-shadow-blur-radius: 20px;
  944.  
  945.        --drawer-border-width: 1px;
  946.        --drawer-border-opacity: 0.1;
  947.        --drawer-shadow-opacity: 0.0;
  948.        --drawer-shadow-horizontal-offset: 0px;
  949.        --drawer-shadow-vertical-offset: 4px;
  950.        --drawer-shadow-blur-radius: 5px;
  951.  
  952.        --spacing-sections-desktop: 0px;
  953.        --spacing-sections-mobile: 0px;
  954.  
  955.        --grid-desktop-vertical-spacing: 40px;
  956.        --grid-desktop-horizontal-spacing: 40px;
  957.        --grid-mobile-vertical-spacing: 20px;
  958.        --grid-mobile-horizontal-spacing: 20px;
  959.  
  960.        --text-boxes-border-opacity: 0.1;
  961.        --text-boxes-border-width: 0px;
  962.        --text-boxes-radius: 8px;
  963.        --text-boxes-shadow-opacity: 0.0;
  964.        --text-boxes-shadow-visible: 0;
  965.        --text-boxes-shadow-horizontal-offset: 10px;
  966.        --text-boxes-shadow-vertical-offset: 10px;
  967.        --text-boxes-shadow-blur-radius: 30px;
  968.  
  969.        --buttons-radius: 4px;
  970.        --buttons-radius-outset: 5px;
  971.        --buttons-border-width: 1px;
  972.        --buttons-border-opacity: 0.2;
  973.        --buttons-shadow-opacity: 0.05;
  974.        --buttons-shadow-visible: 1;
  975.        --buttons-shadow-horizontal-offset: 0px;
  976.        --buttons-shadow-vertical-offset: 4px;
  977.        --buttons-shadow-blur-radius: 10px;
  978.        --buttons-border-offset: 0.3px;
  979.  
  980.        --inputs-radius: 10px;
  981.        --inputs-border-width: 1px;
  982.        --inputs-border-opacity: 0.55;
  983.        --inputs-shadow-opacity: 0.05;
  984.        --inputs-shadow-horizontal-offset: 0px;
  985.        --inputs-margin-offset: 2px;
  986.        --inputs-shadow-vertical-offset: 2px;
  987.        --inputs-shadow-blur-radius: 5px;
  988.        --inputs-radius-outset: 11px;
  989.  
  990.        --variant-pills-radius: 10px;
  991.        --variant-pills-border-width: 1px;
  992.        --variant-pills-border-opacity: 0.1;
  993.        --variant-pills-shadow-opacity: 0.05;
  994.        --variant-pills-shadow-horizontal-offset: 0px;
  995.        --variant-pills-shadow-vertical-offset: 4px;
  996.        --variant-pills-shadow-blur-radius: 5px;
  997.      }
  998.  
  999.      *,
  1000.      *::before,
  1001.      *::after {
  1002.        box-sizing: inherit;
  1003.      }
  1004.  
  1005.      html {
  1006.        box-sizing: border-box;
  1007.        font-size: calc(var(--font-body-scale) * 62.5%);
  1008.        height: 100%;
  1009.      }
  1010.  
  1011.      body {
  1012.        display: grid;
  1013.        grid-template-rows: auto auto 1fr auto;
  1014.        grid-template-columns: 100%;
  1015.        min-height: 100%;
  1016.        margin: 0;
  1017.        font-size: 1.5rem;
  1018.        letter-spacing: 0.06rem;
  1019.        line-height: calc(1 + 0.8 / var(--font-body-scale));
  1020.        font-family: var(--font-body-family);
  1021.        font-style: var(--font-body-style);
  1022.        font-weight: var(--font-body-weight);
  1023.      }
  1024.  
  1025.      @media screen and (min-width: 750px) {
  1026.        body {
  1027.          font-size: 1.6rem;
  1028.        }
  1029.      }
  1030.    </style>
  1031.  
  1032.    <link href="//makhzan.ae/cdn/shop/t/12/assets/base.css?v=171121275316375146831716876958" rel="stylesheet" type="text/css" media="all" />
  1033. <link rel="preload" as="font" href="//makhzan.ae/cdn/fonts/helvetica/helvetica_n4.fe093fe9ca22a15354813c912484945a36b79146.woff2?h1=bWFraHphbi11YWUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=bWFraHphbi5hZQ&h3=YWNjb3VudC5tYWtoemFuLmFl&hmac=18dfa034dcdca575e30f05e2a29c11fc5c9c8759babbc48e8d4ab4fee7478829" type="font/woff2" crossorigin><link rel="preload" as="font" href="//makhzan.ae/cdn/fonts/claire_news/clairenews_n3.4af7b0ec53781843c5c302a45fcaa3c06e81ed56.woff2?h1=bWFraHphbi11YWUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=bWFraHphbi5hZQ&h3=YWNjb3VudC5tYWtoemFuLmFl&hmac=7eace16235092bd75344eced6ff1150b8f9e72e36d5d4f2b94f2bcbc41f72110" type="font/woff2" crossorigin><link href="//makhzan.ae/cdn/shop/t/12/assets/component-localization-form.css?v=124545717069420038221712479486" rel="stylesheet" type="text/css" media="all" />
  1034.      <script type="noscript-s" data-src="//makhzan.ae/cdn/shop/t/12/assets/localization-form.js?v=169565320306168926741712479486" defer="defer"></script><link
  1035.        rel="stylesheet"
  1036.        href="//makhzan.ae/cdn/shop/t/12/assets/component-predictive-search.css?v=118923337488134913561712479486"
  1037.        media="print"
  1038.        onload="this.media='all'"
  1039.      ><script>
  1040.      document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
  1041.      if (Shopify.designMode) {
  1042.        document.documentElement.classList.add('shopify-design-mode');
  1043.      }
  1044.    </script>
  1045.    <!-- Meta Pixel Code -->
  1046.    <script>
  1047.      !function(f,b,e,v,n,t,s)
  1048.      {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  1049.      n.callMethod.apply(n,arguments):n.queue.push(arguments)};
  1050.      if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
  1051.      n.queue=[];t=b.createElement(e);t.async=!0;
  1052.      t.src=v;s=b.getElementsByTagName(e)[0];
  1053.      s.parentNode.insertBefore(t,s)}(window,document,'script',
  1054.      'https://connect.facebook.net/en_US/fbevents.js');
  1055.       fbq('init', '1335948727074337');
  1056.      fbq('track', 'PageView');
  1057.      </script>
  1058.      <noscript>
  1059.       <img height="1" width="1"
  1060.      src="https://www.facebook.com/tr?id=1335948727074337&ev=PageView
  1061.      &noscript=1"/>
  1062.    </noscript>
  1063.    <!-- End Meta Pixel Code -->
  1064.  
  1065. <!-- location Schema Code -->
  1066.    
  1067.  <script type="application/ld+json">
  1068. {
  1069. "@context": "http://schema.org",
  1070. "@type": "HealthAndBeautyBusiness",
  1071. "name": " Makhzan Limited",
  1072. "description": "Makhzan Limited proudly presents a curated selection of premium natural skincare and wellness supplement products designed to nurture the mind, body, and soul. Our commitment to quality is reflected in our meticulous sourcing of the purest and most effective ingredients from nature, ensuring that each product meets and exceeds your health and beauty expectations. With a focus on holistic well-being and clean beauty, our offerings empower you to embrace a lifestyle that radiates health and vitality. Whether you are seeking rejuvenating skincare solutions or wellness supplements that enhance your overall well-being, Makhzan Limited is your trusted partner in achieving a more vibrant and balanced life",
  1073. "logo": "https://makhzan.ae/cdn/shop/files/makhzan-logo_2.png?v=1710752318&width=285",
  1074. "url": "https://makhzan.ae/",
  1075. "telephone": "+971504029696",
  1076. "sameAs": ["https://x.com/Makhzanuae","https://www.linkedin.com/company/makhzanuae/","https://facebook.com/profile.php?id=100090468172891&mibextid=ZbWKwL","https://www.youtube.com/channel/UCTKjlgUy_-Jn0CIOYXbVaYg","https://www.instagram.com/makhzanuae?igsh=d3ZlMTNjemRucWFz","https://www.tiktok.com/@makhzanuae"],
  1077. "address": {
  1078. "@type": "PostalAddress",
  1079. "streetAddress": "Al Falah Drive",
  1080. "addressLocality": "AbuDhabi",
  1081. "postalCode": "39136",
  1082. "addressCountry": "United Arab Emirates"
  1083. }
  1084. }
  1085. </script>
  1086.  
  1087.    <!-- End location Script -->
  1088.  
  1089.    <script>
  1090. !function(f,b,e,v,n,t,s)
  1091. {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  1092. n.callMethod.apply(n,arguments):n.queue.push(arguments)};
  1093. if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
  1094. n.queue=[];t=b.createElement(e);t.async=!0;
  1095. t.src=v;s=b.getElementsByTagName(e)[0];
  1096. s.parentNode.insertBefore(t,s)}(window, document,'script',
  1097. 'https://connect.facebook.net/en_US/fbevents.js');
  1098. fbq('init', '1335948727074337');
  1099. fbq('track', 'PageView');
  1100. fbq('track', 'ViewContent', {
  1101.    content_ids: ['9190885294353', '9273720766737', '9274005455121', '9287358710033', '9297777000721', '9298849726737', '9297805443345', '9297497587985', '9287452655889', '9298919751953', '9297787289873'],
  1102.    content_type: 'product'
  1103. });
  1104. </script>
  1105. <noscript><img height="1" width="1" style="display:none"
  1106. src="https://www.facebook.com/tr?id=1335948727074337&ev=PageView&noscript=1"
  1107. /></noscript>
  1108.  
  1109.    
  1110.  
  1111.  
  1112.  <!-- BEGIN app block: shopify://apps/instafeed/blocks/head-block/c447db20-095d-4a10-9725-b5977662c9d5 --><link rel="preconnect" href="https://cdn.nfcube.com/">
  1113. <link rel="preconnect" href="https://scontent.cdninstagram.com/">
  1114.  
  1115.  
  1116.  <script>
  1117.    document.addEventListener('DOMContentLoaded', function () {
  1118.      let instafeedScript = document.createElement('script');
  1119.  
  1120.      
  1121.        instafeedScript.src = 'https://cdn.nfcube.com/instafeed-efe42d49d5fe785823bda6ac820bdd7d.js';
  1122.      
  1123.  
  1124.      document.body.appendChild(instafeedScript);
  1125.    });
  1126.  </script>
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132. <!-- END app app block --><!-- BEGIN app block: shopify://apps/smart-seo/blocks/smartseo/7b0a6064-ca2e-4392-9a1d-8c43c942357b --><meta name="smart-seo-integrated" content="true" /><!-- metatagsSavedToSEOFields: false --><title>Natural skincare &amp; wellness supplements in UAE</title><meta name="description" content="Uncover the secrets of natural skincare and wellness supplements in the UAE. Achieve glowing beauty and overall wellness with our exceptional products daily."><!-- END app app block --><!-- BEGIN app block: shopify://apps/judge-me-reviews/blocks/judgeme_core/61ccd3b1-a9f2-4160-9fe9-4fec8413e5d8 --><!-- Start of Judge.me Core -->
  1133. <link rel="dns-prefetch" href="https://cdn.judge.me">
  1134. <script data-cfasync='false' class='jdgm-settings-script'>window.jdgmSettings={"pagination":5,"disable_web_reviews":true,"badge_no_review_text":"No reviews","badge_n_reviews_text":"{{ n }} review/reviews","badge_star_color":"#C39733","hide_badge_preview_if_no_reviews":true,"badge_hide_text":true,"enforce_center_preview_badge":false,"widget_title":"Customer Reviews","widget_open_form_text":"Write a review","widget_close_form_text":"Cancel review","widget_refresh_page_text":"Refresh page","widget_summary_text":"Based on {{ number_of_reviews }} review/reviews","widget_no_review_text":"Be the first to write a review","widget_name_field_text":"Name","widget_verified_name_field_text":"Verified Name (public)","widget_name_placeholder_text":"Enter your name (public)","widget_required_field_error_text":"This field is required.","widget_email_field_text":"Email","widget_verified_email_field_text":"Verified Email (private, can not be edited)","widget_email_placeholder_text":"Enter your email (private)","widget_email_field_error_text":"Please enter a valid email address.","widget_rating_field_text":"Rating","widget_review_title_field_text":"Review Title","widget_review_title_placeholder_text":"Give your review a title","widget_review_body_field_text":"Review","widget_review_body_placeholder_text":"Write your comments here","widget_pictures_field_text":"Picture/Video (optional)","widget_submit_review_text":"Submit Review","widget_submit_verified_review_text":"Submit Verified Review","widget_submit_success_msg_with_auto_publish":"Thank you! Please refresh the page in a few moments to see your review. You can remove or edit your review by logging into \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_submit_success_msg_no_auto_publish":"Thank you! Your review will be published as soon as it is approved by the shop admin. You can remove or edit your review by logging into \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_show_default_reviews_out_of_total_text":"Showing {{ n_reviews_shown }} out of {{ n_reviews }} reviews.","widget_show_all_link_text":"Show all","widget_show_less_link_text":"Show less","widget_author_said_text":"{{ reviewer_name }} said:","widget_days_text":"{{ n }} days ago","widget_weeks_text":"{{ n }} week/weeks ago","widget_months_text":"{{ n }} month/months ago","widget_years_text":"{{ n }} year/years ago","widget_yesterday_text":"Yesterday","widget_today_text":"Today","widget_replied_text":"\u003e\u003e {{ shop_name }} replied:","widget_read_more_text":"Read more","widget_rating_filter_see_all_text":"See all reviews","widget_sorting_most_recent_text":"Most Recent","widget_sorting_highest_rating_text":"Highest Rating","widget_sorting_lowest_rating_text":"Lowest Rating","widget_sorting_with_pictures_text":"Only Pictures","widget_sorting_most_helpful_text":"Most Helpful","widget_open_question_form_text":"Ask a question","widget_reviews_subtab_text":"Reviews","widget_questions_subtab_text":"Questions","widget_question_label_text":"Question","widget_answer_label_text":"Answer","widget_question_placeholder_text":"Write your question here","widget_submit_question_text":"Submit Question","widget_question_submit_success_text":"Thank you for your question! We will notify you once it gets answered.","widget_star_color":"#C39733","verified_badge_text":"Verified","verified_badge_placement":"left-of-reviewer-name","widget_hide_border":false,"widget_social_share":false,"all_reviews_include_out_of_store_products":true,"all_reviews_out_of_store_text":"(out of store)","all_reviews_product_name_prefix_text":"about","enable_review_pictures":false,"review_date_format":"dd/mm/yyyy","widget_product_reviews_subtab_text":"Product Reviews","widget_shop_reviews_subtab_text":"Shop Reviews","widget_sorting_pictures_first_text":"Pictures First","floating_tab_button_name":"★ Judge.me Reviews","floating_tab_title":"Let customers speak for us","floating_tab_url":"","floating_tab_url_enabled":false,"all_reviews_text_badge_text":"Customers rate us {{ shop.metafields.judgeme.all_reviews_rating | round: 1 }}/5 based on {{ shop.metafields.judgeme.all_reviews_count }} reviews.","all_reviews_text_badge_text_branded_style":"{{ shop.metafields.judgeme.all_reviews_rating | round: 1 }} out of 5 stars based on {{ shop.metafields.judgeme.all_reviews_count }} reviews","all_reviews_text_badge_url":"","all_reviews_text_style":"branded","featured_carousel_title":"Let customers speak for us","featured_carousel_count_text":"from {{ n }} reviews","featured_carousel_url":"","featured_carousel_show_images":false,"featured_carousel_arrow_color":"#000000","verified_count_badge_style":"branded","verified_count_badge_url":"","picture_reminder_submit_button":"Upload Pictures","widget_sorting_videos_first_text":"Videos First","widget_review_pending_text":"Pending","featured_carousel_items_for_large_screen":2,"remove_microdata_snippet":false,"preview_badge_no_question_text":"No questions","preview_badge_n_question_text":"{{ number_of_questions }} question/questions","widget_search_bar_placeholder":"Search reviews","widget_sorting_verified_only_text":"Verified only","featured_carousel_full_star_background":"#C39733","featured_carousel_verified_badge_enable":true,"featured_carousel_verified_badge_color":"#C39733","featured_carousel_more_reviews_button_text":"Read more reviews","featured_carousel_view_product_button_text":"View product","all_reviews_page_load_more_text":"Load More Reviews","widget_advanced_speed_features":5,"widget_public_name_text":"displayed publicly like","default_reviewer_name_has_non_latin":true,"widget_reviewer_anonymous":"Anonymous","medals_widget_title":"Judge.me Review Medals","widget_invalid_yt_video_url_error_text":"Not a YouTube video URL","widget_max_length_field_error_text":"Please enter no more than {0} characters.","widget_verified_by_shop_text":"Verified by Shop","widget_load_with_code_splitting":true,"widget_ugc_title":"Made by us, Shared by you","widget_ugc_subtitle":"Tag us to see your picture featured in our page","widget_ugc_primary_button_text":"Buy Now","widget_ugc_secondary_button_text":"Load More","widget_ugc_reviews_button_text":"View Reviews","widget_primary_color":"#C39733","widget_summary_average_rating_text":"{{ average_rating }} out of 5","widget_media_grid_title":"Customer photos \u0026 videos","widget_media_grid_see_more_text":"See more","widget_verified_by_judgeme_text":"Verified by Judge.me","widget_verified_by_judgeme_text_in_store_medals":"Verified by Judge.me","widget_media_field_exceed_quantity_message":"Sorry, we can only accept {{ max_media }} for one review.","widget_media_field_exceed_limit_message":"{{ file_name }} is too large, please select a {{ media_type }} less than {{ size_limit }}MB.","widget_review_submitted_text":"Review Submitted!","widget_question_submitted_text":"Question Submitted!","widget_close_form_text_question":"Cancel","widget_write_your_answer_here_text":"Write your answer here","widget_show_collected_by_judgeme":true,"widget_collected_by_judgeme_text":"collected by Judge.me","widget_load_more_text":"Load More","widget_full_review_text":"Full Review","widget_read_more_reviews_text":"Read More Reviews","widget_read_questions_text":"Read Questions","widget_questions_and_answers_text":"Questions \u0026 Answers","widget_verified_by_text":"Verified by","widget_number_of_reviews_text":"{{ number_of_reviews }} reviews","widget_back_button_text":"Back","widget_next_button_text":"Next","widget_custom_forms_filter_button":"Filters","how_reviews_are_collected":"How reviews are collected?","widget_gdpr_statement":"How we use your data: We’ll only contact you about the review you left, and only if necessary. By submitting your review, you agree to Judge.me’s \u003ca href='https://judge.me/terms' target='_blank' rel='nofollow noopener'\u003eterms\u003c/a\u003e, \u003ca href='https://judge.me/privacy' target='_blank' rel='nofollow noopener'\u003eprivacy\u003c/a\u003e and \u003ca href='https://judge.me/content-policy' target='_blank' rel='nofollow noopener'\u003econtent\u003c/a\u003e policies.","platform":"shopify","branding_url":"https://judge.me/reviews","branding_text":"Powered by Judge.me","locale":"en","reply_name":"Makhzan UAE","widget_version":"3.0","footer":true,"autopublish":true,"review_dates":true,"enable_custom_form":false,"can_be_branded":false};</script> <style class='jdgm-settings-style'>.jdgm-xx{left:0}:root{--jdgm-primary-color:#C39733;--jdgm-secondary-color:rgba(195,151,51,0.1);--jdgm-star-color:#C39733;--jdgm-write-review-text-color:white;--jdgm-write-review-bg-color:#C39733;--jdgm-paginate-color:#C39733;--jdgm-border-radius:0;--jdgm-reviewer-name-color:#C39733}.jdgm-histogram__bar-content{background-color:#C39733}.jdgm-rev[data-verified-buyer=true] .jdgm-rev__icon.jdgm-rev__icon:after,.jdgm-rev__buyer-badge.jdgm-rev__buyer-badge{color:white;background-color:#C39733}.jdgm-review-widget--small .jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before{content:"See more"}@media only screen and (min-width: 768px){.jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before{content:"See more"}}.jdgm-preview-badge .jdgm-star.jdgm-star{color:#C39733}.jdgm-widget .jdgm-write-rev-link{display:none}.jdgm-widget .jdgm-rev-widg[data-number-of-reviews='0']{display:none}.jdgm-prev-badge[data-average-rating='0.00']{display:none !important}.jdgm-prev-badge__text{display:none !important}.jdgm-author-all-initials{display:none !important}.jdgm-author-last-initial{display:none !important}.jdgm-rev-widg__title{visibility:hidden}.jdgm-rev-widg__summary-text{visibility:hidden}.jdgm-prev-badge__text{visibility:hidden}.jdgm-rev__replier:before{content:'makhzan.ae'}.jdgm-rev__prod-link-prefix:before{content:'about'}.jdgm-rev__out-of-store-text:before{content:'(out of store)'}@media only screen and (min-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}@media only screen and (max-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}.jdgm-preview-badge[data-template="product"]{display:none !important}.jdgm-preview-badge[data-template="collection"]{display:none !important}.jdgm-preview-badge[data-template="index"]{display:none !important}.jdgm-review-widget[data-from-snippet="true"]{display:none !important}.jdgm-verified-count-badget[data-from-snippet="true"]{display:none !important}.jdgm-carousel-wrapper[data-from-snippet="true"]{display:none !important}.jdgm-all-reviews-text[data-from-snippet="true"]{display:none !important}.jdgm-medals-section[data-from-snippet="true"]{display:none !important}.jdgm-ugc-media-wrapper[data-from-snippet="true"]{display:none !important}
  1135. </style>
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  <style class='jdgm-miracle-styles'>
  1141.  @-webkit-keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@font-face{font-family:'JudgemeStar';src:url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAScAA0AAAAABrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAEgAAAABoAAAAcbyQ+3kdERUYAAARgAAAAHgAAACAAMwAGT1MvMgAAAZgAAABGAAAAVi+vS9xjbWFwAAAB8AAAAEAAAAFKwBMjvmdhc3AAAARYAAAACAAAAAj//wADZ2x5ZgAAAkAAAAEJAAABdH33LXtoZWFkAAABMAAAAC0AAAA2BroQKWhoZWEAAAFgAAAAHAAAACQD5QHQaG10eAAAAeAAAAAPAAAAFAYAAABsb2NhAAACMAAAAA4AAAAOAO4AeG1heHAAAAF8AAAAHAAAACAASgAvbmFtZQAAA0wAAADeAAABkorWfVZwb3N0AAAELAAAACkAAABEp3ubLXgBY2BkYADhPPP4OfH8Nl8ZuJkYQODS2fRrCPr/aSYGxq1ALgcDWBoAO60LkwAAAHgBY2BkYGDc+v80gx4TAwgASaAICmABAFB+Arl4AWNgZGBgYGPQYWBiAAIwyQgWc2AAAwAHVQB6eAFjYGRiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbByMsCBAAMCBKS5pjA4PGB4wMR44P8BBj3GrQymQGFGkBwAjtgK/gAAeAFjYoAAEA1jAwAAZAAHAHgB3crBCcAwDEPRZydkih567CDdf4ZskmLwFBV8xBfCaC4BXkOUmx4sU0h2ngNb9V0vQCxaRKIAevT7fGWuBrEAAAAAAAAAAAA0AHgAugAAeAF9z79Kw1AUx/FzTm7un6QmJtwmQ5Bg1abgEGr/BAqlU6Gju+Cgg1MkQ/sA7Vj7BOnmO/gUvo2Lo14NqIO6/IazfD8HEODtmQCfoANwNsyp2/GJt3WKQrd1NLiYYWx2PBqOsmJMEOznPOTzfSCrhAtbbLdmeFLJV9eKd63WLrZcIcuaEVdssWCKM6pLCfTVOYbz/0pNSMSZKLIZpvh78sAUH6PlMrreTCabP9r+Z/puPZ2ur/RqpQHgh+MIegCnXeM4MRAPjYN//5tj4ZtTjkFqEdmeMShlEJ7tVAly2TAkx6R68Fl4E/aVvn8JqHFQ4JS1434gXKcuL31dDhzs3YbsEOAd/IU88gAAAHgBfY4xTgMxEEVfkk0AgRCioKFxQYd2ZRtpixxgRU2RfhU5q5VWseQ4JdfgAJyBlmNwAM7ABRhZQ0ORwp7nr+eZAa54YwYg9zm3ynPOeFRe8MCrciXOh/KSS76UV5L/iDmrLiS5AeU519wrL3jmSbkS5115yR2fyivJv9kx0ZMZ2RLZw27q87iNQi8EBo5FSPIMw3HqBboi5lKTGAGDp8FKXWP+t9TU01Lj5His1Ba6uM9dTEMwvrFmbf5GC/q2drW3ruXUhhsCiQOjznFlCzYhHUZp4xp76vsvQh89CQAAeAFjYGJABowM6IANLMrEyMTIzMjCXpyRWJBqZshWXJJYBKOMAFHFBucAAAAAAAAB//8AAngBY2BkYGDgA2IJBhBgAvKZGViBJAuYxwAABJsAOgAAeAFjYGBgZACCk535hiD60tn0azAaAEqpB6wAAA==") format("woff");font-weight:normal;font-style:normal}.jdgm-star{font-family:'JudgemeStar';display:inline !important;text-decoration:none !important;padding:0 4px 0 0 !important;margin:0 !important;font-weight:bold;opacity:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.jdgm-star:hover{opacity:1}.jdgm-star:last-of-type{padding:0 !important}.jdgm-star.jdgm--on:before{content:"\e000"}.jdgm-star.jdgm--off:before{content:"\e001"}.jdgm-star.jdgm--half:before{content:"\e002"}.jdgm-widget *{margin:0;line-height:1.4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch}.jdgm-hidden{display:none !important;visibility:hidden !important}.jdgm-temp-hidden{display:none}.jdgm-spinner{width:40px;height:40px;margin:auto;border-radius:50%;border-top:2px solid #eee;border-right:2px solid #eee;border-bottom:2px solid #eee;border-left:2px solid #ccc;-webkit-animation:jdgm-spin 0.8s infinite linear;animation:jdgm-spin 0.8s infinite linear}.jdgm-prev-badge{display:block !important}
  1142.  
  1143. </style>
  1144.  
  1145.  
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151. <script data-cfasync='false' class='jdgm-script'>
  1152. !function(e){window.jdgm=window.jdgm||{},jdgm.CDN_HOST="https://cdn.judge.me/",
  1153. jdgm.docReady=function(d){(e.attachEvent?"complete"===e.readyState:"loading"!==e.readyState)?
  1154. setTimeout(d,0):e.addEventListener("DOMContentLoaded",d)},jdgm.loadCSS=function(d,t,o,a){
  1155. !o&&jdgm.loadCSS.requestedUrls.indexOf(d)>=0||(jdgm.loadCSS.requestedUrls.push(d),
  1156. (a=e.createElement("link")).rel="stylesheet",a.class="jdgm-stylesheet",a.media="nope!",
  1157. a.href=d,a.onload=function(){this.media="all",t&&setTimeout(t)},e.body.appendChild(a))},
  1158. jdgm.loadCSS.requestedUrls=[],jdgm.loadJS=function(e,d){var t=new XMLHttpRequest;
  1159. t.onreadystatechange=function(){4===t.readyState&&(Function(t.response)(),d&&d(t.response))},
  1160. t.open("GET",e),t.send()},jdgm.docReady((function(){(window.jdgmLoadCSS||e.querySelectorAll(
  1161. ".jdgm-widget, .jdgm-all-reviews-page").length>0)&&(jdgmSettings.widget_load_with_code_splitting?
  1162. parseFloat(jdgmSettings.widget_version)>=3?jdgm.loadCSS(jdgm.CDN_HOST+"widget_v3/base.css"):
  1163. jdgm.loadCSS(jdgm.CDN_HOST+"widget/base.css"):jdgm.loadCSS(jdgm.CDN_HOST+"shopify_v2.css"),
  1164. jdgm.loadJS(jdgm.CDN_HOST+"loader.js"))}))}(document);
  1165. </script>
  1166. <noscript><link rel="stylesheet" type="text/css" media="all" href="https://cdn.judge.me/shopify_v2.css"></noscript>
  1167.  
  1168. <!-- BEGIN app snippet: theme_fix_tags --><script>
  1169.  (function() {
  1170.    var jdgmThemeFixes = null;
  1171.    if (!jdgmThemeFixes) return;
  1172.    var thisThemeFix = jdgmThemeFixes[Shopify.theme.id];
  1173.    if (!thisThemeFix) return;
  1174.  
  1175.    if (thisThemeFix.html) {
  1176.      document.addEventListener("DOMContentLoaded", function() {
  1177.        var htmlDiv = document.createElement('div');
  1178.        htmlDiv.classList.add('jdgm-theme-fix-html');
  1179.        htmlDiv.innerHTML = thisThemeFix.html;
  1180.        document.body.append(htmlDiv);
  1181.      });
  1182.    };
  1183.  
  1184.    if (thisThemeFix.css) {
  1185.      var styleTag = document.createElement('style');
  1186.      styleTag.classList.add('jdgm-theme-fix-style');
  1187.      styleTag.innerHTML = thisThemeFix.css;
  1188.      document.head.append(styleTag);
  1189.    };
  1190.  
  1191.    if (thisThemeFix.js) {
  1192.      var scriptTag = document.createElement('script');
  1193.      scriptTag.classList.add('jdgm-theme-fix-script');
  1194.      scriptTag.innerHTML = thisThemeFix.js;
  1195.      document.head.append(scriptTag);
  1196.    };
  1197.  })();
  1198. </script>
  1199. <!-- END app snippet -->
  1200. <!-- End of Judge.me Core -->
  1201.  
  1202.  
  1203.  
  1204.  
  1205. <!-- END app app block --><!-- BEGIN app block: shopify://apps/trust-badge-master/blocks/app-embed/268c65b9-8f6b-465d-9ba7-22a9aa3689e6 --><!-- BEGIN app snippet: hulkcode_trustbadge --><script>
  1206. var shop_id = 'makhzan-uae.myshopify.com';
  1207.  var partner_url = 'https://badgemaster.hulkapps.com';
  1208.  window.bm_url = "https://makhzan.ae"
  1209. </script>
  1210. <style>
  1211. @font-face{font-family:PaymentFont;src:url('https://badgemaster.hulkapps.com/assets/paymentfont-webfont.eot');src:url('https://badgemaster.hulkapps.com/assets/paymentfont-webfont.eot') format('embedded-opentype'),url('https://badgemaster.hulkapps.com/assets/paymentfont-webfont.woff') format('woff2'),url('https://badgemaster.hulkapps.com/assets/paymentfont-webfont.woff') format('woff'),url('https://badgemaster.hulkapps.com/assets/paymentfont-webfont.ttf') format('truetype'),url('https://badgemaster.hulkapps.com/assets/paymentfont-webfont.svg') format('svg');font-weight:400;font-style:normal}
  1212.        .pf{display:inline-block;font:normal normal normal 14px/1 PaymentFont;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pf-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.pf-2x{font-size:2em}.pf-3x{font-size:3em}.pf-4x{font-size:4em}.pf-5x{font-size:5em}.pf-amazon:before{content:'\f000'}.pf-american-express:before{content:'\f001'}.pf-american-express-alt:before{content:'\f002'}.pf-atm:before{content:'\f003'}.pf-bankomat:before{content:'\f004'}.pf-bank-transfer:before{content:'\f005'}.pf-bitcoin:before{content:'\f006'}.pf-bitcoin-sign:before{content:'\f007'}.pf-braintree:before{content:'\f008'}.pf-btc:before{content:'\f009'}.pf-card:before{content:'\f00a'}.pf-carta-si:before{content:'\f00b'}.pf-cash:before{content:'\f00c'}.pf-cash-on-delivery:before{content:'\f00d'}.pf-cb:before{content:'\f00e'}.pf-cirrus:before{content:'\f00f'}.pf-cirrus-alt:before{content:'\f010'}.pf-clickandbuy:before{content:'\f011'}.pf-credit-card:before{content:'\f012'}.pf-diners:before{content:'\f013'}.pf-discover:before{content:'\f014'}.pf-ec:before{content:'\f015'}.pf-eps:before{content:'\f016'}.pf-eur:before{content:'\f017'}.pf-facture:before{content:'\f018'}.pf-fattura:before{content:'\f019'}.pf-flattr:before{content:'\f01a'}.pf-giropay:before{content:'\f01b'}.pf-google-wallet:before{content:'\f01c'}.pf-google-wallet-alt:before{content:'\f01d'}.pf-gpb:before{content:'\f01e'}.pf-gratipay:before{content:'\f01f'}.pf-ideal:before{content:'\f020'}.pf-ils:before{content:'\f021'}.pf-inr:before{content:'\f022'}.pf-invoice:before{content:'\f023'}.pf-invoice-sign:before{content:'\f024'}.pf-invoice-sign-alt:before{content:'\f025'}.pf-invoice-sign-alt-o:before{content:'\f026'}.pf-invoice-sign-o:before{content:'\f027'}.pf-jcb:before{content:'\f028'}.pf-jpy:before{content:'\f029'}.pf-krw:before{content:'\f02a'}.pf-maestro:before{content:'\f02b'}.pf-maestro-alt:before{content:'\f02c'}.pf-mastercard:before{content:'\f02d'}.pf-mastercard-alt:before{content:'\f02e'}.pf-mastercard-securecode:before{content:'\f02f'}.pf-ogone:before{content:'\f030'}.pf-paybox:before{content:'\f031'}.pf-paylife:before{content:'\f032'}.pf-paypal:before{content:'\f033'}.pf-paypal-alt:before{content:'\f034'}.pf-paysafecard:before{content:'\f035'}.pf-postepay:before{content:'\f036'}.pf-quick:before{content:'\f037'}.pf-rechnung:before{content:'\f038'}.pf-ripple:before{content:'\f039'}.pf-rub:before{content:'\f03a'}.pf-skrill:before{content:'\f03b'}.pf-sofort:before{content:'\f03c'}.pf-square:before{content:'\f03d'}.pf-stripe:before{content:'\f03e'}.pf-truste:before{content:'\f03f'}.pf-try:before{content:'\f040'}.pf-unionpay:before{content:'\f041'}.pf-usd:before{content:'\f042'}.pf-verified-by-visa:before{content:'\f043'}.pf-verisign:before{content:'\f044'}
  1213.        .pf-visa:before{content:'\f045'}
  1214.        .pf-visa-electron:before{content:'\f046'}
  1215.        .pf-western-union:before{content:'\f047'}
  1216.        .pf-western-union-alt:before{content:'\f048'}
  1217.        .pf-wirecard:before{content:'\f049'}.pf-sepa:before{content:'\f04a'}.pf-sepa-alt:before{content:'\f04b'}.pf-apple-pay:before{content:'\f04c'}.pf-interac:before{content:'\f04d'}.pf-paymill:before{content:'\f04e'}.pf-dankort:before{content:'\f04f'}.pf-bancontact-mister-cash:before{content:'\f050'}.pf-moip:before{content:'\f051'}.pf-pagseguro:before{content:'\f052'}.pf-cash-on-pickup:before{content:'\f053'}.pf-sage:before{content:'\f054'}.pf-elo:before{content:'\f055'}.pf-elo-alt:before{content:'\f056'}.pf-payu:before{content:'\f057'}.pf-mercado-pago:before{content:'\f058'}.pf-mercado-pago-sign:before{content:'\f059'}.pf-payshop:before{content:'\f05a'}.pf-multibanco:before{content:'\f05b'}.pf-gratipay-sign:before{content:'\f05c'}.pf-six:before{content:'\f05d'}.pf-cashcloud:before{content:'\f05e'}.pf-interac-alt:before{content:'\f05f'}.pf-klarna:before{content:'\f060'}.pf-bitpay:before{content:'\f061'}.pf-venmo:before{content:'\f062'}.pf-visa-debit:before{content:'\f063'}.pf-alipay:before{content:'\f064'}.pf-diners-alt:before{content:'\f065'}.pf-hipercard:before{content:'\f066'}.pf-skrill-alt:before{content:'\f067'}.pf-shopify:before{content:'\f068'}.pf-direct-debit:before{content:'\f069'}.pf-sodexo:before{content:'\f06a'}.pf-bpay:before{content:'\f06b'}.pf-contactless:before{content:'\f06c'}.pf-contactless-alt:before{content:'\f06d'}.pf-eth:before{content:'\f06e'}.pf-ltc:before{content:'\f06f'}.pf-visa-pay:before{content:'\f070'}.pf-wechat-pay:before{content:'\f071'}.pf-amazon-pay:before{content:'\f072'}.pf-amazon-pay-alt:before{content:'\f073'}
  1218.  
  1219.  
  1220.   /*!
  1221. * @package IcoFont
  1222. * @version 1.0.1
  1223. * @author IcoFont https://icofont.com
  1224. * @copyright Copyright (c) 2015 - 2018 IcoFont
  1225. * @license - https://icofont.com/license/
  1226. */
  1227.  
  1228. @font-face
  1229. {
  1230.  font-family: 'IcoFont';
  1231.  font-weight: normal;
  1232.  font-style: 'Regular';
  1233.  src: url('https://badgemaster.hulkapps.com/assets/icofont.woff2') format('woff2');
  1234.  url('https://badgemaster.hulkapps.com/assets/icofont.woff') format('woff');
  1235. }
  1236.  
  1237. [class^='icofont-'], [class*=' icofont-']
  1238. {
  1239.  font-family: 'IcoFont' !important;
  1240.  speak: none;
  1241.  font-style: normal;
  1242.  font-weight: normal;
  1243.  font-variant: normal;
  1244.  font-size: 100px;
  1245.  text-transform: none;
  1246.  white-space: nowrap;
  1247.  word-wrap: normal;
  1248.  direction: ltr;
  1249.  line-height: 1;
  1250. /* Better Font Rendering =========== */
  1251.  -webkit-font-feature-settings: 'liga';
  1252.  -webkit-font-smoothing: antialiased;
  1253. }
  1254.  
  1255. .icofont-2checkout-alt:before
  1256. {
  1257.  content: '\ecbc';
  1258. }
  1259.  
  1260. .icofont-2checkout:before
  1261. {
  1262.  content: '\ecbd';
  1263. }
  1264.  
  1265. .icofont-amazon-alt:before
  1266. {
  1267.  content: '\ecbe';
  1268. }
  1269.  
  1270. .icofont-amazon:before
  1271. {
  1272.  content: '\ecbf';
  1273. }
  1274.  
  1275. .icofont-american-express-alt:before
  1276. {
  1277.  content: '\ecc0';
  1278. }
  1279.  
  1280. .icofont-american-express:before
  1281. {
  1282.  content: '\ecc1';
  1283. }
  1284.  
  1285. .icofont-apple-pay-alt:before
  1286. {
  1287.  content: '\ecc2';
  1288. }
  1289.  
  1290. .icofont-apple-pay:before
  1291. {
  1292.  content: '\ecc3';
  1293. }
  1294.  
  1295. .icofont-bank-transfer-alt:before
  1296. {
  1297.  content: '\ecc4';
  1298. }
  1299.  
  1300. .icofont-bank-transfer:before
  1301. {
  1302.  content: '\ecc5';
  1303. }
  1304.  
  1305. .icofont-braintree-alt:before
  1306. {
  1307.  content: '\ecc6';
  1308. }
  1309.  
  1310. .icofont-braintree:before
  1311. {
  1312.  content: '\ecc7';
  1313. }
  1314.  
  1315. .icofont-cash-on-delivery-alt:before
  1316. {
  1317.  content: '\ecc8';
  1318. }
  1319.  
  1320. .icofont-cash-on-delivery:before
  1321. {
  1322.  content: '\ecc9';
  1323. }
  1324.  
  1325. .icofont-diners-club-alt-1:before
  1326. {
  1327.  content: '\ecca';
  1328. }
  1329.  
  1330. .icofont-diners-club-alt-2:before
  1331. {
  1332.  content: '\eccb';
  1333. }
  1334.  
  1335. .icofont-diners-club-alt-3:before
  1336. {
  1337.  content: '\eccc';
  1338. }
  1339.  
  1340. .icofont-diners-club:before
  1341. {
  1342.  content: '\eccd';
  1343. }
  1344.  
  1345. .icofont-discover-alt:before
  1346. {
  1347.  content: '\ecce';
  1348. }
  1349.  
  1350. .icofont-discover:before
  1351. {
  1352.  content: '\eccf';
  1353. }
  1354.  
  1355. .icofont-eway-alt:before
  1356. {
  1357.  content: '\ecd0';
  1358. }
  1359.  
  1360. .icofont-eway:before
  1361. {
  1362.  content: '\ecd1';
  1363. }
  1364.  
  1365. .icofont-google-wallet-alt-1:before
  1366. {
  1367.  content: '\ecd2';
  1368. }
  1369.  
  1370. .icofont-google-wallet-alt-2:before
  1371. {
  1372.  content: '\ecd3';
  1373. }
  1374.  
  1375. .icofont-google-wallet-alt-3:before
  1376. {
  1377.  content: '\ecd4';
  1378. }
  1379.  
  1380. .icofont-google-wallet:before
  1381. {
  1382.  content: '\ecd5';
  1383. }
  1384.  
  1385. .icofont-jcb-alt:before
  1386. {
  1387.  content: '\ecd6';
  1388. }
  1389.  
  1390. .icofont-jcb:before
  1391. {
  1392.  content: '\ecd7';
  1393. }
  1394.  
  1395. .icofont-maestro-alt:before
  1396. {
  1397.  content: '\ecd8';
  1398. }
  1399.  
  1400. .icofont-maestro:before
  1401. {
  1402.  content: '\ecd9';
  1403. }
  1404.  
  1405. .icofont-mastercard-alt:before
  1406. {
  1407.  content: '\ecda';
  1408. }
  1409.  
  1410. .icofont-mastercard:before
  1411. {
  1412.  content: '\ecdb';
  1413. }
  1414.  
  1415. .icofont-payoneer-alt:before
  1416. {
  1417.  content: '\ecdc';
  1418. }
  1419.  
  1420. .icofont-payoneer:before
  1421. {
  1422.  content: '\ecdd';
  1423. }
  1424.  
  1425. .icofont-paypal-alt:before
  1426. {
  1427.  content: '\ecde';
  1428. }
  1429.  
  1430. .icofont-paypal:before
  1431. {
  1432.  content: '\ecdf';
  1433. }
  1434.  
  1435. .icofont-sage-alt:before
  1436. {
  1437.  content: '\ece0';
  1438. }
  1439.  
  1440. .icofont-sage:before
  1441. {
  1442.  content: '\ece1';
  1443. }
  1444.  
  1445. .icofont-skrill-alt:before
  1446. {
  1447.  content: '\ece2';
  1448. }
  1449.  
  1450. .icofont-skrill:before
  1451. {
  1452.  content: '\ece3';
  1453. }
  1454.  
  1455. .icofont-stripe-alt:before
  1456. {
  1457.  content: '\ece4';
  1458. }
  1459.  
  1460. .icofont-stripe:before
  1461. {
  1462.  content: '\ece5';
  1463. }
  1464.  
  1465. .icofont-visa-alt:before
  1466. {
  1467.  content: '\ece6';
  1468. }
  1469.  
  1470. .icofont-visa-electron:before
  1471. {
  1472.  content: '\ece7';
  1473. }
  1474.  
  1475. .icofont-visa:before
  1476. {
  1477.  content: '\ece8';
  1478. }
  1479.  
  1480. .icofont-western-union-alt:before
  1481. {
  1482.  content: '\ece9';
  1483. }
  1484.  
  1485. .icofont-western-union:before
  1486. {
  1487.  content: '\ecea';
  1488. }
  1489.  
  1490. .icofont-xs
  1491. {
  1492.  font-size: .5em;
  1493. }
  1494.  
  1495. .icofont-sm
  1496. {
  1497.  font-size: .75em;
  1498. }
  1499.  
  1500. .icofont-md
  1501. {
  1502.  font-size: 1.25em;
  1503. }
  1504.  
  1505. .icofont-lg
  1506. {
  1507.  font-size: 1.5em;
  1508. }
  1509.  
  1510. .icofont-1x
  1511. {
  1512.  font-size: 1em;
  1513. }
  1514.  
  1515. .icofont-2x
  1516. {
  1517.  font-size: 2em;
  1518. }
  1519.  
  1520. .icofont-3x
  1521. {
  1522.  font-size: 3em;
  1523. }
  1524.  
  1525. .icofont-4x
  1526. {
  1527.  font-size: 4em;
  1528. }
  1529.  
  1530. .icofont-5x
  1531. {
  1532.  font-size: 5em;
  1533. }
  1534.  
  1535. .icofont-6x
  1536. {
  1537.  font-size: 6em;
  1538. }
  1539.  
  1540. .icofont-7x
  1541. {
  1542.  font-size: 7em;
  1543. }
  1544.  
  1545. .icofont-8x
  1546. {
  1547.  font-size: 8em;
  1548. }
  1549.  
  1550. .icofont-9x
  1551. {
  1552.  font-size: 9em;
  1553. }
  1554.  
  1555. .icofont-10x
  1556. {
  1557.  font-size: 10em;
  1558. }
  1559.  
  1560. .icofont-fw
  1561. {
  1562.  text-align: center;
  1563.  width: 1.25em;
  1564. }
  1565.  
  1566. .icofont-ul
  1567. {
  1568.  list-style-type: none;
  1569.  padding-left: 0;
  1570.  margin-left: 0;
  1571. }
  1572.  
  1573. .icofont-ul > li
  1574. {
  1575.  position: relative;
  1576.  line-height: 2em;
  1577. }
  1578.  
  1579. .icofont-ul > li .icofont
  1580. {
  1581.  display: inline-block;
  1582.  vertical-align: middle;
  1583. }
  1584.  
  1585. .icofont-border
  1586. {
  1587.  border: solid 0.08em #f1f1f1;
  1588.  border-radius: .1em;
  1589.  padding: .2em .25em .15em;
  1590. }
  1591.  
  1592. .icofont-pull-left
  1593. {
  1594.  float: left;
  1595. }
  1596.  
  1597. .icofont-pull-right
  1598. {
  1599.  float: right;
  1600. }
  1601.  
  1602. .icofont.icofont-pull-left
  1603. {
  1604.  margin-right: .3em;
  1605. }
  1606.  
  1607. .icofont.icofont-pull-right
  1608. {
  1609.  margin-left: .3em;
  1610. }
  1611.  
  1612. .icofont-spin
  1613. {
  1614.  -webkit-animation: icofont-spin 2s infinite linear;
  1615.  animation: icofont-spin 2s infinite linear;
  1616.  display: inline-block;
  1617. }
  1618.  
  1619. .icofont-pulse
  1620. {
  1621.  -webkit-animation: icofont-spin 1s infinite steps(8);
  1622.  animation: icofont-spin 1s infinite steps(8);
  1623.  display: inline-block;
  1624. }
  1625.  
  1626. @-webkit-keyframes icofont-spin
  1627. {
  1628.  0%
  1629.  {
  1630.    -webkit-transform: rotate(0deg);
  1631.    transform: rotate(0deg);
  1632.  }
  1633.  
  1634.  100%
  1635.  {
  1636.    -webkit-transform: rotate(360deg);
  1637.    transform: rotate(360deg);
  1638.  }
  1639. }
  1640.  
  1641. @keyframes icofont-spin
  1642. {
  1643.  0%
  1644.  {
  1645.    -webkit-transform: rotate(0deg);
  1646.    transform: rotate(0deg);
  1647.  }
  1648.  
  1649.  100%
  1650.  {
  1651.    -webkit-transform: rotate(360deg);
  1652.    transform: rotate(360deg);
  1653.  }
  1654. }
  1655.  
  1656. .icofont-rotate-90
  1657. {
  1658.  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
  1659.  -webkit-transform: rotate(90deg);
  1660.  transform: rotate(90deg);
  1661. }
  1662.  
  1663. .icofont-rotate-180
  1664. {
  1665.  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
  1666.  -webkit-transform: rotate(180deg);
  1667.  transform: rotate(180deg);
  1668. }
  1669.  
  1670. .icofont-rotate-270
  1671. {
  1672.  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
  1673.  -webkit-transform: rotate(270deg);
  1674.  transform: rotate(270deg);
  1675. }
  1676.  
  1677. .icofont-flip-horizontal
  1678. {
  1679.  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  1680.  -webkit-transform: scale(-1, 1);
  1681.  transform: scale(-1, 1);
  1682. }
  1683.  
  1684. .icofont-flip-vertical
  1685. {
  1686.  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  1687.  -webkit-transform: scale(1, -1);
  1688.  transform: scale(1, -1);
  1689. }
  1690.  
  1691. .icofont-flip-horizontal.icofont-flip-vertical
  1692. {
  1693.  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  1694.  -webkit-transform: scale(-1, -1);
  1695.  transform: scale(-1, -1);
  1696. }
  1697.  
  1698. :root .icofont-rotate-90,
  1699. :root .icofont-rotate-180,
  1700. :root .icofont-rotate-270,
  1701. :root .icofont-flip-horizontal,
  1702. :root .icofont-flip-vertical
  1703. {
  1704.  -webkit-filter: none;
  1705.  filter: none;
  1706.  display: inline-block;
  1707. }
  1708.  
  1709. .icofont-inverse
  1710. {
  1711.  color: #fff;
  1712. }
  1713.  
  1714. .sr-only
  1715. {
  1716.  border: 0;
  1717.  clip: rect(0, 0, 0, 0);
  1718.  height: 1px;
  1719.  margin: -1px;
  1720.  overflow: hidden;
  1721.  padding: 0;
  1722.  position: absolute;
  1723.  width: 1px;
  1724. }
  1725.  
  1726. .sr-only-focusable:active,
  1727. .sr-only-focusable:focus
  1728. {
  1729.  clip: auto;
  1730.  height: auto;
  1731.  margin: 0;
  1732.  overflow: visible;
  1733.  position: static;
  1734.  width: auto;
  1735. }
  1736.  
  1737. </style><!-- END app snippet --><script>
  1738.  window.HulkBadgeMaster = window.HulkBadgeMaster || {};
  1739.  window.HulkBadgeMaster['hulkapps_badge_master'] = {"badge_heading":"Buy with confidence","trust_payment_heading":"Secured and trusted checkout with:"};
  1740. </script>
  1741. <!-- END app app block --><script src="https://cdn.shopify.com/extensions/56921d68-8665-4bf1-b39c-7235caeb33d9/trust-badge-master-3/assets/hulkapps_badge_master.js" type="text/javascript" defer="defer"></script>
  1742. <script src="https://cdn.shopify.com/extensions/56756762-920d-4d85-ac46-56a48217225e/cod-king-185/assets/script.js" type="text/javascript" defer="defer"></script>
  1743. <link href="https://cdn.shopify.com/extensions/56756762-920d-4d85-ac46-56a48217225e/cod-king-185/assets/styles.css" rel="stylesheet" type="text/css" media="all">
  1744. <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
  1745. <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 85888368913,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script>
  1746. <script id="web-pixels-manager-setup">(function d(d,e,r,a,n){var o,i,t,s,l=(i=(o={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(12[7-9]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(12[7-9]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/}).modern,t=o.legacy,s=navigator.userAgent,i.test(s)?"modern":(t.test(s),"legacy"));window.Shopify=window.Shopify||{};var c=window.Shopify;c.analytics=c.analytics||{};var u=c.analytics;u.replayQueue=[],u.publish=function(d,e,r){return u.replayQueue.push([d,e,r]),!0};try{self.performance.mark("wpm:start")}catch(d){}var h=[r,"/wpm","/b",n,l.substring(0,1),".js"].join("");!function(d){var e=d.src,r=d.async,a=void 0===r||r,n=d.onload,o=d.onerror,i=document.createElement("script"),t=document.head,s=document.body;i.async=a,i.src=e,n&&i.addEventListener("load",n),o&&i.addEventListener("error",o),t?t.appendChild(i):s?s.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:h,async:!0,onload:function(){var r=window.webPixelsManager.init(d);e(r);var a=window.Shopify.analytics;a.replayQueue.forEach((function(d){var e=d[0],a=d[1],n=d[2];r.publishCustomEvent(e,a,n)})),a.replayQueue=[],a.publish=r.publishCustomEvent,a.visitor=r.visitor},onerror:function(){var e=d.storefrontBaseUrl.replace(/\/$/,""),r="".concat(e,"/.well-known/shopify/monorail/unstable/produce_batch"),n=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:a||"latest",bundle_target:l,page_url:self.location.href,status:"failed",surface:d.surface,error_msg:"".concat(h," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(r,n))return!0}catch(d){}var o=new XMLHttpRequest;try{return o.open("POST",r,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(n),!0}catch(d){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 85888368913,storefrontBaseUrl: "https://makhzan.ae",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"761037073","configuration":"{\"config\":\"{\\\"pixel_id\\\":\\\"G-GRCJJHD386\\\",\\\"target_country\\\":\\\"AE\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":[\\\"G-GRCJJHD386\\\",\\\"AW-16481251110\\\/FX5iCPOlupgZEKbe77I9\\\"]},{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":[\\\"G-GRCJJHD386\\\",\\\"AW-16481251110\\\/NaADCO-nupgZEKbe77I9\\\"]},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":[\\\"G-GRCJJHD386\\\",\\\"AW-16481251110\\\/nk4FCPClupgZEKbe77I9\\\",\\\"MC-ZEY7LF4JBV\\\"]},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":[\\\"G-GRCJJHD386\\\",\\\"AW-16481251110\\\/tNdeCOqlupgZEKbe77I9\\\",\\\"MC-ZEY7LF4JBV\\\"]},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":[\\\"G-GRCJJHD386\\\",\\\"AW-16481251110\\\/HUviCO2lupgZEKbe77I9\\\",\\\"MC-ZEY7LF4JBV\\\"]},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":[\\\"G-GRCJJHD386\\\",\\\"AW-16481251110\\\/ijZLCPKnupgZEKbe77I9\\\"]},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":[\\\"G-GRCJJHD386\\\",\\\"AW-16481251110\\\/nea0COynupgZEKbe77I9\\\"]}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"afe7c2de16587d6c6689522527d6c67f","type":"APP","apiClientId":1780363,"privacyPurposes":[]},{"id":"690389265","configuration":"{\"pixelCode\":\"CNNB9M3C77U83OQ5D2V0\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"22e92c2ad45662f435e4801458fb78cc","type":"APP","apiClientId":4383523,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"413270289","configuration":"{\"pixel_id\":\"1335948727074337\",\"pixel_type\":\"facebook_pixel\",\"metaapp_system_user_token\":\"-\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"8d894c63179843e74a9691414b5ad83d","type":"APP","apiClientId":2329312,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0220","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0220","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"Makhzan UAE","paymentSettings":{"currencyCode":"AED"},"myshopifyDomain":"makhzan-uae.myshopify.com","countryCode":"AE","storefrontUrl":"https:\/\/makhzan.ae"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});},"https://makhzan.ae/cdn","1518c2ba4d2b3301a1e3cb6576947ef22edf7bb6","3c762e5aw5b983e43pc2dc4883m545d5a27",);</script>  <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {};
  1747. window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
  1748. window.ShopifyAnalytics.meta.currency = 'AED';
  1749. var meta = {"page":{"pageType":"home"}};
  1750. for (var attr in meta) {
  1751.  window.ShopifyAnalytics.meta[attr] = meta[attr];
  1752. }</script>
  1753. <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() {
  1754.  
  1755. };
  1756. </script>
  1757. <script class="analytics">(function () {
  1758.    var customDocumentWrite = function(content) {
  1759.      var jquery = null;
  1760.  
  1761.      if (window.jQuery) {
  1762.        jquery = window.jQuery;
  1763.      } else if (window.Checkout && window.Checkout.$) {
  1764.        jquery = window.Checkout.$;
  1765.      }
  1766.  
  1767.      if (jquery) {
  1768.        jquery('body').append(content);
  1769.      }
  1770.    };
  1771.  
  1772.    var hasLoggedConversion = function(token) {
  1773.      if (token) {
  1774.        return document.cookie.indexOf('loggedConversion=' + token) !== -1;
  1775.      }
  1776.      return false;
  1777.    }
  1778.  
  1779.    var setCookieIfConversion = function(token) {
  1780.      if (token) {
  1781.        var twoMonthsFromNow = new Date(Date.now());
  1782.        twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2);
  1783.  
  1784.        document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow;
  1785.      }
  1786.    }
  1787.  
  1788.    var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || [];
  1789.    if (trekkie.integrations) {
  1790.      return;
  1791.    }
  1792.    trekkie.methods = [
  1793.      'identify',
  1794.      'page',
  1795.      'ready',
  1796.      'track',
  1797.      'trackForm',
  1798.      'trackLink'
  1799.    ];
  1800.    trekkie.factory = function(method) {
  1801.      return function() {
  1802.        var args = Array.prototype.slice.call(arguments);
  1803.        args.unshift(method);
  1804.        trekkie.push(args);
  1805.        return trekkie;
  1806.      };
  1807.    };
  1808.    for (var i = 0; i < trekkie.methods.length; i++) {
  1809.      var key = trekkie.methods[i];
  1810.      trekkie[key] = trekkie.factory(key);
  1811.    }
  1812.    trekkie.load = function(config) {
  1813.      trekkie.config = config || {};
  1814.      trekkie.config.initialDocumentCookie = document.cookie;
  1815.      var first = document.getElementsByTagName('script')[0];
  1816.      var script = document.createElement('script');
  1817.      script.type = 'text/javascript';
  1818.      script.onerror = function(e) {
  1819.        var scriptFallback = document.createElement('script');
  1820.        scriptFallback.type = 'text/javascript';
  1821.        scriptFallback.onerror = function(error) {
  1822.                var Monorail = {
  1823.      produce: function produce(monorailDomain, schemaId, payload) {
  1824.        var currentMs = new Date().getTime();
  1825.        var event = {
  1826.          schema_id: schemaId,
  1827.          payload: payload,
  1828.          metadata: {
  1829.            event_created_at_ms: currentMs,
  1830.            event_sent_at_ms: currentMs
  1831.          }
  1832.        };
  1833.        return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event));
  1834.      },
  1835.      sendRequest: function sendRequest(endpointUrl, payload) {
  1836.        // Try the sendBeacon API
  1837.        if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) {
  1838.          var blobData = new window.Blob([payload], {
  1839.            type: 'text/plain'
  1840.          });
  1841.  
  1842.          if (window.navigator.sendBeacon(endpointUrl, blobData)) {
  1843.            return true;
  1844.          } // sendBeacon was not successful
  1845.  
  1846.        } // XHR beacon
  1847.  
  1848.        var xhr = new XMLHttpRequest();
  1849.  
  1850.        try {
  1851.          xhr.open('POST', endpointUrl);
  1852.          xhr.setRequestHeader('Content-Type', 'text/plain');
  1853.          xhr.send(payload);
  1854.        } catch (e) {
  1855.          console.log(e);
  1856.        }
  1857.  
  1858.        return false;
  1859.      },
  1860.      isIos12: function isIos12() {
  1861.        return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1;
  1862.      }
  1863.    };
  1864.    Monorail.produce('monorail-edge.shopifysvc.com',
  1865.      'trekkie_storefront_load_errors/1.1',
  1866.      {shop_id: 85888368913,
  1867.      theme_id: 166560563473,
  1868.      app_name: "storefront",
  1869.      context_url: window.location.href,
  1870.      source_url: "//makhzan.ae/cdn/s/trekkie.storefront.20de3b35f21c3bd6ff73e3f1547eb7d54e6e94e4.min.js"});
  1871.  
  1872.        };
  1873.        scriptFallback.async = true;
  1874.        scriptFallback.src = '//makhzan.ae/cdn/s/trekkie.storefront.20de3b35f21c3bd6ff73e3f1547eb7d54e6e94e4.min.js';
  1875.        first.parentNode.insertBefore(scriptFallback, first);
  1876.      };
  1877.      script.async = true;
  1878.      script.src = '//makhzan.ae/cdn/s/trekkie.storefront.20de3b35f21c3bd6ff73e3f1547eb7d54e6e94e4.min.js';
  1879.      first.parentNode.insertBefore(script, first);
  1880.    };
  1881.    trekkie.load(
  1882.      {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":85888368913,"isMerchantRequest":null,"themeId":166560563473,"themeCityHash":"12179158790637046264","contentLanguage":"en","currency":"AED"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"source":"trekkie-storefront-renderer","apiClientId":580111}}
  1883.    );
  1884.  
  1885.    var loaded = false;
  1886.    trekkie.ready(function() {
  1887.      if (loaded) return;
  1888.      loaded = true;
  1889.  
  1890.      window.ShopifyAnalytics.lib = window.trekkie;
  1891.  
  1892.  
  1893.      var originalDocumentWrite = document.write;
  1894.      document.write = customDocumentWrite;
  1895.      try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {};
  1896.      document.write = originalDocumentWrite;
  1897.  
  1898.      window.ShopifyAnalytics.lib.page(null,{"pageType":"home"});
  1899.  
  1900.      var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/)
  1901.      var token = match? match[1]: undefined;
  1902.      if (!hasLoggedConversion(token)) {
  1903.        setCookieIfConversion(token);
  1904.        
  1905.      }
  1906.    });
  1907.  
  1908.  
  1909.        var eventsListenerScript = document.createElement('script');
  1910.        eventsListenerScript.async = true;
  1911.        eventsListenerScript.src = "//makhzan.ae/cdn/shopifycloud/shopify/assets/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626.js";
  1912.        document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);
  1913.  
  1914. })();</script>
  1915. <script class="boomerang">
  1916. (function () {
  1917.  window.BOOMR = window.BOOMR || {};
  1918.  window.BOOMR.themeName = "Sense";
  1919.  window.BOOMR.themeVersion = "13.0.1";
  1920.  window.BOOMR.shopId = 85888368913;
  1921.  window.BOOMR.themeId = 166560563473;
  1922. })();</script>
  1923. <script
  1924.  defer
  1925.  src="https://makhzan.ae/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.0.1.min.js"
  1926.  data-application="storefront-renderer"
  1927.  data-shop-id="85888368913"
  1928.  data-render-region="gcp-us-east1"
  1929.  data-page-type="index"
  1930.  data-theme-instance-id="166560563473"
  1931.  data-monorail-region="shop_domain"
  1932.  data-resource-timing-sampling-rate="10"
  1933. ></script>
  1934. </head>
  1935.  
  1936.  <body class="gradient animate--hover-default">
  1937.    <a class="skip-to-content-link button visually-hidden" href="#MainContent">
  1938.      Skip to content
  1939.    </a>
  1940.  
  1941. <link href="//makhzan.ae/cdn/shop/t/12/assets/quantity-popover.css?v=153075665213740339621712479486" rel="stylesheet" type="text/css" media="all" />
  1942. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-card.css?v=170127402091165654191712479486" rel="stylesheet" type="text/css" media="all" />
  1943.  
  1944. <script src="//makhzan.ae/cdn/shop/t/12/assets/cart.js?v=116571066492035312161712479486" defer="defer"></script>
  1945. <script src="//makhzan.ae/cdn/shop/t/12/assets/quantity-popover.js?v=19455713230017000861712479486" defer="defer"></script>
  1946.  
  1947. <style>
  1948.  .drawer {
  1949.    visibility: hidden;
  1950.  }
  1951. </style>
  1952.  
  1953. <cart-drawer class="drawer is-empty">
  1954.  <div id="CartDrawer" class="cart-drawer">
  1955.    <div id="CartDrawer-Overlay" class="cart-drawer__overlay"></div>
  1956.    <div
  1957.      class="drawer__inner gradient color-scheme-1"
  1958.      role="dialog"
  1959.      aria-modal="true"
  1960.      aria-label="Your cart"
  1961.      tabindex="-1"><div class="drawer__inner-empty">
  1962.          <div class="cart-drawer__warnings center">
  1963.            <div class="cart-drawer__empty-content">
  1964.              <h2 class="cart__empty-text">Your cart is empty</h2>
  1965.              <button
  1966.                class="drawer__close"
  1967.                type="button"
  1968.                onclick="this.closest('cart-drawer').close()"
  1969.                aria-label="Close"
  1970.              >
  1971.                <svg
  1972.  xmlns="http://www.w3.org/2000/svg"
  1973.  aria-hidden="true"
  1974.  focusable="false"
  1975.  class="icon icon-close"
  1976.  fill="none"
  1977.  viewBox="0 0 18 17"
  1978. >
  1979.  <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor">
  1980. </svg>
  1981.  
  1982.              </button>
  1983.              <a href="/collections/all" class="button">
  1984.                Continue shopping
  1985.              </a><p class="cart__login-title h3">Have an account?</p>
  1986.                <p class="cart__login-paragraph">
  1987.                  <a href="https://account.makhzan.ae?locale=en&region_country=AE" class="link underlined-link">Log in</a> to check out faster.
  1988.                </p></div>
  1989.          </div></div><div class="drawer__header">
  1990.        <h2 class="drawer__heading">Your cart</h2>
  1991.        <button
  1992.          class="drawer__close"
  1993.          type="button"
  1994.          onclick="this.closest('cart-drawer').close()"
  1995.          aria-label="Close">
  1996.          <svg
  1997.  xmlns="http://www.w3.org/2000/svg"
  1998.  aria-hidden="true"
  1999.  focusable="false"
  2000.  class="icon icon-close"
  2001.  fill="none"
  2002.  viewBox="0 0 18 17"
  2003. >
  2004.  <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor">
  2005. </svg>
  2006.  
  2007.        </button>
  2008.      </div>
  2009.      
  2010.      <cart-drawer-items
  2011.        
  2012.          class=" is-empty"
  2013.        >
  2014.        <form
  2015.          action="/cart"
  2016.          id="CartDrawer-Form"
  2017.          class="cart__contents cart-drawer__form"
  2018.          method="post">
  2019.          <div id="CartDrawer-CartItems" class="drawer__contents js-contents"><p id="CartDrawer-LiveRegionText" class="visually-hidden" role="status"></p>
  2020.            <p id="CartDrawer-LineItemStatus" class="visually-hidden" aria-hidden="true" role="status">
  2021.              Loading...
  2022.            </p>
  2023.          </div>
  2024.          <div id="CartDrawer-CartErrors" role="alert"></div>
  2025.        </form>
  2026.      </cart-drawer-items>
  2027.  
  2028.  
  2029.      
  2030. <div class="upsell-container">
  2031.          <div class="title">
  2032.            You may also like
  2033.          </div>
  2034.          <div class="upsell-inner-section">
  2035.              
  2036.              
  2037.              
  2038.  
  2039. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-rating.css?v=179577762467860590411712479486" rel="stylesheet" type="text/css" media="all" />
  2040. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-volume-pricing.css?v=56284703641257077881712479486" rel="stylesheet" type="text/css" media="all" />
  2041.  
  2042.  
  2043.  
  2044.  
  2045.  
  2046.  
  2047.  
  2048. <div class="card-wrapper product-card-wrapper width-divide-card underline-links-hover">
  2049.      <div
  2050.        class="
  2051.          upsell-card-custom card card--standard
  2052.           card--media
  2053.          
  2054.          
  2055.          
  2056.          
  2057.          "
  2058.        style="--ratio-percent: 100%;">
  2059.        <div
  2060.          class="card__inner color-scheme-0e4331f3-92af-4c70-a253-5ba3eb688d23 gradient ratio"
  2061.          style="--ratio-percent: 100%;"><div class="card__media">
  2062.              <div class="media media--transparent media--hover-effect border-radius">
  2063.                
  2064.                <img
  2065.                  src="//makhzan.ae/cdn/shop/files/PlantusRadiantSkinAntiBlemishProbioticSerum-50ml_small.jpg?v=1712317867"
  2066.                  data-src="//makhzan.ae/cdn/shop/files/PlantusRadiantSkinAntiBlemishProbioticSerum-50ml.jpg?v=1712317867&width=533"
  2067.                  sizes="(min-width: 1400px) 317px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
  2068.                  alt="Probiotic Anti-Blemish Alpha Arbutin Serum"
  2069.                  class="motion-reduce opt_lazy"
  2070.                  
  2071.                  width="1080"
  2072.                  height="1080"
  2073.                >
  2074.                
  2075. </div>
  2076.            </div><div class="card__content">
  2077.            <div class="card__information small-padding">
  2078.              <h3
  2079.                class="card__heading"
  2080.                
  2081.              >
  2082.                <a
  2083.                  href="/products/radiant-skin-anti-blemish-serum-alpha-arbutin"
  2084.                  id="StandardCardNoMediaLink--9297805443345"
  2085.                  class="full-unstyled-link"
  2086.                  aria-labelledby="StandardCardNoMediaLink--9297805443345 NoMediaStandardBadge--9297805443345"
  2087.                >
  2088.                  Plantus Radiant Skin Anti Blemish Serum - Alpha Arbutin
  2089.                </a>
  2090.              </h3>
  2091.            </div>
  2092.            <div class="card__badge bottom left"><span
  2093.                  id="NoMediaStandardBadge--9297805443345"
  2094.                  class="badge badge--bottom-left color-scheme-5"
  2095.                >Sale</span></div>
  2096.          </div>
  2097.        </div>
  2098.        <div class="card__content remove-padding">
  2099.          <div class="card__information small-padding">
  2100.            <h3
  2101.              class="card__heading h5"
  2102.              
  2103.                id="title--9297805443345"
  2104.              >
  2105.              <a
  2106.                href="/products/radiant-skin-anti-blemish-serum-alpha-arbutin"
  2107.                id="CardLink--9297805443345"
  2108.                class="full-unstyled-link"
  2109.                aria-labelledby="CardLink--9297805443345 Badge--9297805443345"
  2110.              >
  2111.                Plantus Radiant Skin Anti Blemish Serum - Alpha Arbutin
  2112.              </a>
  2113.            </h3>
  2114.            <div class="card-information"><span class="caption-large light"></span>
  2115. <div
  2116.  class="
  2117.    price  price--on-sale"
  2118. >
  2119.  <div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Regular price</span>
  2120.        <span class="price-item price-item--regular">
  2121.          From 72.25 AED
  2122.        </span></div>
  2123.    <div class="price__sale">
  2124.        <span class="visually-hidden visually-hidden--inline">Regular price</span>
  2125.        <span>
  2126.          <s class="price-item price-item--regular">
  2127.            
  2128.              85.00 AED
  2129.            
  2130.          </s>
  2131.        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
  2132.      <span class="price-item price-item--sale price-item--last">
  2133.        From 72.25 AED
  2134.      </span>
  2135.    </div>
  2136.    <small class="unit-price caption hidden">
  2137.      <span class="visually-hidden">Unit price</span>
  2138.      <span class="price-item price-item--last">
  2139.        <span></span>
  2140.        <span aria-hidden="true">/</span>
  2141.        <span class="visually-hidden">&nbsp;per&nbsp;</span>
  2142.        <span>
  2143.        </span>
  2144.      </span>
  2145.    </small>
  2146.  </div></div>
  2147.  
  2148. </div>
  2149.  
  2150.  
  2151.  
  2152.            <product-form
  2153.              class="product-form bundler-product-form"
  2154.              data-hide-errors=""
  2155.              data-section-id="">
  2156.              <div class="product-form__error-message-wrapper" role="alert" hidden>
  2157.              <svg
  2158.                  aria-hidden="true"
  2159.                  focusable="false"
  2160.                  class="icon icon-error"
  2161.                  viewBox="0 0 13 13">
  2162.                  <circle cx="6.5" cy="6.50049" r="5.5" stroke="white" stroke-width="2"/>
  2163.                  <circle cx="6.5" cy="6.5" r="5.5" fill="#EB001B" stroke="#EB001B" stroke-width="0.7"/>
  2164.                  <path d="M5.87413 3.52832L5.97439 7.57216H7.02713L7.12739 3.52832H5.87413ZM6.50076 9.66091C6.88091 9.66091 7.18169 9.37267 7.18169 9.00504C7.18169 8.63742 6.88091 8.34917 6.50076 8.34917C6.12061 8.34917 5.81982 8.63742 5.81982 9.00504C5.81982 9.37267 6.12061 9.66091 6.50076 9.66091Z" fill="white"/>
  2165.                  <path d="M5.87413 3.17832H5.51535L5.52424 3.537L5.6245 7.58083L5.63296 7.92216H5.97439H7.02713H7.36856L7.37702 7.58083L7.47728 3.537L7.48617 3.17832H7.12739H5.87413ZM6.50076 10.0109C7.06121 10.0109 7.5317 9.57872 7.5317 9.00504C7.5317 8.43137 7.06121 7.99918 6.50076 7.99918C5.94031 7.99918 5.46982 8.43137 5.46982 9.00504C5.46982 9.57872 5.94031 10.0109 6.50076 10.0109Z" fill="white" stroke="#EB001B" stroke-width="0.7">
  2166.              </svg>
  2167.              <span class="product-form__error-message"></span>
  2168.              </div><form method="post" action="/cart/add" accept-charset="UTF-8" class="form" enctype="multipart/form-data" novalidate="novalidate" data-type="add-to-cart-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="id" value="48901688361233">
  2169.                  <input type="hidden" name="quantity" value="1">
  2170.                  <div class="product-form__buttons"><button
  2171.                      id="ProductSubmitButton-"
  2172.                      type="submit"
  2173.                      name="add"
  2174.                      class="upsell-addtocart upsell-button product-form__submit button button--full-width button--primary"
  2175.                      >
  2176.                      <span>Add to cart
  2177. </span>
  2178.  
  2179. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-loading-spinner.css?v=116724955567955766481712479486" rel="stylesheet" type="text/css" media="all" />
  2180.  
  2181. <div class="loading__spinner hidden">
  2182.  <svg
  2183.    aria-hidden="true"
  2184.    focusable="false"
  2185.    class="spinner"
  2186.    viewBox="0 0 66 66"
  2187.    xmlns="http://www.w3.org/2000/svg"
  2188.  >
  2189.    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  2190.  </svg>
  2191. </div>
  2192. </button>
  2193.                  </div><input type="hidden" name="product-id" value="9297805443345" /></form></product-form>
  2194.  
  2195.  
  2196.  
  2197.  
  2198.  
  2199.  
  2200.  
  2201.          </div><div class="card__badge bottom left"><span
  2202.                id="Badge--9297805443345"
  2203.                class="badge badge--bottom-left color-scheme-5"
  2204.              >Sale</span></div>
  2205.        </div>
  2206.      </div>
  2207.    </div>
  2208.  
  2209.  
  2210.              
  2211.  
  2212. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-rating.css?v=179577762467860590411712479486" rel="stylesheet" type="text/css" media="all" />
  2213. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-volume-pricing.css?v=56284703641257077881712479486" rel="stylesheet" type="text/css" media="all" />
  2214.  
  2215.  
  2216.  
  2217.  
  2218.  
  2219.  
  2220.  
  2221. <div class="card-wrapper product-card-wrapper width-divide-card underline-links-hover">
  2222.      <div
  2223.        class="
  2224.          upsell-card-custom card card--standard
  2225.           card--media
  2226.          
  2227.          
  2228.          
  2229.          
  2230.          "
  2231.        style="--ratio-percent: 100%;">
  2232.        <div
  2233.          class="card__inner color-scheme-0e4331f3-92af-4c70-a253-5ba3eb688d23 gradient ratio"
  2234.          style="--ratio-percent: 100%;"><div class="card__media">
  2235.              <div class="media media--transparent media--hover-effect border-radius">
  2236.                
  2237.                <img
  2238.                  src="//makhzan.ae/cdn/shop/files/PlantusRepairReflectionSerumforAntiagingCare-50ml_1_small.jpg?v=1710137524"
  2239.                  data-src="//makhzan.ae/cdn/shop/files/PlantusRepairReflectionSerumforAntiagingCare-50ml_1.jpg?v=1710137524&width=533"
  2240.                  sizes="(min-width: 1400px) 317px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
  2241.                  alt="Skin Renewal Serum | Antiwrinkle Serum "
  2242.                  class="motion-reduce opt_lazy"
  2243.                  
  2244.                  width="1080"
  2245.                  height="1080"
  2246.                >
  2247.                
  2248. </div>
  2249.            </div><div class="card__content">
  2250.            <div class="card__information small-padding">
  2251.              <h3
  2252.                class="card__heading"
  2253.                
  2254.              >
  2255.                <a
  2256.                  href="/products/antiaging-serum-for-fine-lines-and-wrinkles"
  2257.                  id="StandardCardNoMediaLink--9287452655889"
  2258.                  class="full-unstyled-link"
  2259.                  aria-labelledby="StandardCardNoMediaLink--9287452655889 NoMediaStandardBadge--9287452655889"
  2260.                >
  2261.                  Plantus Repair Reflection Serum-Antiaging Serum
  2262.                </a>
  2263.              </h3>
  2264.            </div>
  2265.            <div class="card__badge bottom left"><span
  2266.                  id="NoMediaStandardBadge--9287452655889"
  2267.                  class="badge badge--bottom-left color-scheme-5"
  2268.                >Sale</span></div>
  2269.          </div>
  2270.        </div>
  2271.        <div class="card__content remove-padding">
  2272.          <div class="card__information small-padding">
  2273.            <h3
  2274.              class="card__heading h5"
  2275.              
  2276.                id="title--9287452655889"
  2277.              >
  2278.              <a
  2279.                href="/products/antiaging-serum-for-fine-lines-and-wrinkles"
  2280.                id="CardLink--9287452655889"
  2281.                class="full-unstyled-link"
  2282.                aria-labelledby="CardLink--9287452655889 Badge--9287452655889"
  2283.              >
  2284.                Plantus Repair Reflection Serum-Antiaging Serum
  2285.              </a>
  2286.            </h3>
  2287.            <div class="card-information"><span class="caption-large light"></span>
  2288. <div
  2289.  class="
  2290.    price  price--on-sale"
  2291. >
  2292.  <div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Regular price</span>
  2293.        <span class="price-item price-item--regular">
  2294.          From 80.75 AED
  2295.        </span></div>
  2296.    <div class="price__sale">
  2297.        <span class="visually-hidden visually-hidden--inline">Regular price</span>
  2298.        <span>
  2299.          <s class="price-item price-item--regular">
  2300.            
  2301.              95.00 AED
  2302.            
  2303.          </s>
  2304.        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
  2305.      <span class="price-item price-item--sale price-item--last">
  2306.        From 80.75 AED
  2307.      </span>
  2308.    </div>
  2309.    <small class="unit-price caption hidden">
  2310.      <span class="visually-hidden">Unit price</span>
  2311.      <span class="price-item price-item--last">
  2312.        <span></span>
  2313.        <span aria-hidden="true">/</span>
  2314.        <span class="visually-hidden">&nbsp;per&nbsp;</span>
  2315.        <span>
  2316.        </span>
  2317.      </span>
  2318.    </small>
  2319.  </div></div>
  2320.  
  2321. </div>
  2322.  
  2323.  
  2324.  
  2325.            <product-form
  2326.              class="product-form bundler-product-form"
  2327.              data-hide-errors=""
  2328.              data-section-id="">
  2329.              <div class="product-form__error-message-wrapper" role="alert" hidden>
  2330.              <svg
  2331.                  aria-hidden="true"
  2332.                  focusable="false"
  2333.                  class="icon icon-error"
  2334.                  viewBox="0 0 13 13">
  2335.                  <circle cx="6.5" cy="6.50049" r="5.5" stroke="white" stroke-width="2"/>
  2336.                  <circle cx="6.5" cy="6.5" r="5.5" fill="#EB001B" stroke="#EB001B" stroke-width="0.7"/>
  2337.                  <path d="M5.87413 3.52832L5.97439 7.57216H7.02713L7.12739 3.52832H5.87413ZM6.50076 9.66091C6.88091 9.66091 7.18169 9.37267 7.18169 9.00504C7.18169 8.63742 6.88091 8.34917 6.50076 8.34917C6.12061 8.34917 5.81982 8.63742 5.81982 9.00504C5.81982 9.37267 6.12061 9.66091 6.50076 9.66091Z" fill="white"/>
  2338.                  <path d="M5.87413 3.17832H5.51535L5.52424 3.537L5.6245 7.58083L5.63296 7.92216H5.97439H7.02713H7.36856L7.37702 7.58083L7.47728 3.537L7.48617 3.17832H7.12739H5.87413ZM6.50076 10.0109C7.06121 10.0109 7.5317 9.57872 7.5317 9.00504C7.5317 8.43137 7.06121 7.99918 6.50076 7.99918C5.94031 7.99918 5.46982 8.43137 5.46982 9.00504C5.46982 9.57872 5.94031 10.0109 6.50076 10.0109Z" fill="white" stroke="#EB001B" stroke-width="0.7">
  2339.              </svg>
  2340.              <span class="product-form__error-message"></span>
  2341.              </div><form method="post" action="/cart/add" accept-charset="UTF-8" class="form" enctype="multipart/form-data" novalidate="novalidate" data-type="add-to-cart-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="id" value="48901689639185">
  2342.                  <input type="hidden" name="quantity" value="1">
  2343.                  <div class="product-form__buttons"><button
  2344.                      id="ProductSubmitButton-"
  2345.                      type="submit"
  2346.                      name="add"
  2347.                      class="upsell-addtocart upsell-button product-form__submit button button--full-width button--primary"
  2348.                      >
  2349.                      <span>Add to cart
  2350. </span>
  2351.  
  2352. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-loading-spinner.css?v=116724955567955766481712479486" rel="stylesheet" type="text/css" media="all" />
  2353.  
  2354. <div class="loading__spinner hidden">
  2355.  <svg
  2356.    aria-hidden="true"
  2357.    focusable="false"
  2358.    class="spinner"
  2359.    viewBox="0 0 66 66"
  2360.    xmlns="http://www.w3.org/2000/svg"
  2361.  >
  2362.    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  2363.  </svg>
  2364. </div>
  2365. </button>
  2366.                  </div><input type="hidden" name="product-id" value="9287452655889" /></form></product-form>
  2367.  
  2368.  
  2369.  
  2370.  
  2371.  
  2372.  
  2373.  
  2374.          </div><div class="card__badge bottom left"><span
  2375.                id="Badge--9287452655889"
  2376.                class="badge badge--bottom-left color-scheme-5"
  2377.              >Sale</span></div>
  2378.        </div>
  2379.      </div>
  2380.    </div>
  2381.  
  2382.  
  2383.              
  2384.  
  2385. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-rating.css?v=179577762467860590411712479486" rel="stylesheet" type="text/css" media="all" />
  2386. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-volume-pricing.css?v=56284703641257077881712479486" rel="stylesheet" type="text/css" media="all" />
  2387.  
  2388.  
  2389.  
  2390.  
  2391.  
  2392.  
  2393.  
  2394. <div class="card-wrapper product-card-wrapper width-divide-card underline-links-hover">
  2395.      <div
  2396.        class="
  2397.          upsell-card-custom card card--standard
  2398.           card--media
  2399.          
  2400.          
  2401.          
  2402.          
  2403.          "
  2404.        style="--ratio-percent: 100%;">
  2405.        <div
  2406.          class="card__inner color-scheme-0e4331f3-92af-4c70-a253-5ba3eb688d23 gradient ratio"
  2407.          style="--ratio-percent: 100%;"><div class="card__media">
  2408.              <div class="media media--transparent media--hover-effect border-radius">
  2409.                
  2410.                <img
  2411.                  src="//makhzan.ae/cdn/shop/files/PlantusSmoothSkinPurifyingTonic-150ml_small.jpg?v=1710137530"
  2412.                  data-src="//makhzan.ae/cdn/shop/files/PlantusSmoothSkinPurifyingTonic-150ml.jpg?v=1710137530&width=533"
  2413.                  sizes="(min-width: 1400px) 317px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
  2414.                  alt="Oil Control Facial Tonic | Purifying Facial Toner "
  2415.                  class="motion-reduce opt_lazy"
  2416.                  
  2417.                  width="1080"
  2418.                  height="1080"
  2419.                >
  2420.                
  2421. </div>
  2422.            </div><div class="card__content">
  2423.            <div class="card__information small-padding">
  2424.              <h3
  2425.                class="card__heading"
  2426.                
  2427.              >
  2428.                <a
  2429.                  href="/products/natural-facial-toner-purifying-tonic"
  2430.                  id="StandardCardNoMediaLink--9297787289873"
  2431.                  class="full-unstyled-link"
  2432.                  aria-labelledby="StandardCardNoMediaLink--9297787289873 NoMediaStandardBadge--9297787289873"
  2433.                >
  2434.                  Plantus SmoothSkin Purifying  Facial Tonic - Facial Toner
  2435.                </a>
  2436.              </h3>
  2437.            </div>
  2438.            <div class="card__badge bottom left"><span
  2439.                  id="NoMediaStandardBadge--9297787289873"
  2440.                  class="badge badge--bottom-left color-scheme-5"
  2441.                >Sale</span></div>
  2442.          </div>
  2443.        </div>
  2444.        <div class="card__content remove-padding">
  2445.          <div class="card__information small-padding">
  2446.            <h3
  2447.              class="card__heading h5"
  2448.              
  2449.                id="title--9297787289873"
  2450.              >
  2451.              <a
  2452.                href="/products/natural-facial-toner-purifying-tonic"
  2453.                id="CardLink--9297787289873"
  2454.                class="full-unstyled-link"
  2455.                aria-labelledby="CardLink--9297787289873 Badge--9297787289873"
  2456.              >
  2457.                Plantus SmoothSkin Purifying  Facial Tonic - Facial Toner
  2458.              </a>
  2459.            </h3>
  2460.            <div class="card-information"><span class="caption-large light"></span>
  2461. <div
  2462.  class="
  2463.    price  price--on-sale"
  2464. >
  2465.  <div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Regular price</span>
  2466.        <span class="price-item price-item--regular">
  2467.          From 55.25 AED
  2468.        </span></div>
  2469.    <div class="price__sale">
  2470.        <span class="visually-hidden visually-hidden--inline">Regular price</span>
  2471.        <span>
  2472.          <s class="price-item price-item--regular">
  2473.            
  2474.              65.00 AED
  2475.            
  2476.          </s>
  2477.        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
  2478.      <span class="price-item price-item--sale price-item--last">
  2479.        From 55.25 AED
  2480.      </span>
  2481.    </div>
  2482.    <small class="unit-price caption hidden">
  2483.      <span class="visually-hidden">Unit price</span>
  2484.      <span class="price-item price-item--last">
  2485.        <span></span>
  2486.        <span aria-hidden="true">/</span>
  2487.        <span class="visually-hidden">&nbsp;per&nbsp;</span>
  2488.        <span>
  2489.        </span>
  2490.      </span>
  2491.    </small>
  2492.  </div></div>
  2493.  
  2494. </div>
  2495.  
  2496.  
  2497.  
  2498.            <product-form
  2499.              class="product-form bundler-product-form"
  2500.              data-hide-errors=""
  2501.              data-section-id="">
  2502.              <div class="product-form__error-message-wrapper" role="alert" hidden>
  2503.              <svg
  2504.                  aria-hidden="true"
  2505.                  focusable="false"
  2506.                  class="icon icon-error"
  2507.                  viewBox="0 0 13 13">
  2508.                  <circle cx="6.5" cy="6.50049" r="5.5" stroke="white" stroke-width="2"/>
  2509.                  <circle cx="6.5" cy="6.5" r="5.5" fill="#EB001B" stroke="#EB001B" stroke-width="0.7"/>
  2510.                  <path d="M5.87413 3.52832L5.97439 7.57216H7.02713L7.12739 3.52832H5.87413ZM6.50076 9.66091C6.88091 9.66091 7.18169 9.37267 7.18169 9.00504C7.18169 8.63742 6.88091 8.34917 6.50076 8.34917C6.12061 8.34917 5.81982 8.63742 5.81982 9.00504C5.81982 9.37267 6.12061 9.66091 6.50076 9.66091Z" fill="white"/>
  2511.                  <path d="M5.87413 3.17832H5.51535L5.52424 3.537L5.6245 7.58083L5.63296 7.92216H5.97439H7.02713H7.36856L7.37702 7.58083L7.47728 3.537L7.48617 3.17832H7.12739H5.87413ZM6.50076 10.0109C7.06121 10.0109 7.5317 9.57872 7.5317 9.00504C7.5317 8.43137 7.06121 7.99918 6.50076 7.99918C5.94031 7.99918 5.46982 8.43137 5.46982 9.00504C5.46982 9.57872 5.94031 10.0109 6.50076 10.0109Z" fill="white" stroke="#EB001B" stroke-width="0.7">
  2512.              </svg>
  2513.              <span class="product-form__error-message"></span>
  2514.              </div><form method="post" action="/cart/add" accept-charset="UTF-8" class="form" enctype="multipart/form-data" novalidate="novalidate" data-type="add-to-cart-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="id" value="48841487221009">
  2515.                  <input type="hidden" name="quantity" value="1">
  2516.                  <div class="product-form__buttons"><button
  2517.                      id="ProductSubmitButton-"
  2518.                      type="submit"
  2519.                      name="add"
  2520.                      class="upsell-addtocart upsell-button product-form__submit button button--full-width button--primary"
  2521.                      >
  2522.                      <span>Add to cart
  2523. </span>
  2524.  
  2525. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-loading-spinner.css?v=116724955567955766481712479486" rel="stylesheet" type="text/css" media="all" />
  2526.  
  2527. <div class="loading__spinner hidden">
  2528.  <svg
  2529.    aria-hidden="true"
  2530.    focusable="false"
  2531.    class="spinner"
  2532.    viewBox="0 0 66 66"
  2533.    xmlns="http://www.w3.org/2000/svg"
  2534.  >
  2535.    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  2536.  </svg>
  2537. </div>
  2538. </button>
  2539.                  </div><input type="hidden" name="product-id" value="9297787289873" /></form></product-form>
  2540.  
  2541.  
  2542.  
  2543.  
  2544.  
  2545.  
  2546.  
  2547.          </div><div class="card__badge bottom left"><span
  2548.                id="Badge--9297787289873"
  2549.                class="badge badge--bottom-left color-scheme-5"
  2550.              >Sale</span></div>
  2551.        </div>
  2552.      </div>
  2553.    </div>
  2554.  
  2555.  
  2556.          </div>
  2557.        </div><div class="drawer__footer"><details class="hidding-it" id="Details-CartDrawer">
  2558.            <summary>
  2559.              <span class="summary__title">
  2560.                Order special instructions
  2561.                <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
  2562.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  2563. </svg>
  2564.  
  2565.              </span>
  2566.            </summary>
  2567.            <cart-note class="cart__note field">
  2568.              <label class="visually-hidden" for="CartDrawer-Note">Order special instructions</label>
  2569.              <textarea
  2570.                id="CartDrawer-Note"
  2571.                class="text-area text-area--resize-vertical field__input"
  2572.                name="note"
  2573.                placeholder="Order special instructions"
  2574.              ></textarea>
  2575.            </cart-note>
  2576.          </details><!-- Start blocks -->
  2577.        <!-- Subtotals -->
  2578.  
  2579.        <div class="cart-drawer__footer" >
  2580.          <div></div>
  2581.  
  2582.          <div class="totals" role="status">
  2583.            <h2 class="totals__total">Estimated total</h2>
  2584.            <p class="totals__total-value">0.00 AED</p>
  2585.          </div>
  2586.  
  2587.          <small class="tax-note caption-large rte">Taxes, Discounts and <a href="/policies/shipping-policy">shipping</a> calculated at checkout
  2588. </small>
  2589.        </div>
  2590.  
  2591.        <!-- CTAs -->
  2592.  
  2593.        <div class="cart__ctas" >
  2594.          <noscript>
  2595.            <button type="submit" class="cart__update-button button button--secondary" form="CartDrawer-Form">
  2596.              Update
  2597.            </button>
  2598.          </noscript>
  2599.  
  2600.          <button
  2601.            type="submit"
  2602.            id="CartDrawer-Checkout"
  2603.            class="cart__checkout-button button"
  2604.            name="checkout"
  2605.            form="CartDrawer-Form"
  2606.            
  2607.              disabled
  2608.            
  2609.          >
  2610.            Check out
  2611.          </button>
  2612.        </div>
  2613.      </div>
  2614.    </div>
  2615.  </div>
  2616. </cart-drawer>
  2617.  
  2618. <style>
  2619.    .upsell-container {
  2620.        overflow-x: scroll;
  2621.    }
  2622.    .upsell-inner-section {
  2623.        width: 1000px;;
  2624.        height: 80%;
  2625.        display: flex;
  2626.        align-items: center;
  2627.        justify-content: flex-start;
  2628.        gap: 10px;
  2629.        margin: 10px;
  2630.    }
  2631.    .upsell-card-custom {
  2632.        display: flex;
  2633.        flex-direction: row !important;
  2634.    }
  2635.    .upsell-card-custom div:first-child {
  2636.        flex: 1;
  2637.    }
  2638.    .upsell-card-custom div:last-child {
  2639.        flex: 2;
  2640.    }
  2641.    .upsell-card-custom div:last-child h3 {
  2642.        display: -webkit-box;
  2643.        -webkit-line-clamp: 1;
  2644.        -webkit-box-orient: vertical;
  2645.        overflow: hidden;
  2646.    }
  2647.    .card-wrapper.product-card-wrapper.width-divide-card {
  2648.      width: calc(1000px / 3);
  2649.    }
  2650.    .upsell-card-custom a::after {
  2651.        z-index: -1 !important
  2652.    }
  2653.    .remove-padding {
  2654.        padding: 0px !important;
  2655.    }
  2656.    .small-padding {
  2657.        padding: 0.7rem !important;
  2658.    }
  2659.    .upsell-addtocart.upsell-button {
  2660.        margin-top: 4px !important;
  2661.        margin-bottom: 0px !important;
  2662.        padding: 0px !important;
  2663.        min-height: 40px !important;
  2664.    }
  2665.    .upsell-container::-webkit-scrollbar {
  2666.        height: 3px;
  2667.    }
  2668.  
  2669.    .upsell-container::-webkit-scrollbar-thumb {
  2670.        background-color: rgba(var(--color-foreground), 0.7);
  2671.        border-radius: 100px;
  2672.    }
  2673.    .border-radius {
  2674.        border-radius: 20px 0px 0px 20px !important;
  2675.    }
  2676.    .upsell-container::-webkit-scrollbar-track-piece {
  2677.        margin-top: 31px;
  2678.    }
  2679.    .title{
  2680.      margin: 10px 0px;
  2681.      font-weight: bold;
  2682.      font-size: 16px;
  2683.    }
  2684.    .hidding-it{
  2685.      display: none;
  2686.    }
  2687. </style>
  2688.  
  2689. <script>
  2690.  document.addEventListener('DOMContentLoaded', function () {
  2691.    function isIE() {
  2692.      const ua = window.navigator.userAgent;
  2693.      const msie = ua.indexOf('MSIE ');
  2694.      const trident = ua.indexOf('Trident/');
  2695.  
  2696.      return msie > 0 || trident > 0;
  2697.    }
  2698.  
  2699.    if (!isIE()) return;
  2700.    const cartSubmitInput = document.createElement('input');
  2701.    cartSubmitInput.setAttribute('name', 'checkout');
  2702.    cartSubmitInput.setAttribute('type', 'hidden');
  2703.    document.querySelector('#cart').appendChild(cartSubmitInput);
  2704.    document.querySelector('#checkout').addEventListener('click', function (event) {
  2705.      document.querySelector('#cart').submit();
  2706.    });
  2707.  });
  2708. </script>
  2709. <!-- BEGIN sections: header-group -->
  2710. <div id="shopify-section-sections--22342062407953__announcement-bar" class="shopify-section shopify-section-group-header-group announcement-bar-section"><link href="//makhzan.ae/cdn/shop/t/12/assets/component-slideshow.css?v=107725913939919748051712479486" rel="stylesheet" type="text/css" media="all" />
  2711. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-slider.css?v=142503135496229589681712479486" rel="stylesheet" type="text/css" media="all" />
  2712.  
  2713.  <link href="//makhzan.ae/cdn/shop/t/12/assets/component-list-social.css?v=35792976012981934991712479486" rel="stylesheet" type="text/css" media="all" />
  2714.  
  2715.  
  2716. <div
  2717.  class="utility-bar color-scheme-2 gradient utility-bar--bottom-border"
  2718.  
  2719. >
  2720.  <div class="page-width utility-bar__grid"><slideshow-component
  2721.        class="announcement-bar"
  2722.        role="region"
  2723.        aria-roledescription="Carousel"
  2724.        aria-label="Announcement bar"
  2725.      >
  2726.        <div class="announcement-bar-slider slider-buttons">
  2727.          <button
  2728.            type="button"
  2729.            class="slider-button slider-button--prev"
  2730.            name="previous"
  2731.            aria-label="Previous announcement"
  2732.            aria-controls="Slider-sections--22342062407953__announcement-bar"
  2733.          >
  2734.            <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
  2735.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  2736. </svg>
  2737.  
  2738.          </button>
  2739.          <div
  2740.            class="grid grid--1-col slider slider--everywhere"
  2741.            id="Slider-sections--22342062407953__announcement-bar"
  2742.            aria-live="polite"
  2743.            aria-atomic="true"
  2744.            data-autoplay="true"
  2745.            data-speed="5"
  2746.          ><div
  2747.                class="slideshow__slide slider__slide grid__item grid--1-col"
  2748.                id="Slide-sections--22342062407953__announcement-bar-1"
  2749.                
  2750.                role="group"
  2751.                aria-roledescription="Announcement"
  2752.                aria-label="1 of 5"
  2753.                tabindex="-1"
  2754.              >
  2755.                <div
  2756.                  class="announcement-bar__announcement"
  2757.                  role="region"
  2758.                  aria-label="Announcement"
  2759.                  
  2760.                ><p class="announcement-bar__message h5">
  2761.                      <span>Natural skincare products made with love</span></p></div>
  2762.              </div><div
  2763.                class="slideshow__slide slider__slide grid__item grid--1-col"
  2764.                id="Slide-sections--22342062407953__announcement-bar-2"
  2765.                
  2766.                role="group"
  2767.                aria-roledescription="Announcement"
  2768.                aria-label="2 of 5"
  2769.                tabindex="-1"
  2770.              >
  2771.                <div
  2772.                  class="announcement-bar__announcement"
  2773.                  role="region"
  2774.                  aria-label="Announcement"
  2775.                  
  2776.                ><p class="announcement-bar__message h5">
  2777.                      <span>Free delivery in UAE at 100 AED</span></p></div>
  2778.              </div><div
  2779.                class="slideshow__slide slider__slide grid__item grid--1-col"
  2780.                id="Slide-sections--22342062407953__announcement-bar-3"
  2781.                
  2782.                role="group"
  2783.                aria-roledescription="Announcement"
  2784.                aria-label="3 of 5"
  2785.                tabindex="-1"
  2786.              >
  2787.                <div
  2788.                  class="announcement-bar__announcement"
  2789.                  role="region"
  2790.                  aria-label="Announcement"
  2791.                  
  2792.                ><p class="announcement-bar__message h5">
  2793.                      <span>Welcome to our store</span></p></div>
  2794.              </div><div
  2795.                class="slideshow__slide slider__slide grid__item grid--1-col"
  2796.                id="Slide-sections--22342062407953__announcement-bar-4"
  2797.                
  2798.                role="group"
  2799.                aria-roledescription="Announcement"
  2800.                aria-label="4 of 5"
  2801.                tabindex="-1"
  2802.              >
  2803.                <div
  2804.                  class="announcement-bar__announcement"
  2805.                  role="region"
  2806.                  aria-label="Announcement"
  2807.                  
  2808.                ><p class="announcement-bar__message h5">
  2809.                      <span>Clean , high quality wellness supplements</span></p></div>
  2810.              </div><div
  2811.                class="slideshow__slide slider__slide grid__item grid--1-col"
  2812.                id="Slide-sections--22342062407953__announcement-bar-5"
  2813.                
  2814.                role="group"
  2815.                aria-roledescription="Announcement"
  2816.                aria-label="5 of 5"
  2817.                tabindex="-1"
  2818.              >
  2819.                <div
  2820.                  class="announcement-bar__announcement"
  2821.                  role="region"
  2822.                  aria-label="Announcement"
  2823.                  
  2824.                ><p class="announcement-bar__message h5">
  2825.                      <span>Brands and products formulated with natural ingredients</span></p></div>
  2826.              </div></div>
  2827.          <button
  2828.            type="button"
  2829.            class="slider-button slider-button--next"
  2830.            name="next"
  2831.            aria-label="Next announcement"
  2832.            aria-controls="Slider-sections--22342062407953__announcement-bar"
  2833.          >
  2834.            <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
  2835.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  2836. </svg>
  2837.  
  2838.          </button>
  2839.        </div>
  2840.      </slideshow-component><div class="localization-wrapper">
  2841. </div>
  2842.  </div>
  2843. </div>
  2844.  
  2845.  
  2846. </div><div id="shopify-section-sections--22342062407953__header" class="shopify-section shopify-section-group-header-group section-header"><link rel="stylesheet" href="//makhzan.ae/cdn/shop/t/12/assets/component-list-menu.css?v=151968516119678728991712479486" media="print" onload="this.media='all'">
  2847. <link rel="stylesheet" href="//makhzan.ae/cdn/shop/t/12/assets/component-search.css?v=165164710990765432851712479486" media="print" onload="this.media='all'">
  2848. <link rel="stylesheet" href="//makhzan.ae/cdn/shop/t/12/assets/component-menu-drawer.css?v=85170387104997277661712479486" media="print" onload="this.media='all'">
  2849. <link rel="stylesheet" href="//makhzan.ae/cdn/shop/t/12/assets/component-cart-notification.css?v=54116361853792938221712479486" media="print" onload="this.media='all'">
  2850. <link rel="stylesheet" href="//makhzan.ae/cdn/shop/t/12/assets/component-cart-items.css?v=136978088507021421401712479486" media="print" onload="this.media='all'"><link rel="stylesheet" href="//makhzan.ae/cdn/shop/t/12/assets/component-price.css?v=70172745017360139101712479486" media="print" onload="this.media='all'"><link rel="stylesheet" href="//makhzan.ae/cdn/shop/t/12/assets/component-mega-menu.css?v=10110889665867715061712479486" media="print" onload="this.media='all'">
  2851.  <noscript><link href="//makhzan.ae/cdn/shop/t/12/assets/component-mega-menu.css?v=10110889665867715061712479486" rel="stylesheet" type="text/css" media="all" /></noscript><link href="//makhzan.ae/cdn/shop/t/12/assets/component-cart-drawer.css?v=104658658042789908881712479486" rel="stylesheet" type="text/css" media="all" />
  2852.  <link href="//makhzan.ae/cdn/shop/t/12/assets/component-cart.css?v=181291337967238571831712479486" rel="stylesheet" type="text/css" media="all" />
  2853.  <link href="//makhzan.ae/cdn/shop/t/12/assets/component-totals.css?v=15906652033866631521712479486" rel="stylesheet" type="text/css" media="all" />
  2854.  <link href="//makhzan.ae/cdn/shop/t/12/assets/component-price.css?v=70172745017360139101712479486" rel="stylesheet" type="text/css" media="all" />
  2855.  <link href="//makhzan.ae/cdn/shop/t/12/assets/component-discounts.css?v=152760482443307489271712479486" rel="stylesheet" type="text/css" media="all" />
  2856. <noscript><link href="//makhzan.ae/cdn/shop/t/12/assets/component-list-menu.css?v=151968516119678728991712479486" rel="stylesheet" type="text/css" media="all" /></noscript>
  2857. <noscript><link href="//makhzan.ae/cdn/shop/t/12/assets/component-search.css?v=165164710990765432851712479486" rel="stylesheet" type="text/css" media="all" /></noscript>
  2858. <noscript><link href="//makhzan.ae/cdn/shop/t/12/assets/component-menu-drawer.css?v=85170387104997277661712479486" rel="stylesheet" type="text/css" media="all" /></noscript>
  2859. <noscript><link href="//makhzan.ae/cdn/shop/t/12/assets/component-cart-notification.css?v=54116361853792938221712479486" rel="stylesheet" type="text/css" media="all" /></noscript>
  2860. <noscript><link href="//makhzan.ae/cdn/shop/t/12/assets/component-cart-items.css?v=136978088507021421401712479486" rel="stylesheet" type="text/css" media="all" /></noscript>
  2861.  
  2862. <style>
  2863.  header-drawer {
  2864.    justify-self: start;
  2865.    margin-left: -1.2rem;
  2866.  }.scrolled-past-header .header__heading-logo-wrapper {
  2867.      width: 75%;
  2868.    }@media screen and (min-width: 990px) {
  2869.      header-drawer {
  2870.        display: none;
  2871.      }
  2872.    }.menu-drawer-container {
  2873.    display: flex;
  2874.  }
  2875.  
  2876.  .list-menu {
  2877.    list-style: none;
  2878.    padding: 0;
  2879.    margin: 0;
  2880.  }
  2881.  
  2882.  .list-menu--inline {
  2883.    display: inline-flex;
  2884.    flex-wrap: wrap;
  2885.  }
  2886.  
  2887.  summary.list-menu__item {
  2888.    padding-right: 2.7rem;
  2889.  }
  2890.  
  2891.  .list-menu__item {
  2892.    display: flex;
  2893.    align-items: center;
  2894.    line-height: calc(1 + 0.3 / var(--font-body-scale));
  2895.  }
  2896.  
  2897.  .list-menu__item--link {
  2898.    text-decoration: none;
  2899.    padding-bottom: 1rem;
  2900.    padding-top: 1rem;
  2901.    line-height: calc(1 + 0.8 / var(--font-body-scale));
  2902.  }
  2903.  
  2904.  @media screen and (min-width: 750px) {
  2905.    .list-menu__item--link {
  2906.      padding-bottom: 0.5rem;
  2907.      padding-top: 0.5rem;
  2908.    }
  2909.  }
  2910. </style><style data-shopify>.header {
  2911.    padding: 10px 3rem 10px 3rem;
  2912.  }
  2913.  
  2914.  .section-header {
  2915.    position: sticky; /* This is for fixing a Safari z-index issue. PR #2147 */
  2916.    margin-bottom: 12px;
  2917.  }
  2918.  
  2919.  @media screen and (min-width: 750px) {
  2920.    .section-header {
  2921.      margin-bottom: 16px;
  2922.    }
  2923.  }
  2924.  
  2925.  @media screen and (min-width: 990px) {
  2926.    .header {
  2927.      padding-top: 20px;
  2928.      padding-bottom: 20px;
  2929.    }
  2930.  }</style><script src="//makhzan.ae/cdn/shop/t/12/assets/details-disclosure.js?v=13653116266235556501712479486" defer="defer"></script>
  2931. <script src="//makhzan.ae/cdn/shop/t/12/assets/details-modal.js?v=25581673532751508451712479486" defer="defer"></script>
  2932. <script src="//makhzan.ae/cdn/shop/t/12/assets/cart-notification.js?v=133508293167896966491712479486" defer="defer"></script>
  2933. <script src="//makhzan.ae/cdn/shop/t/12/assets/search-form.js?v=133129549252120666541712479486" defer="defer"></script><script src="//makhzan.ae/cdn/shop/t/12/assets/cart-drawer.js?v=105077087914686398511712479486" defer="defer"></script><svg xmlns="http://www.w3.org/2000/svg" class="hidden">
  2934.  <symbol id="icon-search" viewbox="0 0 18 19" fill="none">
  2935.    <path fill-rule="evenodd" clip-rule="evenodd" d="M11.03 11.68A5.784 5.784 0 112.85 3.5a5.784 5.784 0 018.18 8.18zm.26 1.12a6.78 6.78 0 11.72-.7l5.4 5.4a.5.5 0 11-.71.7l-5.41-5.4z" fill="currentColor"/>
  2936.  </symbol>
  2937.  
  2938.  <symbol id="icon-reset" class="icon icon-close"  fill="none" viewBox="0 0 18 18" stroke="currentColor">
  2939.    <circle r="8.5" cy="9" cx="9" stroke-opacity="0.2"/>
  2940.    <path d="M6.82972 6.82915L1.17193 1.17097" stroke-linecap="round" stroke-linejoin="round" transform="translate(5 5)"/>
  2941.    <path d="M1.22896 6.88502L6.77288 1.11523" stroke-linecap="round" stroke-linejoin="round" transform="translate(5 5)"/>
  2942.  </symbol>
  2943.  
  2944.  <symbol id="icon-close" class="icon icon-close" fill="none" viewBox="0 0 18 17">
  2945.    <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor">
  2946.  </symbol>
  2947. </svg><sticky-header data-sticky-type="reduce-logo-size" class="header-wrapper color-scheme-342ac137-625d-4e5e-a9ac-9ef59bc5570a gradient header-wrapper--border-bottom"><header class="header header--top-center header--mobile-center page-width header--has-menu header--has-social header--has-account">
  2948.  
  2949. <header-drawer data-breakpoint="tablet">
  2950.  <details id="Details-menu-drawer-container" class="menu-drawer-container">
  2951.    <summary
  2952.      class="header__icon header__icon--menu header__icon--summary link focus-inset"
  2953.      aria-label="Menu"
  2954.    >
  2955.      <span>
  2956.        <svg
  2957.  xmlns="http://www.w3.org/2000/svg"
  2958.  aria-hidden="true"
  2959.  focusable="false"
  2960.  class="icon icon-hamburger"
  2961.  fill="none"
  2962.  viewBox="0 0 18 16"
  2963. >
  2964.  <path d="M1 .5a.5.5 0 100 1h15.71a.5.5 0 000-1H1zM.5 8a.5.5 0 01.5-.5h15.71a.5.5 0 010 1H1A.5.5 0 01.5 8zm0 7a.5.5 0 01.5-.5h15.71a.5.5 0 010 1H1a.5.5 0 01-.5-.5z" fill="currentColor">
  2965. </svg>
  2966.  
  2967.        <svg
  2968.  xmlns="http://www.w3.org/2000/svg"
  2969.  aria-hidden="true"
  2970.  focusable="false"
  2971.  class="icon icon-close"
  2972.  fill="none"
  2973.  viewBox="0 0 18 17"
  2974. >
  2975.  <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor">
  2976. </svg>
  2977.  
  2978.      </span>
  2979.    </summary>
  2980.    <div id="menu-drawer" class="gradient menu-drawer motion-reduce color-scheme-342ac137-625d-4e5e-a9ac-9ef59bc5570a">
  2981.      <div class="menu-drawer__inner-container">
  2982.        <div class="menu-drawer__navigation-container">
  2983.          <nav class="menu-drawer__navigation">
  2984.            <ul class="menu-drawer__menu has-submenu list-menu" role="list"><li><a
  2985.                      id="HeaderDrawer-home"
  2986.                      href="/"
  2987.                      class="menu-drawer__menu-item list-menu__item link link--text focus-inset menu-drawer__menu-item--active"
  2988.                      
  2989.                        aria-current="page"
  2990.                      
  2991.                    >
  2992.                      Home
  2993.                    </a></li><li><details id="Details-menu-drawer-menu-item-2">
  2994.                      <summary
  2995.                        id="HeaderDrawer-skin-care"
  2996.                        class="menu-drawer__menu-item list-menu__item link link--text focus-inset"
  2997.                      >
  2998.                        Skin Care
  2999.                        <svg
  3000.  viewBox="0 0 14 10"
  3001.  fill="none"
  3002.  aria-hidden="true"
  3003.  focusable="false"
  3004.  class="icon icon-arrow"
  3005.  xmlns="http://www.w3.org/2000/svg"
  3006. >
  3007.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3008. </svg>
  3009.  
  3010.                        <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
  3011.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  3012. </svg>
  3013.  
  3014.                      </summary>
  3015.                      <div
  3016.                        id="link-skin-care"
  3017.                        class="menu-drawer__submenu has-submenu gradient motion-reduce"
  3018.                        tabindex="-1"
  3019.                      >
  3020.                        <div class="menu-drawer__inner-submenu">
  3021.                          <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true">
  3022.                            <svg
  3023.  viewBox="0 0 14 10"
  3024.  fill="none"
  3025.  aria-hidden="true"
  3026.  focusable="false"
  3027.  class="icon icon-arrow"
  3028.  xmlns="http://www.w3.org/2000/svg"
  3029. >
  3030.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3031. </svg>
  3032.  
  3033.                            Skin Care
  3034.                          </button>
  3035.                          <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><details id="Details-menu-drawer-skin-care-facial-care">
  3036.                                    <summary
  3037.                                      id="HeaderDrawer-skin-care-facial-care"
  3038.                                      class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
  3039.                                    >
  3040.                                      Facial Care
  3041.                                      <svg
  3042.  viewBox="0 0 14 10"
  3043.  fill="none"
  3044.  aria-hidden="true"
  3045.  focusable="false"
  3046.  class="icon icon-arrow"
  3047.  xmlns="http://www.w3.org/2000/svg"
  3048. >
  3049.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3050. </svg>
  3051.  
  3052.                                      <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
  3053.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  3054. </svg>
  3055.  
  3056.                                    </summary>
  3057.                                    <div
  3058.                                      id="childlink-facial-care"
  3059.                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
  3060.                                    >
  3061.                                      <button
  3062.                                        class="menu-drawer__close-button link link--text focus-inset"
  3063.                                        aria-expanded="true"
  3064.                                      >
  3065.                                        <svg
  3066.  viewBox="0 0 14 10"
  3067.  fill="none"
  3068.  aria-hidden="true"
  3069.  focusable="false"
  3070.  class="icon icon-arrow"
  3071.  xmlns="http://www.w3.org/2000/svg"
  3072. >
  3073.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3074. </svg>
  3075.  
  3076.                                        Facial Care
  3077.                                      </button>
  3078.                                      <ul
  3079.                                        class="menu-drawer__menu list-menu"
  3080.                                        role="list"
  3081.                                        tabindex="-1"
  3082.                                      ><li>
  3083.                                            <a
  3084.                                              id="HeaderDrawer-skin-care-facial-care-toners"
  3085.                                              href="/collections/toners"
  3086.                                              class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
  3087.                                              
  3088.                                            >
  3089.                                              Toners
  3090.                                            </a>
  3091.                                          </li><li>
  3092.                                            <a
  3093.                                              id="HeaderDrawer-skin-care-facial-care-cream"
  3094.                                              href="/collections/creams"
  3095.                                              class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
  3096.                                              
  3097.                                            >
  3098.                                              Cream
  3099.                                            </a>
  3100.                                          </li><li>
  3101.                                            <a
  3102.                                              id="HeaderDrawer-skin-care-facial-care-serum"
  3103.                                              href="/collections/serums"
  3104.                                              class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
  3105.                                              
  3106.                                            >
  3107.                                              Serum
  3108.                                            </a>
  3109.                                          </li><li>
  3110.                                            <a
  3111.                                              id="HeaderDrawer-skin-care-facial-care-soap"
  3112.                                              href="/collections/soaps"
  3113.                                              class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
  3114.                                              
  3115.                                            >
  3116.                                              Soap
  3117.                                            </a>
  3118.                                          </li><li>
  3119.                                            <a
  3120.                                              id="HeaderDrawer-skin-care-facial-care-make-up-removers"
  3121.                                              href="/collections/makeup-removers"
  3122.                                              class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
  3123.                                              
  3124.                                            >
  3125.                                              Make Up Removers
  3126.                                            </a>
  3127.                                          </li><li>
  3128.                                            <a
  3129.                                              id="HeaderDrawer-skin-care-facial-care-coffee-scrub"
  3130.                                              href="/collections/coffee-scrubs"
  3131.                                              class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
  3132.                                              
  3133.                                            >
  3134.                                              Coffee Scrub
  3135.                                            </a>
  3136.                                          </li></ul>
  3137.                                    </div>
  3138.                                  </details></li><li><details id="Details-menu-drawer-skin-care-body-care">
  3139.                                    <summary
  3140.                                      id="HeaderDrawer-skin-care-body-care"
  3141.                                      class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
  3142.                                    >
  3143.                                      Body Care
  3144.                                      <svg
  3145.  viewBox="0 0 14 10"
  3146.  fill="none"
  3147.  aria-hidden="true"
  3148.  focusable="false"
  3149.  class="icon icon-arrow"
  3150.  xmlns="http://www.w3.org/2000/svg"
  3151. >
  3152.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3153. </svg>
  3154.  
  3155.                                      <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
  3156.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  3157. </svg>
  3158.  
  3159.                                    </summary>
  3160.                                    <div
  3161.                                      id="childlink-body-care"
  3162.                                      class="menu-drawer__submenu has-submenu gradient motion-reduce"
  3163.                                    >
  3164.                                      <button
  3165.                                        class="menu-drawer__close-button link link--text focus-inset"
  3166.                                        aria-expanded="true"
  3167.                                      >
  3168.                                        <svg
  3169.  viewBox="0 0 14 10"
  3170.  fill="none"
  3171.  aria-hidden="true"
  3172.  focusable="false"
  3173.  class="icon icon-arrow"
  3174.  xmlns="http://www.w3.org/2000/svg"
  3175. >
  3176.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3177. </svg>
  3178.  
  3179.                                        Body Care
  3180.                                      </button>
  3181.                                      <ul
  3182.                                        class="menu-drawer__menu list-menu"
  3183.                                        role="list"
  3184.                                        tabindex="-1"
  3185.                                      ><li>
  3186.                                            <a
  3187.                                              id="HeaderDrawer-skin-care-body-care-soap"
  3188.                                              href="/collections/body-soap"
  3189.                                              class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
  3190.                                              
  3191.                                            >
  3192.                                              Soap
  3193.                                            </a>
  3194.                                          </li><li>
  3195.                                            <a
  3196.                                              id="HeaderDrawer-skin-care-body-care-coffee-scrubs"
  3197.                                              href="/collections/body-scrub"
  3198.                                              class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
  3199.                                              
  3200.                                            >
  3201.                                              Coffee Scrubs
  3202.                                            </a>
  3203.                                          </li></ul>
  3204.                                    </div>
  3205.                                  </details></li></ul>
  3206.                        </div>
  3207.                      </div>
  3208.                    </details></li><li><details id="Details-menu-drawer-menu-item-3">
  3209.                      <summary
  3210.                        id="HeaderDrawer-wellness-supplements"
  3211.                        class="menu-drawer__menu-item list-menu__item link link--text focus-inset"
  3212.                      >
  3213.                        Wellness Supplements
  3214.                        <svg
  3215.  viewBox="0 0 14 10"
  3216.  fill="none"
  3217.  aria-hidden="true"
  3218.  focusable="false"
  3219.  class="icon icon-arrow"
  3220.  xmlns="http://www.w3.org/2000/svg"
  3221. >
  3222.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3223. </svg>
  3224.  
  3225.                        <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
  3226.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  3227. </svg>
  3228.  
  3229.                      </summary>
  3230.                      <div
  3231.                        id="link-wellness-supplements"
  3232.                        class="menu-drawer__submenu has-submenu gradient motion-reduce"
  3233.                        tabindex="-1"
  3234.                      >
  3235.                        <div class="menu-drawer__inner-submenu">
  3236.                          <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true">
  3237.                            <svg
  3238.  viewBox="0 0 14 10"
  3239.  fill="none"
  3240.  aria-hidden="true"
  3241.  focusable="false"
  3242.  class="icon icon-arrow"
  3243.  xmlns="http://www.w3.org/2000/svg"
  3244. >
  3245.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3246. </svg>
  3247.  
  3248.                            Wellness Supplements
  3249.                          </button>
  3250.                          <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><a
  3251.                                    id="HeaderDrawer-wellness-supplements-supplements-for-adults"
  3252.                                    href="/collections/supplements-for-adults"
  3253.                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
  3254.                                    
  3255.                                  >
  3256.                                    Supplements for Adults
  3257.                                  </a></li><li><a
  3258.                                    id="HeaderDrawer-wellness-supplements-supplements-for-kids"
  3259.                                    href="/collections/childrens-multivitamin"
  3260.                                    class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
  3261.                                    
  3262.                                  >
  3263.                                    Supplements for Kids
  3264.                                  </a></li></ul>
  3265.                        </div>
  3266.                      </div>
  3267.                    </details></li><li><a
  3268.                      id="HeaderDrawer-about-us"
  3269.                      href="/pages/about-us"
  3270.                      class="menu-drawer__menu-item list-menu__item link link--text focus-inset"
  3271.                      
  3272.                    >
  3273.                      About us
  3274.                    </a></li><li><a
  3275.                      id="HeaderDrawer-contact"
  3276.                      href="/pages/contact"
  3277.                      class="menu-drawer__menu-item list-menu__item link link--text focus-inset"
  3278.                      
  3279.                    >
  3280.                      Contact
  3281.                    </a></li><li><a
  3282.                      id="HeaderDrawer-beauty-blog"
  3283.                      href="/pages/blogs"
  3284.                      class="menu-drawer__menu-item list-menu__item link link--text focus-inset"
  3285.                      
  3286.                    >
  3287.                      Beauty Blog
  3288.                    </a></li></ul>
  3289.          </nav>
  3290.          <div class="menu-drawer__utility-links"><a
  3291.                href="https://account.makhzan.ae?locale=en&region_country=AE"
  3292.                class="menu-drawer__account link focus-inset h5 medium-hide large-up-hide"
  3293.              >
  3294.                <svg
  3295.  xmlns="http://www.w3.org/2000/svg"
  3296.  aria-hidden="true"
  3297.  focusable="false"
  3298.  class="icon icon-account"
  3299.  fill="none"
  3300.  viewBox="0 0 18 19"
  3301. >
  3302.  <path fill-rule="evenodd" clip-rule="evenodd" d="M6 4.5a3 3 0 116 0 3 3 0 01-6 0zm3-4a4 4 0 100 8 4 4 0 000-8zm5.58 12.15c1.12.82 1.83 2.24 1.91 4.85H1.51c.08-2.6.79-4.03 1.9-4.85C4.66 11.75 6.5 11.5 9 11.5s4.35.26 5.58 1.15zM9 10.5c-2.5 0-4.65.24-6.17 1.35C1.27 12.98.5 14.93.5 18v.5h17V18c0-3.07-.77-5.02-2.33-6.15-1.52-1.1-3.67-1.35-6.17-1.35z" fill="currentColor">
  3303. </svg>
  3304.  
  3305. Log in</a><div class="menu-drawer__localization header-localization">
  3306. <noscript><form method="post" action="/localization" id="HeaderLanguageMobileFormNoScriptDrawer" accept-charset="UTF-8" class="localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/?srsltid=AfmBOooRUjhkXFsHgSHUWtG0UbU1_5dSu6c-IxA9ZUa4SUKUEM08EHD2" /><div class="localization-form__select">
  3307.                        <h2 class="visually-hidden" id="HeaderLanguageMobileLabelNoScriptDrawer">
  3308.                          Language
  3309.                        </h2>
  3310.                        <select
  3311.                          class="localization-selector link"
  3312.                          name="locale_code"
  3313.                          aria-labelledby="HeaderLanguageMobileLabelNoScriptDrawer"
  3314.                        ><option
  3315.                              value="en"
  3316.                              lang="en"
  3317.                                selected
  3318.                              
  3319.                            >
  3320.                              English
  3321.                            </option><option
  3322.                              value="ar"
  3323.                              lang="ar"
  3324.                            >
  3325.                              العربية
  3326.                            </option></select>
  3327.                        <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
  3328.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  3329. </svg>
  3330.  
  3331.                      </div>
  3332.                      <button class="button button--tertiary">Update language</button></form></noscript>
  3333.  
  3334.                  <localization-form class="no-js-hidden"><form method="post" action="/localization" id="HeaderLanguageMobileForm" accept-charset="UTF-8" class="localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/?srsltid=AfmBOooRUjhkXFsHgSHUWtG0UbU1_5dSu6c-IxA9ZUa4SUKUEM08EHD2" /><div>
  3335.                        <h2 class="visually-hidden" id="HeaderLanguageMobileLabel">
  3336.                          Language
  3337.                        </h2><div class="disclosure">
  3338.  <button
  3339.    type="button"
  3340.    class="disclosure__button localization-form__select localization-selector link link--text caption-large"
  3341.    aria-expanded="false"
  3342.    aria-controls="HeaderLanguageMobileList"
  3343.    aria-describedby="HeaderLanguageMobileLabel"
  3344.  >
  3345.    <span>English</span>
  3346.    <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
  3347.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  3348. </svg>
  3349.  
  3350.  </button>
  3351.  <div class="disclosure__list-wrapper" hidden>
  3352.    <ul id="HeaderLanguageMobileList" role="list" class="disclosure__list list-unstyled"><li class="disclosure__item" tabindex="-1">
  3353.          <a
  3354.            class="link link--text disclosure__link caption-large focus-inset"
  3355.            href="#"
  3356.            hreflang="en"
  3357.            lang="en"
  3358.            
  3359.              aria-current="true"
  3360.            
  3361.            data-value="en"
  3362.          >
  3363.            <span
  3364.              
  3365.            ><svg
  3366.  class="icon icon-checkmark"
  3367.  aria-hidden="true"
  3368.  focusable="false"
  3369.  xmlns="http://www.w3.org/2000/svg"
  3370.  viewBox="0 0 12 9"
  3371.  fill="none"
  3372. >
  3373.  <path fill-rule="evenodd" clip-rule="evenodd" d="M11.35.643a.5.5 0 01.006.707l-6.77 6.886a.5.5 0 01-.719-.006L.638 4.845a.5.5 0 11.724-.69l2.872 3.011 6.41-6.517a.5.5 0 01.707-.006h-.001z" fill="currentColor"/>
  3374. </svg>
  3375. </span>
  3376.            <span>
  3377.              English
  3378.            </span>
  3379.          </a>
  3380.        </li><li class="disclosure__item" tabindex="-1">
  3381.          <a
  3382.            class="link link--text disclosure__link caption-large focus-inset"
  3383.            href="#"
  3384.            hreflang="ar"
  3385.            lang="ar"
  3386.            
  3387.            data-value="ar"
  3388.          >
  3389.            <span
  3390.              
  3391.                class="visibility-hidden"
  3392.              
  3393.            ><svg
  3394.  class="icon icon-checkmark"
  3395.  aria-hidden="true"
  3396.  focusable="false"
  3397.  xmlns="http://www.w3.org/2000/svg"
  3398.  viewBox="0 0 12 9"
  3399.  fill="none"
  3400. >
  3401.  <path fill-rule="evenodd" clip-rule="evenodd" d="M11.35.643a.5.5 0 01.006.707l-6.77 6.886a.5.5 0 01-.719-.006L.638 4.845a.5.5 0 11.724-.69l2.872 3.011 6.41-6.517a.5.5 0 01.707-.006h-.001z" fill="currentColor"/>
  3402. </svg>
  3403. </span>
  3404.            <span>
  3405.              العربية
  3406.            </span>
  3407.          </a>
  3408.        </li></ul>
  3409.  </div>
  3410. </div>
  3411. <input type="hidden" name="locale_code" value="en">
  3412. </div></form></localization-form></div><ul class="list list-social list-unstyled" role="list"><li class="list-social__item">
  3413.                  <a href="https://twitter.com/Makhzanuae" class="list-social__link link"><svg aria-hidden="true" focusable="false" class="icon icon-twitter" viewBox="0 0 20 20">
  3414.  <path fill="currentColor" d="M18.608 4.967a7.364 7.364 0 0 1-1.758 1.828c0 .05 0 .13.02.23l.02.232a10.014 10.014 0 0 1-1.697 5.565 11.023 11.023 0 0 1-2.029 2.29 9.13 9.13 0 0 1-2.832 1.607 10.273 10.273 0 0 1-8.94-.985c.342.02.613.04.834.04 1.647 0 3.114-.502 4.4-1.506a3.616 3.616 0 0 1-3.315-2.46c.528.128 1.08.107 1.597-.061a3.485 3.485 0 0 1-2.029-1.216 3.385 3.385 0 0 1-.803-2.23v-.03c.462.242.984.372 1.587.402A3.465 3.465 0 0 1 2.116 5.76c0-.612.14-1.205.452-1.798a9.723 9.723 0 0 0 3.214 2.612A10.044 10.044 0 0 0 9.88 7.649a3.013 3.013 0 0 1-.13-.804c0-.974.34-1.808 1.034-2.49a3.466 3.466 0 0 1 2.561-1.035 3.505 3.505 0 0 1 2.551 1.104 6.812 6.812 0 0 0 2.24-.853 3.415 3.415 0 0 1-1.547 1.948 7.732 7.732 0 0 0 2.02-.542v-.01Z"/>
  3415. </svg>
  3416. <span class="visually-hidden">Twitter</span>
  3417.                  </a>
  3418.                </li><li class="list-social__item">
  3419.                  <a href="https://www.facebook.com/profile.php?id=100090468172891&mibextid=ZbWKwL" class="list-social__link link"><svg aria-hidden="true" focusable="false" class="icon icon-facebook" viewBox="0 0 20 20">
  3420.  <path fill="currentColor" d="M18 10.049C18 5.603 14.419 2 10 2c-4.419 0-8 3.603-8 8.049C2 14.067 4.925 17.396 8.75 18v-5.624H6.719v-2.328h2.03V8.275c0-2.017 1.195-3.132 3.023-3.132.874 0 1.79.158 1.79.158v1.98h-1.009c-.994 0-1.303.621-1.303 1.258v1.51h2.219l-.355 2.326H11.25V18c3.825-.604 6.75-3.933 6.75-7.951Z"/>
  3421. </svg>
  3422. <span class="visually-hidden">Facebook</span>
  3423.                  </a>
  3424.                </li><li class="list-social__item">
  3425.                  <a href="https://www.pinterest.com/MakhzanUAE/" class="list-social__link link"><svg aria-hidden="true" focusable="false" class="icon icon-pinterest" viewBox="0 0 20 20">
  3426.  <path fill="currentColor" d="M10 2.01c2.124.01 4.16.855 5.666 2.353a8.087 8.087 0 0 1 1.277 9.68A7.952 7.952 0 0 1 10 18.04a8.164 8.164 0 0 1-2.276-.307c.403-.653.672-1.24.816-1.729l.567-2.2c.134.27.393.5.768.702.384.192.768.297 1.19.297.836 0 1.585-.24 2.248-.72a4.678 4.678 0 0 0 1.537-1.969c.37-.89.554-1.848.537-2.813 0-1.249-.48-2.315-1.43-3.227a5.061 5.061 0 0 0-3.65-1.374c-.893 0-1.729.154-2.478.461a5.023 5.023 0 0 0-3.236 4.552c0 .72.134 1.355.413 1.902.269.538.672.922 1.22 1.152.096.039.182.039.25 0 .066-.028.114-.096.143-.192l.173-.653c.048-.144.02-.288-.105-.432a2.257 2.257 0 0 1-.548-1.565 3.803 3.803 0 0 1 3.976-3.861c1.047 0 1.863.288 2.44.855.585.576.883 1.315.883 2.228 0 .768-.106 1.479-.317 2.122a3.813 3.813 0 0 1-.893 1.556c-.384.384-.836.576-1.345.576-.413 0-.749-.144-1.018-.451-.259-.307-.345-.672-.25-1.085.147-.514.298-1.026.452-1.537l.173-.701c.057-.25.086-.451.086-.624 0-.346-.096-.634-.269-.855-.192-.22-.451-.336-.797-.336-.432 0-.797.192-1.085.595-.288.394-.442.893-.442 1.499.005.374.063.746.173 1.104l.058.144c-.576 2.478-.913 3.938-1.037 4.36-.116.528-.154 1.153-.125 1.863A8.067 8.067 0 0 1 2 10.03c0-2.208.778-4.11 2.343-5.666A7.721 7.721 0 0 1 10 2.001v.01Z"/>
  3427. </svg>
  3428. <span class="visually-hidden">Pinterest</span>
  3429.                  </a>
  3430.                </li><li class="list-social__item">
  3431.                  <a href="https://www.instagram.com/makhzanuae?igsh=d3ZlMTNjemRucWFz" class="list-social__link link"><svg aria-hidden="true" focusable="false" class="icon icon-instagram" viewBox="0 0 20 20">
  3432.  <path fill="currentColor" fill-rule="evenodd" d="M13.23 3.492c-.84-.037-1.096-.046-3.23-.046-2.144 0-2.39.01-3.238.055-.776.027-1.195.164-1.487.273a2.43 2.43 0 0 0-.912.593 2.486 2.486 0 0 0-.602.922c-.11.282-.238.702-.274 1.486-.046.84-.046 1.095-.046 3.23 0 2.134.01 2.39.046 3.229.004.51.097 1.016.274 1.495.145.365.319.639.602.913.282.282.538.456.92.602.474.176.974.268 1.479.273.848.046 1.103.046 3.238.046 2.134 0 2.39-.01 3.23-.046.784-.036 1.203-.164 1.486-.273.374-.146.648-.329.921-.602.283-.283.447-.548.602-.922.177-.476.27-.979.274-1.486.037-.84.046-1.095.046-3.23 0-2.134-.01-2.39-.055-3.229-.027-.784-.164-1.204-.274-1.495a2.43 2.43 0 0 0-.593-.913 2.604 2.604 0 0 0-.92-.602c-.284-.11-.703-.237-1.488-.273ZM6.697 2.05c.857-.036 1.131-.045 3.302-.045 1.1-.014 2.202.001 3.302.045.664.014 1.321.14 1.943.374a3.968 3.968 0 0 1 1.414.922c.41.397.728.88.93 1.414.23.622.354 1.279.365 1.942C18 7.56 18 7.824 18 10.005c0 2.17-.01 2.444-.046 3.292-.036.858-.173 1.442-.374 1.943-.2.53-.474.976-.92 1.423a3.896 3.896 0 0 1-1.415.922c-.51.191-1.095.337-1.943.374-.857.036-1.122.045-3.302.045-2.171 0-2.445-.009-3.302-.055-.849-.027-1.432-.164-1.943-.364a4.152 4.152 0 0 1-1.414-.922 4.128 4.128 0 0 1-.93-1.423c-.183-.51-.329-1.085-.365-1.943C2.009 12.45 2 12.167 2 10.004c0-2.161 0-2.435.055-3.302.027-.848.164-1.432.365-1.942a4.44 4.44 0 0 1 .92-1.414 4.18 4.18 0 0 1 1.415-.93c.51-.183 1.094-.33 1.943-.366Zm.427 4.806a4.105 4.105 0 1 1 5.805 5.805 4.105 4.105 0 0 1-5.805-5.805Zm1.882 5.371a2.668 2.668 0 1 0 2.042-4.93 2.668 2.668 0 0 0-2.042 4.93Zm5.922-5.942a.958.958 0 1 1-1.355-1.355.958.958 0 0 1 1.355 1.355Z" clip-rule="evenodd"/>
  3433. </svg>
  3434. <span class="visually-hidden">Instagram</span>
  3435.                  </a>
  3436.                </li><li class="list-social__item">
  3437.                  <a href="https://www.tiktok.com/@makhzanuae" class="list-social__link link"><svg aria-hidden="true" focusable="false" class="icon icon-tiktok" viewBox="0 0 20 20">
  3438.  <path fill="currentColor" d="M10.511 1.705h2.74s-.157 3.51 3.795 3.768v2.711s-2.114.129-3.796-1.158l.028 5.606A5.073 5.073 0 1 1 8.213 7.56h.708v2.785a2.298 2.298 0 1 0 1.618 2.205L10.51 1.705Z"/>
  3439. </svg>
  3440. <span class="visually-hidden">TikTok</span>
  3441.                  </a>
  3442.                </li><li class="list-social__item">
  3443.                  <a href="https://www.youtube.com/channel/UCTKjlgUy_-Jn0CIOYXbVaYg" class="list-social__link link"><svg aria-hidden="true" focusable="false" class="icon icon-youtube" viewBox="0 0 20 20">
  3444.  <path fill="currentColor" d="M18.16 5.87c.34 1.309.34 4.08.34 4.08s0 2.771-.34 4.08a2.125 2.125 0 0 1-1.53 1.53c-1.309.34-6.63.34-6.63.34s-5.321 0-6.63-.34a2.125 2.125 0 0 1-1.53-1.53c-.34-1.309-.34-4.08-.34-4.08s0-2.771.34-4.08a2.173 2.173 0 0 1 1.53-1.53C4.679 4 10 4 10 4s5.321 0 6.63.34a2.173 2.173 0 0 1 1.53 1.53ZM8.3 12.5l4.42-2.55L8.3 7.4v5.1Z"/>
  3445. </svg>
  3446. <span class="visually-hidden">YouTube</span>
  3447.                  </a>
  3448.                </li></ul>
  3449.          </div>
  3450.        </div>
  3451.      </div>
  3452.    </div>
  3453.  </details>
  3454. </header-drawer>
  3455.  
  3456.  
  3457. <details-modal class="header__search">
  3458.  <details>
  3459.    <summary
  3460.      class="header__icon header__icon--search header__icon--summary link focus-inset modal__toggle"
  3461.      aria-haspopup="dialog"
  3462.      aria-label="Search"
  3463.    >
  3464.      <span>
  3465.        <svg class="modal__toggle-open icon icon-search" aria-hidden="true" focusable="false">
  3466.          <use href="#icon-search">
  3467.        </svg>
  3468.        <svg class="modal__toggle-close icon icon-close" aria-hidden="true" focusable="false">
  3469.          <use href="#icon-close">
  3470.        </svg>
  3471.      </span>
  3472.    </summary>
  3473.    <div
  3474.      class="search-modal modal__content gradient"
  3475.      role="dialog"
  3476.      aria-modal="true"
  3477.      aria-label="Search"
  3478.    >
  3479.      <div class="modal-overlay"></div>
  3480.      <div
  3481.        class="search-modal__content search-modal__content-bottom"
  3482.        tabindex="-1"
  3483.      ><predictive-search class="search-modal__form" data-loading-text="Loading..."><form action="/search" method="get" role="search" class="search search-modal__form">
  3484.          <div class="field">
  3485.            <input
  3486.              class="search__input field__input"
  3487.              id="Search-In-Modal-1"
  3488.              type="search"
  3489.              name="q"
  3490.              value=""
  3491.              placeholder="Search"role="combobox"
  3492.                aria-expanded="false"
  3493.                aria-owns="predictive-search-results"
  3494.                aria-controls="predictive-search-results"
  3495.                aria-haspopup="listbox"
  3496.                aria-autocomplete="list"
  3497.                autocorrect="off"
  3498.                autocomplete="off"
  3499.                autocapitalize="off"
  3500.                spellcheck="false">
  3501.            <label class="field__label" for="Search-In-Modal-1">Search</label>
  3502.            <input type="hidden" name="options[prefix]" value="last">
  3503.            <button
  3504.              type="reset"
  3505.              class="reset__button field__button hidden"
  3506.              aria-label="Clear search term"
  3507.            >
  3508.              <svg class="icon icon-close" aria-hidden="true" focusable="false">
  3509.                <use xlink:href="#icon-reset">
  3510.              </svg>
  3511.            </button>
  3512.            <button class="search__button field__button" aria-label="Search">
  3513.              <svg class="icon icon-search" aria-hidden="true" focusable="false">
  3514.                <use href="#icon-search">
  3515.              </svg>
  3516.            </button>
  3517.          </div><div class="predictive-search predictive-search--header" tabindex="-1" data-predictive-search>
  3518.  
  3519. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-loading-spinner.css?v=116724955567955766481712479486" rel="stylesheet" type="text/css" media="all" />
  3520.  
  3521. <div class="predictive-search__loading-state">
  3522.  <svg
  3523.    aria-hidden="true"
  3524.    focusable="false"
  3525.    class="spinner"
  3526.    viewBox="0 0 66 66"
  3527.    xmlns="http://www.w3.org/2000/svg"
  3528.  >
  3529.    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  3530.  </svg>
  3531. </div>
  3532. </div>
  3533.  
  3534.            <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span></form></predictive-search><button
  3535.          type="button"
  3536.          class="search-modal__close-button modal__close-button link link--text focus-inset"
  3537.          aria-label="Close"
  3538.        >
  3539.          <svg class="icon icon-close" aria-hidden="true" focusable="false">
  3540.            <use href="#icon-close">
  3541.          </svg>
  3542.        </button>
  3543.      </div>
  3544.    </div>
  3545.  </details>
  3546. </details-modal>
  3547. <h2 class="header__heading"><a href="/" class="header__heading-link link link--text focus-inset"><div class="header__heading-logo-wrapper">
  3548.                
  3549.                <img src="//makhzan.ae/cdn/shop/files/makhzan-logo_2.png?v=1710752318&amp;width=600" alt="Makhzan UAE . For natural and organic products" srcset="//makhzan.ae/cdn/shop/files/makhzan-logo_2.png?v=1710752318&amp;width=190 190w, //makhzan.ae/cdn/shop/files/makhzan-logo_2.png?v=1710752318&amp;width=285 285w, //makhzan.ae/cdn/shop/files/makhzan-logo_2.png?v=1710752318&amp;width=380 380w" width="190" height="54.22374429223744" loading="eager" class="header__heading-logo motion-reduce" sizes="(max-width: 380px) 50vw, 190px">
  3550.              </div></a></h2>
  3551.  
  3552. <nav class="header__inline-menu">
  3553.  <ul class="list-menu list-menu--inline" role="list"><li><a
  3554.            id="HeaderMenu-home"
  3555.            href="/"
  3556.            class="header__menu-item list-menu__item link link--text focus-inset"
  3557.            
  3558.              aria-current="page"
  3559.            
  3560.          >
  3561.            <span
  3562.                class="header__active-menu-item"
  3563.              
  3564.            >Home</span>
  3565.          </a></li><li><header-menu>
  3566.            <details id="Details-HeaderMenu-2" class="mega-menu">
  3567.              <summary
  3568.                id="HeaderMenu-skin-care"
  3569.                class="header__menu-item list-menu__item link focus-inset"
  3570.              >
  3571.                <span
  3572.                >Skin Care</span>
  3573.                <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
  3574.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  3575. </svg>
  3576.  
  3577.              </summary>
  3578.              <div
  3579.                id="MegaMenu-Content-2"
  3580.                class="mega-menu__content color-scheme-342ac137-625d-4e5e-a9ac-9ef59bc5570a gradient motion-reduce global-settings-popup"
  3581.                tabindex="-1"
  3582.              >
  3583.                <ul
  3584.                  class="mega-menu__list page-width"
  3585.                  role="list"
  3586.                ><li>
  3587.                      <a
  3588.                        id="HeaderMenu-skin-care-facial-care"
  3589.                        href="/collections/facial-care"
  3590.                        class="mega-menu__link mega-menu__link--level-2 link"
  3591.                        
  3592.                      >
  3593.                        Facial Care
  3594.                      </a><ul class="list-unstyled" role="list"><li>
  3595.                              <a
  3596.                                id="HeaderMenu-skin-care-facial-care-toners"
  3597.                                href="/collections/toners"
  3598.                                class="mega-menu__link link"
  3599.                                
  3600.                              >
  3601.                                Toners
  3602.                              </a>
  3603.                            </li><li>
  3604.                              <a
  3605.                                id="HeaderMenu-skin-care-facial-care-cream"
  3606.                                href="/collections/creams"
  3607.                                class="mega-menu__link link"
  3608.                                
  3609.                              >
  3610.                                Cream
  3611.                              </a>
  3612.                            </li><li>
  3613.                              <a
  3614.                                id="HeaderMenu-skin-care-facial-care-serum"
  3615.                                href="/collections/serums"
  3616.                                class="mega-menu__link link"
  3617.                                
  3618.                              >
  3619.                                Serum
  3620.                              </a>
  3621.                            </li><li>
  3622.                              <a
  3623.                                id="HeaderMenu-skin-care-facial-care-soap"
  3624.                                href="/collections/soaps"
  3625.                                class="mega-menu__link link"
  3626.                                
  3627.                              >
  3628.                                Soap
  3629.                              </a>
  3630.                            </li><li>
  3631.                              <a
  3632.                                id="HeaderMenu-skin-care-facial-care-make-up-removers"
  3633.                                href="/collections/makeup-removers"
  3634.                                class="mega-menu__link link"
  3635.                                
  3636.                              >
  3637.                                Make Up Removers
  3638.                              </a>
  3639.                            </li><li>
  3640.                              <a
  3641.                                id="HeaderMenu-skin-care-facial-care-coffee-scrub"
  3642.                                href="/collections/coffee-scrubs"
  3643.                                class="mega-menu__link link"
  3644.                                
  3645.                              >
  3646.                                Coffee Scrub
  3647.                              </a>
  3648.                            </li></ul></li><li>
  3649.                      <a
  3650.                        id="HeaderMenu-skin-care-body-care"
  3651.                        href="/collections/body-care"
  3652.                        class="mega-menu__link mega-menu__link--level-2 link"
  3653.                        
  3654.                      >
  3655.                        Body Care
  3656.                      </a><ul class="list-unstyled" role="list"><li>
  3657.                              <a
  3658.                                id="HeaderMenu-skin-care-body-care-soap"
  3659.                                href="/collections/body-soap"
  3660.                                class="mega-menu__link link"
  3661.                                
  3662.                              >
  3663.                                Soap
  3664.                              </a>
  3665.                            </li><li>
  3666.                              <a
  3667.                                id="HeaderMenu-skin-care-body-care-coffee-scrubs"
  3668.                                href="/collections/body-scrub"
  3669.                                class="mega-menu__link link"
  3670.                                
  3671.                              >
  3672.                                Coffee Scrubs
  3673.                              </a>
  3674.                            </li></ul></li></ul>
  3675.              </div>
  3676.            </details>
  3677.          </header-menu></li><li><header-menu>
  3678.            <details id="Details-HeaderMenu-3" class="mega-menu">
  3679.              <summary
  3680.                id="HeaderMenu-wellness-supplements"
  3681.                class="header__menu-item list-menu__item link focus-inset"
  3682.              >
  3683.                <span
  3684.                >Wellness Supplements</span>
  3685.                <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
  3686.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  3687. </svg>
  3688.  
  3689.              </summary>
  3690.              <div
  3691.                id="MegaMenu-Content-3"
  3692.                class="mega-menu__content color-scheme-342ac137-625d-4e5e-a9ac-9ef59bc5570a gradient motion-reduce global-settings-popup"
  3693.                tabindex="-1"
  3694.              >
  3695.                <ul
  3696.                  class="mega-menu__list page-width mega-menu__list--condensed"
  3697.                  role="list"
  3698.                ><li>
  3699.                      <a
  3700.                        id="HeaderMenu-wellness-supplements-supplements-for-adults"
  3701.                        href="/collections/supplements-for-adults"
  3702.                        class="mega-menu__link mega-menu__link--level-2 link"
  3703.                        
  3704.                      >
  3705.                        Supplements for Adults
  3706.                      </a></li><li>
  3707.                      <a
  3708.                        id="HeaderMenu-wellness-supplements-supplements-for-kids"
  3709.                        href="/collections/childrens-multivitamin"
  3710.                        class="mega-menu__link mega-menu__link--level-2 link"
  3711.                        
  3712.                      >
  3713.                        Supplements for Kids
  3714.                      </a></li></ul>
  3715.              </div>
  3716.            </details>
  3717.          </header-menu></li><li><a
  3718.            id="HeaderMenu-about-us"
  3719.            href="/pages/about-us"
  3720.            class="header__menu-item list-menu__item link link--text focus-inset"
  3721.            
  3722.          >
  3723.            <span
  3724.            >About us</span>
  3725.          </a></li><li><a
  3726.            id="HeaderMenu-contact"
  3727.            href="/pages/contact"
  3728.            class="header__menu-item list-menu__item link link--text focus-inset"
  3729.            
  3730.          >
  3731.            <span
  3732.            >Contact</span>
  3733.          </a></li><li><a
  3734.            id="HeaderMenu-beauty-blog"
  3735.            href="/pages/blogs"
  3736.            class="header__menu-item list-menu__item link link--text focus-inset"
  3737.            
  3738.          >
  3739.            <span
  3740.            >Beauty Blog</span>
  3741.          </a></li></ul>
  3742. </nav>
  3743.  
  3744. <div class="header__icons header__icons--localization header-localization">
  3745.      <div class="desktop-localization-wrapper">
  3746. <noscript class="small-hide medium-hide"><form method="post" action="/localization" id="HeaderLanguageMobileFormNoScript" accept-charset="UTF-8" class="localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/?srsltid=AfmBOooRUjhkXFsHgSHUWtG0UbU1_5dSu6c-IxA9ZUa4SUKUEM08EHD2" /><div class="localization-form__select">
  3747.                <h2 class="visually-hidden" id="HeaderLanguageMobileLabelNoScript">Language</h2>
  3748.                <select class="localization-selector link" name="locale_code" aria-labelledby="HeaderLanguageMobileLabelNoScript"><option value="en" lang="en" selected>
  3749.                      English
  3750.                    </option><option value="ar" lang="ar">
  3751.                      العربية
  3752.                    </option></select>
  3753.                <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
  3754.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  3755. </svg>
  3756.  
  3757.              </div>
  3758.              <button class="button button--tertiary">Update language</button></form></noscript>
  3759.  
  3760.          <localization-form class="small-hide medium-hide no-js-hidden" data-prevent-hide><form method="post" action="/localization" id="HeaderLanguageForm" accept-charset="UTF-8" class="localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/?srsltid=AfmBOooRUjhkXFsHgSHUWtG0UbU1_5dSu6c-IxA9ZUa4SUKUEM08EHD2" /><div>
  3761.                <h2 class="visually-hidden" id="HeaderLanguageLabel">Language</h2><div class="disclosure">
  3762.  <button
  3763.    type="button"
  3764.    class="disclosure__button localization-form__select localization-selector link link--text caption-large"
  3765.    aria-expanded="false"
  3766.    aria-controls="HeaderLanguageList"
  3767.    aria-describedby="HeaderLanguageLabel"
  3768.  >
  3769.    <span>English</span>
  3770.    <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
  3771.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  3772. </svg>
  3773.  
  3774.  </button>
  3775.  <div class="disclosure__list-wrapper" hidden>
  3776.    <ul id="HeaderLanguageList" role="list" class="disclosure__list list-unstyled"><li class="disclosure__item" tabindex="-1">
  3777.          <a
  3778.            class="link link--text disclosure__link caption-large focus-inset"
  3779.            href="#"
  3780.            hreflang="en"
  3781.            lang="en"
  3782.            
  3783.              aria-current="true"
  3784.            
  3785.            data-value="en"
  3786.          >
  3787.            <span
  3788.              
  3789.            ><svg
  3790.  class="icon icon-checkmark"
  3791.  aria-hidden="true"
  3792.  focusable="false"
  3793.  xmlns="http://www.w3.org/2000/svg"
  3794.  viewBox="0 0 12 9"
  3795.  fill="none"
  3796. >
  3797.  <path fill-rule="evenodd" clip-rule="evenodd" d="M11.35.643a.5.5 0 01.006.707l-6.77 6.886a.5.5 0 01-.719-.006L.638 4.845a.5.5 0 11.724-.69l2.872 3.011 6.41-6.517a.5.5 0 01.707-.006h-.001z" fill="currentColor"/>
  3798. </svg>
  3799. </span>
  3800.            <span>
  3801.              English
  3802.            </span>
  3803.          </a>
  3804.        </li><li class="disclosure__item" tabindex="-1">
  3805.          <a
  3806.            class="link link--text disclosure__link caption-large focus-inset"
  3807.            href="#"
  3808.            hreflang="ar"
  3809.            lang="ar"
  3810.            
  3811.            data-value="ar"
  3812.          >
  3813.            <span
  3814.              
  3815.                class="visibility-hidden"
  3816.              
  3817.            ><svg
  3818.  class="icon icon-checkmark"
  3819.  aria-hidden="true"
  3820.  focusable="false"
  3821.  xmlns="http://www.w3.org/2000/svg"
  3822.  viewBox="0 0 12 9"
  3823.  fill="none"
  3824. >
  3825.  <path fill-rule="evenodd" clip-rule="evenodd" d="M11.35.643a.5.5 0 01.006.707l-6.77 6.886a.5.5 0 01-.719-.006L.638 4.845a.5.5 0 11.724-.69l2.872 3.011 6.41-6.517a.5.5 0 01.707-.006h-.001z" fill="currentColor"/>
  3826. </svg>
  3827. </span>
  3828.            <span>
  3829.              العربية
  3830.            </span>
  3831.          </a>
  3832.        </li></ul>
  3833.  </div>
  3834. </div>
  3835. <input type="hidden" name="locale_code" value="en">
  3836. </div></form></localization-form></div>
  3837.      
  3838.  
  3839. <details-modal class="header__search">
  3840.  <details>
  3841.    <summary
  3842.      class="header__icon header__icon--search header__icon--summary link focus-inset modal__toggle"
  3843.      aria-haspopup="dialog"
  3844.      aria-label="Search"
  3845.    >
  3846.      <span>
  3847.        <svg class="modal__toggle-open icon icon-search" aria-hidden="true" focusable="false">
  3848.          <use href="#icon-search">
  3849.        </svg>
  3850.        <svg class="modal__toggle-close icon icon-close" aria-hidden="true" focusable="false">
  3851.          <use href="#icon-close">
  3852.        </svg>
  3853.      </span>
  3854.    </summary>
  3855.    <div
  3856.      class="search-modal modal__content gradient"
  3857.      role="dialog"
  3858.      aria-modal="true"
  3859.      aria-label="Search"
  3860.    >
  3861.      <div class="modal-overlay"></div>
  3862.      <div
  3863.        class="search-modal__content search-modal__content-bottom"
  3864.        tabindex="-1"
  3865.      ><predictive-search class="search-modal__form" data-loading-text="Loading..."><form action="/search" method="get" role="search" class="search search-modal__form">
  3866.          <div class="field">
  3867.            <input
  3868.              class="search__input field__input"
  3869.              id="Search-In-Modal"
  3870.              type="search"
  3871.              name="q"
  3872.              value=""
  3873.              placeholder="Search"role="combobox"
  3874.                aria-expanded="false"
  3875.                aria-owns="predictive-search-results"
  3876.                aria-controls="predictive-search-results"
  3877.                aria-haspopup="listbox"
  3878.                aria-autocomplete="list"
  3879.                autocorrect="off"
  3880.                autocomplete="off"
  3881.                autocapitalize="off"
  3882.                spellcheck="false">
  3883.            <label class="field__label" for="Search-In-Modal">Search</label>
  3884.            <input type="hidden" name="options[prefix]" value="last">
  3885.            <button
  3886.              type="reset"
  3887.              class="reset__button field__button hidden"
  3888.              aria-label="Clear search term"
  3889.            >
  3890.              <svg class="icon icon-close" aria-hidden="true" focusable="false">
  3891.                <use xlink:href="#icon-reset">
  3892.              </svg>
  3893.            </button>
  3894.            <button class="search__button field__button" aria-label="Search">
  3895.              <svg class="icon icon-search" aria-hidden="true" focusable="false">
  3896.                <use href="#icon-search">
  3897.              </svg>
  3898.            </button>
  3899.          </div><div class="predictive-search predictive-search--header" tabindex="-1" data-predictive-search>
  3900.  
  3901. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-loading-spinner.css?v=116724955567955766481712479486" rel="stylesheet" type="text/css" media="all" />
  3902.  
  3903. <div class="predictive-search__loading-state">
  3904.  <svg
  3905.    aria-hidden="true"
  3906.    focusable="false"
  3907.    class="spinner"
  3908.    viewBox="0 0 66 66"
  3909.    xmlns="http://www.w3.org/2000/svg"
  3910.  >
  3911.    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  3912.  </svg>
  3913. </div>
  3914. </div>
  3915.  
  3916.            <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span></form></predictive-search><button
  3917.          type="button"
  3918.          class="search-modal__close-button modal__close-button link link--text focus-inset"
  3919.          aria-label="Close"
  3920.        >
  3921.          <svg class="icon icon-close" aria-hidden="true" focusable="false">
  3922.            <use href="#icon-close">
  3923.          </svg>
  3924.        </button>
  3925.      </div>
  3926.    </div>
  3927.  </details>
  3928. </details-modal>
  3929.  
  3930. <a href="https://account.makhzan.ae?locale=en&region_country=AE" class="header__icon header__icon--account link focus-inset small-hide">
  3931.          <svg
  3932.  xmlns="http://www.w3.org/2000/svg"
  3933.  aria-hidden="true"
  3934.  focusable="false"
  3935.  class="icon icon-account"
  3936.  fill="none"
  3937.  viewBox="0 0 18 19"
  3938. >
  3939.  <path fill-rule="evenodd" clip-rule="evenodd" d="M6 4.5a3 3 0 116 0 3 3 0 01-6 0zm3-4a4 4 0 100 8 4 4 0 000-8zm5.58 12.15c1.12.82 1.83 2.24 1.91 4.85H1.51c.08-2.6.79-4.03 1.9-4.85C4.66 11.75 6.5 11.5 9 11.5s4.35.26 5.58 1.15zM9 10.5c-2.5 0-4.65.24-6.17 1.35C1.27 12.98.5 14.93.5 18v.5h17V18c0-3.07-.77-5.02-2.33-6.15-1.52-1.1-3.67-1.35-6.17-1.35z" fill="currentColor">
  3940. </svg>
  3941.  
  3942.          <span class="visually-hidden">Log in</span>
  3943.        </a><a href="/cart" class="header__icon header__icon--cart link focus-inset" id="cart-icon-bubble"><svg
  3944.  class="icon icon-cart-empty"
  3945.  aria-hidden="true"
  3946.  focusable="false"
  3947.  xmlns="http://www.w3.org/2000/svg"
  3948.  viewBox="0 0 40 40"
  3949.  fill="none"
  3950. >
  3951.  <path d="m15.75 11.8h-3.16l-.77 11.6a5 5 0 0 0 4.99 5.34h7.38a5 5 0 0 0 4.99-5.33l-.78-11.61zm0 1h-2.22l-.71 10.67a4 4 0 0 0 3.99 4.27h7.38a4 4 0 0 0 4-4.27l-.72-10.67h-2.22v.63a4.75 4.75 0 1 1 -9.5 0zm8.5 0h-7.5v.63a3.75 3.75 0 1 0 7.5 0z" fill="currentColor" fill-rule="evenodd"/>
  3952. </svg>
  3953. <span class="visually-hidden">Cart</span></a>
  3954.    </div>
  3955.  </header>
  3956. </sticky-header>
  3957.  
  3958. <script type="application/ld+json">
  3959.  {
  3960.    "@context": "http://schema.org",
  3961.    "@type": "Organization",
  3962.    "name": "Makhzan UAE",
  3963.    
  3964.      "logo": "https:\/\/makhzan.ae\/cdn\/shop\/files\/makhzan-logo_2.png?v=1710752318\u0026width=500",
  3965.    
  3966.    "sameAs": [
  3967.      "https:\/\/twitter.com\/Makhzanuae",
  3968.      "https:\/\/www.facebook.com\/profile.php?id=100090468172891\u0026mibextid=ZbWKwL",
  3969.      "https:\/\/www.pinterest.com\/MakhzanUAE\/",
  3970.      "https:\/\/www.instagram.com\/makhzanuae?igsh=d3ZlMTNjemRucWFz",
  3971.      "https:\/\/www.tiktok.com\/@makhzanuae",
  3972.      "",
  3973.      "",
  3974.      "https:\/\/www.youtube.com\/channel\/UCTKjlgUy_-Jn0CIOYXbVaYg",
  3975.      ""
  3976.    ],
  3977.    "url": "https:\/\/makhzan.ae"
  3978.  }
  3979. </script>
  3980.  <script type="application/ld+json">
  3981.    {
  3982.      "@context": "http://schema.org",
  3983.      "@type": "WebSite",
  3984.      "name": "Makhzan UAE",
  3985.      "potentialAction": {
  3986.        "@type": "SearchAction",
  3987.        "target": "https:\/\/makhzan.ae\/search?q={search_term_string}",
  3988.        "query-input": "required name=search_term_string"
  3989.      },
  3990.      "url": "https:\/\/makhzan.ae"
  3991.    }
  3992.  </script>
  3993. <style> #shopify-section-sections--22342062407953__header.section-header {margin-bottom: 0px !important;} </style></div>
  3994. <!-- END sections: header-group -->
  3995.  
  3996.    <main id="MainContent" class="content-for-layout focus-none" role="main" tabindex="-1">
  3997.      <section id="shopify-section-template--22342066635025__slideshow_Y4nL86" class="shopify-section section"><link href="//makhzan.ae/cdn/shop/t/12/assets/section-image-banner.css?v=104371272348087278231712479486" rel="stylesheet" type="text/css" media="all" />
  3998. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-slider.css?v=142503135496229589681712479486" rel="stylesheet" type="text/css" media="all" />
  3999. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-slideshow.css?v=107725913939919748051712479486" rel="stylesheet" type="text/css" media="all" />
  4000. <slideshow-component
  4001.  class="slider-mobile-gutter mobile-text-below"
  4002.  role="region"
  4003.  aria-roledescription="Carousel"
  4004.  aria-label="Plantus Cosmetic Purifying Toners  natural skincare facial toners"
  4005. ><div class="slideshow__controls slideshow__controls--top slider-buttons no-js-hidden slideshow__controls--border-radius-mobile">
  4006.      <button
  4007.        type="button"
  4008.        class="slider-button slider-button--prev"
  4009.        name="previous"
  4010.        aria-label="Previous slide"
  4011.        aria-controls="Slider-template--22342066635025__slideshow_Y4nL86"
  4012.      >
  4013.        <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
  4014.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  4015. </svg>
  4016.  
  4017.      </button>
  4018.      <div class="slider-counter slider-counter--dots"><div class="slideshow__control-wrapper"><button
  4019.                class="slider-counter__link slider-counter__link--dots link"
  4020.                aria-label="Load slide 1 of 5"
  4021.                aria-controls="Slider-template--22342066635025__slideshow_Y4nL86"
  4022.              ><span class="dot"></span></button><button
  4023.                class="slider-counter__link slider-counter__link--dots link"
  4024.                aria-label="Load slide 2 of 5"
  4025.                aria-controls="Slider-template--22342066635025__slideshow_Y4nL86"
  4026.              ><span class="dot"></span></button><button
  4027.                class="slider-counter__link slider-counter__link--dots link"
  4028.                aria-label="Load slide 3 of 5"
  4029.                aria-controls="Slider-template--22342066635025__slideshow_Y4nL86"
  4030.              ><span class="dot"></span></button><button
  4031.                class="slider-counter__link slider-counter__link--dots link"
  4032.                aria-label="Load slide 4 of 5"
  4033.                aria-controls="Slider-template--22342066635025__slideshow_Y4nL86"
  4034.              ><span class="dot"></span></button><button
  4035.                class="slider-counter__link slider-counter__link--dots link"
  4036.                aria-label="Load slide 5 of 5"
  4037.                aria-controls="Slider-template--22342066635025__slideshow_Y4nL86"
  4038.              ><span class="dot"></span></button></div></div>
  4039.      <button
  4040.        type="button"
  4041.        class="slider-button slider-button--next"
  4042.        name="next"
  4043.        aria-label="Next slide"
  4044.        aria-controls="Slider-template--22342066635025__slideshow_Y4nL86"
  4045.      >
  4046.        <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
  4047.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  4048. </svg>
  4049.  
  4050.      </button><button
  4051.          type="button"
  4052.          class="slideshow__autoplay slider-button no-js-hidden"
  4053.          aria-label="Pause slideshow"
  4054.        ><svg
  4055.  class="icon icon-pause"
  4056.  viewBox="0 0 8 12"
  4057.  fill="none"
  4058.  xmlns="http://www.w3.org/2000/svg"
  4059.  focusable="false"
  4060.  aria-hidden="true"
  4061. >
  4062.  <path d="M1.2 0.75C0.813401 0.75 0.5 0.985051 0.5 1.275V10.725C0.5 11.0149 0.813401 11.25 1.2 11.25C1.5866 11.25 1.9 11.0149 1.9 10.725V1.275C1.9 0.985051 1.5866 0.75 1.2 0.75Z" fill="currentColor"/>
  4063.  <path d="M6.8 0.75C6.4134 0.75 6.1 0.985051 6.1 1.275V10.725C6.1 11.0149 6.4134 11.25 6.8 11.25C7.1866 11.25 7.5 11.0149 7.5 10.725V1.275C7.5 0.985051 7.1866 0.75 6.8 0.75Z" fill="currentColor"/>
  4064. </svg>
  4065. <svg
  4066.  xmlns="http://www.w3.org/2000/svg"
  4067.  aria-hidden="true"
  4068.  focusable="false"
  4069.  class="icon icon-play"
  4070.  fill="none"
  4071.  viewBox="0 0 10 14"
  4072. >
  4073.  <path fill-rule="evenodd" clip-rule="evenodd" d="M1.48177 0.814643C0.81532 0.448245 0 0.930414 0 1.69094V12.2081C0 12.991 0.858787 13.4702 1.52503 13.0592L10.5398 7.49813C11.1918 7.09588 11.1679 6.13985 10.4965 5.77075L1.48177 0.814643Z" fill="currentColor"/>
  4074. </svg>
  4075. </button></div>
  4076.    <noscript>
  4077.      <div class="slider-buttons">
  4078.        <div class="slider-counter"><a
  4079.              href="#Slide-template--22342066635025__slideshow_Y4nL86-1"
  4080.              class="slider-counter__link link"
  4081.              aria-label="Load slide 1 of 5"
  4082.            >
  4083.              1
  4084.            </a><a
  4085.              href="#Slide-template--22342066635025__slideshow_Y4nL86-2"
  4086.              class="slider-counter__link link"
  4087.              aria-label="Load slide 2 of 5"
  4088.            >
  4089.              2
  4090.            </a><a
  4091.              href="#Slide-template--22342066635025__slideshow_Y4nL86-3"
  4092.              class="slider-counter__link link"
  4093.              aria-label="Load slide 3 of 5"
  4094.            >
  4095.              3
  4096.            </a><a
  4097.              href="#Slide-template--22342066635025__slideshow_Y4nL86-4"
  4098.              class="slider-counter__link link"
  4099.              aria-label="Load slide 4 of 5"
  4100.            >
  4101.              4
  4102.            </a><a
  4103.              href="#Slide-template--22342066635025__slideshow_Y4nL86-5"
  4104.              class="slider-counter__link link"
  4105.              aria-label="Load slide 5 of 5"
  4106.            >
  4107.              5
  4108.            </a></div>
  4109.      </div>
  4110.    </noscript><div
  4111.    class="slideshow banner banner--medium grid grid--1-col slider slider--everywhere banner--mobile-bottom scroll-trigger animate--fade-in"
  4112.    id="Slider-template--22342066635025__slideshow_Y4nL86"
  4113.    aria-live="polite"
  4114.    aria-atomic="true"
  4115.    data-autoplay="true"
  4116.    data-speed="5"
  4117.  ><style>
  4118.        #Slide-template--22342066635025__slideshow_Y4nL86-1 .banner__media::after {
  4119.          opacity: 0.0;
  4120.        }
  4121.      </style>
  4122.      <div
  4123.        class="slideshow__slide grid__item grid--1-col slider__slide"
  4124.        id="Slide-template--22342066635025__slideshow_Y4nL86-1"
  4125.        
  4126.        role="group"
  4127.        aria-roledescription="Slide"
  4128.        aria-label="1 of 5"
  4129.        tabindex="-1"
  4130.      >
  4131.        <div class="slideshow__media banner__media media">
  4132.              <img src="//makhzan.ae/cdn/shop/files/4.jpg?v=1716274273&amp;width=3840" alt="Best moisturizer Derma Care Daily Moisturizing Cream. Everyday face cream. skin hydration. " srcset="//makhzan.ae/cdn/shop/files/4.jpg?v=1716274273&amp;width=375 375w, //makhzan.ae/cdn/shop/files/4.jpg?v=1716274273&amp;width=550 550w, //makhzan.ae/cdn/shop/files/4.jpg?v=1716274273&amp;width=750 750w, //makhzan.ae/cdn/shop/files/4.jpg?v=1716274273&amp;width=1100 1100w, //makhzan.ae/cdn/shop/files/4.jpg?v=1716274273&amp;width=1500 1500w, //makhzan.ae/cdn/shop/files/4.jpg?v=1716274273&amp;width=1780 1780w, //makhzan.ae/cdn/shop/files/4.jpg?v=1716274273&amp;width=2000 2000w, //makhzan.ae/cdn/shop/files/4.jpg?v=1716274273&amp;width=3000 3000w, //makhzan.ae/cdn/shop/files/4.jpg?v=1716274273&amp;width=3840 3840w" height="768" sizes="100vw" fetchpriority="high" style="object-position:44.2981% 78.4568%;">
  4133. </div>
  4134.        <div class="slideshow__text-wrapper banner__content banner__content--bottom-center page-width scroll-trigger animate--slide-in">
  4135.          <div class="slideshow__text banner__box content-container content-container--full-width-mobile color-scheme-1 gradient slideshow__text--center slideshow__text-mobile--center"><h2 class="banner__heading inline-richtext h2">
  4136.                Uncover Natural Skincare & Wellness Supplements in UAE Crafted with Love
  4137.              </h2><div class="banner__buttons">
  4138.                <a
  4139.                  
  4140.                    href="/collections/body-care"
  4141.                  
  4142.                  class="button button--primary"
  4143.                >Shop New Collection</a>
  4144.              </div></div>
  4145.        </div>
  4146.      </div><style>
  4147.        #Slide-template--22342066635025__slideshow_Y4nL86-2 .banner__media::after {
  4148.          opacity: 0.0;
  4149.        }
  4150.      </style>
  4151.      <div
  4152.        class="slideshow__slide grid__item grid--1-col slider__slide"
  4153.        id="Slide-template--22342066635025__slideshow_Y4nL86-2"
  4154.        
  4155.        role="group"
  4156.        aria-roledescription="Slide"
  4157.        aria-label="2 of 5"
  4158.        tabindex="-1"
  4159.      >
  4160.        <div class="slideshow__media banner__media media"><img src="//makhzan.ae/cdn/shop/files/5.jpg?v=1716274279&amp;width=3840" alt="Best Face Serums for Fine Lines &amp; Wrinkles. Best Vitamin C serum. Natural serum " srcset="//makhzan.ae/cdn/shop/files/5.jpg?v=1716274279&amp;width=375 375w, //makhzan.ae/cdn/shop/files/5.jpg?v=1716274279&amp;width=550 550w, //makhzan.ae/cdn/shop/files/5.jpg?v=1716274279&amp;width=750 750w, //makhzan.ae/cdn/shop/files/5.jpg?v=1716274279&amp;width=1100 1100w, //makhzan.ae/cdn/shop/files/5.jpg?v=1716274279&amp;width=1500 1500w, //makhzan.ae/cdn/shop/files/5.jpg?v=1716274279&amp;width=1780 1780w, //makhzan.ae/cdn/shop/files/5.jpg?v=1716274279&amp;width=2000 2000w, //makhzan.ae/cdn/shop/files/5.jpg?v=1716274279&amp;width=3000 3000w, //makhzan.ae/cdn/shop/files/5.jpg?v=1716274279&amp;width=3840 3840w" height="768" loading="lazy" sizes="100vw">
  4161. </div>
  4162.        <div class="slideshow__text-wrapper banner__content banner__content--bottom-right page-width">
  4163.          <div class="slideshow__text banner__box content-container content-container--full-width-mobile color-scheme-1 gradient slideshow__text--center slideshow__text-mobile--center"><h2 class="banner__heading inline-richtext h2">
  4164.                Let Your Skin Thrive with Plant-Based Natural Ingredients
  4165.              </h2><div class="banner__buttons">
  4166.                <a
  4167.                  
  4168.                    href="/collections/facial-care"
  4169.                  
  4170.                  class="button button--primary"
  4171.                >Checkout Our Bestsellers</a>
  4172.              </div></div>
  4173.        </div>
  4174.      </div><style>
  4175.        #Slide-template--22342066635025__slideshow_Y4nL86-3 .banner__media::after {
  4176.          opacity: 0.0;
  4177.        }
  4178.      </style>
  4179.      <div
  4180.        class="slideshow__slide grid__item grid--1-col slider__slide"
  4181.        id="Slide-template--22342066635025__slideshow_Y4nL86-3"
  4182.        
  4183.        role="group"
  4184.        aria-roledescription="Slide"
  4185.        aria-label="3 of 5"
  4186.        tabindex="-1"
  4187.      >
  4188.        <div class="slideshow__media banner__media media"><img src="//makhzan.ae/cdn/shop/files/7.jpg?v=1716274287&amp;width=3840" alt="Ethically sourced natural skincare products in UAE | Clean Beauty Products " srcset="//makhzan.ae/cdn/shop/files/7.jpg?v=1716274287&amp;width=375 375w, //makhzan.ae/cdn/shop/files/7.jpg?v=1716274287&amp;width=550 550w, //makhzan.ae/cdn/shop/files/7.jpg?v=1716274287&amp;width=750 750w, //makhzan.ae/cdn/shop/files/7.jpg?v=1716274287&amp;width=1100 1100w, //makhzan.ae/cdn/shop/files/7.jpg?v=1716274287&amp;width=1500 1500w, //makhzan.ae/cdn/shop/files/7.jpg?v=1716274287&amp;width=1780 1780w, //makhzan.ae/cdn/shop/files/7.jpg?v=1716274287&amp;width=2000 2000w, //makhzan.ae/cdn/shop/files/7.jpg?v=1716274287&amp;width=3000 3000w, //makhzan.ae/cdn/shop/files/7.jpg?v=1716274287&amp;width=3840 3840w" height="768" loading="lazy" sizes="100vw">
  4189. </div>
  4190.        <div class="slideshow__text-wrapper banner__content banner__content--bottom-right page-width">
  4191.          <div class="slideshow__text banner__box content-container content-container--full-width-mobile color-scheme-1 gradient slideshow__text--center slideshow__text-mobile--center"><h2 class="banner__heading inline-richtext h2">
  4192.                Rediscover Radiant Natural Beauty and Vitality
  4193.              </h2><div class="banner__buttons">
  4194.                <a
  4195.                  
  4196.                    href="/collections/plantus-cosmetic-uae"
  4197.                  
  4198.                  class="button button--primary"
  4199.                >Explore our Collection</a>
  4200.              </div></div>
  4201.        </div>
  4202.      </div><style>
  4203.        #Slide-template--22342066635025__slideshow_Y4nL86-4 .banner__media::after {
  4204.          opacity: 0.0;
  4205.        }
  4206.      </style>
  4207.      <div
  4208.        class="slideshow__slide grid__item grid--1-col slider__slide"
  4209.        id="Slide-template--22342066635025__slideshow_Y4nL86-4"
  4210.        
  4211.        role="group"
  4212.        aria-roledescription="Slide"
  4213.        aria-label="4 of 5"
  4214.        tabindex="-1"
  4215.      >
  4216.        <div class="slideshow__media banner__media media"><img src="//makhzan.ae/cdn/shop/files/6.jpg?v=1716274282&amp;width=3840" alt="Oil control moisturizer . Antioxidant cream. Natural skincare in UAE" srcset="//makhzan.ae/cdn/shop/files/6.jpg?v=1716274282&amp;width=375 375w, //makhzan.ae/cdn/shop/files/6.jpg?v=1716274282&amp;width=550 550w, //makhzan.ae/cdn/shop/files/6.jpg?v=1716274282&amp;width=750 750w, //makhzan.ae/cdn/shop/files/6.jpg?v=1716274282&amp;width=1100 1100w, //makhzan.ae/cdn/shop/files/6.jpg?v=1716274282&amp;width=1500 1500w, //makhzan.ae/cdn/shop/files/6.jpg?v=1716274282&amp;width=1780 1780w, //makhzan.ae/cdn/shop/files/6.jpg?v=1716274282&amp;width=2000 2000w, //makhzan.ae/cdn/shop/files/6.jpg?v=1716274282&amp;width=3000 3000w, //makhzan.ae/cdn/shop/files/6.jpg?v=1716274282&amp;width=3840 3840w" height="768" loading="lazy" sizes="100vw">
  4217. </div>
  4218.        <div class="slideshow__text-wrapper banner__content banner__content--bottom-right page-width">
  4219.          <div class="slideshow__text banner__box content-container content-container--full-width-mobile color-scheme-1 gradient slideshow__text--right slideshow__text-mobile--center"><h2 class="banner__heading inline-richtext h2">
  4220.                Natural Skincare in UAE: Your Path to Pure Beauty
  4221.              </h2><div class="banner__buttons">
  4222.                <a
  4223.                  
  4224.                    href="/collections/creams"
  4225.                  
  4226.                  class="button button--secondary"
  4227.                >Explore Our Products</a>
  4228.              </div></div>
  4229.        </div>
  4230.      </div><style>
  4231.        #Slide-template--22342066635025__slideshow_Y4nL86-5 .banner__media::after {
  4232.          opacity: 0.0;
  4233.        }
  4234.      </style>
  4235.      <div
  4236.        class="slideshow__slide grid__item grid--1-col slider__slide"
  4237.        id="Slide-template--22342066635025__slideshow_Y4nL86-5"
  4238.        
  4239.        role="group"
  4240.        aria-roledescription="Slide"
  4241.        aria-label="5 of 5"
  4242.        tabindex="-1"
  4243.      >
  4244.        <div class="slideshow__media banner__media media"><img src="//makhzan.ae/cdn/shop/files/2.jpg?v=1716274256&amp;width=3840" alt=" Premium natural skincare products in UAE | flawless Rose Facial Toner " srcset="//makhzan.ae/cdn/shop/files/2.jpg?v=1716274256&amp;width=375 375w, //makhzan.ae/cdn/shop/files/2.jpg?v=1716274256&amp;width=550 550w, //makhzan.ae/cdn/shop/files/2.jpg?v=1716274256&amp;width=750 750w, //makhzan.ae/cdn/shop/files/2.jpg?v=1716274256&amp;width=1100 1100w, //makhzan.ae/cdn/shop/files/2.jpg?v=1716274256&amp;width=1500 1500w, //makhzan.ae/cdn/shop/files/2.jpg?v=1716274256&amp;width=1780 1780w, //makhzan.ae/cdn/shop/files/2.jpg?v=1716274256&amp;width=2000 2000w, //makhzan.ae/cdn/shop/files/2.jpg?v=1716274256&amp;width=3000 3000w, //makhzan.ae/cdn/shop/files/2.jpg?v=1716274256&amp;width=3840 3840w" height="768" loading="lazy" sizes="100vw">
  4245. </div>
  4246.        <div class="slideshow__text-wrapper banner__content banner__content--bottom-left page-width">
  4247.          <div class="slideshow__text banner__box content-container content-container--full-width-mobile color-scheme-1 gradient slideshow__text--left slideshow__text-mobile--center"><h2 class="banner__heading inline-richtext h2">
  4248.                Antioxidant-Rich Natural Skincare Products for Your Healthier & Vibrant Skin
  4249.              </h2><div class="banner__buttons">
  4250.                <a
  4251.                  
  4252.                    href="/pages/find-the-best-product"
  4253.                  
  4254.                  class="button button--primary"
  4255.                >Explore With Our Quizz</a>
  4256.              </div></div>
  4257.        </div>
  4258.      </div></div></slideshow-component>
  4259. </section><section id="shopify-section-template--22342066635025__rich_text_CgKg36" class="shopify-section section"><link href="//makhzan.ae/cdn/shop/t/12/assets/section-rich-text.css?v=155250126305810049721712479486" rel="stylesheet" type="text/css" media="all" />
  4260. <style data-shopify>.section-template--22342066635025__rich_text_CgKg36-padding {
  4261.    padding-top: 30px;
  4262.    padding-bottom: 39px;
  4263.  }
  4264.  
  4265.  @media screen and (min-width: 750px) {
  4266.    .section-template--22342066635025__rich_text_CgKg36-padding {
  4267.      padding-top: 40px;
  4268.      padding-bottom: 52px;
  4269.    }
  4270.  }</style><div class="isolate">
  4271.  <div class="rich-text content-container color-scheme-4 gradient rich-text--full-width content-container--full-width section-template--22342066635025__rich_text_CgKg36-padding">
  4272.    <div class="rich-text__wrapper rich-text__wrapper--center page-width">
  4273.      <div class="rich-text__blocks center"><div
  4274.                class="rich-text__text rte scroll-trigger animate--slide-in"
  4275.                
  4276.                
  4277.                  data-cascade
  4278.                  style="--animation-order: 1;"
  4279.                
  4280.              >
  4281.                <h1>Natural Skincare Products &  Wellness Supplements </h1>
  4282.              </div><div
  4283.                class="rich-text__text rte scroll-trigger animate--slide-in"
  4284.                
  4285.                
  4286.                  data-cascade
  4287.                  style="--animation-order: 2;"
  4288.                
  4289.              >
  4290.                <p>Your  Destination for Customized Natural Skincare Products, Wellness Supplements & Daily Multivitamins in UAE. Experience effective products that provide tangible benefits for your health.</p>
  4291.              </div></div>
  4292.    </div>
  4293.  </div>
  4294. </div>
  4295.  
  4296.  
  4297. </section><section id="shopify-section-template--22342066635025__collection_list_FABwgM" class="shopify-section section section-collection-list"><link href="//makhzan.ae/cdn/shop/t/12/assets/section-collection-list.css?v=70863279319435850561712479486" rel="stylesheet" type="text/css" media="all" />
  4298. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-card.css?v=170127402091165654191712479486" rel="stylesheet" type="text/css" media="all" />
  4299. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-slider.css?v=142503135496229589681712479486" rel="stylesheet" type="text/css" media="all" />
  4300. <style data-shopify>.section-template--22342066635025__collection_list_FABwgM-padding {
  4301.    padding-top: 15px;
  4302.    padding-bottom: 15px;
  4303.  }
  4304.  
  4305.  @media screen and (min-width: 750px) {
  4306.    .section-template--22342066635025__collection_list_FABwgM-padding {
  4307.      padding-top: 20px;
  4308.      padding-bottom: 20px;
  4309.    }
  4310.  }</style><div class="color-scheme-4 gradient">
  4311.  <div class="collection-list-wrapper page-width isolate no-heading no-mobile-link section-template--22342066635025__collection_list_FABwgM-padding"><slider-component class="slider-mobile-gutter scroll-trigger animate--slide-in">
  4312.      <ul
  4313.        class="collection-list contains-card contains-card--collection contains-card--standard grid grid--3-col-desktop grid--1-col-tablet-down collection-list--3-items"
  4314.        id="Slider-template--22342066635025__collection_list_FABwgM"
  4315.        role="list"
  4316.      ><li
  4317.            id="Slide-template--22342066635025__collection_list_FABwgM-1"
  4318.            class="collection-list__item grid__item scroll-trigger animate--slide-in"
  4319.            
  4320.            
  4321.              data-cascade
  4322.              style="--animation-order: 1;"
  4323.            
  4324.          >
  4325. <div class="card-wrapper animate-arrow collection-card-wrapper">
  4326.  <div
  4327.    class="
  4328.      card
  4329.      card--standard
  4330.       card--media
  4331.      
  4332.      
  4333.      
  4334.    "
  4335.    style="--ratio-percent: 100%;"
  4336.  >
  4337.    <div
  4338.      class="card__inner color-scheme-1 gradient ratio"
  4339.      style="--ratio-percent: 100%;"
  4340.    ><div class="card__media">
  4341.          <div class="media media--transparent media--hover-effect">
  4342.            <img
  4343.              src="//makhzan.ae/cdn/shop/collections/facecare_medium.png?v=1724745908"
  4344.              data-src="//makhzan.ae/cdn/shop/collections/facecare.png?v=1724745908&width=1500"
  4345.              sizes="
  4346.                (min-width: 1400px) 433px,
  4347.                (min-width: 750px) calc((100vw - 10rem) / 2),
  4348.                calc(100vw - 3rem)
  4349.              "
  4350.              alt="Natural facial skincare"
  4351.              height="300"
  4352.              width="300"
  4353.            
  4354.              class="motion-reduce opt_lazy"
  4355.            >
  4356.          </div>
  4357.        </div><div class="card__content">
  4358.          <div class="card__information">
  4359.            <h3 class="card__heading">
  4360.              <a
  4361.                
  4362.                  href="/collections/facial-care"
  4363.                
  4364.                class="full-unstyled-link"
  4365.              >Natural Facial Care
  4366.              </a>
  4367.            </h3><p class="card__caption">Find the perfect match for your skincare journey with our Natural Facial...<span class="icon-wrap">&nbsp;<svg
  4368.  viewBox="0 0 14 10"
  4369.  fill="none"
  4370.  aria-hidden="true"
  4371.  focusable="false"
  4372.  class="icon icon-arrow"
  4373.  xmlns="http://www.w3.org/2000/svg"
  4374. >
  4375.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  4376. </svg>
  4377. </span>
  4378.              </p></div>
  4379.        </div></div><div class="card__content">
  4380.        <div class="card__information">
  4381.          <h3 class="card__heading">
  4382.            <a
  4383.              
  4384.                href="/collections/facial-care"
  4385.              
  4386.              class="full-unstyled-link"
  4387.            >Natural Facial Care<span class="icon-wrap"><svg
  4388.  viewBox="0 0 14 10"
  4389.  fill="none"
  4390.  aria-hidden="true"
  4391.  focusable="false"
  4392.  class="icon icon-arrow"
  4393.  xmlns="http://www.w3.org/2000/svg"
  4394. >
  4395.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  4396. </svg>
  4397. </span>
  4398.            </a>
  4399.          </h3></div>
  4400.      </div></div>
  4401. </div>
  4402.  
  4403.          </li><li
  4404.            id="Slide-template--22342066635025__collection_list_FABwgM-2"
  4405.            class="collection-list__item grid__item scroll-trigger animate--slide-in"
  4406.            
  4407.            
  4408.              data-cascade
  4409.              style="--animation-order: 2;"
  4410.            
  4411.          >
  4412. <div class="card-wrapper animate-arrow collection-card-wrapper">
  4413.  <div
  4414.    class="
  4415.      card
  4416.      card--standard
  4417.       card--media
  4418.      
  4419.      
  4420.      
  4421.    "
  4422.    style="--ratio-percent: 100%;"
  4423.  >
  4424.    <div
  4425.      class="card__inner color-scheme-1 gradient ratio"
  4426.      style="--ratio-percent: 100%;"
  4427.    ><div class="card__media">
  4428.          <div class="media media--transparent media--hover-effect">
  4429.            <img
  4430.              src="//makhzan.ae/cdn/shop/collections/body_care_medium.png?v=1724319932"
  4431.              data-src="//makhzan.ae/cdn/shop/collections/body_care.png?v=1724319932&width=1500"
  4432.              sizes="
  4433.                (min-width: 1400px) 433px,
  4434.                (min-width: 750px) calc((100vw - 10rem) / 2),
  4435.                calc(100vw - 3rem)
  4436.              "
  4437.              alt="Body care Natural Skin Care Products"
  4438.              height="300"
  4439.              width="300"
  4440.            
  4441.              class="motion-reduce opt_lazy"
  4442.            >
  4443.          </div>
  4444.        </div><div class="card__content">
  4445.          <div class="card__information">
  4446.            <h3 class="card__heading">
  4447.              <a
  4448.                
  4449.                  href="/collections/body-care"
  4450.                
  4451.                class="full-unstyled-link"
  4452.              >Natural Body Care
  4453.              </a>
  4454.            </h3><p class="card__caption">Discover the essence of nature at Makhzan Limited with our exclusive collection...<span class="icon-wrap">&nbsp;<svg
  4455.  viewBox="0 0 14 10"
  4456.  fill="none"
  4457.  aria-hidden="true"
  4458.  focusable="false"
  4459.  class="icon icon-arrow"
  4460.  xmlns="http://www.w3.org/2000/svg"
  4461. >
  4462.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  4463. </svg>
  4464. </span>
  4465.              </p></div>
  4466.        </div></div><div class="card__content">
  4467.        <div class="card__information">
  4468.          <h3 class="card__heading">
  4469.            <a
  4470.              
  4471.                href="/collections/body-care"
  4472.              
  4473.              class="full-unstyled-link"
  4474.            >Natural Body Care<span class="icon-wrap"><svg
  4475.  viewBox="0 0 14 10"
  4476.  fill="none"
  4477.  aria-hidden="true"
  4478.  focusable="false"
  4479.  class="icon icon-arrow"
  4480.  xmlns="http://www.w3.org/2000/svg"
  4481. >
  4482.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  4483. </svg>
  4484. </span>
  4485.            </a>
  4486.          </h3></div>
  4487.      </div></div>
  4488. </div>
  4489.  
  4490.          </li><li
  4491.            id="Slide-template--22342066635025__collection_list_FABwgM-3"
  4492.            class="collection-list__item grid__item scroll-trigger animate--slide-in"
  4493.            
  4494.            
  4495.              data-cascade
  4496.              style="--animation-order: 3;"
  4497.            
  4498.          >
  4499. <div class="card-wrapper animate-arrow collection-card-wrapper">
  4500.  <div
  4501.    class="
  4502.      card
  4503.      card--standard
  4504.       card--media
  4505.      
  4506.      
  4507.      
  4508.    "
  4509.    style="--ratio-percent: 100%;"
  4510.  >
  4511.    <div
  4512.      class="card__inner color-scheme-1 gradient ratio"
  4513.      style="--ratio-percent: 100%;"
  4514.    ><div class="card__media">
  4515.          <div class="media media--transparent media--hover-effect">
  4516.            <img
  4517.              src="//makhzan.ae/cdn/shop/collections/well_ness_4dbe0e99-880a-4936-8345-64a8a4921f6f_medium.jpg?v=1725254543"
  4518.              data-src="//makhzan.ae/cdn/shop/collections/well_ness_4dbe0e99-880a-4936-8345-64a8a4921f6f.jpg?v=1725254543&width=1500"
  4519.              sizes="
  4520.                (min-width: 1400px) 433px,
  4521.                (min-width: 750px) calc((100vw - 10rem) / 2),
  4522.                calc(100vw - 3rem)
  4523.              "
  4524.              alt="Wellness Supplements and Vitamins "
  4525.              height="600"
  4526.              width="600"
  4527.            
  4528.              class="motion-reduce opt_lazy"
  4529.            >
  4530.          </div>
  4531.        </div><div class="card__content">
  4532.          <div class="card__information">
  4533.            <h3 class="card__heading">
  4534.              <a
  4535.                
  4536.                  href="/collections/wellness-supplements"
  4537.                
  4538.                class="full-unstyled-link"
  4539.              >Wellness Supplements
  4540.              </a>
  4541.            </h3><p class="card__caption">The formulation of our wellness supplements is rooted in the principles of...<span class="icon-wrap">&nbsp;<svg
  4542.  viewBox="0 0 14 10"
  4543.  fill="none"
  4544.  aria-hidden="true"
  4545.  focusable="false"
  4546.  class="icon icon-arrow"
  4547.  xmlns="http://www.w3.org/2000/svg"
  4548. >
  4549.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  4550. </svg>
  4551. </span>
  4552.              </p></div>
  4553.        </div></div><div class="card__content">
  4554.        <div class="card__information">
  4555.          <h3 class="card__heading">
  4556.            <a
  4557.              
  4558.                href="/collections/wellness-supplements"
  4559.              
  4560.              class="full-unstyled-link"
  4561.            >Wellness Supplements<span class="icon-wrap"><svg
  4562.  viewBox="0 0 14 10"
  4563.  fill="none"
  4564.  aria-hidden="true"
  4565.  focusable="false"
  4566.  class="icon icon-arrow"
  4567.  xmlns="http://www.w3.org/2000/svg"
  4568. >
  4569.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  4570. </svg>
  4571. </span>
  4572.            </a>
  4573.          </h3></div>
  4574.      </div></div>
  4575. </div>
  4576.  
  4577.          </li></ul></slider-component></div>
  4578. </div>
  4579.  
  4580.  
  4581. </section><section id="shopify-section-template--22342066635025__rich_text_bPG6V9" class="shopify-section section"><link href="//makhzan.ae/cdn/shop/t/12/assets/section-rich-text.css?v=155250126305810049721712479486" rel="stylesheet" type="text/css" media="all" />
  4582. <style data-shopify>.section-template--22342066635025__rich_text_bPG6V9-padding {
  4583.    padding-top: 30px;
  4584.    padding-bottom: 15px;
  4585.  }
  4586.  
  4587.  @media screen and (min-width: 750px) {
  4588.    .section-template--22342066635025__rich_text_bPG6V9-padding {
  4589.      padding-top: 40px;
  4590.      padding-bottom: 20px;
  4591.    }
  4592.  }</style><div class="isolate">
  4593.  <div class="rich-text content-container color-scheme-342ac137-625d-4e5e-a9ac-9ef59bc5570a gradient rich-text--full-width content-container--full-width section-template--22342066635025__rich_text_bPG6V9-padding">
  4594.    <div class="rich-text__wrapper rich-text__wrapper--center page-width">
  4595.      <div class="rich-text__blocks center"><h2
  4596.                class="rich-text__heading rte inline-richtext h1 scroll-trigger animate--slide-in"
  4597.                
  4598.                
  4599.                  data-cascade
  4600.                  style="--animation-order: 1;"
  4601.                
  4602.              >
  4603.                <strong>Best Natural Skincare Brand | Natural Ingredients</strong>
  4604.              </h2><div
  4605.                class="rich-text__text rte scroll-trigger animate--slide-in"
  4606.                
  4607.                
  4608.                  data-cascade
  4609.                  style="--animation-order: 2;"
  4610.                
  4611.              >
  4612.                <p>Explore our highly acclaimed natural skincare brand, Plantus Cosmetic, carefully selected for its exceptional quality and efficacy. Featuring organic ingredients suitable for all skin types, it promotes clean, balanced skin. Explore what our customers adore.</p>
  4613.              </div></div>
  4614.    </div>
  4615.  </div>
  4616. </div>
  4617.  
  4618.  
  4619. </section><section id="shopify-section-template--22342066635025__featured-collection" class="shopify-section section"><link href="//makhzan.ae/cdn/shop/t/12/assets/component-card.css?v=170127402091165654191712479486" rel="stylesheet" type="text/css" media="all" />
  4620. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-price.css?v=70172745017360139101712479486" rel="stylesheet" type="text/css" media="all" />
  4621.  
  4622. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-slider.css?v=142503135496229589681712479486" rel="stylesheet" type="text/css" media="all" />
  4623. <link href="//makhzan.ae/cdn/shop/t/12/assets/template-collection.css?v=58558206033505836701712479486" rel="stylesheet" type="text/css" media="all" />
  4624.  
  4625. <link href="//makhzan.ae/cdn/shop/t/12/assets/quick-add.css?v=167457951211641553491712479486" rel="stylesheet" type="text/css" media="all" />
  4626.  <script type="noscript-s" data-src="//makhzan.ae/cdn/shop/t/12/assets/quick-add.js?v=53942799839994596201712479486" defer="defer"></script>
  4627.  <script type="noscript-s" data-src="//makhzan.ae/cdn/shop/t/12/assets/product-form.js?v=133081758708377679181712479486" defer="defer"></script><style data-shopify>.section-template--22342066635025__featured-collection-padding {
  4628.    padding-top: 15px;
  4629.    padding-bottom: 15px;
  4630.  }
  4631.  
  4632.  @media screen and (min-width: 750px) {
  4633.    .section-template--22342066635025__featured-collection-padding {
  4634.      padding-top: 20px;
  4635.      padding-bottom: 20px;
  4636.    }
  4637.  }</style><div class="color-scheme-342ac137-625d-4e5e-a9ac-9ef59bc5570a isolate gradient">
  4638.  <div class="collection section-template--22342066635025__featured-collection-padding">
  4639.    <div class="collection__title title-wrapper title-wrapper--no-top-margin page-width"></div>
  4640.  
  4641.    <slider-component class="slider-mobile-gutter page-width page-width-desktop scroll-trigger animate--slide-in">
  4642.      <ul
  4643.        id="Slider-template--22342066635025__featured-collection"
  4644.        class="grid product-grid contains-card contains-card--product contains-card--standard grid--4-col-desktop grid--2-col-tablet-down"
  4645.        role="list"
  4646.        aria-label="Slider"
  4647.      ><li
  4648.            id="Slide-template--22342066635025__featured-collection-1"
  4649.            class="grid__item scroll-trigger animate--slide-in"
  4650.            
  4651.              data-cascade
  4652.              style="--animation-order: 1;"
  4653.            
  4654.          >
  4655.            
  4656.  
  4657. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-rating.css?v=179577762467860590411712479486" rel="stylesheet" type="text/css" media="all" />
  4658. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-volume-pricing.css?v=56284703641257077881712479486" rel="stylesheet" type="text/css" media="all" />
  4659. <div class="card-wrapper product-card-wrapper underline-links-hover">
  4660.    <div
  4661.      class="
  4662.        card card--standard
  4663.         card--media
  4664.        
  4665.        
  4666.        
  4667.        
  4668.        
  4669.      "
  4670.      style="--ratio-percent: 100%;"
  4671.    >
  4672.      <div
  4673.        class="card__inner color-scheme-0e4331f3-92af-4c70-a253-5ba3eb688d23 gradient ratio"
  4674.        style="--ratio-percent: 100%;"
  4675.      ><div class="card__media">
  4676.            <div class="media media--transparent media--hover-effect">
  4677.              
  4678.              <img
  4679.                src="//makhzan.ae/cdn/shop/files/PlantusRepairReflectionSerumforAntiagingCare-50ml_1_small.jpg?v=1710137524"
  4680.                data-src="//makhzan.ae/cdn/shop/files/PlantusRepairReflectionSerumforAntiagingCare-50ml_1.jpg?v=1710137524&width=533"
  4681.                sizes="(min-width: 1400px) 317px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
  4682.                alt="Skin Renewal Serum | Antiwrinkle Serum "
  4683.                class="motion-reduce opt_lazy"
  4684.                
  4685.                width="1080"
  4686.                height="1080"
  4687.              >
  4688.              
  4689. </div>
  4690.          </div><div class="card__content">
  4691.          <div class="card__information">
  4692.            <h3
  4693.              class="card__heading"
  4694.              
  4695.            >
  4696.              <a
  4697.                href="/products/antiaging-serum-for-fine-lines-and-wrinkles"
  4698.                id="StandardCardNoMediaLink-template--22342066635025__featured-collection-9287452655889"
  4699.                class="full-unstyled-link"
  4700.                aria-labelledby="StandardCardNoMediaLink-template--22342066635025__featured-collection-9287452655889 NoMediaStandardBadge-template--22342066635025__featured-collection-9287452655889"
  4701.              >
  4702.                Plantus Repair Reflection Serum-Antiaging Serum
  4703.              </a>
  4704.            </h3>
  4705.          </div>
  4706.          <div class="card__badge bottom left"><span
  4707.                id="NoMediaStandardBadge-template--22342066635025__featured-collection-9287452655889"
  4708.                class="badge badge--bottom-left color-scheme-5"
  4709.              >Sale</span></div>
  4710.  
  4711.          
  4712.        </div>
  4713.      </div>
  4714.      <div class="card__content">
  4715.        <div class="card__information">
  4716.          <h3
  4717.            class="card__heading h5"
  4718.            
  4719.              id="title-template--22342066635025__featured-collection-9287452655889"
  4720.            
  4721.          >
  4722.            <a
  4723.              href="/products/antiaging-serum-for-fine-lines-and-wrinkles"
  4724.              id="CardLink-template--22342066635025__featured-collection-9287452655889"
  4725.              class="full-unstyled-link"
  4726.              aria-labelledby="CardLink-template--22342066635025__featured-collection-9287452655889 Badge-template--22342066635025__featured-collection-9287452655889"
  4727.            >
  4728.              Plantus Repair Reflection Serum-Antiaging Serum
  4729.            </a>
  4730.          </h3>
  4731.          <div class="card-information"><span class="visually-hidden">Vendor:</span>
  4732.              <div class="caption-with-letter-spacing light">PLANTUS Cosmetic</div><span class="caption-large light"></span>
  4733.  
  4734.            <!-- Start of Judge.me code -->
  4735.              <div class='jdgm-widget jdgm-preview-badge'>
  4736.                
  4737.              </div>
  4738.            <!-- End of Judge.me code -->
  4739. <div
  4740.  class="
  4741.    price  price--on-sale"
  4742. >
  4743.  <div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Regular price</span>
  4744.        <span class="price-item price-item--regular">
  4745.          From 80.75 AED
  4746.        </span></div>
  4747.    <div class="price__sale">
  4748.        <span class="visually-hidden visually-hidden--inline">Regular price</span>
  4749.        <span>
  4750.          <s class="price-item price-item--regular">
  4751.            
  4752.              95.00 AED
  4753.            
  4754.          </s>
  4755.        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
  4756.      <span class="price-item price-item--sale price-item--last">
  4757.        From 80.75 AED
  4758.      </span>
  4759.    </div>
  4760.    <small class="unit-price caption hidden">
  4761.      <span class="visually-hidden">Unit price</span>
  4762.      <span class="price-item price-item--last">
  4763.        <span></span>
  4764.        <span aria-hidden="true">/</span>
  4765.        <span class="visually-hidden">&nbsp;per&nbsp;</span>
  4766.        <span>
  4767.        </span>
  4768.      </span>
  4769.    </small>
  4770.  </div></div>
  4771.  
  4772. </div>
  4773.        </div><div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-9287452655889">
  4774.                <button
  4775.                  id="quick-add-template--22342066635025__featured-collection9287452655889-submit"
  4776.                  type="submit"
  4777.                  name="add"
  4778.                  class="quick-add__submit button button--full-width button--secondary"
  4779.                  aria-haspopup="dialog"
  4780.                  aria-labelledby="quick-add-template--22342066635025__featured-collection9287452655889-submit title-template--22342066635025__featured-collection-9287452655889"
  4781.                  data-product-url="/products/antiaging-serum-for-fine-lines-and-wrinkles"
  4782.                >
  4783.                  Choose options
  4784.  
  4785.  
  4786. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-loading-spinner.css?v=116724955567955766481712479486" rel="stylesheet" type="text/css" media="all" />
  4787.  
  4788. <div class="loading__spinner hidden">
  4789.  <svg
  4790.    aria-hidden="true"
  4791.    focusable="false"
  4792.    class="spinner"
  4793.    viewBox="0 0 66 66"
  4794.    xmlns="http://www.w3.org/2000/svg"
  4795.  >
  4796.    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  4797.  </svg>
  4798. </div>
  4799. </button>
  4800.              </modal-opener>
  4801.              <quick-add-modal id="QuickAdd-9287452655889" class="quick-add-modal">
  4802.                <div
  4803.                  role="dialog"
  4804.                  aria-label="Choose options for Plantus Repair Reflection Serum-Antiaging Serum"
  4805.                  aria-modal="true"
  4806.                  class="quick-add-modal__content global-settings-popup"
  4807.                  tabindex="-1"
  4808.                >
  4809.                  <button
  4810.                    id="ModalClose-9287452655889"
  4811.                    type="button"
  4812.                    class="quick-add-modal__toggle"
  4813.                    aria-label="Close"
  4814.                  >
  4815.                    <svg
  4816.  xmlns="http://www.w3.org/2000/svg"
  4817.  aria-hidden="true"
  4818.  focusable="false"
  4819.  class="icon icon-close"
  4820.  fill="none"
  4821.  viewBox="0 0 18 17"
  4822. >
  4823.  <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor">
  4824. </svg>
  4825.  
  4826.                  </button>
  4827.                  <div id="QuickAddInfo-9287452655889" class="quick-add-modal__content-info"></div>
  4828.                </div>
  4829.              </quick-add-modal></div><div class="card__badge bottom left"><span
  4830.              id="Badge-template--22342066635025__featured-collection-9287452655889"
  4831.              class="badge badge--bottom-left color-scheme-5"
  4832.            >Sale</span></div>
  4833.      </div>
  4834.    </div>
  4835.  </div>
  4836.          </li><li
  4837.            id="Slide-template--22342066635025__featured-collection-2"
  4838.            class="grid__item scroll-trigger animate--slide-in"
  4839.            
  4840.              data-cascade
  4841.              style="--animation-order: 2;"
  4842.            
  4843.          >
  4844.            
  4845.  
  4846. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-rating.css?v=179577762467860590411712479486" rel="stylesheet" type="text/css" media="all" />
  4847. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-volume-pricing.css?v=56284703641257077881712479486" rel="stylesheet" type="text/css" media="all" />
  4848. <div class="card-wrapper product-card-wrapper underline-links-hover">
  4849.    <div
  4850.      class="
  4851.        card card--standard
  4852.         card--media
  4853.        
  4854.        
  4855.        
  4856.        
  4857.        
  4858.      "
  4859.      style="--ratio-percent: 100%;"
  4860.    >
  4861.      <div
  4862.        class="card__inner color-scheme-0e4331f3-92af-4c70-a253-5ba3eb688d23 gradient ratio"
  4863.        style="--ratio-percent: 100%;"
  4864.      ><div class="card__media">
  4865.            <div class="media media--transparent media--hover-effect">
  4866.              
  4867.              <img
  4868.                src="//makhzan.ae/cdn/shop/files/PlantusSmoothSkinPurifyingTonic-150ml_small.jpg?v=1710137530"
  4869.                data-src="//makhzan.ae/cdn/shop/files/PlantusSmoothSkinPurifyingTonic-150ml.jpg?v=1710137530&width=533"
  4870.                sizes="(min-width: 1400px) 317px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
  4871.                alt="Oil Control Facial Tonic | Purifying Facial Toner "
  4872.                class="motion-reduce opt_lazy"
  4873.                
  4874.                width="1080"
  4875.                height="1080"
  4876.              >
  4877.              
  4878. </div>
  4879.          </div><div class="card__content">
  4880.          <div class="card__information">
  4881.            <h3
  4882.              class="card__heading"
  4883.              
  4884.            >
  4885.              <a
  4886.                href="/products/natural-facial-toner-purifying-tonic"
  4887.                id="StandardCardNoMediaLink-template--22342066635025__featured-collection-9297787289873"
  4888.                class="full-unstyled-link"
  4889.                aria-labelledby="StandardCardNoMediaLink-template--22342066635025__featured-collection-9297787289873 NoMediaStandardBadge-template--22342066635025__featured-collection-9297787289873"
  4890.              >
  4891.                Plantus SmoothSkin Purifying  Facial Tonic - Facial Toner
  4892.              </a>
  4893.            </h3>
  4894.          </div>
  4895.          <div class="card__badge bottom left"><span
  4896.                id="NoMediaStandardBadge-template--22342066635025__featured-collection-9297787289873"
  4897.                class="badge badge--bottom-left color-scheme-5"
  4898.              >Sale</span></div>
  4899.  
  4900.          
  4901.        </div>
  4902.      </div>
  4903.      <div class="card__content">
  4904.        <div class="card__information">
  4905.          <h3
  4906.            class="card__heading h5"
  4907.            
  4908.              id="title-template--22342066635025__featured-collection-9297787289873"
  4909.            
  4910.          >
  4911.            <a
  4912.              href="/products/natural-facial-toner-purifying-tonic"
  4913.              id="CardLink-template--22342066635025__featured-collection-9297787289873"
  4914.              class="full-unstyled-link"
  4915.              aria-labelledby="CardLink-template--22342066635025__featured-collection-9297787289873 Badge-template--22342066635025__featured-collection-9297787289873"
  4916.            >
  4917.              Plantus SmoothSkin Purifying  Facial Tonic - Facial Toner
  4918.            </a>
  4919.          </h3>
  4920.          <div class="card-information"><span class="visually-hidden">Vendor:</span>
  4921.              <div class="caption-with-letter-spacing light">PLANTUS Cosmetic</div><span class="caption-large light"></span>
  4922.  
  4923.            <!-- Start of Judge.me code -->
  4924.              <div class='jdgm-widget jdgm-preview-badge'>
  4925.                
  4926.              </div>
  4927.            <!-- End of Judge.me code -->
  4928. <div
  4929.  class="
  4930.    price  price--on-sale"
  4931. >
  4932.  <div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Regular price</span>
  4933.        <span class="price-item price-item--regular">
  4934.          From 55.25 AED
  4935.        </span></div>
  4936.    <div class="price__sale">
  4937.        <span class="visually-hidden visually-hidden--inline">Regular price</span>
  4938.        <span>
  4939.          <s class="price-item price-item--regular">
  4940.            
  4941.              65.00 AED
  4942.            
  4943.          </s>
  4944.        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
  4945.      <span class="price-item price-item--sale price-item--last">
  4946.        From 55.25 AED
  4947.      </span>
  4948.    </div>
  4949.    <small class="unit-price caption hidden">
  4950.      <span class="visually-hidden">Unit price</span>
  4951.      <span class="price-item price-item--last">
  4952.        <span></span>
  4953.        <span aria-hidden="true">/</span>
  4954.        <span class="visually-hidden">&nbsp;per&nbsp;</span>
  4955.        <span>
  4956.        </span>
  4957.      </span>
  4958.    </small>
  4959.  </div></div>
  4960.  
  4961. </div>
  4962.        </div><div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-9297787289873">
  4963.                <button
  4964.                  id="quick-add-template--22342066635025__featured-collection9297787289873-submit"
  4965.                  type="submit"
  4966.                  name="add"
  4967.                  class="quick-add__submit button button--full-width button--secondary"
  4968.                  aria-haspopup="dialog"
  4969.                  aria-labelledby="quick-add-template--22342066635025__featured-collection9297787289873-submit title-template--22342066635025__featured-collection-9297787289873"
  4970.                  data-product-url="/products/natural-facial-toner-purifying-tonic"
  4971.                >
  4972.                  Choose options
  4973.  
  4974.  
  4975. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-loading-spinner.css?v=116724955567955766481712479486" rel="stylesheet" type="text/css" media="all" />
  4976.  
  4977. <div class="loading__spinner hidden">
  4978.  <svg
  4979.    aria-hidden="true"
  4980.    focusable="false"
  4981.    class="spinner"
  4982.    viewBox="0 0 66 66"
  4983.    xmlns="http://www.w3.org/2000/svg"
  4984.  >
  4985.    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  4986.  </svg>
  4987. </div>
  4988. </button>
  4989.              </modal-opener>
  4990.              <quick-add-modal id="QuickAdd-9297787289873" class="quick-add-modal">
  4991.                <div
  4992.                  role="dialog"
  4993.                  aria-label="Choose options for Plantus SmoothSkin Purifying  Facial Tonic - Facial Toner"
  4994.                  aria-modal="true"
  4995.                  class="quick-add-modal__content global-settings-popup"
  4996.                  tabindex="-1"
  4997.                >
  4998.                  <button
  4999.                    id="ModalClose-9297787289873"
  5000.                    type="button"
  5001.                    class="quick-add-modal__toggle"
  5002.                    aria-label="Close"
  5003.                  >
  5004.                    <svg
  5005.  xmlns="http://www.w3.org/2000/svg"
  5006.  aria-hidden="true"
  5007.  focusable="false"
  5008.  class="icon icon-close"
  5009.  fill="none"
  5010.  viewBox="0 0 18 17"
  5011. >
  5012.  <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor">
  5013. </svg>
  5014.  
  5015.                  </button>
  5016.                  <div id="QuickAddInfo-9297787289873" class="quick-add-modal__content-info"></div>
  5017.                </div>
  5018.              </quick-add-modal></div><div class="card__badge bottom left"><span
  5019.              id="Badge-template--22342066635025__featured-collection-9297787289873"
  5020.              class="badge badge--bottom-left color-scheme-5"
  5021.            >Sale</span></div>
  5022.      </div>
  5023.    </div>
  5024.  </div>
  5025.          </li><li
  5026.            id="Slide-template--22342066635025__featured-collection-3"
  5027.            class="grid__item scroll-trigger animate--slide-in"
  5028.            
  5029.              data-cascade
  5030.              style="--animation-order: 3;"
  5031.            
  5032.          >
  5033.            
  5034.  
  5035. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-rating.css?v=179577762467860590411712479486" rel="stylesheet" type="text/css" media="all" />
  5036. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-volume-pricing.css?v=56284703641257077881712479486" rel="stylesheet" type="text/css" media="all" />
  5037. <div class="card-wrapper product-card-wrapper underline-links-hover">
  5038.    <div
  5039.      class="
  5040.        card card--standard
  5041.         card--media
  5042.        
  5043.        
  5044.        
  5045.        
  5046.        
  5047.      "
  5048.      style="--ratio-percent: 100%;"
  5049.    >
  5050.      <div
  5051.        class="card__inner color-scheme-0e4331f3-92af-4c70-a253-5ba3eb688d23 gradient ratio"
  5052.        style="--ratio-percent: 100%;"
  5053.      ><div class="card__media">
  5054.            <div class="media media--transparent media--hover-effect">
  5055.              
  5056.              <img
  5057.                src="//makhzan.ae/cdn/shop/files/PlantusRadiantSkinAntiBlemishProbioticSerum-50ml_small.jpg?v=1712317867"
  5058.                data-src="//makhzan.ae/cdn/shop/files/PlantusRadiantSkinAntiBlemishProbioticSerum-50ml.jpg?v=1712317867&width=533"
  5059.                sizes="(min-width: 1400px) 317px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
  5060.                alt="Probiotic Anti-Blemish Alpha Arbutin Serum"
  5061.                class="motion-reduce opt_lazy"
  5062.                
  5063.                width="1080"
  5064.                height="1080"
  5065.              >
  5066.              
  5067. </div>
  5068.          </div><div class="card__content">
  5069.          <div class="card__information">
  5070.            <h3
  5071.              class="card__heading"
  5072.              
  5073.            >
  5074.              <a
  5075.                href="/products/radiant-skin-anti-blemish-serum-alpha-arbutin"
  5076.                id="StandardCardNoMediaLink-template--22342066635025__featured-collection-9297805443345"
  5077.                class="full-unstyled-link"
  5078.                aria-labelledby="StandardCardNoMediaLink-template--22342066635025__featured-collection-9297805443345 NoMediaStandardBadge-template--22342066635025__featured-collection-9297805443345"
  5079.              >
  5080.                Plantus Radiant Skin Anti Blemish Serum - Alpha Arbutin
  5081.              </a>
  5082.            </h3>
  5083.          </div>
  5084.          <div class="card__badge bottom left"><span
  5085.                id="NoMediaStandardBadge-template--22342066635025__featured-collection-9297805443345"
  5086.                class="badge badge--bottom-left color-scheme-5"
  5087.              >Sale</span></div>
  5088.  
  5089.          
  5090.        </div>
  5091.      </div>
  5092.      <div class="card__content">
  5093.        <div class="card__information">
  5094.          <h3
  5095.            class="card__heading h5"
  5096.            
  5097.              id="title-template--22342066635025__featured-collection-9297805443345"
  5098.            
  5099.          >
  5100.            <a
  5101.              href="/products/radiant-skin-anti-blemish-serum-alpha-arbutin"
  5102.              id="CardLink-template--22342066635025__featured-collection-9297805443345"
  5103.              class="full-unstyled-link"
  5104.              aria-labelledby="CardLink-template--22342066635025__featured-collection-9297805443345 Badge-template--22342066635025__featured-collection-9297805443345"
  5105.            >
  5106.              Plantus Radiant Skin Anti Blemish Serum - Alpha Arbutin
  5107.            </a>
  5108.          </h3>
  5109.          <div class="card-information"><span class="visually-hidden">Vendor:</span>
  5110.              <div class="caption-with-letter-spacing light">PLANTUS Cosmetic</div><span class="caption-large light"></span>
  5111.  
  5112.            <!-- Start of Judge.me code -->
  5113.              <div class='jdgm-widget jdgm-preview-badge'>
  5114.                
  5115.              </div>
  5116.            <!-- End of Judge.me code -->
  5117. <div
  5118.  class="
  5119.    price  price--on-sale"
  5120. >
  5121.  <div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Regular price</span>
  5122.        <span class="price-item price-item--regular">
  5123.          From 72.25 AED
  5124.        </span></div>
  5125.    <div class="price__sale">
  5126.        <span class="visually-hidden visually-hidden--inline">Regular price</span>
  5127.        <span>
  5128.          <s class="price-item price-item--regular">
  5129.            
  5130.              85.00 AED
  5131.            
  5132.          </s>
  5133.        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
  5134.      <span class="price-item price-item--sale price-item--last">
  5135.        From 72.25 AED
  5136.      </span>
  5137.    </div>
  5138.    <small class="unit-price caption hidden">
  5139.      <span class="visually-hidden">Unit price</span>
  5140.      <span class="price-item price-item--last">
  5141.        <span></span>
  5142.        <span aria-hidden="true">/</span>
  5143.        <span class="visually-hidden">&nbsp;per&nbsp;</span>
  5144.        <span>
  5145.        </span>
  5146.      </span>
  5147.    </small>
  5148.  </div></div>
  5149.  
  5150. </div>
  5151.        </div><div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-9297805443345">
  5152.                <button
  5153.                  id="quick-add-template--22342066635025__featured-collection9297805443345-submit"
  5154.                  type="submit"
  5155.                  name="add"
  5156.                  class="quick-add__submit button button--full-width button--secondary"
  5157.                  aria-haspopup="dialog"
  5158.                  aria-labelledby="quick-add-template--22342066635025__featured-collection9297805443345-submit title-template--22342066635025__featured-collection-9297805443345"
  5159.                  data-product-url="/products/radiant-skin-anti-blemish-serum-alpha-arbutin"
  5160.                >
  5161.                  Choose options
  5162.  
  5163.  
  5164. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-loading-spinner.css?v=116724955567955766481712479486" rel="stylesheet" type="text/css" media="all" />
  5165.  
  5166. <div class="loading__spinner hidden">
  5167.  <svg
  5168.    aria-hidden="true"
  5169.    focusable="false"
  5170.    class="spinner"
  5171.    viewBox="0 0 66 66"
  5172.    xmlns="http://www.w3.org/2000/svg"
  5173.  >
  5174.    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  5175.  </svg>
  5176. </div>
  5177. </button>
  5178.              </modal-opener>
  5179.              <quick-add-modal id="QuickAdd-9297805443345" class="quick-add-modal">
  5180.                <div
  5181.                  role="dialog"
  5182.                  aria-label="Choose options for Plantus Radiant Skin Anti Blemish Serum - Alpha Arbutin"
  5183.                  aria-modal="true"
  5184.                  class="quick-add-modal__content global-settings-popup"
  5185.                  tabindex="-1"
  5186.                >
  5187.                  <button
  5188.                    id="ModalClose-9297805443345"
  5189.                    type="button"
  5190.                    class="quick-add-modal__toggle"
  5191.                    aria-label="Close"
  5192.                  >
  5193.                    <svg
  5194.  xmlns="http://www.w3.org/2000/svg"
  5195.  aria-hidden="true"
  5196.  focusable="false"
  5197.  class="icon icon-close"
  5198.  fill="none"
  5199.  viewBox="0 0 18 17"
  5200. >
  5201.  <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor">
  5202. </svg>
  5203.  
  5204.                  </button>
  5205.                  <div id="QuickAddInfo-9297805443345" class="quick-add-modal__content-info"></div>
  5206.                </div>
  5207.              </quick-add-modal></div><div class="card__badge bottom left"><span
  5208.              id="Badge-template--22342066635025__featured-collection-9297805443345"
  5209.              class="badge badge--bottom-left color-scheme-5"
  5210.            >Sale</span></div>
  5211.      </div>
  5212.    </div>
  5213.  </div>
  5214.          </li><li
  5215.            id="Slide-template--22342066635025__featured-collection-4"
  5216.            class="grid__item scroll-trigger animate--slide-in"
  5217.            
  5218.              data-cascade
  5219.              style="--animation-order: 4;"
  5220.            
  5221.          >
  5222.            
  5223.  
  5224. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-rating.css?v=179577762467860590411712479486" rel="stylesheet" type="text/css" media="all" />
  5225. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-volume-pricing.css?v=56284703641257077881712479486" rel="stylesheet" type="text/css" media="all" />
  5226. <div class="card-wrapper product-card-wrapper underline-links-hover">
  5227.    <div
  5228.      class="
  5229.        card card--standard
  5230.         card--media
  5231.        
  5232.        
  5233.        
  5234.        
  5235.        
  5236.      "
  5237.      style="--ratio-percent: 100%;"
  5238.    >
  5239.      <div
  5240.        class="card__inner color-scheme-0e4331f3-92af-4c70-a253-5ba3eb688d23 gradient ratio"
  5241.        style="--ratio-percent: 100%;"
  5242.      ><div class="card__media">
  5243.            <div class="media media--transparent media--hover-effect">
  5244.              
  5245.              <img
  5246.                src="//makhzan.ae/cdn/shop/files/PlantusMoistSkinPurifyingTonic-150ml_small.jpg?v=1710137529"
  5247.                data-src="//makhzan.ae/cdn/shop/files/PlantusMoistSkinPurifyingTonic-150ml.jpg?v=1710137529&width=533"
  5248.                sizes="(min-width: 1400px) 317px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
  5249.                alt="Skin Purifying Tonic - Aloe Vera Hydrating Toner"
  5250.                class="motion-reduce opt_lazy"
  5251.                
  5252.                width="1080"
  5253.                height="1080"
  5254.              >
  5255.              
  5256. </div>
  5257.          </div><div class="card__content">
  5258.          <div class="card__information">
  5259.            <h3
  5260.              class="card__heading"
  5261.              
  5262.            >
  5263.              <a
  5264.                href="/products/rose-water-facial-toner-purifying-tonic"
  5265.                id="StandardCardNoMediaLink-template--22342066635025__featured-collection-9297777000721"
  5266.                class="full-unstyled-link"
  5267.                aria-labelledby="StandardCardNoMediaLink-template--22342066635025__featured-collection-9297777000721 NoMediaStandardBadge-template--22342066635025__featured-collection-9297777000721"
  5268.              >
  5269.                Moist Skin Purifying Tonic - Rose Water Facial Toner
  5270.              </a>
  5271.            </h3>
  5272.          </div>
  5273.          <div class="card__badge bottom left"><span
  5274.                id="NoMediaStandardBadge-template--22342066635025__featured-collection-9297777000721"
  5275.                class="badge badge--bottom-left color-scheme-5"
  5276.              >Sale</span></div>
  5277.  
  5278.          
  5279.        </div>
  5280.      </div>
  5281.      <div class="card__content">
  5282.        <div class="card__information">
  5283.          <h3
  5284.            class="card__heading h5"
  5285.            
  5286.              id="title-template--22342066635025__featured-collection-9297777000721"
  5287.            
  5288.          >
  5289.            <a
  5290.              href="/products/rose-water-facial-toner-purifying-tonic"
  5291.              id="CardLink-template--22342066635025__featured-collection-9297777000721"
  5292.              class="full-unstyled-link"
  5293.              aria-labelledby="CardLink-template--22342066635025__featured-collection-9297777000721 Badge-template--22342066635025__featured-collection-9297777000721"
  5294.            >
  5295.              Moist Skin Purifying Tonic - Rose Water Facial Toner
  5296.            </a>
  5297.          </h3>
  5298.          <div class="card-information"><span class="visually-hidden">Vendor:</span>
  5299.              <div class="caption-with-letter-spacing light">PLANTUS Cosmetic</div><span class="caption-large light"></span>
  5300.  
  5301.            <!-- Start of Judge.me code -->
  5302.              <div class='jdgm-widget jdgm-preview-badge'>
  5303.                <div style='display:none' class='jdgm-prev-badge' data-average-rating='0.00' data-number-of-reviews='0' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='0.00' tabindex='0' aria-label='0.00 stars' role='button'> <span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span> </span> <span class='jdgm-prev-badge__text'> No reviews </span> </div>
  5304.              </div>
  5305.            <!-- End of Judge.me code -->
  5306. <div
  5307.  class="
  5308.    price  price--on-sale"
  5309. >
  5310.  <div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Regular price</span>
  5311.        <span class="price-item price-item--regular">
  5312.          From 55.25 AED
  5313.        </span></div>
  5314.    <div class="price__sale">
  5315.        <span class="visually-hidden visually-hidden--inline">Regular price</span>
  5316.        <span>
  5317.          <s class="price-item price-item--regular">
  5318.            
  5319.              65.00 AED
  5320.            
  5321.          </s>
  5322.        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
  5323.      <span class="price-item price-item--sale price-item--last">
  5324.        From 55.25 AED
  5325.      </span>
  5326.    </div>
  5327.    <small class="unit-price caption hidden">
  5328.      <span class="visually-hidden">Unit price</span>
  5329.      <span class="price-item price-item--last">
  5330.        <span></span>
  5331.        <span aria-hidden="true">/</span>
  5332.        <span class="visually-hidden">&nbsp;per&nbsp;</span>
  5333.        <span>
  5334.        </span>
  5335.      </span>
  5336.    </small>
  5337.  </div></div>
  5338.  
  5339. </div>
  5340.        </div><div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-9297777000721">
  5341.                <button
  5342.                  id="quick-add-template--22342066635025__featured-collection9297777000721-submit"
  5343.                  type="submit"
  5344.                  name="add"
  5345.                  class="quick-add__submit button button--full-width button--secondary"
  5346.                  aria-haspopup="dialog"
  5347.                  aria-labelledby="quick-add-template--22342066635025__featured-collection9297777000721-submit title-template--22342066635025__featured-collection-9297777000721"
  5348.                  data-product-url="/products/rose-water-facial-toner-purifying-tonic"
  5349.                >
  5350.                  Choose options
  5351.  
  5352.  
  5353. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-loading-spinner.css?v=116724955567955766481712479486" rel="stylesheet" type="text/css" media="all" />
  5354.  
  5355. <div class="loading__spinner hidden">
  5356.  <svg
  5357.    aria-hidden="true"
  5358.    focusable="false"
  5359.    class="spinner"
  5360.    viewBox="0 0 66 66"
  5361.    xmlns="http://www.w3.org/2000/svg"
  5362.  >
  5363.    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  5364.  </svg>
  5365. </div>
  5366. </button>
  5367.              </modal-opener>
  5368.              <quick-add-modal id="QuickAdd-9297777000721" class="quick-add-modal">
  5369.                <div
  5370.                  role="dialog"
  5371.                  aria-label="Choose options for Moist Skin Purifying Tonic - Rose Water Facial Toner"
  5372.                  aria-modal="true"
  5373.                  class="quick-add-modal__content global-settings-popup"
  5374.                  tabindex="-1"
  5375.                >
  5376.                  <button
  5377.                    id="ModalClose-9297777000721"
  5378.                    type="button"
  5379.                    class="quick-add-modal__toggle"
  5380.                    aria-label="Close"
  5381.                  >
  5382.                    <svg
  5383.  xmlns="http://www.w3.org/2000/svg"
  5384.  aria-hidden="true"
  5385.  focusable="false"
  5386.  class="icon icon-close"
  5387.  fill="none"
  5388.  viewBox="0 0 18 17"
  5389. >
  5390.  <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor">
  5391. </svg>
  5392.  
  5393.                  </button>
  5394.                  <div id="QuickAddInfo-9297777000721" class="quick-add-modal__content-info"></div>
  5395.                </div>
  5396.              </quick-add-modal></div><div class="card__badge bottom left"><span
  5397.              id="Badge-template--22342066635025__featured-collection-9297777000721"
  5398.              class="badge badge--bottom-left color-scheme-5"
  5399.            >Sale</span></div>
  5400.      </div>
  5401.    </div>
  5402.  </div>
  5403.          </li><li
  5404.            id="Slide-template--22342066635025__featured-collection-5"
  5405.            class="grid__item scroll-trigger animate--slide-in"
  5406.            
  5407.              data-cascade
  5408.              style="--animation-order: 5;"
  5409.            
  5410.          >
  5411.            
  5412.  
  5413. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-rating.css?v=179577762467860590411712479486" rel="stylesheet" type="text/css" media="all" />
  5414. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-volume-pricing.css?v=56284703641257077881712479486" rel="stylesheet" type="text/css" media="all" />
  5415. <div class="card-wrapper product-card-wrapper underline-links-hover">
  5416.    <div
  5417.      class="
  5418.        card card--standard
  5419.         card--media
  5420.        
  5421.        
  5422.        
  5423.        
  5424.        
  5425.      "
  5426.      style="--ratio-percent: 100%;"
  5427.    >
  5428.      <div
  5429.        class="card__inner color-scheme-0e4331f3-92af-4c70-a253-5ba3eb688d23 gradient ratio"
  5430.        style="--ratio-percent: 100%;"
  5431.      ><div class="card__media">
  5432.            <div class="media media--transparent media--hover-effect">
  5433.              
  5434.              <img
  5435.                src="//makhzan.ae/cdn/shop/files/PlantusRepairReflectionCapsulesforAntiagingCare-30Capsules_small.jpg?v=1712317870"
  5436.                data-src="//makhzan.ae/cdn/shop/files/PlantusRepairReflectionCapsulesforAntiagingCare-30Capsules.jpg?v=1712317870&width=533"
  5437.                sizes="(min-width: 1400px) 317px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
  5438.                alt="Anti Aging Skin Capsules | Antiwrinkle Capsules"
  5439.                class="motion-reduce opt_lazy"
  5440.                
  5441.                width="1080"
  5442.                height="1080"
  5443.              >
  5444.              
  5445. </div>
  5446.          </div><div class="card__content">
  5447.          <div class="card__information">
  5448.            <h3
  5449.              class="card__heading"
  5450.              
  5451.            >
  5452.              <a
  5453.                href="/products/antiaging-capsules-wrinkle-reduction-capsules"
  5454.                id="StandardCardNoMediaLink-template--22342066635025__featured-collection-9297497587985"
  5455.                class="full-unstyled-link"
  5456.                aria-labelledby="StandardCardNoMediaLink-template--22342066635025__featured-collection-9297497587985 NoMediaStandardBadge-template--22342066635025__featured-collection-9297497587985"
  5457.              >
  5458.                Plantus Repair Reflection Capsules - Antiaging Capsules
  5459.              </a>
  5460.            </h3>
  5461.          </div>
  5462.          <div class="card__badge bottom left"><span
  5463.                id="NoMediaStandardBadge-template--22342066635025__featured-collection-9297497587985"
  5464.                class="badge badge--bottom-left color-scheme-5"
  5465.              >Sale</span></div>
  5466.  
  5467.          
  5468.        </div>
  5469.      </div>
  5470.      <div class="card__content">
  5471.        <div class="card__information">
  5472.          <h3
  5473.            class="card__heading h5"
  5474.            
  5475.              id="title-template--22342066635025__featured-collection-9297497587985"
  5476.            
  5477.          >
  5478.            <a
  5479.              href="/products/antiaging-capsules-wrinkle-reduction-capsules"
  5480.              id="CardLink-template--22342066635025__featured-collection-9297497587985"
  5481.              class="full-unstyled-link"
  5482.              aria-labelledby="CardLink-template--22342066635025__featured-collection-9297497587985 Badge-template--22342066635025__featured-collection-9297497587985"
  5483.            >
  5484.              Plantus Repair Reflection Capsules - Antiaging Capsules
  5485.            </a>
  5486.          </h3>
  5487.          <div class="card-information"><span class="visually-hidden">Vendor:</span>
  5488.              <div class="caption-with-letter-spacing light">PLANTUS</div><span class="caption-large light"></span>
  5489.  
  5490.            <!-- Start of Judge.me code -->
  5491.              <div class='jdgm-widget jdgm-preview-badge'>
  5492.                <div style='display:none' class='jdgm-prev-badge' data-average-rating='5.00' data-number-of-reviews='1' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='5.00' tabindex='0' aria-label='5.00 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-prev-badge__text'> 1 review </span> </div>
  5493.              </div>
  5494.            <!-- End of Judge.me code -->
  5495.              <div
  5496.                class="rating"
  5497.                role="img"
  5498.                aria-label="5.0 out of 5.0 stars"
  5499.              >
  5500.                <span
  5501.                  aria-hidden="true"
  5502.                  class="rating-star"
  5503.                  style="--rating: 5; --rating-max: 5.0; --rating-decimal: 0;"
  5504.                ></span>
  5505.              </div>
  5506.              <p class="rating-text caption">
  5507.                <span aria-hidden="true">5.0 /
  5508.                  5.0</span>
  5509.              </p>
  5510.              <p class="rating-count caption">
  5511.                <span aria-hidden="true">(1)</span>
  5512.                <span class="visually-hidden">1
  5513.                  total reviews</span>
  5514.              </p>
  5515. <div
  5516.  class="
  5517.    price  price--on-sale"
  5518. >
  5519.  <div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Regular price</span>
  5520.        <span class="price-item price-item--regular">
  5521.          From 84.15 AED
  5522.        </span></div>
  5523.    <div class="price__sale">
  5524.        <span class="visually-hidden visually-hidden--inline">Regular price</span>
  5525.        <span>
  5526.          <s class="price-item price-item--regular">
  5527.            
  5528.              99.00 AED
  5529.            
  5530.          </s>
  5531.        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
  5532.      <span class="price-item price-item--sale price-item--last">
  5533.        From 84.15 AED
  5534.      </span>
  5535.    </div>
  5536.    <small class="unit-price caption hidden">
  5537.      <span class="visually-hidden">Unit price</span>
  5538.      <span class="price-item price-item--last">
  5539.        <span></span>
  5540.        <span aria-hidden="true">/</span>
  5541.        <span class="visually-hidden">&nbsp;per&nbsp;</span>
  5542.        <span>
  5543.        </span>
  5544.      </span>
  5545.    </small>
  5546.  </div></div>
  5547.  
  5548. </div>
  5549.        </div><div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-9297497587985">
  5550.                <button
  5551.                  id="quick-add-template--22342066635025__featured-collection9297497587985-submit"
  5552.                  type="submit"
  5553.                  name="add"
  5554.                  class="quick-add__submit button button--full-width button--secondary"
  5555.                  aria-haspopup="dialog"
  5556.                  aria-labelledby="quick-add-template--22342066635025__featured-collection9297497587985-submit title-template--22342066635025__featured-collection-9297497587985"
  5557.                  data-product-url="/products/antiaging-capsules-wrinkle-reduction-capsules"
  5558.                >
  5559.                  Choose options
  5560.  
  5561.  
  5562. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-loading-spinner.css?v=116724955567955766481712479486" rel="stylesheet" type="text/css" media="all" />
  5563.  
  5564. <div class="loading__spinner hidden">
  5565.  <svg
  5566.    aria-hidden="true"
  5567.    focusable="false"
  5568.    class="spinner"
  5569.    viewBox="0 0 66 66"
  5570.    xmlns="http://www.w3.org/2000/svg"
  5571.  >
  5572.    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  5573.  </svg>
  5574. </div>
  5575. </button>
  5576.              </modal-opener>
  5577.              <quick-add-modal id="QuickAdd-9297497587985" class="quick-add-modal">
  5578.                <div
  5579.                  role="dialog"
  5580.                  aria-label="Choose options for Plantus Repair Reflection Capsules - Antiaging Capsules"
  5581.                  aria-modal="true"
  5582.                  class="quick-add-modal__content global-settings-popup"
  5583.                  tabindex="-1"
  5584.                >
  5585.                  <button
  5586.                    id="ModalClose-9297497587985"
  5587.                    type="button"
  5588.                    class="quick-add-modal__toggle"
  5589.                    aria-label="Close"
  5590.                  >
  5591.                    <svg
  5592.  xmlns="http://www.w3.org/2000/svg"
  5593.  aria-hidden="true"
  5594.  focusable="false"
  5595.  class="icon icon-close"
  5596.  fill="none"
  5597.  viewBox="0 0 18 17"
  5598. >
  5599.  <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor">
  5600. </svg>
  5601.  
  5602.                  </button>
  5603.                  <div id="QuickAddInfo-9297497587985" class="quick-add-modal__content-info"></div>
  5604.                </div>
  5605.              </quick-add-modal></div><div class="card__badge bottom left"><span
  5606.              id="Badge-template--22342066635025__featured-collection-9297497587985"
  5607.              class="badge badge--bottom-left color-scheme-5"
  5608.            >Sale</span></div>
  5609.      </div>
  5610.    </div>
  5611.  </div>
  5612.          </li><li
  5613.            id="Slide-template--22342066635025__featured-collection-6"
  5614.            class="grid__item scroll-trigger animate--slide-in"
  5615.            
  5616.              data-cascade
  5617.              style="--animation-order: 6;"
  5618.            
  5619.          >
  5620.            
  5621.  
  5622. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-rating.css?v=179577762467860590411712479486" rel="stylesheet" type="text/css" media="all" />
  5623. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-volume-pricing.css?v=56284703641257077881712479486" rel="stylesheet" type="text/css" media="all" />
  5624. <div class="card-wrapper product-card-wrapper underline-links-hover">
  5625.    <div
  5626.      class="
  5627.        card card--standard
  5628.         card--media
  5629.        
  5630.        
  5631.        
  5632.        
  5633.        
  5634.      "
  5635.      style="--ratio-percent: 100%;"
  5636.    >
  5637.      <div
  5638.        class="card__inner color-scheme-0e4331f3-92af-4c70-a253-5ba3eb688d23 gradient ratio"
  5639.        style="--ratio-percent: 100%;"
  5640.      ><div class="card__media">
  5641.            <div class="media media--transparent media--hover-effect">
  5642.              
  5643.              <img
  5644.                src="//makhzan.ae/cdn/shop/files/PlantusSmoothSkinOilControlMoisturizer-50ml_small.jpg?v=1710137537"
  5645.                data-src="//makhzan.ae/cdn/shop/files/PlantusSmoothSkinOilControlMoisturizer-50ml.jpg?v=1710137537&width=533"
  5646.                sizes="(min-width: 1400px) 317px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
  5647.                alt="Oil Control Moisturizer| Mattifying Face Cream"
  5648.                class="motion-reduce opt_lazy"
  5649.                
  5650.                width="1080"
  5651.                height="1080"
  5652.              >
  5653.              
  5654. </div>
  5655.          </div><div class="card__content">
  5656.          <div class="card__information">
  5657.            <h3
  5658.              class="card__heading"
  5659.              
  5660.            >
  5661.              <a
  5662.                href="/products/oil-control-moisturizer-mattifying-face-cream"
  5663.                id="StandardCardNoMediaLink-template--22342066635025__featured-collection-9298919751953"
  5664.                class="full-unstyled-link"
  5665.                aria-labelledby="StandardCardNoMediaLink-template--22342066635025__featured-collection-9298919751953 NoMediaStandardBadge-template--22342066635025__featured-collection-9298919751953"
  5666.              >
  5667.                Plantus SmoothSkin Oil Control Moisturizer - Mattifying Face Cream
  5668.              </a>
  5669.            </h3>
  5670.          </div>
  5671.          <div class="card__badge bottom left"><span
  5672.                id="NoMediaStandardBadge-template--22342066635025__featured-collection-9298919751953"
  5673.                class="badge badge--bottom-left color-scheme-5"
  5674.              >Sale</span></div>
  5675.  
  5676.          
  5677.        </div>
  5678.      </div>
  5679.      <div class="card__content">
  5680.        <div class="card__information">
  5681.          <h3
  5682.            class="card__heading h5"
  5683.            
  5684.              id="title-template--22342066635025__featured-collection-9298919751953"
  5685.            
  5686.          >
  5687.            <a
  5688.              href="/products/oil-control-moisturizer-mattifying-face-cream"
  5689.              id="CardLink-template--22342066635025__featured-collection-9298919751953"
  5690.              class="full-unstyled-link"
  5691.              aria-labelledby="CardLink-template--22342066635025__featured-collection-9298919751953 Badge-template--22342066635025__featured-collection-9298919751953"
  5692.            >
  5693.              Plantus SmoothSkin Oil Control Moisturizer - Mattifying Face Cream
  5694.            </a>
  5695.          </h3>
  5696.          <div class="card-information"><span class="visually-hidden">Vendor:</span>
  5697.              <div class="caption-with-letter-spacing light">PLANTUS Cosmetic</div><span class="caption-large light"></span>
  5698.  
  5699.            <!-- Start of Judge.me code -->
  5700.              <div class='jdgm-widget jdgm-preview-badge'>
  5701.                
  5702.              </div>
  5703.            <!-- End of Judge.me code -->
  5704. <div
  5705.  class="
  5706.    price  price--on-sale"
  5707. >
  5708.  <div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Regular price</span>
  5709.        <span class="price-item price-item--regular">
  5710.          From 76.65 AED
  5711.        </span></div>
  5712.    <div class="price__sale">
  5713.        <span class="visually-hidden visually-hidden--inline">Regular price</span>
  5714.        <span>
  5715.          <s class="price-item price-item--regular">
  5716.            
  5717.              89.00 AED
  5718.            
  5719.          </s>
  5720.        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
  5721.      <span class="price-item price-item--sale price-item--last">
  5722.        From 76.65 AED
  5723.      </span>
  5724.    </div>
  5725.    <small class="unit-price caption hidden">
  5726.      <span class="visually-hidden">Unit price</span>
  5727.      <span class="price-item price-item--last">
  5728.        <span></span>
  5729.        <span aria-hidden="true">/</span>
  5730.        <span class="visually-hidden">&nbsp;per&nbsp;</span>
  5731.        <span>
  5732.        </span>
  5733.      </span>
  5734.    </small>
  5735.  </div></div>
  5736.  
  5737. </div>
  5738.        </div><div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-9298919751953">
  5739.                <button
  5740.                  id="quick-add-template--22342066635025__featured-collection9298919751953-submit"
  5741.                  type="submit"
  5742.                  name="add"
  5743.                  class="quick-add__submit button button--full-width button--secondary"
  5744.                  aria-haspopup="dialog"
  5745.                  aria-labelledby="quick-add-template--22342066635025__featured-collection9298919751953-submit title-template--22342066635025__featured-collection-9298919751953"
  5746.                  data-product-url="/products/oil-control-moisturizer-mattifying-face-cream"
  5747.                >
  5748.                  Choose options
  5749.  
  5750.  
  5751. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-loading-spinner.css?v=116724955567955766481712479486" rel="stylesheet" type="text/css" media="all" />
  5752.  
  5753. <div class="loading__spinner hidden">
  5754.  <svg
  5755.    aria-hidden="true"
  5756.    focusable="false"
  5757.    class="spinner"
  5758.    viewBox="0 0 66 66"
  5759.    xmlns="http://www.w3.org/2000/svg"
  5760.  >
  5761.    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  5762.  </svg>
  5763. </div>
  5764. </button>
  5765.              </modal-opener>
  5766.              <quick-add-modal id="QuickAdd-9298919751953" class="quick-add-modal">
  5767.                <div
  5768.                  role="dialog"
  5769.                  aria-label="Choose options for Plantus SmoothSkin Oil Control Moisturizer - Mattifying Face Cream"
  5770.                  aria-modal="true"
  5771.                  class="quick-add-modal__content global-settings-popup"
  5772.                  tabindex="-1"
  5773.                >
  5774.                  <button
  5775.                    id="ModalClose-9298919751953"
  5776.                    type="button"
  5777.                    class="quick-add-modal__toggle"
  5778.                    aria-label="Close"
  5779.                  >
  5780.                    <svg
  5781.  xmlns="http://www.w3.org/2000/svg"
  5782.  aria-hidden="true"
  5783.  focusable="false"
  5784.  class="icon icon-close"
  5785.  fill="none"
  5786.  viewBox="0 0 18 17"
  5787. >
  5788.  <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor">
  5789. </svg>
  5790.  
  5791.                  </button>
  5792.                  <div id="QuickAddInfo-9298919751953" class="quick-add-modal__content-info"></div>
  5793.                </div>
  5794.              </quick-add-modal></div><div class="card__badge bottom left"><span
  5795.              id="Badge-template--22342066635025__featured-collection-9298919751953"
  5796.              class="badge badge--bottom-left color-scheme-5"
  5797.            >Sale</span></div>
  5798.      </div>
  5799.    </div>
  5800.  </div>
  5801.          </li><li
  5802.            id="Slide-template--22342066635025__featured-collection-7"
  5803.            class="grid__item scroll-trigger animate--slide-in"
  5804.            
  5805.              data-cascade
  5806.              style="--animation-order: 7;"
  5807.            
  5808.          >
  5809.            
  5810.  
  5811. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-rating.css?v=179577762467860590411712479486" rel="stylesheet" type="text/css" media="all" />
  5812. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-volume-pricing.css?v=56284703641257077881712479486" rel="stylesheet" type="text/css" media="all" />
  5813. <div class="card-wrapper product-card-wrapper underline-links-hover">
  5814.    <div
  5815.      class="
  5816.        card card--standard
  5817.         card--media
  5818.        
  5819.        
  5820.        
  5821.        
  5822.        
  5823.      "
  5824.      style="--ratio-percent: 100%;"
  5825.    >
  5826.      <div
  5827.        class="card__inner color-scheme-0e4331f3-92af-4c70-a253-5ba3eb688d23 gradient ratio"
  5828.        style="--ratio-percent: 100%;"
  5829.      ><div class="card__media">
  5830.            <div class="media media--transparent media--hover-effect">
  5831.              
  5832.              <img
  5833.                src="//makhzan.ae/cdn/shop/files/PlantusMoistSkinDailyCareMoisturizer-50ml_small.jpg?v=1710137534"
  5834.                data-src="//makhzan.ae/cdn/shop/files/PlantusMoistSkinDailyCareMoisturizer-50ml.jpg?v=1710137534&width=533"
  5835.                sizes="(min-width: 1400px) 317px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
  5836.                alt="Daily Hydration Moisturizer "
  5837.                class="motion-reduce opt_lazy"
  5838.                
  5839.                width="1080"
  5840.                height="1080"
  5841.              >
  5842.              
  5843. </div>
  5844.          </div><div class="card__content">
  5845.          <div class="card__information">
  5846.            <h3
  5847.              class="card__heading"
  5848.              
  5849.            >
  5850.              <a
  5851.                href="/products/plantus-moistskin-natural-everyday-face-cream"
  5852.                id="StandardCardNoMediaLink-template--22342066635025__featured-collection-9298849726737"
  5853.                class="full-unstyled-link"
  5854.                aria-labelledby="StandardCardNoMediaLink-template--22342066635025__featured-collection-9298849726737 NoMediaStandardBadge-template--22342066635025__featured-collection-9298849726737"
  5855.              >
  5856.                Plantus MoistSkin Daily Care Moisturizer - Everyday Face Cream
  5857.              </a>
  5858.            </h3>
  5859.          </div>
  5860.          <div class="card__badge bottom left"><span
  5861.                id="NoMediaStandardBadge-template--22342066635025__featured-collection-9298849726737"
  5862.                class="badge badge--bottom-left color-scheme-5"
  5863.              >Sale</span></div>
  5864.  
  5865.          
  5866.        </div>
  5867.      </div>
  5868.      <div class="card__content">
  5869.        <div class="card__information">
  5870.          <h3
  5871.            class="card__heading h5"
  5872.            
  5873.              id="title-template--22342066635025__featured-collection-9298849726737"
  5874.            
  5875.          >
  5876.            <a
  5877.              href="/products/plantus-moistskin-natural-everyday-face-cream"
  5878.              id="CardLink-template--22342066635025__featured-collection-9298849726737"
  5879.              class="full-unstyled-link"
  5880.              aria-labelledby="CardLink-template--22342066635025__featured-collection-9298849726737 Badge-template--22342066635025__featured-collection-9298849726737"
  5881.            >
  5882.              Plantus MoistSkin Daily Care Moisturizer - Everyday Face Cream
  5883.            </a>
  5884.          </h3>
  5885.          <div class="card-information"><span class="visually-hidden">Vendor:</span>
  5886.              <div class="caption-with-letter-spacing light">PLANTUS Cosmetic</div><span class="caption-large light"></span>
  5887.  
  5888.            <!-- Start of Judge.me code -->
  5889.              <div class='jdgm-widget jdgm-preview-badge'>
  5890.                
  5891.              </div>
  5892.            <!-- End of Judge.me code -->
  5893. <div
  5894.  class="
  5895.    price  price--on-sale"
  5896. >
  5897.  <div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Regular price</span>
  5898.        <span class="price-item price-item--regular">
  5899.          From 72.25 AED
  5900.        </span></div>
  5901.    <div class="price__sale">
  5902.        <span class="visually-hidden visually-hidden--inline">Regular price</span>
  5903.        <span>
  5904.          <s class="price-item price-item--regular">
  5905.            
  5906.              85.00 AED
  5907.            
  5908.          </s>
  5909.        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
  5910.      <span class="price-item price-item--sale price-item--last">
  5911.        From 72.25 AED
  5912.      </span>
  5913.    </div>
  5914.    <small class="unit-price caption hidden">
  5915.      <span class="visually-hidden">Unit price</span>
  5916.      <span class="price-item price-item--last">
  5917.        <span></span>
  5918.        <span aria-hidden="true">/</span>
  5919.        <span class="visually-hidden">&nbsp;per&nbsp;</span>
  5920.        <span>
  5921.        </span>
  5922.      </span>
  5923.    </small>
  5924.  </div></div>
  5925.  
  5926. </div>
  5927.        </div><div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-9298849726737">
  5928.                <button
  5929.                  id="quick-add-template--22342066635025__featured-collection9298849726737-submit"
  5930.                  type="submit"
  5931.                  name="add"
  5932.                  class="quick-add__submit button button--full-width button--secondary"
  5933.                  aria-haspopup="dialog"
  5934.                  aria-labelledby="quick-add-template--22342066635025__featured-collection9298849726737-submit title-template--22342066635025__featured-collection-9298849726737"
  5935.                  data-product-url="/products/plantus-moistskin-natural-everyday-face-cream"
  5936.                >
  5937.                  Choose options
  5938.  
  5939.  
  5940. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-loading-spinner.css?v=116724955567955766481712479486" rel="stylesheet" type="text/css" media="all" />
  5941.  
  5942. <div class="loading__spinner hidden">
  5943.  <svg
  5944.    aria-hidden="true"
  5945.    focusable="false"
  5946.    class="spinner"
  5947.    viewBox="0 0 66 66"
  5948.    xmlns="http://www.w3.org/2000/svg"
  5949.  >
  5950.    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  5951.  </svg>
  5952. </div>
  5953. </button>
  5954.              </modal-opener>
  5955.              <quick-add-modal id="QuickAdd-9298849726737" class="quick-add-modal">
  5956.                <div
  5957.                  role="dialog"
  5958.                  aria-label="Choose options for Plantus MoistSkin Daily Care Moisturizer - Everyday Face Cream"
  5959.                  aria-modal="true"
  5960.                  class="quick-add-modal__content global-settings-popup"
  5961.                  tabindex="-1"
  5962.                >
  5963.                  <button
  5964.                    id="ModalClose-9298849726737"
  5965.                    type="button"
  5966.                    class="quick-add-modal__toggle"
  5967.                    aria-label="Close"
  5968.                  >
  5969.                    <svg
  5970.  xmlns="http://www.w3.org/2000/svg"
  5971.  aria-hidden="true"
  5972.  focusable="false"
  5973.  class="icon icon-close"
  5974.  fill="none"
  5975.  viewBox="0 0 18 17"
  5976. >
  5977.  <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor">
  5978. </svg>
  5979.  
  5980.                  </button>
  5981.                  <div id="QuickAddInfo-9298849726737" class="quick-add-modal__content-info"></div>
  5982.                </div>
  5983.              </quick-add-modal></div><div class="card__badge bottom left"><span
  5984.              id="Badge-template--22342066635025__featured-collection-9298849726737"
  5985.              class="badge badge--bottom-left color-scheme-5"
  5986.            >Sale</span></div>
  5987.      </div>
  5988.    </div>
  5989.  </div>
  5990.          </li></ul></slider-component></div>
  5991. </div>
  5992.  
  5993.  
  5994. </section><section id="shopify-section-template--22342066635025__rich_text_c7JDWm" class="shopify-section section"><link href="//makhzan.ae/cdn/shop/t/12/assets/section-rich-text.css?v=155250126305810049721712479486" rel="stylesheet" type="text/css" media="all" />
  5995. <style data-shopify>.section-template--22342066635025__rich_text_c7JDWm-padding {
  5996.    padding-top: 30px;
  5997.    padding-bottom: 39px;
  5998.  }
  5999.  
  6000.  @media screen and (min-width: 750px) {
  6001.    .section-template--22342066635025__rich_text_c7JDWm-padding {
  6002.      padding-top: 40px;
  6003.      padding-bottom: 52px;
  6004.    }
  6005.  }</style><div class="isolate">
  6006.  <div class="rich-text content-container color-scheme-2 gradient rich-text--full-width content-container--full-width section-template--22342066635025__rich_text_c7JDWm-padding">
  6007.    <div class="rich-text__wrapper rich-text__wrapper--center page-width">
  6008.      <div class="rich-text__blocks center"><h2
  6009.                class="rich-text__heading rte inline-richtext h1 scroll-trigger animate--slide-in"
  6010.                
  6011.                
  6012.                  data-cascade
  6013.                  style="--animation-order: 1;"
  6014.                
  6015.              >
  6016.                <strong>MIARA Essence Collection | Clean Beauty Botanicals </strong>
  6017.              </h2><div
  6018.                class="rich-text__text rte scroll-trigger animate--slide-in"
  6019.                
  6020.                
  6021.                  data-cascade
  6022.                  style="--animation-order: 2;"
  6023.                
  6024.              >
  6025.                <p>The power of Miara Essence skin care products lies in nature. Rediscover your natural beauty at every stage of life. Use our natural skincare range and enjoy healthy skin everyday. Test Miara Essence finest natural ingredients for the perfect skin care routine. Our essence hydrates and restores your natural radiance. Shop the best skin care products today.</p>
  6026.              </div><div
  6027.                class="rich-text__buttons scroll-trigger animate--slide-in"
  6028.                
  6029.                
  6030.                  data-cascade
  6031.                  style="--animation-order: 3;"
  6032.                
  6033.              ><a
  6034.                    
  6035.                      href="/collections"
  6036.                    
  6037.                    class="button button--secondary"
  6038.                  >Check all products</a></div></div>
  6039.    </div>
  6040.  </div>
  6041. </div>
  6042.  
  6043.  
  6044. </section><section id="shopify-section-template--22342066635025__collage_ppfyP4" class="shopify-section section"><link href="//makhzan.ae/cdn/shop/t/12/assets/collage.css?v=146639449248111028491712479486" rel="stylesheet" type="text/css" media="all" />
  6045. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-card.css?v=170127402091165654191712479486" rel="stylesheet" type="text/css" media="all" />
  6046. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-price.css?v=70172745017360139101712479486" rel="stylesheet" type="text/css" media="all" />
  6047. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-modal-video.css?v=48762958730556882751712479486" rel="stylesheet" type="text/css" media="all" />
  6048. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-deferred-media.css?v=14096082462203297471712479486" rel="stylesheet" type="text/css" media="all" />
  6049. <style data-shopify>.section-template--22342066635025__collage_ppfyP4-padding {
  6050.    padding-top: 27px;
  6051.    padding-bottom: 27px;
  6052.  }
  6053.  
  6054.  @media screen and (min-width: 750px) {
  6055.    .section-template--22342066635025__collage_ppfyP4-padding {
  6056.      padding-top: 36px;
  6057.      padding-bottom: 36px;
  6058.    }
  6059.  }</style><div class="color-scheme-342ac137-625d-4e5e-a9ac-9ef59bc5570a gradient isolate">
  6060.  <div class="page-width section-template--22342066635025__collage_ppfyP4-padding"><div class="collage"><div
  6061.          class="collage__item collage__item--image collage__item--left scroll-trigger animate--slide-in"
  6062.          
  6063.          
  6064.            data-cascade
  6065.            style="--animation-order: 1;"
  6066.          
  6067.        ><div class="collage-card card-wrapper product-card-wrapper color-scheme-0e4331f3-92af-4c70-a253-5ba3eb688d23 gradient">
  6068.                <div
  6069.                  class="media media--transparent ratio"
  6070.                  
  6071.                    style="--ratio-percent: 100.0%"
  6072.                  
  6073.                ><img src="//makhzan.ae/cdn/shop/files/MIaraEssenceCoffeeScrubMakhzanUAE1080_ac3fe7f4-88a8-46eb-9e41-5381dc14b3b1.png?v=1725254653&amp;width=3200" alt="Natural Skincare Coffee Scrub. Cream Form. Light Exfoliate " srcset="//makhzan.ae/cdn/shop/files/MIaraEssenceCoffeeScrubMakhzanUAE1080_ac3fe7f4-88a8-46eb-9e41-5381dc14b3b1.png?v=1725254653&amp;width=50 50w, //makhzan.ae/cdn/shop/files/MIaraEssenceCoffeeScrubMakhzanUAE1080_ac3fe7f4-88a8-46eb-9e41-5381dc14b3b1.png?v=1725254653&amp;width=75 75w, //makhzan.ae/cdn/shop/files/MIaraEssenceCoffeeScrubMakhzanUAE1080_ac3fe7f4-88a8-46eb-9e41-5381dc14b3b1.png?v=1725254653&amp;width=100 100w, //makhzan.ae/cdn/shop/files/MIaraEssenceCoffeeScrubMakhzanUAE1080_ac3fe7f4-88a8-46eb-9e41-5381dc14b3b1.png?v=1725254653&amp;width=150 150w, //makhzan.ae/cdn/shop/files/MIaraEssenceCoffeeScrubMakhzanUAE1080_ac3fe7f4-88a8-46eb-9e41-5381dc14b3b1.png?v=1725254653&amp;width=200 200w, //makhzan.ae/cdn/shop/files/MIaraEssenceCoffeeScrubMakhzanUAE1080_ac3fe7f4-88a8-46eb-9e41-5381dc14b3b1.png?v=1725254653&amp;width=300 300w, //makhzan.ae/cdn/shop/files/MIaraEssenceCoffeeScrubMakhzanUAE1080_ac3fe7f4-88a8-46eb-9e41-5381dc14b3b1.png?v=1725254653&amp;width=400 400w, //makhzan.ae/cdn/shop/files/MIaraEssenceCoffeeScrubMakhzanUAE1080_ac3fe7f4-88a8-46eb-9e41-5381dc14b3b1.png?v=1725254653&amp;width=500 500w, //makhzan.ae/cdn/shop/files/MIaraEssenceCoffeeScrubMakhzanUAE1080_ac3fe7f4-88a8-46eb-9e41-5381dc14b3b1.png?v=1725254653&amp;width=750 750w, //makhzan.ae/cdn/shop/files/MIaraEssenceCoffeeScrubMakhzanUAE1080_ac3fe7f4-88a8-46eb-9e41-5381dc14b3b1.png?v=1725254653&amp;width=1000 1000w, //makhzan.ae/cdn/shop/files/MIaraEssenceCoffeeScrubMakhzanUAE1080_ac3fe7f4-88a8-46eb-9e41-5381dc14b3b1.png?v=1725254653&amp;width=1250 1250w, //makhzan.ae/cdn/shop/files/MIaraEssenceCoffeeScrubMakhzanUAE1080_ac3fe7f4-88a8-46eb-9e41-5381dc14b3b1.png?v=1725254653&amp;width=1500 1500w, //makhzan.ae/cdn/shop/files/MIaraEssenceCoffeeScrubMakhzanUAE1080_ac3fe7f4-88a8-46eb-9e41-5381dc14b3b1.png?v=1725254653&amp;width=1750 1750w, //makhzan.ae/cdn/shop/files/MIaraEssenceCoffeeScrubMakhzanUAE1080_ac3fe7f4-88a8-46eb-9e41-5381dc14b3b1.png?v=1725254653&amp;width=2000 2000w, //makhzan.ae/cdn/shop/files/MIaraEssenceCoffeeScrubMakhzanUAE1080_ac3fe7f4-88a8-46eb-9e41-5381dc14b3b1.png?v=1725254653&amp;width=2250 2250w, //makhzan.ae/cdn/shop/files/MIaraEssenceCoffeeScrubMakhzanUAE1080_ac3fe7f4-88a8-46eb-9e41-5381dc14b3b1.png?v=1725254653&amp;width=2500 2500w, //makhzan.ae/cdn/shop/files/MIaraEssenceCoffeeScrubMakhzanUAE1080_ac3fe7f4-88a8-46eb-9e41-5381dc14b3b1.png?v=1725254653&amp;width=2750 2750w, //makhzan.ae/cdn/shop/files/MIaraEssenceCoffeeScrubMakhzanUAE1080_ac3fe7f4-88a8-46eb-9e41-5381dc14b3b1.png?v=1725254653&amp;width=3000 3000w, //makhzan.ae/cdn/shop/files/MIaraEssenceCoffeeScrubMakhzanUAE1080_ac3fe7f4-88a8-46eb-9e41-5381dc14b3b1.png?v=1725254653&amp;width=3200 3200w" width="3200" height="3200" loading="lazy" sizes="(min-width: 1400px) calc((1400px - 100px) * 2 / 3 - 20px),
  6074.                        (min-width: 750px) calc((100vw - 100px) * 2 / 3 - 20px),
  6075.                        calc(100vw - 30px)
  6076. ">
  6077. </div>
  6078.              </div></div><div
  6079.          class="collage__item collage__item--product collage__item--left scroll-trigger animate--slide-in"
  6080.          
  6081.          
  6082.            data-cascade
  6083.            style="--animation-order: 2;"
  6084.          
  6085.        >
  6086.  
  6087. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-rating.css?v=179577762467860590411712479486" rel="stylesheet" type="text/css" media="all" />
  6088. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-volume-pricing.css?v=56284703641257077881712479486" rel="stylesheet" type="text/css" media="all" />
  6089. <div class="card-wrapper product-card-wrapper underline-links-hover">
  6090.    <div
  6091.      class="
  6092.        card card--standard
  6093.         card--media
  6094.        
  6095.        
  6096.         card--extend-height
  6097.        
  6098.        
  6099.      "
  6100.      style="--ratio-percent: 100.0%;"
  6101.    >
  6102.      <div
  6103.        class="card__inner color-scheme-0e4331f3-92af-4c70-a253-5ba3eb688d23 gradient ratio"
  6104.        style="--ratio-percent: 100.0%;"
  6105.      ><div class="card__media">
  6106.            <div class="media media--transparent media--hover-effect">
  6107.              
  6108.              <img
  6109.                src="//makhzan.ae/cdn/shop/files/MiaraEssenceOrganicRoseYeastSuperCreamforPurifyingEnzymaticFaceCare-50ml_small.jpg?v=1710752360"
  6110.                data-src="//makhzan.ae/cdn/shop/files/MiaraEssenceOrganicRoseYeastSuperCreamforPurifyingEnzymaticFaceCare-50ml.jpg?v=1710752360&width=533"
  6111.                sizes="(min-width: 1400px) 317px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
  6112.                alt="Organic Rose Face Cream - Anti Aging Rose Cream"
  6113.                class="motion-reduce opt_lazy"
  6114.                
  6115.                width="1080"
  6116.                height="1080"
  6117.              >
  6118.              
  6119. </div>
  6120.          </div><div class="card__content">
  6121.          <div class="card__information">
  6122.            <h3
  6123.              class="card__heading"
  6124.              
  6125.            >
  6126.              <a
  6127.                href="/products/rose-face-cream-for-dry-skin"
  6128.                id="StandardCardNoMediaLink--9287358710033"
  6129.                class="full-unstyled-link"
  6130.                aria-labelledby="StandardCardNoMediaLink--9287358710033 NoMediaStandardBadge--9287358710033"
  6131.              >
  6132.                Miara Essence Organic Rose Face Cream - For Dry Skin
  6133.              </a>
  6134.            </h3>
  6135.          </div>
  6136.          <div class="card__badge bottom left"><span
  6137.                id="NoMediaStandardBadge--9287358710033"
  6138.                class="badge badge--bottom-left color-scheme-5"
  6139.              >Sale</span></div>
  6140.  
  6141.          
  6142.        </div>
  6143.      </div>
  6144.      <div class="card__content">
  6145.        <div class="card__information">
  6146.          <h3
  6147.            class="card__heading h5"
  6148.            
  6149.              id="title--9287358710033"
  6150.            
  6151.          >
  6152.            <a
  6153.              href="/products/rose-face-cream-for-dry-skin"
  6154.              id="CardLink--9287358710033"
  6155.              class="full-unstyled-link"
  6156.              aria-labelledby="CardLink--9287358710033 Badge--9287358710033"
  6157.            >
  6158.              Miara Essence Organic Rose Face Cream - For Dry Skin
  6159.            </a>
  6160.          </h3>
  6161.          <div class="card-information"><span class="caption-large light"></span>
  6162.  
  6163.            <!-- Start of Judge.me code -->
  6164.              <div class='jdgm-widget jdgm-preview-badge'>
  6165.                <div style='display:none' class='jdgm-prev-badge' data-average-rating='5.00' data-number-of-reviews='1' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='5.00' tabindex='0' aria-label='5.00 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-prev-badge__text'> 1 review </span> </div>
  6166.              </div>
  6167.            <!-- End of Judge.me code -->
  6168. <div
  6169.  class="
  6170.    price  price--on-sale"
  6171. >
  6172.  <div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Regular price</span>
  6173.        <span class="price-item price-item--regular">
  6174.          From 38.25 AED
  6175.        </span></div>
  6176.    <div class="price__sale">
  6177.        <span class="visually-hidden visually-hidden--inline">Regular price</span>
  6178.        <span>
  6179.          <s class="price-item price-item--regular">
  6180.            
  6181.              45.00 AED
  6182.            
  6183.          </s>
  6184.        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
  6185.      <span class="price-item price-item--sale price-item--last">
  6186.        From 38.25 AED
  6187.      </span>
  6188.    </div>
  6189.    <small class="unit-price caption hidden">
  6190.      <span class="visually-hidden">Unit price</span>
  6191.      <span class="price-item price-item--last">
  6192.        <span></span>
  6193.        <span aria-hidden="true">/</span>
  6194.        <span class="visually-hidden">&nbsp;per&nbsp;</span>
  6195.        <span>
  6196.        </span>
  6197.      </span>
  6198.    </small>
  6199.  </div></div>
  6200.  
  6201. </div>
  6202.        </div><div class="card__badge bottom left"><span
  6203.              id="Badge--9287358710033"
  6204.              class="badge badge--bottom-left color-scheme-5"
  6205.            >Sale</span></div>
  6206.      </div>
  6207.    </div>
  6208.  </div>
  6209. </div><div
  6210.          class="collage__item collage__item--collection collage__item--left scroll-trigger animate--slide-in"
  6211.          
  6212.          
  6213.            data-cascade
  6214.            style="--animation-order: 3;"
  6215.          
  6216.        >
  6217. <div class="card-wrapper animate-arrow product-card-wrapper">
  6218.  <div
  6219.    class="
  6220.      card
  6221.      card--standard
  6222.       card--media
  6223.      
  6224.       card--extend-height
  6225.      
  6226.    "
  6227.    style="--ratio-percent: 99.77553310886644%;"
  6228.  >
  6229.    <div
  6230.      class="card__inner color-scheme-0e4331f3-92af-4c70-a253-5ba3eb688d23 gradient ratio"
  6231.      style="--ratio-percent: 99.77553310886644%;"
  6232.    ><div class="card__media">
  6233.          <div class="media media--transparent media--hover-effect">
  6234.            <img
  6235.              src="//makhzan.ae/cdn/shop/files/MiaraEssenceMagicMakeupRemoverWipes100_Natural-Packof10_f00cdd10-aa70-4101-8224-9d70eaf6ca00_medium.png?v=1710752358"
  6236.              data-src="//makhzan.ae/cdn/shop/files/MiaraEssenceMagicMakeupRemoverWipes100_Natural-Packof10_f00cdd10-aa70-4101-8224-9d70eaf6ca00.png?v=1710752358&width=1500"
  6237.              sizes="
  6238.                (min-width: 1400px) 650px,
  6239.                (min-width: 750px) calc((100vw - 10rem) / 2),
  6240.                calc(100vw - 3rem)
  6241.              "
  6242.              alt="Natural Makeup Remover Wipes - Clean Makeup Remover Wipes"
  6243.              height="889"
  6244.              width="891"
  6245.            
  6246.              class="motion-reduce opt_lazy"
  6247.            >
  6248.          </div>
  6249.        </div><div class="card__content">
  6250.          <div class="card__information">
  6251.            <h3 class="card__heading">
  6252.              <a
  6253.                
  6254.                  href="/collections/make-up-remover-wipes-in-uae-gentle-cleansing-wipes"
  6255.                
  6256.                class="full-unstyled-link"
  6257.              >Natural Makeup Remover Wipes
  6258.              </a>
  6259.            </h3><p class="card__caption">Experience the ultimate convenience in personal care with our premium cleansing and...<span class="icon-wrap">&nbsp;<svg
  6260.  viewBox="0 0 14 10"
  6261.  fill="none"
  6262.  aria-hidden="true"
  6263.  focusable="false"
  6264.  class="icon icon-arrow"
  6265.  xmlns="http://www.w3.org/2000/svg"
  6266. >
  6267.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  6268. </svg>
  6269. </span>
  6270.              </p></div>
  6271.        </div></div><div class="card__content">
  6272.        <div class="card__information">
  6273.          <h3 class="card__heading">
  6274.            <a
  6275.              
  6276.                href="/collections/make-up-remover-wipes-in-uae-gentle-cleansing-wipes"
  6277.              
  6278.              class="full-unstyled-link"
  6279.            >Natural Makeup Remover Wipes<span class="icon-wrap"><svg
  6280.  viewBox="0 0 14 10"
  6281.  fill="none"
  6282.  aria-hidden="true"
  6283.  focusable="false"
  6284.  class="icon icon-arrow"
  6285.  xmlns="http://www.w3.org/2000/svg"
  6286. >
  6287.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  6288. </svg>
  6289. </span>
  6290.            </a>
  6291.          </h3></div>
  6292.      </div></div>
  6293. </div>
  6294.  
  6295. </div></div>
  6296.  </div>
  6297. </div>
  6298.  
  6299.  
  6300. </section><section id="shopify-section-template--22342066635025__rich_text_mKBH7V" class="shopify-section section"><link href="//makhzan.ae/cdn/shop/t/12/assets/section-rich-text.css?v=155250126305810049721712479486" rel="stylesheet" type="text/css" media="all" />
  6301. <style data-shopify>.section-template--22342066635025__rich_text_mKBH7V-padding {
  6302.    padding-top: 30px;
  6303.    padding-bottom: 30px;
  6304.  }
  6305.  
  6306.  @media screen and (min-width: 750px) {
  6307.    .section-template--22342066635025__rich_text_mKBH7V-padding {
  6308.      padding-top: 40px;
  6309.      padding-bottom: 40px;
  6310.    }
  6311.  }</style><div class="isolate">
  6312.  <div class="rich-text content-container color-scheme-4 gradient rich-text--full-width content-container--full-width section-template--22342066635025__rich_text_mKBH7V-padding">
  6313.    <div class="rich-text__wrapper rich-text__wrapper--center page-width">
  6314.      <div class="rich-text__blocks center"><h2
  6315.                class="rich-text__heading rte inline-richtext h1 scroll-trigger animate--slide-in"
  6316.                
  6317.                
  6318.                  data-cascade
  6319.                  style="--animation-order: 1;"
  6320.                
  6321.              >
  6322.                <strong>Wellness Supplements| Essential Vitamins & Minerals</strong>
  6323.              </h2><div
  6324.                class="rich-text__text rte scroll-trigger animate--slide-in"
  6325.                
  6326.                
  6327.                  data-cascade
  6328.                  style="--animation-order: 2;"
  6329.                
  6330.              >
  6331.                <p>Enrich your diet with our premium daily multivitamins. Packed with essential nutrients, our dietary supplements are the key to your overall health.  Explore expertly curated range of essential vitamins to improve your quality of life. Experience the benefits of our best wellness supplements today!</p>
  6332.              </div><div
  6333.                class="rich-text__buttons scroll-trigger animate--slide-in"
  6334.                
  6335.                
  6336.                  data-cascade
  6337.                  style="--animation-order: 3;"
  6338.                
  6339.              ><a
  6340.                    
  6341.                      href="/collections/wellness-supplements"
  6342.                    
  6343.                    class="button button--secondary"
  6344.                  >View all</a></div></div>
  6345.    </div>
  6346.  </div>
  6347. </div>
  6348.  
  6349.  
  6350. </section><section id="shopify-section-template--22342066635025__featured_collection_nhnfN6" class="shopify-section section"><link href="//makhzan.ae/cdn/shop/t/12/assets/component-card.css?v=170127402091165654191712479486" rel="stylesheet" type="text/css" media="all" />
  6351. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-price.css?v=70172745017360139101712479486" rel="stylesheet" type="text/css" media="all" />
  6352.  
  6353. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-slider.css?v=142503135496229589681712479486" rel="stylesheet" type="text/css" media="all" />
  6354. <link href="//makhzan.ae/cdn/shop/t/12/assets/template-collection.css?v=58558206033505836701712479486" rel="stylesheet" type="text/css" media="all" />
  6355.  
  6356. <link href="//makhzan.ae/cdn/shop/t/12/assets/quick-add.css?v=167457951211641553491712479486" rel="stylesheet" type="text/css" media="all" />
  6357.  <script type="noscript-s" data-src="//makhzan.ae/cdn/shop/t/12/assets/quick-add.js?v=53942799839994596201712479486" defer="defer"></script>
  6358.  <script type="noscript-s" data-src="//makhzan.ae/cdn/shop/t/12/assets/product-form.js?v=133081758708377679181712479486" defer="defer"></script><style data-shopify>.section-template--22342066635025__featured_collection_nhnfN6-padding {
  6359.    padding-top: 27px;
  6360.    padding-bottom: 27px;
  6361.  }
  6362.  
  6363.  @media screen and (min-width: 750px) {
  6364.    .section-template--22342066635025__featured_collection_nhnfN6-padding {
  6365.      padding-top: 36px;
  6366.      padding-bottom: 36px;
  6367.    }
  6368.  }</style><div class="color-scheme-342ac137-625d-4e5e-a9ac-9ef59bc5570a isolate gradient">
  6369.  <div class="collection section-template--22342066635025__featured_collection_nhnfN6-padding">
  6370.    <div class="collection__title title-wrapper title-wrapper--no-top-margin page-width title-wrapper--self-padded-tablet-down"></div>
  6371.  
  6372.    <slider-component class="slider-mobile-gutter page-width-desktop scroll-trigger animate--slide-in">
  6373.      <ul
  6374.        id="Slider-template--22342066635025__featured_collection_nhnfN6"
  6375.        class="grid product-grid contains-card contains-card--product contains-card--standard grid--4-col-desktop grid--2-col-tablet-down slider slider--tablet grid--peek"
  6376.        role="list"
  6377.        aria-label="Slider"
  6378.      ><li
  6379.            id="Slide-template--22342066635025__featured_collection_nhnfN6-1"
  6380.            class="grid__item slider__slide scroll-trigger animate--slide-in"
  6381.            
  6382.              data-cascade
  6383.              style="--animation-order: 1;"
  6384.            
  6385.          >
  6386.            
  6387.  
  6388. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-rating.css?v=179577762467860590411712479486" rel="stylesheet" type="text/css" media="all" />
  6389. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-volume-pricing.css?v=56284703641257077881712479486" rel="stylesheet" type="text/css" media="all" />
  6390. <div class="card-wrapper product-card-wrapper underline-links-hover">
  6391.    <div
  6392.      class="
  6393.        card card--standard
  6394.         card--media
  6395.        
  6396.        
  6397.        
  6398.        
  6399.        
  6400.      "
  6401.      style="--ratio-percent: 100.0%;"
  6402.    >
  6403.      <div
  6404.        class="card__inner color-scheme-0e4331f3-92af-4c70-a253-5ba3eb688d23 gradient ratio"
  6405.        style="--ratio-percent: 100.0%;"
  6406.      ><div class="card__media">
  6407.            <div class="media media--transparent media--hover-effect">
  6408.              
  6409.              <img
  6410.                src="//makhzan.ae/cdn/shop/files/MaxilivCvit20EffervescentTablets_small.jpg?v=1724320045"
  6411.                data-src="//makhzan.ae/cdn/shop/files/MaxilivCvit20EffervescentTablets.jpg?v=1724320045&width=533"
  6412.                sizes="(min-width: 1400px) 317px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
  6413.                alt="Maxiliv Vitamin C Effervescent - Immunity Booster Tablets"
  6414.                class="motion-reduce opt_lazy"
  6415.                
  6416.                width="500"
  6417.                height="500"
  6418.              >
  6419.              
  6420. </div>
  6421.          </div><div class="card__content">
  6422.          <div class="card__information">
  6423.            <h3
  6424.              class="card__heading"
  6425.              
  6426.            >
  6427.              <a
  6428.                href="/products/maxiliv-vitamin-c-effervescent-immunity-booster-tablets"
  6429.                id="StandardCardNoMediaLink-template--22342066635025__featured_collection_nhnfN6-10018324119825"
  6430.                class="full-unstyled-link"
  6431.                aria-labelledby="StandardCardNoMediaLink-template--22342066635025__featured_collection_nhnfN6-10018324119825 NoMediaStandardBadge-template--22342066635025__featured_collection_nhnfN6-10018324119825"
  6432.              >
  6433.                Maxiliv Vitamin C Effervescent - Immunity Booster Tablets
  6434.              </a>
  6435.            </h3>
  6436.          </div>
  6437.          <div class="card__badge bottom left"></div>
  6438.  
  6439.          
  6440.        </div>
  6441.      </div>
  6442.      <div class="card__content">
  6443.        <div class="card__information">
  6444.          <h3
  6445.            class="card__heading h5"
  6446.            
  6447.              id="title-template--22342066635025__featured_collection_nhnfN6-10018324119825"
  6448.            
  6449.          >
  6450.            <a
  6451.              href="/products/maxiliv-vitamin-c-effervescent-immunity-booster-tablets"
  6452.              id="CardLink-template--22342066635025__featured_collection_nhnfN6-10018324119825"
  6453.              class="full-unstyled-link"
  6454.              aria-labelledby="CardLink-template--22342066635025__featured_collection_nhnfN6-10018324119825 Badge-template--22342066635025__featured_collection_nhnfN6-10018324119825"
  6455.            >
  6456.              Maxiliv Vitamin C Effervescent - Immunity Booster Tablets
  6457.            </a>
  6458.          </h3>
  6459.          <div class="card-information"><span class="caption-large light"></span>
  6460.  
  6461.            <!-- Start of Judge.me code -->
  6462.              <div class='jdgm-widget jdgm-preview-badge'>
  6463.                <div style='display:none' class='jdgm-prev-badge' data-average-rating='0.00' data-number-of-reviews='0' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='0.00' tabindex='0' aria-label='0.00 stars' role='button'> <span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span> </span> <span class='jdgm-prev-badge__text'> No reviews </span> </div>
  6464.              </div>
  6465.            <!-- End of Judge.me code -->
  6466. <div
  6467.  class="
  6468.    price "
  6469. >
  6470.  <div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Regular price</span>
  6471.        <span class="price-item price-item--regular">
  6472.          14.38 AED
  6473.        </span></div>
  6474.    <div class="price__sale">
  6475.        <span class="visually-hidden visually-hidden--inline">Regular price</span>
  6476.        <span>
  6477.          <s class="price-item price-item--regular">
  6478.            
  6479.              
  6480.            
  6481.          </s>
  6482.        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
  6483.      <span class="price-item price-item--sale price-item--last">
  6484.        14.38 AED
  6485.      </span>
  6486.    </div>
  6487.    <small class="unit-price caption hidden">
  6488.      <span class="visually-hidden">Unit price</span>
  6489.      <span class="price-item price-item--last">
  6490.        <span></span>
  6491.        <span aria-hidden="true">/</span>
  6492.        <span class="visually-hidden">&nbsp;per&nbsp;</span>
  6493.        <span>
  6494.        </span>
  6495.      </span>
  6496.    </small>
  6497.  </div></div>
  6498.  
  6499. </div>
  6500.        </div><div class="quick-add no-js-hidden"><product-form data-section-id="template--22342066635025__featured_collection_nhnfN6"><form method="post" action="/cart/add" id="quick-add-template--22342066635025__featured_collection_nhnfN610018324119825" accept-charset="UTF-8" class="form" enctype="multipart/form-data" novalidate="novalidate" data-type="add-to-cart-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /><input
  6501.                    type="hidden"
  6502.                    name="id"
  6503.                    value="50156841599249"
  6504.                    class="product-variant-id"
  6505.                    
  6506.                  >
  6507.                  <button
  6508.                    id="quick-add-template--22342066635025__featured_collection_nhnfN610018324119825-submit"
  6509.                    type="submit"
  6510.                    name="add"
  6511.                    class="quick-add__submit button button--full-width button--secondary"
  6512.                    aria-haspopup="dialog"
  6513.                    aria-labelledby="quick-add-template--22342066635025__featured_collection_nhnfN610018324119825-submit title-template--22342066635025__featured_collection_nhnfN6-10018324119825"
  6514.                    aria-live="polite"
  6515.                    data-sold-out-message="true"
  6516.                    
  6517.                  >
  6518.                    <span>Add to cart
  6519. </span>
  6520.                    <span class="sold-out-message hidden">
  6521.                      Sold out
  6522.                    </span>
  6523.  
  6524. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-loading-spinner.css?v=116724955567955766481712479486" rel="stylesheet" type="text/css" media="all" />
  6525.  
  6526. <div class="loading__spinner hidden">
  6527.  <svg
  6528.    aria-hidden="true"
  6529.    focusable="false"
  6530.    class="spinner"
  6531.    viewBox="0 0 66 66"
  6532.    xmlns="http://www.w3.org/2000/svg"
  6533.  >
  6534.    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  6535.  </svg>
  6536. </div>
  6537. </button><input type="hidden" name="product-id" value="10018324119825" /><input type="hidden" name="section-id" value="template--22342066635025__featured_collection_nhnfN6" /></form></product-form></div><div class="card__badge bottom left"></div>
  6538.      </div>
  6539.    </div>
  6540.  </div>
  6541.          </li><li
  6542.            id="Slide-template--22342066635025__featured_collection_nhnfN6-2"
  6543.            class="grid__item slider__slide scroll-trigger animate--slide-in"
  6544.            
  6545.              data-cascade
  6546.              style="--animation-order: 2;"
  6547.            
  6548.          >
  6549.            
  6550.  
  6551. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-rating.css?v=179577762467860590411712479486" rel="stylesheet" type="text/css" media="all" />
  6552. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-volume-pricing.css?v=56284703641257077881712479486" rel="stylesheet" type="text/css" media="all" />
  6553. <div class="card-wrapper product-card-wrapper underline-links-hover">
  6554.    <div
  6555.      class="
  6556.        card card--standard
  6557.         card--media
  6558.        
  6559.        
  6560.        
  6561.        
  6562.        
  6563.      "
  6564.      style="--ratio-percent: 100.0%;"
  6565.    >
  6566.      <div
  6567.        class="card__inner color-scheme-0e4331f3-92af-4c70-a253-5ba3eb688d23 gradient ratio"
  6568.        style="--ratio-percent: 100.0%;"
  6569.      ><div class="card__media">
  6570.            <div class="media media--transparent media--hover-effect">
  6571.              
  6572.              <img
  6573.                src="//makhzan.ae/cdn/shop/files/MaxilivCollagenMax-C30Sachets_small.jpg?v=1724320036"
  6574.                data-src="//makhzan.ae/cdn/shop/files/MaxilivCollagenMax-C30Sachets.jpg?v=1724320036&width=533"
  6575.                sizes="(min-width: 1400px) 317px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
  6576.                alt="Maxiliv Collagen Max C - Joint Support Supplement"
  6577.                class="motion-reduce opt_lazy"
  6578.                
  6579.                width="500"
  6580.                height="500"
  6581.              >
  6582.              
  6583. </div>
  6584.          </div><div class="card__content">
  6585.          <div class="card__information">
  6586.            <h3
  6587.              class="card__heading"
  6588.              
  6589.            >
  6590.              <a
  6591.                href="/products/maxiliv-collagen-max-c-joint-support-supplement"
  6592.                id="StandardCardNoMediaLink-template--22342066635025__featured_collection_nhnfN6-10018457518353"
  6593.                class="full-unstyled-link"
  6594.                aria-labelledby="StandardCardNoMediaLink-template--22342066635025__featured_collection_nhnfN6-10018457518353 NoMediaStandardBadge-template--22342066635025__featured_collection_nhnfN6-10018457518353"
  6595.              >
  6596.                Maxiliv Collagen Max C - Joint Support Supplement
  6597.              </a>
  6598.            </h3>
  6599.          </div>
  6600.          <div class="card__badge bottom left"></div>
  6601.  
  6602.          
  6603.        </div>
  6604.      </div>
  6605.      <div class="card__content">
  6606.        <div class="card__information">
  6607.          <h3
  6608.            class="card__heading h5"
  6609.            
  6610.              id="title-template--22342066635025__featured_collection_nhnfN6-10018457518353"
  6611.            
  6612.          >
  6613.            <a
  6614.              href="/products/maxiliv-collagen-max-c-joint-support-supplement"
  6615.              id="CardLink-template--22342066635025__featured_collection_nhnfN6-10018457518353"
  6616.              class="full-unstyled-link"
  6617.              aria-labelledby="CardLink-template--22342066635025__featured_collection_nhnfN6-10018457518353 Badge-template--22342066635025__featured_collection_nhnfN6-10018457518353"
  6618.            >
  6619.              Maxiliv Collagen Max C - Joint Support Supplement
  6620.            </a>
  6621.          </h3>
  6622.          <div class="card-information"><span class="caption-large light"></span>
  6623.  
  6624.            <!-- Start of Judge.me code -->
  6625.              <div class='jdgm-widget jdgm-preview-badge'>
  6626.                <div style='display:none' class='jdgm-prev-badge' data-average-rating='5.00' data-number-of-reviews='1' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='5.00' tabindex='0' aria-label='5.00 stars' role='button'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </span> <span class='jdgm-prev-badge__text'> 1 review </span> </div>
  6627.              </div>
  6628.            <!-- End of Judge.me code -->
  6629. <div
  6630.  class="
  6631.    price "
  6632. >
  6633.  <div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Regular price</span>
  6634.        <span class="price-item price-item--regular">
  6635.          136.75 AED
  6636.        </span></div>
  6637.    <div class="price__sale">
  6638.        <span class="visually-hidden visually-hidden--inline">Regular price</span>
  6639.        <span>
  6640.          <s class="price-item price-item--regular">
  6641.            
  6642.              
  6643.            
  6644.          </s>
  6645.        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
  6646.      <span class="price-item price-item--sale price-item--last">
  6647.        136.75 AED
  6648.      </span>
  6649.    </div>
  6650.    <small class="unit-price caption hidden">
  6651.      <span class="visually-hidden">Unit price</span>
  6652.      <span class="price-item price-item--last">
  6653.        <span></span>
  6654.        <span aria-hidden="true">/</span>
  6655.        <span class="visually-hidden">&nbsp;per&nbsp;</span>
  6656.        <span>
  6657.        </span>
  6658.      </span>
  6659.    </small>
  6660.  </div></div>
  6661.  
  6662. </div>
  6663.        </div><div class="quick-add no-js-hidden"><product-form data-section-id="template--22342066635025__featured_collection_nhnfN6"><form method="post" action="/cart/add" id="quick-add-template--22342066635025__featured_collection_nhnfN610018457518353" accept-charset="UTF-8" class="form" enctype="multipart/form-data" novalidate="novalidate" data-type="add-to-cart-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /><input
  6664.                    type="hidden"
  6665.                    name="id"
  6666.                    value="50157607289105"
  6667.                    class="product-variant-id"
  6668.                    
  6669.                  >
  6670.                  <button
  6671.                    id="quick-add-template--22342066635025__featured_collection_nhnfN610018457518353-submit"
  6672.                    type="submit"
  6673.                    name="add"
  6674.                    class="quick-add__submit button button--full-width button--secondary"
  6675.                    aria-haspopup="dialog"
  6676.                    aria-labelledby="quick-add-template--22342066635025__featured_collection_nhnfN610018457518353-submit title-template--22342066635025__featured_collection_nhnfN6-10018457518353"
  6677.                    aria-live="polite"
  6678.                    data-sold-out-message="true"
  6679.                    
  6680.                  >
  6681.                    <span>Add to cart
  6682. </span>
  6683.                    <span class="sold-out-message hidden">
  6684.                      Sold out
  6685.                    </span>
  6686.  
  6687. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-loading-spinner.css?v=116724955567955766481712479486" rel="stylesheet" type="text/css" media="all" />
  6688.  
  6689. <div class="loading__spinner hidden">
  6690.  <svg
  6691.    aria-hidden="true"
  6692.    focusable="false"
  6693.    class="spinner"
  6694.    viewBox="0 0 66 66"
  6695.    xmlns="http://www.w3.org/2000/svg"
  6696.  >
  6697.    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  6698.  </svg>
  6699. </div>
  6700. </button><input type="hidden" name="product-id" value="10018457518353" /><input type="hidden" name="section-id" value="template--22342066635025__featured_collection_nhnfN6" /></form></product-form></div><div class="card__badge bottom left"></div>
  6701.      </div>
  6702.    </div>
  6703.  </div>
  6704.          </li><li
  6705.            id="Slide-template--22342066635025__featured_collection_nhnfN6-3"
  6706.            class="grid__item slider__slide scroll-trigger animate--slide-in"
  6707.            
  6708.              data-cascade
  6709.              style="--animation-order: 3;"
  6710.            
  6711.          >
  6712.            
  6713.  
  6714. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-rating.css?v=179577762467860590411712479486" rel="stylesheet" type="text/css" media="all" />
  6715. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-volume-pricing.css?v=56284703641257077881712479486" rel="stylesheet" type="text/css" media="all" />
  6716. <div class="card-wrapper product-card-wrapper underline-links-hover">
  6717.    <div
  6718.      class="
  6719.        card card--standard
  6720.         card--media
  6721.        
  6722.        
  6723.        
  6724.        
  6725.        
  6726.      "
  6727.      style="--ratio-percent: 100.0%;"
  6728.    >
  6729.      <div
  6730.        class="card__inner color-scheme-0e4331f3-92af-4c70-a253-5ba3eb688d23 gradient ratio"
  6731.        style="--ratio-percent: 100.0%;"
  6732.      ><div class="card__media">
  6733.            <div class="media media--transparent media--hover-effect">
  6734.              
  6735.              <img
  6736.                src="//makhzan.ae/cdn/shop/files/MaxilivQ10HighFormula20EffervescentTablets_small.jpg?v=1724320067"
  6737.                data-src="//makhzan.ae/cdn/shop/files/MaxilivQ10HighFormula20EffervescentTablets.jpg?v=1724320067&width=533"
  6738.                sizes="(min-width: 1400px) 317px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
  6739.                alt="Maxiliv COQ10 High Formula - Effervescent Tablets"
  6740.                class="motion-reduce opt_lazy"
  6741.                
  6742.                width="500"
  6743.                height="500"
  6744.              >
  6745.              
  6746. </div>
  6747.          </div><div class="card__content">
  6748.          <div class="card__information">
  6749.            <h3
  6750.              class="card__heading"
  6751.              
  6752.            >
  6753.              <a
  6754.                href="/products/maxiliv-coq10-high-formula-effervescent-tablets"
  6755.                id="StandardCardNoMediaLink-template--22342066635025__featured_collection_nhnfN6-10018600255761"
  6756.                class="full-unstyled-link"
  6757.                aria-labelledby="StandardCardNoMediaLink-template--22342066635025__featured_collection_nhnfN6-10018600255761 NoMediaStandardBadge-template--22342066635025__featured_collection_nhnfN6-10018600255761"
  6758.              >
  6759.                Maxiliv COQ10 High Formula - Effervescent Tablets
  6760.              </a>
  6761.            </h3>
  6762.          </div>
  6763.          <div class="card__badge bottom left"></div>
  6764.  
  6765.          
  6766.        </div>
  6767.      </div>
  6768.      <div class="card__content">
  6769.        <div class="card__information">
  6770.          <h3
  6771.            class="card__heading h5"
  6772.            
  6773.              id="title-template--22342066635025__featured_collection_nhnfN6-10018600255761"
  6774.            
  6775.          >
  6776.            <a
  6777.              href="/products/maxiliv-coq10-high-formula-effervescent-tablets"
  6778.              id="CardLink-template--22342066635025__featured_collection_nhnfN6-10018600255761"
  6779.              class="full-unstyled-link"
  6780.              aria-labelledby="CardLink-template--22342066635025__featured_collection_nhnfN6-10018600255761 Badge-template--22342066635025__featured_collection_nhnfN6-10018600255761"
  6781.            >
  6782.              Maxiliv COQ10 High Formula - Effervescent Tablets
  6783.            </a>
  6784.          </h3>
  6785.          <div class="card-information"><span class="caption-large light"></span>
  6786.  
  6787.            <!-- Start of Judge.me code -->
  6788.              <div class='jdgm-widget jdgm-preview-badge'>
  6789.                <div style='display:none' class='jdgm-prev-badge' data-average-rating='0.00' data-number-of-reviews='0' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='0.00' tabindex='0' aria-label='0.00 stars' role='button'> <span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span> </span> <span class='jdgm-prev-badge__text'> No reviews </span> </div>
  6790.              </div>
  6791.            <!-- End of Judge.me code -->
  6792. <div
  6793.  class="
  6794.    price "
  6795. >
  6796.  <div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Regular price</span>
  6797.        <span class="price-item price-item--regular">
  6798.          28.35 AED
  6799.        </span></div>
  6800.    <div class="price__sale">
  6801.        <span class="visually-hidden visually-hidden--inline">Regular price</span>
  6802.        <span>
  6803.          <s class="price-item price-item--regular">
  6804.            
  6805.              
  6806.            
  6807.          </s>
  6808.        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
  6809.      <span class="price-item price-item--sale price-item--last">
  6810.        28.35 AED
  6811.      </span>
  6812.    </div>
  6813.    <small class="unit-price caption hidden">
  6814.      <span class="visually-hidden">Unit price</span>
  6815.      <span class="price-item price-item--last">
  6816.        <span></span>
  6817.        <span aria-hidden="true">/</span>
  6818.        <span class="visually-hidden">&nbsp;per&nbsp;</span>
  6819.        <span>
  6820.        </span>
  6821.      </span>
  6822.    </small>
  6823.  </div></div>
  6824.  
  6825. </div>
  6826.        </div><div class="quick-add no-js-hidden"><product-form data-section-id="template--22342066635025__featured_collection_nhnfN6"><form method="post" action="/cart/add" id="quick-add-template--22342066635025__featured_collection_nhnfN610018600255761" accept-charset="UTF-8" class="form" enctype="multipart/form-data" novalidate="novalidate" data-type="add-to-cart-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /><input
  6827.                    type="hidden"
  6828.                    name="id"
  6829.                    value="50158201602321"
  6830.                    class="product-variant-id"
  6831.                    
  6832.                  >
  6833.                  <button
  6834.                    id="quick-add-template--22342066635025__featured_collection_nhnfN610018600255761-submit"
  6835.                    type="submit"
  6836.                    name="add"
  6837.                    class="quick-add__submit button button--full-width button--secondary"
  6838.                    aria-haspopup="dialog"
  6839.                    aria-labelledby="quick-add-template--22342066635025__featured_collection_nhnfN610018600255761-submit title-template--22342066635025__featured_collection_nhnfN6-10018600255761"
  6840.                    aria-live="polite"
  6841.                    data-sold-out-message="true"
  6842.                    
  6843.                  >
  6844.                    <span>Add to cart
  6845. </span>
  6846.                    <span class="sold-out-message hidden">
  6847.                      Sold out
  6848.                    </span>
  6849.  
  6850. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-loading-spinner.css?v=116724955567955766481712479486" rel="stylesheet" type="text/css" media="all" />
  6851.  
  6852. <div class="loading__spinner hidden">
  6853.  <svg
  6854.    aria-hidden="true"
  6855.    focusable="false"
  6856.    class="spinner"
  6857.    viewBox="0 0 66 66"
  6858.    xmlns="http://www.w3.org/2000/svg"
  6859.  >
  6860.    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  6861.  </svg>
  6862. </div>
  6863. </button><input type="hidden" name="product-id" value="10018600255761" /><input type="hidden" name="section-id" value="template--22342066635025__featured_collection_nhnfN6" /></form></product-form></div><div class="card__badge bottom left"></div>
  6864.      </div>
  6865.    </div>
  6866.  </div>
  6867.          </li><li
  6868.            id="Slide-template--22342066635025__featured_collection_nhnfN6-4"
  6869.            class="grid__item slider__slide scroll-trigger animate--slide-in"
  6870.            
  6871.              data-cascade
  6872.              style="--animation-order: 4;"
  6873.            
  6874.          >
  6875.            
  6876.  
  6877. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-rating.css?v=179577762467860590411712479486" rel="stylesheet" type="text/css" media="all" />
  6878. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-volume-pricing.css?v=56284703641257077881712479486" rel="stylesheet" type="text/css" media="all" />
  6879. <div class="card-wrapper product-card-wrapper underline-links-hover">
  6880.    <div
  6881.      class="
  6882.        card card--standard
  6883.         card--media
  6884.        
  6885.        
  6886.        
  6887.        
  6888.        
  6889.      "
  6890.      style="--ratio-percent: 100.0%;"
  6891.    >
  6892.      <div
  6893.        class="card__inner color-scheme-0e4331f3-92af-4c70-a253-5ba3eb688d23 gradient ratio"
  6894.        style="--ratio-percent: 100.0%;"
  6895.      ><div class="card__media">
  6896.            <div class="media media--transparent media--hover-effect">
  6897.              
  6898.              <img
  6899.                src="//makhzan.ae/cdn/shop/files/MaxilivImmuneDefence20EffervescentTablets_small.jpg?v=1724320055"
  6900.                data-src="//makhzan.ae/cdn/shop/files/MaxilivImmuneDefence20EffervescentTablets.jpg?v=1724320055&width=533"
  6901.                sizes="(min-width: 1400px) 317px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
  6902.                alt="Maxiliv Immune Defence - Effervescent Immunity Supplement"
  6903.                class="motion-reduce opt_lazy"
  6904.                
  6905.                width="500"
  6906.                height="500"
  6907.              >
  6908.              
  6909. </div>
  6910.          </div><div class="card__content">
  6911.          <div class="card__information">
  6912.            <h3
  6913.              class="card__heading"
  6914.              
  6915.            >
  6916.              <a
  6917.                href="/products/maxiliv-immune-defence-effervescent-immunity-supplement"
  6918.                id="StandardCardNoMediaLink-template--22342066635025__featured_collection_nhnfN6-10018602778897"
  6919.                class="full-unstyled-link"
  6920.                aria-labelledby="StandardCardNoMediaLink-template--22342066635025__featured_collection_nhnfN6-10018602778897 NoMediaStandardBadge-template--22342066635025__featured_collection_nhnfN6-10018602778897"
  6921.              >
  6922.                Maxiliv Immune Defence - Effervescent Immunity Supplement
  6923.              </a>
  6924.            </h3>
  6925.          </div>
  6926.          <div class="card__badge bottom left"></div>
  6927.  
  6928.          
  6929.        </div>
  6930.      </div>
  6931.      <div class="card__content">
  6932.        <div class="card__information">
  6933.          <h3
  6934.            class="card__heading h5"
  6935.            
  6936.              id="title-template--22342066635025__featured_collection_nhnfN6-10018602778897"
  6937.            
  6938.          >
  6939.            <a
  6940.              href="/products/maxiliv-immune-defence-effervescent-immunity-supplement"
  6941.              id="CardLink-template--22342066635025__featured_collection_nhnfN6-10018602778897"
  6942.              class="full-unstyled-link"
  6943.              aria-labelledby="CardLink-template--22342066635025__featured_collection_nhnfN6-10018602778897 Badge-template--22342066635025__featured_collection_nhnfN6-10018602778897"
  6944.            >
  6945.              Maxiliv Immune Defence - Effervescent Immunity Supplement
  6946.            </a>
  6947.          </h3>
  6948.          <div class="card-information"><span class="caption-large light"></span>
  6949.  
  6950.            <!-- Start of Judge.me code -->
  6951.              <div class='jdgm-widget jdgm-preview-badge'>
  6952.                <div style='display:none' class='jdgm-prev-badge' data-average-rating='0.00' data-number-of-reviews='0' data-number-of-questions='0'> <span class='jdgm-prev-badge__stars' data-score='0.00' tabindex='0' aria-label='0.00 stars' role='button'> <span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span><span class='jdgm-star jdgm--off'></span> </span> <span class='jdgm-prev-badge__text'> No reviews </span> </div>
  6953.              </div>
  6954.            <!-- End of Judge.me code -->
  6955. <div
  6956.  class="
  6957.    price "
  6958. >
  6959.  <div class="price__container"><div class="price__regular"><span class="visually-hidden visually-hidden--inline">Regular price</span>
  6960.        <span class="price-item price-item--regular">
  6961.          26.60 AED
  6962.        </span></div>
  6963.    <div class="price__sale">
  6964.        <span class="visually-hidden visually-hidden--inline">Regular price</span>
  6965.        <span>
  6966.          <s class="price-item price-item--regular">
  6967.            
  6968.              
  6969.            
  6970.          </s>
  6971.        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
  6972.      <span class="price-item price-item--sale price-item--last">
  6973.        26.60 AED
  6974.      </span>
  6975.    </div>
  6976.    <small class="unit-price caption hidden">
  6977.      <span class="visually-hidden">Unit price</span>
  6978.      <span class="price-item price-item--last">
  6979.        <span></span>
  6980.        <span aria-hidden="true">/</span>
  6981.        <span class="visually-hidden">&nbsp;per&nbsp;</span>
  6982.        <span>
  6983.        </span>
  6984.      </span>
  6985.    </small>
  6986.  </div></div>
  6987.  
  6988. </div>
  6989.        </div><div class="quick-add no-js-hidden"><product-form data-section-id="template--22342066635025__featured_collection_nhnfN6"><form method="post" action="/cart/add" id="quick-add-template--22342066635025__featured_collection_nhnfN610018602778897" accept-charset="UTF-8" class="form" enctype="multipart/form-data" novalidate="novalidate" data-type="add-to-cart-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /><input
  6990.                    type="hidden"
  6991.                    name="id"
  6992.                    value="50158216347921"
  6993.                    class="product-variant-id"
  6994.                    
  6995.                  >
  6996.                  <button
  6997.                    id="quick-add-template--22342066635025__featured_collection_nhnfN610018602778897-submit"
  6998.                    type="submit"
  6999.                    name="add"
  7000.                    class="quick-add__submit button button--full-width button--secondary"
  7001.                    aria-haspopup="dialog"
  7002.                    aria-labelledby="quick-add-template--22342066635025__featured_collection_nhnfN610018602778897-submit title-template--22342066635025__featured_collection_nhnfN6-10018602778897"
  7003.                    aria-live="polite"
  7004.                    data-sold-out-message="true"
  7005.                    
  7006.                  >
  7007.                    <span>Add to cart
  7008. </span>
  7009.                    <span class="sold-out-message hidden">
  7010.                      Sold out
  7011.                    </span>
  7012.  
  7013. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-loading-spinner.css?v=116724955567955766481712479486" rel="stylesheet" type="text/css" media="all" />
  7014.  
  7015. <div class="loading__spinner hidden">
  7016.  <svg
  7017.    aria-hidden="true"
  7018.    focusable="false"
  7019.    class="spinner"
  7020.    viewBox="0 0 66 66"
  7021.    xmlns="http://www.w3.org/2000/svg"
  7022.  >
  7023.    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  7024.  </svg>
  7025. </div>
  7026. </button><input type="hidden" name="product-id" value="10018602778897" /><input type="hidden" name="section-id" value="template--22342066635025__featured_collection_nhnfN6" /></form></product-form></div><div class="card__badge bottom left"></div>
  7027.      </div>
  7028.    </div>
  7029.  </div>
  7030.          </li></ul><div class="slider-buttons no-js-hidden">
  7031.          <button
  7032.            type="button"
  7033.            class="slider-button slider-button--prev"
  7034.            name="previous"
  7035.            aria-label="Slide left"
  7036.            aria-controls="Slider-template--22342066635025__featured_collection_nhnfN6"
  7037.          >
  7038.            <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
  7039.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  7040. </svg>
  7041.  
  7042.          </button>
  7043.          <div class="slider-counter caption">
  7044.            <span class="slider-counter--current">1</span>
  7045.            <span aria-hidden="true"> / </span>
  7046.            <span class="visually-hidden">of</span>
  7047.            <span class="slider-counter--total">4</span>
  7048.          </div>
  7049.          <button
  7050.            type="button"
  7051.            class="slider-button slider-button--next"
  7052.            name="next"
  7053.            aria-label="Slide right"
  7054.            aria-controls="Slider-template--22342066635025__featured_collection_nhnfN6"
  7055.          >
  7056.            <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
  7057.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  7058. </svg>
  7059.  
  7060.          </button>
  7061.        </div></slider-component><div class="center collection__view-all scroll-trigger animate--slide-in">
  7062.        <a
  7063.          href="/collections/wellness-supplements"
  7064.          class="button"
  7065.          aria-label="View all products in the Wellness Supplements collection"
  7066.        >
  7067.          View all
  7068.        </a>
  7069.      </div></div>
  7070. </div>
  7071.  
  7072.  
  7073. </section><section id="shopify-section-template--22342066635025__image_banner_UBPawE" class="shopify-section section"><link href="//makhzan.ae/cdn/shop/t/12/assets/section-image-banner.css?v=104371272348087278231712479486" rel="stylesheet" type="text/css" media="all" />
  7074. <style data-shopify>#Banner-template--22342066635025__image_banner_UBPawE::after {
  7075.    opacity: 0.0;
  7076.  }</style><div
  7077.  id="Banner-template--22342066635025__image_banner_UBPawE"
  7078.  class="banner banner--content-align-left banner--content-align-mobile-center banner--medium banner--desktop-transparent scroll-trigger animate--fade-in"
  7079. ><div class="banner__media media scroll-trigger animate--fade-in"><img src="//makhzan.ae/cdn/shop/files/banner_2.jpg?v=1724319976&amp;width=3840" alt="Plantus SmoothSkin Oil Control Moisturizer - Mattifying Face Cream" srcset="//makhzan.ae/cdn/shop/files/banner_2.jpg?v=1724319976&amp;width=375 375w, //makhzan.ae/cdn/shop/files/banner_2.jpg?v=1724319976&amp;width=550 550w, //makhzan.ae/cdn/shop/files/banner_2.jpg?v=1724319976&amp;width=750 750w, //makhzan.ae/cdn/shop/files/banner_2.jpg?v=1724319976&amp;width=1100 1100w, //makhzan.ae/cdn/shop/files/banner_2.jpg?v=1724319976&amp;width=1500 1500w, //makhzan.ae/cdn/shop/files/banner_2.jpg?v=1724319976&amp;width=1780 1780w, //makhzan.ae/cdn/shop/files/banner_2.jpg?v=1724319976&amp;width=2000 2000w, //makhzan.ae/cdn/shop/files/banner_2.jpg?v=1724319976&amp;width=3000 3000w, //makhzan.ae/cdn/shop/files/banner_2.jpg?v=1724319976&amp;width=3840 3840w" width="1200" height="500.0" loading="lazy" sizes="100vw" fetchpriority="auto">
  7080.    </div><div class="banner__content banner__content--bottom-left page-width scroll-trigger animate--slide-in">
  7081.    <div class="banner__box content-container content-container--full-width-mobile color-scheme-0e4331f3-92af-4c70-a253-5ba3eb688d23 gradient"></div>
  7082.  </div>
  7083. </div>
  7084.  
  7085.  
  7086. </section><section id="shopify-section-template--22342066635025__rich_text_hDw6ak" class="shopify-section section"><link href="//makhzan.ae/cdn/shop/t/12/assets/section-rich-text.css?v=155250126305810049721712479486" rel="stylesheet" type="text/css" media="all" />
  7087. <style data-shopify>.section-template--22342066635025__rich_text_hDw6ak-padding {
  7088.    padding-top: 30px;
  7089.    padding-bottom: 39px;
  7090.  }
  7091.  
  7092.  @media screen and (min-width: 750px) {
  7093.    .section-template--22342066635025__rich_text_hDw6ak-padding {
  7094.      padding-top: 40px;
  7095.      padding-bottom: 52px;
  7096.    }
  7097.  }</style><div class="isolate">
  7098.  <div class="rich-text content-container color-scheme-1 gradient rich-text--full-width content-container--full-width section-template--22342066635025__rich_text_hDw6ak-padding">
  7099.    <div class="rich-text__wrapper rich-text__wrapper--center page-width">
  7100.      <div class="rich-text__blocks center"><h2
  7101.                class="rich-text__heading rte inline-richtext h2 scroll-trigger animate--slide-in"
  7102.                
  7103.                
  7104.                  data-cascade
  7105.                  style="--animation-order: 1;"
  7106.                
  7107.              >
  7108.                Discover the Best Natural Skincare in UAE. Start with the Best Skin Care Products - Plantus MoistSkin Daily Care Moisturizer with Shea Butter
  7109.              </h2><div
  7110.                class="rich-text__buttons scroll-trigger animate--slide-in"
  7111.                
  7112.                
  7113.                  data-cascade
  7114.                  style="--animation-order: 2;"
  7115.                
  7116.              ><a
  7117.                    
  7118.                      href="/products/oil-control-moisturizer-mattifying-face-cream"
  7119.                    
  7120.                    class="button button--primary"
  7121.                  >Shop Now</a></div></div>
  7122.    </div>
  7123.  </div>
  7124. </div>
  7125.  
  7126.  
  7127. </section><section id="shopify-section-template--22342066635025__1712222385ce81105c" class="shopify-section section"><div class="page-width scroll-trigger animate--slide-in"><div id="shopify-block-instafeed_app_block_LHgtiN" class="shopify-block shopify-app-block">
  7128.  
  7129.  
  7130. <style>
  7131.    body #insta-feed {
  7132.        
  7133.  
  7134.        
  7135.  
  7136.        
  7137.  
  7138.        
  7139.  
  7140.        
  7141.          color: #ecdec1;
  7142.        
  7143.        text-align: center;
  7144.    }
  7145.    #insta-feed h2 {
  7146.      
  7147.        color: #ecdec1;
  7148.      
  7149.      
  7150.  }
  7151. </style>
  7152.  
  7153.  
  7154.  
  7155.  
  7156.  
  7157.  
  7158.  <div id="insta-feed"></div>
  7159.  <script>
  7160.    if (typeof instafeedLocalTitle === 'undefined') var instafeedLocalTitle = "";
  7161.    
  7162.  </script>
  7163.  
  7164.  
  7165.  
  7166.  
  7167.  
  7168.  
  7169. </div>
  7170. </div>
  7171.  
  7172.  
  7173. </section><section id="shopify-section-template--22342066635025__171229968328b07706" class="shopify-section section"><div class="page-width scroll-trigger animate--slide-in"><div id="shopify-block-judge_me_reviews_featured_carousel_QM6gMP" class="shopify-block shopify-app-block"><div style="margin:0 auto;max-width:1400px;">
  7174.  <div class='jdgm-carousel-wrapper'>
  7175.      <div class="jdgm-carousel-title-and-link">
  7176.        <h2 class='jdgm-carousel-title'>Let customers speak for us</h2>
  7177.        <span class="jdgm-all-reviews-rating-wrapper" href="javascript:void(0)">
  7178.          <span style="display:block" data-score='4.80' class='jdgm-all-reviews-rating' aria-label='4.80 stars' tabindex='0' role='img'></span>
  7179.          <span style="display: block" class='jdgm-carousel-number-of-reviews' data-number-of-reviews='5'>
  7180.            from 5 reviews
  7181.          </span>
  7182.        </span>
  7183.      </div>
  7184.    <section class='jdgm-widget jdgm-carousel jdgm-carousel--default-theme'> <style>.jdgm-carousel{display: none}</style> <style> .jdgm-xx{left:0}.jdgm-carousel-wrapper .jdgm-carousel__arrows .jdgm-carousel__right-arrow,.jdgm-carousel-wrapper .jdgm-carousel__arrows .jdgm-carousel__left-arrow{border-color:#000000}@media only screen and (min-width: 991px){.jdgm-carousel-wrapper .jdgm-carousel-item{width:50.0%}}.jdgm-carousel-item__timestamp{display:none !important}.jdgm-carousel-item__product-title{display:none !important}.jdgm-carousel-wrapper .jdgm-carousel-item__review{height:calc(72% - 1.4em)}.jdgm-carousel-wrapper .jdgm-carousel-item__product{height:0}.jdgm-carousel-wrapper .jdgm-carousel-item__review{height:calc(100% - 1.4em)}
  7185. </style> <div class='jdgm-carousel__item-container'> <div class='jdgm-carousel__item-wrapper'><div class='jdgm-carousel-item ' data-review-id='0ba70948-de26-432e-964c-d1ef27db160a'> <div class='jdgm-carousel-item__review'> <div class='jdgm-carousel-item__review-rating' tabindex='0' aria-label='5 stars' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </div> <div class='jdgm-carousel-item__review-content'> <div class='jdgm-carousel-item__review-title'>Good value for money</div> <div class='jdgm-carousel-item__review-body'><p>I used it for 20 days and I can say it's really good. I like that it has no sugar and if you mix it with smoothie there is no flavor or strange smell. My knee pain has improved. Really good product</p></div> </div> </div> <div class='jdgm-carousel-item__reviewer-name-wrapper'> <div class='jdgm-carousel-item__reviewer-name jdgm-ellipsis'> Hussein A. </div> <div class='jdgm-carousel-item__timestamp jdgm-ellipsis jdgm-spinner' data-time='10/02/2024'> 10/02/2024 </div> </div> <a class='jdgm-carousel-item__product ' href='/products/maxiliv-collagen-max-c-joint-support-supplement#judgeme_product_reviews'>  <div class='jdgm-carousel-item__product-title jdgm-ellipsis'> Maxiliv Collagen Max C - Joint Support Supplement </div> </a> </div><div class='jdgm-carousel-item ' data-review-id='bfb181e8-8882-4871-9303-2d1311c848a5'> <div class='jdgm-carousel-item__review'> <div class='jdgm-carousel-item__review-rating' tabindex='0' aria-label='5 stars' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </div> <div class='jdgm-carousel-item__review-content'> <div class='jdgm-carousel-item__review-title'>Finally I found a scrub I can use everyday.</div> <div class='jdgm-carousel-item__review-body'><p>Love this body scrub. Its creamy and light so you can use everyday. Soft exfoliation. Leaves skin noticeably smoother</p></div> </div> </div> <div class='jdgm-carousel-item__reviewer-name-wrapper'> <div class='jdgm-carousel-item__reviewer-name jdgm-ellipsis'> Latifa A. </div> <div class='jdgm-carousel-item__timestamp jdgm-ellipsis jdgm-spinner' data-time='07/15/2024'> 07/15/2024 </div> </div> <a class='jdgm-carousel-item__product ' href='/products/miara-essence-coffee-scrub-natural-coffee-scrub#judgeme_product_reviews'>  <div class='jdgm-carousel-item__product-title jdgm-ellipsis'> Miara Essence Coffee Scrub - Natural Coffee Scrub </div> </a> </div><div class='jdgm-carousel-item ' data-review-id='eb3c763c-d55d-4a8e-8d9a-dd95804ebc32'> <div class='jdgm-carousel-item__review'> <div class='jdgm-carousel-item__review-rating' tabindex='0' aria-label='5 stars' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </div> <div class='jdgm-carousel-item__review-content'> <div class='jdgm-carousel-item__review-title'>Very good ingredients mix highly recommend</div> <div class='jdgm-carousel-item__review-body'><p>I have been taking supplements for years. Now  I am getting older and want to benefit my skin and health in general, this product made my skin glow and took away my fatigue without any negative side effects.</p></div> </div> </div> <div class='jdgm-carousel-item__reviewer-name-wrapper'> <div class='jdgm-carousel-item__reviewer-name jdgm-ellipsis'> Yasmin N </div> <div class='jdgm-carousel-item__timestamp jdgm-ellipsis jdgm-spinner' data-time='07/04/2024'> 07/04/2024 </div> </div> <a class='jdgm-carousel-item__product ' href='/products/antiaging-capsules-wrinkle-reduction-capsules#judgeme_product_reviews'>  <div class='jdgm-carousel-item__product-title jdgm-ellipsis'> Plantus Repair Reflection Capsules - Antiaging Capsules </div> </a> </div><div class='jdgm-carousel-item ' data-review-id='0afb2481-40e0-439f-9238-c3e7b0fbb7e0'> <div class='jdgm-carousel-item__review'> <div class='jdgm-carousel-item__review-rating' tabindex='0' aria-label='5 stars' role='img'> <span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span><span class='jdgm-star jdgm--on'></span> </div> <div class='jdgm-carousel-item__review-content'> <div class='jdgm-carousel-item__review-title'>Rose Vasline</div> <div class='jdgm-carousel-item__review-body'><p>Is like Vaseline. But with rose.
  7186. <br />Softer. More hydrating.</p></div> </div> </div> <div class='jdgm-carousel-item__reviewer-name-wrapper'> <div class='jdgm-carousel-item__reviewer-name jdgm-ellipsis'> A.S.Darwish </div> <div class='jdgm-carousel-item__timestamp jdgm-ellipsis jdgm-spinner' data-time='05/01/2024'> 05/01/2024 </div> </div> <a class='jdgm-carousel-item__product ' href='/products/rose-face-cream-for-dry-skin#judgeme_product_reviews'>  <div class='jdgm-carousel-item__product-title jdgm-ellipsis'> Miara Essence Organic Rose Face Cream - For Dry Skin </div> </a> </div></div> </div> <div class='jdgm-carousel__arrows'> <div class='jdgm-carousel__left-arrow' tabindex="0"></div> <div class='jdgm-carousel__right-arrow' tabindex="0"></div> </div> </section> <section>  </section>
  7187.  </div>
  7188. </div>
  7189.  
  7190.  
  7191. </div>
  7192. </div>
  7193.  
  7194.  
  7195. </section>
  7196.    </main>
  7197. <style>
  7198. .whatsapp-icon{
  7199.    fill:#2CB742;
  7200.    width: 60px;
  7201.    height: 60px;
  7202.  
  7203.    position: fixed;
  7204.    bottom: 30px;
  7205.    right : 30px;
  7206.    z-index: 10;
  7207.  animation: mymove 1.5s infinite;
  7208. }
  7209. .whatsapp-icon2{
  7210.  
  7211.    position: fixed;
  7212.    bottom: 10px;
  7213.    right : 6px;
  7214.    z-index: 1;
  7215.  animation: mymove 0.5s infinite;
  7216. }
  7217. @keyframes mymove{
  7218. 50% {transform: rotate(10deg);}
  7219. }
  7220.  
  7221. </style>
  7222.  
  7223.  
  7224. <a target="_blank" rel="noopener" href="http://api.whatsapp.com/send?phone=971504029696&text=Product%20Link%20:https://makhzan.ae%0a%0a%0a%0aNo.%20of%20Quantity%20needed:1%0a%0aDelivery%20Address:(type%20here)" class="sales-point">
  7225. <svg aria-hidden="true" focusable="false" role="presentation" class="whatsapp-icon" viewBox="0 0 512 512"><path d="M260.062 32C138.605 32 40.134 129.701 40.134 250.232c0 41.23 11.532 79.79 31.559 112.687L32 480l121.764-38.682c31.508 17.285 67.745 27.146 106.298 27.146C381.535 468.464 480 370.749 480 250.232 480 129.701 381.535 32 260.062 32zm109.362 301.11c-5.174 12.827-28.574 24.533-38.899 25.072-10.314.547-10.608 7.994-66.84-16.434-56.225-24.434-90.052-83.844-92.719-87.67-2.669-3.812-21.78-31.047-20.749-58.455 1.038-27.413 16.047-40.346 21.404-45.725 5.351-5.387 11.486-6.352 15.232-6.413 4.428-.072 7.296-.132 10.573-.011 3.274.124 8.192-.685 12.45 10.639 4.256 11.323 14.443 39.153 15.746 41.989 1.302 2.839 2.108 6.126.102 9.771-2.012 3.653-3.042 5.935-5.961 9.083-2.935 3.148-6.174 7.042-8.792 9.449-2.92 2.665-5.97 5.572-2.9 11.269 3.068 5.693 13.653 24.356 29.779 39.736 20.725 19.771 38.598 26.329 44.098 29.317 5.515 3.004 8.806 2.67 12.226-.929 3.404-3.599 14.639-15.746 18.596-21.169 3.955-5.438 7.661-4.373 12.742-2.329 5.078 2.052 32.157 16.556 37.673 19.551 5.51 2.989 9.193 4.529 10.51 6.9 1.317 2.38.901 13.531-4.271 26.359z"/></svg>
  7226.  
  7227. <svg height="100" width="100"  class="whatsapp-icon2">
  7228.  <circle cx="50" cy="50" r="20"  fill="white" />
  7229. </svg>
  7230. </a>
  7231.    <!-- BEGIN sections: footer-group -->
  7232. <section id="shopify-section-sections--22342062342417__1710744610d3c81b1e" class="shopify-section shopify-section-group-footer-group section"><div class="page-width scroll-trigger animate--slide-in"><div id="shopify-block-trust_badge_master_trustpayment_div_block_nYigQR" class="shopify-block shopify-app-block"><!-- BEGIN app snippet: trustpayment_div -->
  7233.  
  7234. <script>
  7235. window.Heading2 = "Secured and trusted checkout with:";
  7236. </script>
  7237. <div class='hulkapps-payment-icons section_payment hulk_icon_false'></div>
  7238.  
  7239. <style>
  7240. @font-face {
  7241.  font-family: Lato;
  7242.  font-weight: 400;
  7243.  font-style: normal;
  7244.  src: url("//makhzan.ae/cdn/fonts/lato/lato_n4.c86cddcf8b15d564761aaa71b6201ea326f3648b.woff2?h1=bWFraHphbi11YWUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=bWFraHphbi5hZQ&h3=YWNjb3VudC5tYWtoemFuLmFl&hmac=3e795554af0223982f6c7a59a94a3342c48b479fea5680d48965bece35d67ce0") format("woff2"),
  7245.       url("//makhzan.ae/cdn/fonts/lato/lato_n4.e0ee1e2c008a0f429542630edf70be01045ac5e9.woff?h1=bWFraHphbi11YWUuYWNjb3VudC5teXNob3BpZnkuY29t&h2=bWFraHphbi5hZQ&h3=YWNjb3VudC5tYWtoemFuLmFl&hmac=a2098eb8f2d1b41d2d765b9e4fa17ad3d469ad7c3a93c44445de5dd38bab24c9") format("woff");
  7246. }
  7247.  
  7248. #shopify-block-trust_badge_master_trustpayment_div_block_nYigQR .hulk_icon_true .hulkapps_payment_wrapper ul li{display:inline-block!important;padding:0 10px!important;vertical-align:middle!important;margin-bottom:0!important}
  7249. #shopify-block-trust_badge_master_trustpayment_div_block_nYigQR .hulk_icon_true .hulkapps_payment_wrapper ul li img{width:40px!important}
  7250. #shopify-block-trust_badge_master_trustpayment_div_block_nYigQR .hulk_icon_true .hulkapps_payment_wrapper ul li svg{width:40px!important}
  7251. #shopify-block-trust_badge_master_trustpayment_div_block_nYigQR .hulk_icon_true .hulkapps_payment_wrapper ul li.payment--font{font-size:40px!important;color:#140f0f!important}
  7252. #shopify-block-trust_badge_master_trustpayment_div_block_nYigQR .hulk_icon_true .hulkapps_payment_wrapper ul li.payment--font [class*=' icofont-'],#shopify-block-trust_badge_master_trustpayment_div_block_nYigQR .hulk_icon_true .hulkapps_payment_wrapper ul li.payment--font [class^=icofont-]{font-size:40px!important;color:#140f0f!important}
  7253. @media only screen and (max-width:480px){
  7254. #shopify-block-trust_badge_master_trustpayment_div_block_nYigQR .hulk_icon_true .hulkapps_payment_wrapper ul li.payment--font{font-size:30px!important;}
  7255. #shopify-block-trust_badge_master_trustpayment_div_block_nYigQR .hulk_icon_true .hulkapps_payment_wrapper ul li.payment--font [class*=' icofont-'],#shopify-block-trust_badge_master_trustpayment_div_block_nYigQR .hulk_icon_true .hulkapps_payment_wrapper ul li.payment--font [class^=icofont-]{font-size:"+mobile_icon_size+"px!important;color:"+mobile_icon_color+"}
  7256. #shopify-block-trust_badge_master_trustpayment_div_block_nYigQR .hulk_icon_true .hulkapps_payment_wrapper ul li img{width:"+mobile_icon_size+"px!important}
  7257. #shopify-block-trust_badge_master_trustpayment_div_block_nYigQR .hulk_icon_true .hulkapps_payment_wrapper ul li svg{width:"+mobile_icon_size+"px!important}}
  7258. #shopify-block-trust_badge_master_trustpayment_div_block_nYigQR .hulk_icon_true .hulkapps_payment_wrapper .payment-icon{font-size:19px!important;color:#000000!important;text-align:center!important;font-family:Lato,sans-serif!important;font-style:normal!important;font-weight:400!important;text-transform:none!important}
  7259. #shopify-block-trust_badge_master_trustpayment_div_block_nYigQR .hulk_icon_true .hulkapps_payment_wrapper .payment--icon--list{margin-left:0!important;list-style:none!important}
  7260. #shopify-block-trust_badge_master_trustpayment_div_block_nYigQR .hulk_icon_true .hulkapps_payment_wrapper #payment_icon_list{text-align:center!important}
  7261. </style><!-- END app snippet --></div>
  7262. </div>
  7263.  
  7264.  
  7265. </section><div id="shopify-section-sections--22342062342417__footer" class="shopify-section shopify-section-group-footer-group">
  7266. <link href="//makhzan.ae/cdn/shop/t/12/assets/section-footer.css?v=72619989355558646551712479486" rel="stylesheet" type="text/css" media="all" />
  7267. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-newsletter.css?v=4727253280200485261712479486" rel="stylesheet" type="text/css" media="all" />
  7268. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-list-menu.css?v=151968516119678728991712479486" rel="stylesheet" type="text/css" media="all" />
  7269. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-list-payment.css?v=69253961410771838501712479486" rel="stylesheet" type="text/css" media="all" />
  7270. <link href="//makhzan.ae/cdn/shop/t/12/assets/component-list-social.css?v=35792976012981934991712479486" rel="stylesheet" type="text/css" media="all" />
  7271. <style data-shopify>.footer {
  7272.    margin-top: 0px;
  7273.  }
  7274.  
  7275.  .section-sections--22342062342417__footer-padding {
  7276.    padding-top: 30px;
  7277.    padding-bottom: 15px;
  7278.  }
  7279.  
  7280.  @media screen and (min-width: 750px) {
  7281.    .footer {
  7282.      margin-top: 0px;
  7283.    }
  7284.  
  7285.    .section-sections--22342062342417__footer-padding {
  7286.      padding-top: 40px;
  7287.      padding-bottom: 20px;
  7288.    }
  7289.  }</style><footer class="footer color-scheme-3 gradient section-sections--22342062342417__footer-padding"><div class="footer__content-top page-width"><div
  7290.            class="footer__blocks-wrapper grid grid--1-col grid--2-col grid--4-col-tablet  scroll-trigger animate--slide-in"
  7291.            
  7292.              data-cascade
  7293.            
  7294.          ><div
  7295.                class="footer-block grid__item scroll-trigger animate--slide-in"
  7296.                
  7297.                
  7298.                  data-cascade
  7299.                  style="--animation-order: 1;"
  7300.                
  7301.              ><h2 class="footer-block__heading inline-richtext">Makhzan Limited</h2><div class="footer-block__details-content rte">
  7302.                      <p>Experience the Makhzan Limited difference where natural skincare and wellness supplements come together to elevate your journey to radiant health and beauty. Our daily multivitamins nourish your body from within.</p>
  7303.                    </div></div><div
  7304.                class="footer-block grid__item scroll-trigger animate--slide-in"
  7305.                
  7306.                
  7307.                  data-cascade
  7308.                  style="--animation-order: 2;"
  7309.                
  7310.              ><div class="footer-block__brand-info"><div class="rte"><p></p></div>
  7311.  
  7312. <ul class="list-unstyled list-social footer__list-social" role="list"><li class="list-social__item">
  7313.      <a href="https://www.facebook.com/profile.php?id=100090468172891&mibextid=ZbWKwL" class="link list-social__link"><svg aria-hidden="true" focusable="false" class="icon icon-facebook" viewBox="0 0 20 20">
  7314.  <path fill="currentColor" d="M18 10.049C18 5.603 14.419 2 10 2c-4.419 0-8 3.603-8 8.049C2 14.067 4.925 17.396 8.75 18v-5.624H6.719v-2.328h2.03V8.275c0-2.017 1.195-3.132 3.023-3.132.874 0 1.79.158 1.79.158v1.98h-1.009c-.994 0-1.303.621-1.303 1.258v1.51h2.219l-.355 2.326H11.25V18c3.825-.604 6.75-3.933 6.75-7.951Z"/>
  7315. </svg>
  7316. <span class="visually-hidden">Facebook</span>
  7317.      </a>
  7318.    </li><li class="list-social__item">
  7319.      <a href="https://www.instagram.com/makhzanuae?igsh=d3ZlMTNjemRucWFz" class="link list-social__link"><svg aria-hidden="true" focusable="false" class="icon icon-instagram" viewBox="0 0 20 20">
  7320.  <path fill="currentColor" fill-rule="evenodd" d="M13.23 3.492c-.84-.037-1.096-.046-3.23-.046-2.144 0-2.39.01-3.238.055-.776.027-1.195.164-1.487.273a2.43 2.43 0 0 0-.912.593 2.486 2.486 0 0 0-.602.922c-.11.282-.238.702-.274 1.486-.046.84-.046 1.095-.046 3.23 0 2.134.01 2.39.046 3.229.004.51.097 1.016.274 1.495.145.365.319.639.602.913.282.282.538.456.92.602.474.176.974.268 1.479.273.848.046 1.103.046 3.238.046 2.134 0 2.39-.01 3.23-.046.784-.036 1.203-.164 1.486-.273.374-.146.648-.329.921-.602.283-.283.447-.548.602-.922.177-.476.27-.979.274-1.486.037-.84.046-1.095.046-3.23 0-2.134-.01-2.39-.055-3.229-.027-.784-.164-1.204-.274-1.495a2.43 2.43 0 0 0-.593-.913 2.604 2.604 0 0 0-.92-.602c-.284-.11-.703-.237-1.488-.273ZM6.697 2.05c.857-.036 1.131-.045 3.302-.045 1.1-.014 2.202.001 3.302.045.664.014 1.321.14 1.943.374a3.968 3.968 0 0 1 1.414.922c.41.397.728.88.93 1.414.23.622.354 1.279.365 1.942C18 7.56 18 7.824 18 10.005c0 2.17-.01 2.444-.046 3.292-.036.858-.173 1.442-.374 1.943-.2.53-.474.976-.92 1.423a3.896 3.896 0 0 1-1.415.922c-.51.191-1.095.337-1.943.374-.857.036-1.122.045-3.302.045-2.171 0-2.445-.009-3.302-.055-.849-.027-1.432-.164-1.943-.364a4.152 4.152 0 0 1-1.414-.922 4.128 4.128 0 0 1-.93-1.423c-.183-.51-.329-1.085-.365-1.943C2.009 12.45 2 12.167 2 10.004c0-2.161 0-2.435.055-3.302.027-.848.164-1.432.365-1.942a4.44 4.44 0 0 1 .92-1.414 4.18 4.18 0 0 1 1.415-.93c.51-.183 1.094-.33 1.943-.366Zm.427 4.806a4.105 4.105 0 1 1 5.805 5.805 4.105 4.105 0 0 1-5.805-5.805Zm1.882 5.371a2.668 2.668 0 1 0 2.042-4.93 2.668 2.668 0 0 0-2.042 4.93Zm5.922-5.942a.958.958 0 1 1-1.355-1.355.958.958 0 0 1 1.355 1.355Z" clip-rule="evenodd"/>
  7321. </svg>
  7322. <span class="visually-hidden">Instagram</span>
  7323.      </a>
  7324.    </li><li class="list-social__item">
  7325.       <a href="https://www.linkedin.com/company/makhzanuae/"  class="link list-social__link"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-linkedin"viewBox="0 0 50 50">
  7326. <path d="M 9 4 C 6.2504839 4 4 6.2504839 4 9 L 4 41 C 4 43.749516 6.2504839 46 9 46 L 41 46 C 43.749516 46 46 43.749516 46 41 L 46 9 C 46 6.2504839 43.749516 4 41 4 L 9 4 z M 9 6 L 41 6 C 42.668484 6 44 7.3315161 44 9 L 44 41 C 44 42.668484 42.668484 44 41 44 L 9 44 C 7.3315161 44 6 42.668484 6 41 L 6 9 C 6 7.3315161 7.3315161 6 9 6 z M 14 11.011719 C 12.904779 11.011719 11.919219 11.339079 11.189453 11.953125 C 10.459687 12.567171 10.011719 13.484511 10.011719 14.466797 C 10.011719 16.333977 11.631285 17.789609 13.691406 17.933594 A 0.98809878 0.98809878 0 0 0 13.695312 17.935547 A 0.98809878 0.98809878 0 0 0 14 17.988281 C 16.27301 17.988281 17.988281 16.396083 17.988281 14.466797 A 0.98809878 0.98809878 0 0 0 17.986328 14.414062 C 17.884577 12.513831 16.190443 11.011719 14 11.011719 z M 14 12.988281 C 15.392231 12.988281 15.94197 13.610038 16.001953 14.492188 C 15.989803 15.348434 15.460091 16.011719 14 16.011719 C 12.614594 16.011719 11.988281 15.302225 11.988281 14.466797 C 11.988281 14.049083 12.140703 13.734298 12.460938 13.464844 C 12.78117 13.19539 13.295221 12.988281 14 12.988281 z M 11 19 A 1.0001 1.0001 0 0 0 10 20 L 10 39 A 1.0001 1.0001 0 0 0 11 40 L 17 40 A 1.0001 1.0001 0 0 0 18 39 L 18 33.134766 L 18 20 A 1.0001 1.0001 0 0 0 17 19 L 11 19 z M 20 19 A 1.0001 1.0001 0 0 0 19 20 L 19 39 A 1.0001 1.0001 0 0 0 20 40 L 26 40 A 1.0001 1.0001 0 0 0 27 39 L 27 29 C 27 28.170333 27.226394 27.345035 27.625 26.804688 C 28.023606 26.264339 28.526466 25.940057 29.482422 25.957031 C 30.468166 25.973981 30.989999 26.311669 31.384766 26.841797 C 31.779532 27.371924 32 28.166667 32 29 L 32 39 A 1.0001 1.0001 0 0 0 33 40 L 39 40 A 1.0001 1.0001 0 0 0 40 39 L 40 28.261719 C 40 25.300181 39.122788 22.95433 37.619141 21.367188 C 36.115493 19.780044 34.024172 19 31.8125 19 C 29.710483 19 28.110853 19.704889 27 20.423828 L 27 20 A 1.0001 1.0001 0 0 0 26 19 L 20 19 z M 12 21 L 16 21 L 16 33.134766 L 16 38 L 12 38 L 12 21 z M 21 21 L 25 21 L 25 22.560547 A 1.0001 1.0001 0 0 0 26.798828 23.162109 C 26.798828 23.162109 28.369194 21 31.8125 21 C 33.565828 21 35.069366 21.582581 36.167969 22.742188 C 37.266572 23.901794 38 25.688257 38 28.261719 L 38 38 L 34 38 L 34 29 C 34 27.833333 33.720468 26.627107 32.990234 25.646484 C 32.260001 24.665862 31.031834 23.983076 29.517578 23.957031 C 27.995534 23.930001 26.747519 24.626988 26.015625 25.619141 C 25.283731 26.611293 25 27.829667 25 29 L 25 38 L 21 38 L 21 21 z"></path>
  7327. </svg><span class="visually-hidden">Linkedin</span>
  7328.       </a>
  7329.    </li><li class="list-social__item">
  7330.      <a href="https://www.youtube.com/channel/UCTKjlgUy_-Jn0CIOYXbVaYg" class="link list-social__link"><svg aria-hidden="true" focusable="false" class="icon icon-youtube" viewBox="0 0 20 20">
  7331.  <path fill="currentColor" d="M18.16 5.87c.34 1.309.34 4.08.34 4.08s0 2.771-.34 4.08a2.125 2.125 0 0 1-1.53 1.53c-1.309.34-6.63.34-6.63.34s-5.321 0-6.63-.34a2.125 2.125 0 0 1-1.53-1.53c-.34-1.309-.34-4.08-.34-4.08s0-2.771.34-4.08a2.173 2.173 0 0 1 1.53-1.53C4.679 4 10 4 10 4s5.321 0 6.63.34a2.173 2.173 0 0 1 1.53 1.53ZM8.3 12.5l4.42-2.55L8.3 7.4v5.1Z"/>
  7332. </svg>
  7333. <span class="visually-hidden">YouTube</span>
  7334.      </a>
  7335.    </li><li class="list-social__item">
  7336.      <a href="https://www.tiktok.com/@makhzanuae" class="link list-social__link"><svg aria-hidden="true" focusable="false" class="icon icon-tiktok" viewBox="0 0 20 20">
  7337.  <path fill="currentColor" d="M10.511 1.705h2.74s-.157 3.51 3.795 3.768v2.711s-2.114.129-3.796-1.158l.028 5.606A5.073 5.073 0 1 1 8.213 7.56h.708v2.785a2.298 2.298 0 1 0 1.618 2.205L10.51 1.705Z"/>
  7338. </svg>
  7339. <span class="visually-hidden">TikTok</span>
  7340.      </a>
  7341.    </li><li class="list-social__item">
  7342.      <a href="https://twitter.com/Makhzanuae" class="link list-social__link"><svg aria-hidden="true" focusable="false" class="icon icon-twitter" viewBox="0 0 20 20">
  7343.  <path fill="currentColor" d="M18.608 4.967a7.364 7.364 0 0 1-1.758 1.828c0 .05 0 .13.02.23l.02.232a10.014 10.014 0 0 1-1.697 5.565 11.023 11.023 0 0 1-2.029 2.29 9.13 9.13 0 0 1-2.832 1.607 10.273 10.273 0 0 1-8.94-.985c.342.02.613.04.834.04 1.647 0 3.114-.502 4.4-1.506a3.616 3.616 0 0 1-3.315-2.46c.528.128 1.08.107 1.597-.061a3.485 3.485 0 0 1-2.029-1.216 3.385 3.385 0 0 1-.803-2.23v-.03c.462.242.984.372 1.587.402A3.465 3.465 0 0 1 2.116 5.76c0-.612.14-1.205.452-1.798a9.723 9.723 0 0 0 3.214 2.612A10.044 10.044 0 0 0 9.88 7.649a3.013 3.013 0 0 1-.13-.804c0-.974.34-1.808 1.034-2.49a3.466 3.466 0 0 1 2.561-1.035 3.505 3.505 0 0 1 2.551 1.104 6.812 6.812 0 0 0 2.24-.853 3.415 3.415 0 0 1-1.547 1.948 7.732 7.732 0 0 0 2.02-.542v-.01Z"/>
  7344. </svg>
  7345. <span class="visually-hidden">Twitter</span>
  7346.      </a>
  7347.    </li><li class="list-social__item">
  7348.      <a href="https://www.pinterest.com/MakhzanUAE/" class="link list-social__link"><svg aria-hidden="true" focusable="false" class="icon icon-pinterest" viewBox="0 0 20 20">
  7349.  <path fill="currentColor" d="M10 2.01c2.124.01 4.16.855 5.666 2.353a8.087 8.087 0 0 1 1.277 9.68A7.952 7.952 0 0 1 10 18.04a8.164 8.164 0 0 1-2.276-.307c.403-.653.672-1.24.816-1.729l.567-2.2c.134.27.393.5.768.702.384.192.768.297 1.19.297.836 0 1.585-.24 2.248-.72a4.678 4.678 0 0 0 1.537-1.969c.37-.89.554-1.848.537-2.813 0-1.249-.48-2.315-1.43-3.227a5.061 5.061 0 0 0-3.65-1.374c-.893 0-1.729.154-2.478.461a5.023 5.023 0 0 0-3.236 4.552c0 .72.134 1.355.413 1.902.269.538.672.922 1.22 1.152.096.039.182.039.25 0 .066-.028.114-.096.143-.192l.173-.653c.048-.144.02-.288-.105-.432a2.257 2.257 0 0 1-.548-1.565 3.803 3.803 0 0 1 3.976-3.861c1.047 0 1.863.288 2.44.855.585.576.883 1.315.883 2.228 0 .768-.106 1.479-.317 2.122a3.813 3.813 0 0 1-.893 1.556c-.384.384-.836.576-1.345.576-.413 0-.749-.144-1.018-.451-.259-.307-.345-.672-.25-1.085.147-.514.298-1.026.452-1.537l.173-.701c.057-.25.086-.451.086-.624 0-.346-.096-.634-.269-.855-.192-.22-.451-.336-.797-.336-.432 0-.797.192-1.085.595-.288.394-.442.893-.442 1.499.005.374.063.746.173 1.104l.058.144c-.576 2.478-.913 3.938-1.037 4.36-.116.528-.154 1.153-.125 1.863A8.067 8.067 0 0 1 2 10.03c0-2.208.778-4.11 2.343-5.666A7.721 7.721 0 0 1 10 2.001v.01Z"/>
  7350. </svg>
  7351. <span class="visually-hidden">Pinterest</span>
  7352.      </a>
  7353.    </li>
  7354.    <br></br>
  7355.    <li class="list-social__item">
  7356.        <a href="https://api.whatsapp.com/send?phone=971504029696&text=Hello%Makhzan%20"  class="link list-social__link"><svg aria-hidden="true" focusable="false" class="icon icon-whatsapp" viewBox="0 0 512 512">
  7357. <path d="M260.062 32C138.605 32 40.134 129.701 40.134 250.232c0 41.23 11.532 79.79 31.559 112.687L32 480l121.764-38.682c31.508 17.285 67.745 27.146 106.298 27.146C381.535 468.464 480 370.749 480 250.232 480 129.701 381.535 32 260.062 32zm109.362 301.11c-5.174 12.827-28.574 24.533-38.899 25.072-10.314.547-10.608 7.994-66.84-16.434-56.225-24.434-90.052-83.844-92.719-87.67-2.669-3.812-21.78-31.047-20.749-58.455 1.038-27.413 16.047-40.346 21.404-45.725 5.351-5.387 11.486-6.352 15.232-6.413 4.428-.072 7.296-.132 10.573-.011 3.274.124 8.192-.685 12.45 10.639 4.256 11.323 14.443 39.153 15.746 41.989 1.302 2.839 2.108 6.126.102 9.771-2.012 3.653-3.042 5.935-5.961 9.083-2.935 3.148-6.174 7.042-8.792 9.449-2.92 2.665-5.97 5.572-2.9 11.269 3.068 5.693 13.653 24.356 29.779 39.736 20.725 19.771 38.598 26.329 44.098 29.317 5.515 3.004 8.806 2.67 12.226-.929 3.404-3.599 14.639-15.746 18.596-21.169 3.955-5.438 7.661-4.373 12.742-2.329 5.078 2.052 32.157 16.556 37.673 19.551 5.51 2.989 9.193 4.529 10.51 6.9 1.317 2.38.901 13.531-4.271 26.359z"></path>
  7358. </svg>
  7359.              
  7360. &nbsp;&nbsp;
  7361.           <span>+971 50 402 9696</span>
  7362.        </a>
  7363.     </li>
  7364.     <br></br></ul>
  7365. </div></div><div
  7366.                class="footer-block grid__item footer-block--menu scroll-trigger animate--slide-in"
  7367.                
  7368.                
  7369.                  data-cascade
  7370.                  style="--animation-order: 3;"
  7371.                
  7372.              ><h2 class="footer-block__heading inline-richtext">Quick links</h2><ul class="footer-block__details-content list-unstyled"><li>
  7373.                            <a
  7374.                              href="/"
  7375.                              class="link link--text list-menu__item list-menu__item--link list-menu__item--active"
  7376.                            >
  7377.                              Home
  7378.                            </a>
  7379.                          </li><li>
  7380.                            <a
  7381.                              href="/collections/best-sellers"
  7382.                              class="link link--text list-menu__item list-menu__item--link"
  7383.                            >
  7384.                              Shop
  7385.                            </a>
  7386.                          </li><li>
  7387.                            <a
  7388.                              href="/pages/about-us"
  7389.                              class="link link--text list-menu__item list-menu__item--link"
  7390.                            >
  7391.                              About us
  7392.                            </a>
  7393.                          </li><li>
  7394.                            <a
  7395.                              href="/pages/blogs"
  7396.                              class="link link--text list-menu__item list-menu__item--link"
  7397.                            >
  7398.                              Blogs
  7399.                            </a>
  7400.                          </li><li>
  7401.                            <a
  7402.                              href="/pages/contact"
  7403.                              class="link link--text list-menu__item list-menu__item--link"
  7404.                            >
  7405.                              Contact
  7406.                            </a>
  7407.                          </li></ul></div><div
  7408.                class="footer-block grid__item scroll-trigger animate--slide-in"
  7409.                
  7410.                
  7411.                  data-cascade
  7412.                  style="--animation-order: 4;"
  7413.                
  7414.              ><div class="footer-block__details-content footer-block-image center"><div
  7415.                          class="footer-block__image-wrapper"
  7416.                          style="max-width: min(100%, 215px);"
  7417.                        >
  7418.                          <img
  7419.                            srcset="//makhzan.ae/cdn/shop/files/makhzan-logo_2.png?v=1710752318&width=215, //makhzan.ae/cdn/shop/files/makhzan-logo_2.png?v=1710752318&width=430 2x"
  7420.                            src="//makhzan.ae/cdn/shop/files/makhzan-logo_2.png?v=1710752318&width=760"
  7421.                            alt="Makhzan UAE . For natural and organic products"
  7422.                          
  7423.                            width="438"
  7424.                            height="125"
  7425.                          >
  7426.                        </div></div></div></div><div
  7427.          class="footer-block--newsletter scroll-trigger animate--slide-in"
  7428.          
  7429.            data-cascade
  7430.          
  7431.        ><div class="footer-block__newsletter"><h2 class="footer-block__heading inline-richtext">Get our updates. Save 25% on your next order</h2><form method="post" action="/contact#ContactFooter" id="ContactFooter" accept-charset="UTF-8" class="footer__newsletter newsletter-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="contact[tags]" value="newsletter">
  7432.                <div class="newsletter-form__field-wrapper">
  7433.                  <div class="field">
  7434.                    <input
  7435.                      id="NewsletterForm--sections--22342062342417__footer"
  7436.                      type="email"
  7437.                      name="contact[email]"
  7438.                      class="field__input"
  7439.                      value=""
  7440.                      aria-required="true"
  7441.                      autocorrect="off"
  7442.                      autocapitalize="off"
  7443.                      autocomplete="email"
  7444.                      
  7445.                      placeholder="Email"
  7446.                      required
  7447.                    >
  7448.                    <label class="field__label" for="NewsletterForm--sections--22342062342417__footer">
  7449.                      Email
  7450.                    </label>
  7451.                    <button
  7452.                      type="submit"
  7453.                      class="newsletter-form__button field__button"
  7454.                      name="commit"
  7455.                      id="Subscribe"
  7456.                      aria-label="Subscribe"
  7457.                    >
  7458.                      <svg
  7459.  viewBox="0 0 14 10"
  7460.  fill="none"
  7461.  aria-hidden="true"
  7462.  focusable="false"
  7463.  class="icon icon-arrow"
  7464.  xmlns="http://www.w3.org/2000/svg"
  7465. >
  7466.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  7467. </svg>
  7468.  
  7469.                    </button>
  7470.                  </div></div></form></div></div>
  7471.      </div><div
  7472.    class="footer__content-bottom scroll-trigger animate--slide-in"
  7473.    
  7474.      data-cascade
  7475.    
  7476.  >
  7477.    <div class="footer__content-bottom-wrapper page-width">
  7478.      <div class="footer__column footer__localization isolate"><noscript><form method="post" action="/localization" id="FooterLanguageFormNoScript" accept-charset="UTF-8" class="localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/?srsltid=AfmBOooRUjhkXFsHgSHUWtG0UbU1_5dSu6c-IxA9ZUa4SUKUEM08EHD2" /><div class="localization-form__select">
  7479.                <h2 class="visually-hidden" id="FooterLanguageLabelNoScript">
  7480.                  Language
  7481.                </h2>
  7482.                <select
  7483.                  class="localization-selector link"
  7484.                  name="locale_code"
  7485.                  aria-labelledby="FooterLanguageLabelNoScript"
  7486.                ><option
  7487.                      value="en"
  7488.                      lang="en"
  7489.                        selected
  7490.                      
  7491.                    >
  7492.                      English
  7493.                    </option><option
  7494.                      value="ar"
  7495.                      lang="ar"
  7496.                    >
  7497.                      العربية
  7498.                    </option></select>
  7499.                <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
  7500.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  7501. </svg>
  7502.  
  7503.              </div>
  7504.              <button class="button button--tertiary">Update language</button></form></noscript>
  7505.  
  7506.          <localization-form><form method="post" action="/localization" id="FooterLanguageForm" accept-charset="UTF-8" class="localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/?srsltid=AfmBOooRUjhkXFsHgSHUWtG0UbU1_5dSu6c-IxA9ZUa4SUKUEM08EHD2" /><div class="no-js-hidden">
  7507.                <h2 class="caption-large text-body" id="FooterLanguageLabel">
  7508.                  Language
  7509.                </h2><div class="disclosure">
  7510.  <button
  7511.    type="button"
  7512.    class="disclosure__button localization-form__select localization-selector link link--text caption-large"
  7513.    aria-expanded="false"
  7514.    aria-controls="FooterLanguageList"
  7515.    aria-describedby="FooterLanguageLabel"
  7516.  >
  7517.    <span>English</span>
  7518.    <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
  7519.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  7520. </svg>
  7521.  
  7522.  </button>
  7523.  <div class="disclosure__list-wrapper" hidden>
  7524.    <ul id="FooterLanguageList" role="list" class="disclosure__list list-unstyled"><li class="disclosure__item" tabindex="-1">
  7525.          <a
  7526.            class="link link--text disclosure__link caption-large focus-inset"
  7527.            href="#"
  7528.            hreflang="en"
  7529.            lang="en"
  7530.            
  7531.              aria-current="true"
  7532.            
  7533.            data-value="en"
  7534.          >
  7535.            <span
  7536.              
  7537.            ><svg
  7538.  class="icon icon-checkmark"
  7539.  aria-hidden="true"
  7540.  focusable="false"
  7541.  xmlns="http://www.w3.org/2000/svg"
  7542.  viewBox="0 0 12 9"
  7543.  fill="none"
  7544. >
  7545.  <path fill-rule="evenodd" clip-rule="evenodd" d="M11.35.643a.5.5 0 01.006.707l-6.77 6.886a.5.5 0 01-.719-.006L.638 4.845a.5.5 0 11.724-.69l2.872 3.011 6.41-6.517a.5.5 0 01.707-.006h-.001z" fill="currentColor"/>
  7546. </svg>
  7547. </span>
  7548.            <span>
  7549.              English
  7550.            </span>
  7551.          </a>
  7552.        </li><li class="disclosure__item" tabindex="-1">
  7553.          <a
  7554.            class="link link--text disclosure__link caption-large focus-inset"
  7555.            href="#"
  7556.            hreflang="ar"
  7557.            lang="ar"
  7558.            
  7559.            data-value="ar"
  7560.          >
  7561.            <span
  7562.              
  7563.                class="visibility-hidden"
  7564.              
  7565.            ><svg
  7566.  class="icon icon-checkmark"
  7567.  aria-hidden="true"
  7568.  focusable="false"
  7569.  xmlns="http://www.w3.org/2000/svg"
  7570.  viewBox="0 0 12 9"
  7571.  fill="none"
  7572. >
  7573.  <path fill-rule="evenodd" clip-rule="evenodd" d="M11.35.643a.5.5 0 01.006.707l-6.77 6.886a.5.5 0 01-.719-.006L.638 4.845a.5.5 0 11.724-.69l2.872 3.011 6.41-6.517a.5.5 0 01.707-.006h-.001z" fill="currentColor"/>
  7574. </svg>
  7575. </span>
  7576.            <span>
  7577.              العربية
  7578.            </span>
  7579.          </a>
  7580.        </li></ul>
  7581.  </div>
  7582. </div>
  7583. <input type="hidden" name="locale_code" value="en">
  7584. </div></form></localization-form></div>
  7585.      <div class="footer__column footer__column--info"></div>
  7586.    </div>
  7587.    <div class="footer__content-bottom-wrapper page-width">
  7588.      <div class="footer__copyright caption">
  7589.        <small class="copyright__content"
  7590.          >&copy; 2024, <a href="/" title="">Makhzan UAE</a></small><ul class="policies list-unstyled"><li>
  7591.                  <small class="copyright__content"
  7592.                    ><a href="/policies/refund-policy">Refund policy</a></small
  7593.                  >
  7594.                </li><li>
  7595.                  <small class="copyright__content"
  7596.                    ><a href="/policies/privacy-policy">Privacy policy</a></small
  7597.                  >
  7598.                </li><li>
  7599.                  <small class="copyright__content"
  7600.                    ><a href="/policies/terms-of-service">Terms of service</a></small
  7601.                  >
  7602.                </li><li>
  7603.                  <small class="copyright__content"
  7604.                    ><a href="/policies/shipping-policy">Shipping policy</a></small
  7605.                  >
  7606.                </li><li>
  7607.                  <small class="copyright__content"
  7608.                    ><a href="/policies/contact-information">Contact information</a></small
  7609.                  >
  7610.                </li><li>
  7611.                  <small class="copyright__content"
  7612.                    ><a href="/policies/subscription-policy">Cancellation policy</a></small
  7613.                  >
  7614.                </li></ul></div>
  7615.    </div>
  7616.  </div>
  7617. </footer>
  7618.  
  7619.  
  7620. <style> #shopify-section-sections--22342062342417__footer .link {text-decoration: none;} #shopify-section-sections--22342062342417__footer .footer-block__brand-info .footer__list-social.list-social {width: 70%;} </style></div>
  7621. <!-- END sections: footer-group -->
  7622.  
  7623.    <ul hidden>
  7624.      <li id="a11y-refresh-page-message">Choosing a selection results in a full page refresh.</li>
  7625.      <li id="a11y-new-window-message">Opens in a new window.</li>
  7626.    </ul>
  7627.  
  7628.    <script>
  7629.      window.shopUrl = 'https://makhzan.ae';
  7630.      window.routes = {
  7631.        cart_add_url: '/cart/add',
  7632.        cart_change_url: '/cart/change',
  7633.        cart_update_url: '/cart/update',
  7634.        cart_url: '/cart',
  7635.        predictive_search_url: '/search/suggest',
  7636.      };
  7637.  
  7638.      window.cartStrings = {
  7639.        error: `There was an error while updating your cart. Please try again.`,
  7640.        quantityError: `You can only add [quantity] of this item to your cart.`,
  7641.      };
  7642.  
  7643.      window.variantStrings = {
  7644.        addToCart: `Add to cart`,
  7645.        soldOut: `Sold out`,
  7646.        unavailable: `Unavailable`,
  7647.        unavailable_with_option: `[value] - Unavailable`,
  7648.      };
  7649.  
  7650.      window.quickOrderListStrings = {
  7651.        itemsAdded: `[quantity] items added`,
  7652.        itemAdded: `[quantity] item added`,
  7653.        itemsRemoved: `[quantity] items removed`,
  7654.        itemRemoved: `[quantity] item removed`,
  7655.        viewCart: `View cart`,
  7656.        each: `[money]/ea`,
  7657.      };
  7658.  
  7659.      window.accessibilityStrings = {
  7660.        imageAvailable: `Image [index] is now available in gallery view`,
  7661.        shareSuccess: `Link copied to clipboard`,
  7662.        pauseSlideshow: `Pause slideshow`,
  7663.        playSlideshow: `Play slideshow`,
  7664.        recipientFormExpanded: `Gift card recipient form expanded`,
  7665.        recipientFormCollapsed: `Gift card recipient form collapsed`,
  7666.        countrySelectorSearchCount: `[count] countries/regions found`,
  7667.      };
  7668.    </script><script type="noscript-s" data-src="//makhzan.ae/cdn/shop/t/12/assets/predictive-search.js?v=162273246065392412141712479486" defer="defer"></script><script>
  7669.  
  7670. (function () {
  7671.  var windowWidth, loaded = false, lazyLoadByPx = 200;
  7672.  
  7673.  // Initialize lazy loading
  7674.  function init() {
  7675.    if (!loaded) {
  7676.      loaded = true;
  7677.      lazyLoadImg();
  7678.      lazyLoadBackground();
  7679.      lazyLoadCss();
  7680.      lazyLoadScripts();
  7681.    }
  7682.  }
  7683.  
  7684.  // Insert an element after a reference element
  7685.  function insertAfter(newNode, referenceNode) {
  7686.    try {
  7687.      referenceNode.parentNode.insertBefore(newNode, referenceNode.nextSibling);
  7688.    } catch (error) {
  7689.      console.log(error);
  7690.    }
  7691.  }
  7692.  
  7693.  // Lazy load images
  7694.  function lazyLoadImg() {
  7695.    let images = document.querySelectorAll("img.opt_lazy");
  7696.    let windowHeight = window.innerHeight;
  7697.  
  7698.    for (let i = 0; i < images.length; i++) {
  7699.      let rect = images[i].getBoundingClientRect();
  7700.      if (rect.top !== 0 && rect.top - windowHeight < lazyLoadByPx) {
  7701.        let src = windowWidth < 600
  7702.          ? (images[i].dataset.mobsrc === undefined ? images[i].getAttribute("data-src")
  7703.            : images[i].dataset.mobsrc) : images[i].dataset.src === undefined ? images[i].getAttribute("data-src") : images[i].dataset.src;
  7704.  
  7705.        let srcset = images[i].getAttribute("data-srcset");
  7706.  
  7707.        if (src !== null && src !== "") {
  7708.          images[i].src = src;
  7709.        }
  7710.        if (srcset !== null && srcset !== "") {
  7711.          images[i].srcset = srcset;
  7712.        }
  7713.        images[i].classList.remove("opt_lazy");
  7714.      }
  7715.    }
  7716.  }
  7717.  
  7718.  // Lazy load background images
  7719.  function lazyLoadBackground() {
  7720.    let lazyBackgrounds = document.querySelectorAll(".opt_bg_lazy");
  7721.    lazyBackgrounds.forEach(function (element) {
  7722.      let lazybg = windowWidth < 600
  7723.        ? (element.dataset.mobstyle === undefined ? element.dataset.bg : element.dataset.mobstyle)
  7724.        : element.dataset.bg === undefined ? element.dataset.bg : element.dataset.bg;
  7725.  
  7726.      if (lazybg !== null && lazybg !== "") {
  7727.        element.style.backgroundImage = lazybg;
  7728.      }
  7729.      element.classList.remove("opt_bg_lazy");
  7730.    });
  7731.  }
  7732.  
  7733.  // Lazy load CSS
  7734.  function lazyLoadCss() {
  7735.    let links = document.querySelectorAll("link[data-href]");
  7736.    for (let i = 0; i < links.length; i++) {
  7737.      let newLink = document.createElement("link");
  7738.      newLink.href = links[i].getAttribute("data-href");
  7739.      newLink.rel = "stylesheet";
  7740.      delete links[i].dataset.href;
  7741.      links[i].parentNode.insertBefore(newLink, links[i]);
  7742.      links[i].parentNode.removeChild(links[i]);
  7743.    }
  7744.  }
  7745.  
  7746.  // Load external JS from a script element
  7747.  function loadRemoteScript(scriptElement) {
  7748.    let newScript = document.createElement("script");
  7749.    if (scriptElement.attributes !== undefined) {
  7750.      for (let i = 0, attribute; i < scriptElement.attributes.length; i++) {
  7751.        attribute = scriptElement.attributes[i];
  7752.        if (attribute.name !== "type" && attribute.nodeName !== "data-src") {
  7753.          newScript.setAttribute(attribute.name, attribute.value);
  7754.        }
  7755.      }
  7756.    }
  7757.    newScript.src = scriptElement.getAttribute("data-src");
  7758.    insertAfter(newScript, scriptElement);
  7759.    delete scriptElement.dataset.src;
  7760.    delete scriptElement.type;
  7761.    scriptElement.parentNode.removeChild(scriptElement);
  7762.    return newScript;
  7763.  }
  7764.  
  7765.  // Load inline JS from a single script element
  7766.  function loadInlineScript(scriptElement) {
  7767.  
  7768.    let newScript = document.createElement("script");
  7769.    for (let i = 0; i < scriptElement.attributes.length; i++) {
  7770.      let attribute = scriptElement.attributes[i];
  7771.      if (attribute.name !== "type") {
  7772.        newScript.setAttribute(attribute.name, attribute.value);
  7773.      }
  7774.    }
  7775.    newScript.innerHTML = scriptElement.innerHTML;
  7776.    insertAfter(newScript, scriptElement);
  7777.    scriptElement.parentNode.removeChild(scriptElement);
  7778.  }
  7779.  
  7780.  // Lazy load scripts
  7781.  function lazyLoadScripts() {
  7782.    let scripts = document.querySelectorAll("script[type=noscript-s]");
  7783.    if (scripts.length < 1) {
  7784.      setTimeout(() => {
  7785.        let event = new Event("wnw_load");
  7786.        window.dispatchEvent(event);
  7787.      }, 200);
  7788.      return;
  7789.    }
  7790.    if (scripts[0].getAttribute("data-src") !== null) {
  7791.      let loadedScript = loadRemoteScript(scripts[0]);
  7792.      loadedScript.onload = function () {
  7793.        lazyLoadScripts();
  7794.      };
  7795.      loadedScript.onerror = function () {
  7796.        lazyLoadScripts();
  7797.      };
  7798.    } else {
  7799.      loadInlineScript(scripts[0]);
  7800.      lazyLoadScripts();
  7801.    }
  7802.  }
  7803.  
  7804.  
  7805.  // Initialize on DOMContentLoaded
  7806.  document.addEventListener("DOMContentLoaded", function () {
  7807.    windowWidth = screen.width;
  7808.    window.addEventListener("scroll", function () {
  7809.      lazyLoadImg();
  7810.      init();
  7811.    });
  7812.    window.addEventListener("mousemove", function () {
  7813.      lazyLoadImg();
  7814.      init();
  7815.    });
  7816.    //lazyLoadImg();
  7817.    window.addEventListener("touchstart", function () {
  7818.      lazyLoadImg();
  7819.      init();
  7820.    });
  7821.  });
  7822.  
  7823.  // Initialize on window load
  7824.  window.addEventListener('load', function () {
  7825.    console.log('Load FIRE');
  7826.    setTimeout(() => {
  7827.      init();
  7828.    }, 6000);
  7829.  });
  7830.  
  7831.  })();
  7832.  
  7833. </script>
  7834.  <div id="shopify-block-1626193551103621034" class="shopify-block shopify-app-block"><!-- BEGIN app snippet: app_init -->
  7835. <script type="text/javascript">
  7836.  window.BC_SHOPPING_CART = []
  7837. </script><!-- END app snippet -->
  7838. <div id="codk-otp-widget-box"></div>
  7839. <script type="text/javascript">
  7840.  const codUrl = "https://codkingscript.s3.us-west-2.amazonaws.com/";
  7841.  const widgetScriptUrl = codUrl + "script.js";
  7842.  window.isLiquidFileCodk = true;
  7843.  
  7844.  function loadScriptFromUrl(url) {
  7845.    return fetch(url)
  7846.      .then((res) => res.text())
  7847.      .then((scriptText) => {
  7848.        return scriptText;
  7849.      });
  7850.  }
  7851.  
  7852.  function injectScript(scriptText) {
  7853.    const otpWidgetScript = document.createElement("script");
  7854.    otpWidgetScript.type = "text/javascript";
  7855.    otpWidgetScript.defer = "defer";
  7856.    otpWidgetScript.innerHTML = scriptText;
  7857.    document.getElementById("codk-otp-widget-box").appendChild(otpWidgetScript);
  7858.    console.log("Script loaded and executed");
  7859.  }
  7860.  
  7861.  console.log("Fetching and loading script from URL from liquid ... ");
  7862.  loadScriptFromUrl(widgetScriptUrl).then(injectScript);
  7863.  
  7864.  // Fetch the HTML and inject it into the widget
  7865.  fetch(codUrl + "cod-king-otp-widget.html")
  7866.    .then((res) => res.text())
  7867.    .then((data) => {
  7868.      const otpWidget = document.getElementById("codk-otp-widget-box");
  7869.      otpWidget.innerHTML = data;
  7870.      console.log("HTML loaded");
  7871.    });
  7872. </script>
  7873. </div></body>
  7874. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda