<!DOCTYPE html>
<html lang="en-US">
<head>
	<meta charset="UTF-8">
	<link rel="profile" href="https://gmpg.org/xfn/11">
	<link rel="pingback" href="https://www.islamique.eu/xmlrpc.php">

	<meta name='robots' content='noindex, follow' />
<script type="text/javascript">
    (function() {
  var pvData = {"source":"Direct","referrer":"Direct","visitor_type":"logged out","visitor_login_status":"logged out","visitor_id":0,"page_title":"Pagina niet gevonden - Islamique","post_type":"unknown","post_type_with_prefix":"","post_categories":"","post_tags":"","post_author":"","post_full_date":"","post_year":"","post_month":"","post_day":"","is_front_page":0,"is_home":1,"search_query":"","search_results_count":0};
  var body = {
    url: encodeURIComponent(window.location.href),
    referrer: encodeURIComponent(document.referrer)
  };

  function makePostRequest(e,t){var n=[];if(t.body){for(var o in t.body)n.push(encodeURIComponent(o)+"="+encodeURIComponent(t.body[o]));t.body=n.join("&")}return window.fetch?new Promise(n=>{var o={method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},redirect:"follow",body:{},...t};window.fetch(e,o).then(e=>{n(e.text())})}):new Promise(t=>{var o;"undefined"==typeof XMLHttpRequest&&t(null),(o=new XMLHttpRequest).open("POST",e,!0),o.onreadystatechange=function(){4==o.readyState&&200==o.status&&t(o.responseText)},o.setRequestHeader("Content-type","application/x-www-form-urlencoded"),o.send(n.join("&"))})}
  function observeAjaxCartActions(e){new PerformanceObserver(function(t){for(var n=t.getEntries(),r=0;r<n.length;r++)["xmlhttprequest","fetch"].includes(n[r].initiatorType)&&['=get_refreshed_fragments', 'add_to_cart'].some(p => n[r].name.includes(p))&&fetchCart(e)}).observe({entryTypes:["resource"]})};

  function fetchCart(adapter) {
    makePostRequest("//www.islamique.eu/index.php?plugin=optimonk&action=cartData", { body })
      .then((response) => {
        var data = JSON.parse(response);
        setCartData(data, adapter);
      })
  }

  function setCartData(cartData, adapter) {
    Object.keys(cartData.avs).forEach((key, value) => {
      adapter.attr(`wp_${key}`, cartData.avs[key]);
    })
  }

  function setAssocData(assocData, adapter) {
    Object.keys(assocData).forEach((key) => {
      adapter.attr(`wp_${key}`, assocData[key]);
    })
  }

  var RuleHandler = {
    hasVisitorCartRules: (campaignMeta) => {
      return !!(campaignMeta.rules.visitorCart || campaignMeta.rules.visitorCartRevamp || campaignMeta.rules.visitorCartV3);
    },
    hasVisitorAttributeRule: (campaignMeta) => {
      return !!campaignMeta.rules.visitorAttribute;
    }
  }

  document.querySelector('html').addEventListener('optimonk#embedded-campaigns-init', function(e) {
    var campaignsData = e.parameters;

    if (!campaignsData.length) {
      return;
    }

    var adapter = window.OptiMonkEmbedded.Visitor.createAdapter();
    var hasCartRule = false;
    var hasAttributeRule = false;

    campaignsData.forEach((campaignMetaData) => {
      hasCartRule = hasCartRule || RuleHandler.hasVisitorCartRules(campaignMetaData);
      hasAttributeRule = hasAttributeRule || RuleHandler.hasVisitorAttributeRule(campaignMetaData);
    });

    setAssocData(pvData, adapter);

    if (hasCartRule) {
      observeAjaxCartActions(adapter);
      fetchCart(adapter);
    }

    if (hasAttributeRule) {
      makePostRequest("//www.islamique.eu/index.php?plugin=optimonk&action=productData", { body })
        .then((response) => {
          var data = JSON.parse(response);
          setAssocData(data, adapter);
        })
    }
  });

  document.querySelector('html').addEventListener('optimonk#campaigns_initialized', function () {
    if (!OptiMonk.campaigns) {
      return;
    }

    var adapter = window.OptiMonk.Visitor.createAdapter();

    setAssocData(pvData, adapter);

    if (OptiMonk.campaigns.filter(campaign => campaign.hasVisitorAttributeRules()).length) {
      makePostRequest("//www.islamique.eu/index.php?plugin=optimonk&action=productData", { body })
        .then((response) => {
          var data = JSON.parse(response);
          setAssocData(data, adapter);
        });
    }
  });
}());

    window.WooDataForOM = {
    "shop": {
        "pluginVersion": "2.1.6",
        "platform": "woocommerce",
        "cartUrl": "https://www.islamique.eu/winkelwagen/"
    },
    "page": {
        "postId": 0,
        "postType": false
    },
    "product": null,
    "order": null,
    "category": null
};

let hasCampaignsBeforeLoadTriggered = false;

document.querySelector('html').addEventListener('optimonk#campaigns-before-load', () => {

    if (hasCampaignsBeforeLoadTriggered) return;
    hasCampaignsBeforeLoadTriggered = true;

    function setAssocData(assocData, adapter) {
        Object.keys(assocData).forEach((key) => {
        adapter.attr(`wp_${key}`, assocData[key]);
        })
    }

   function triggerEvent(element, eventName, parameters) {
        let event;
        if (document.createEvent) {
            event = document.createEvent('HTMLEvents');
            event.initEvent(eventName, true, true);
        } else if (document.createEventObject) {
            event = document.createEventObject();
            event.eventType = eventName;
        }

        event.eventName = eventName;
        event.parameters = parameters || {};

        if (element.dispatchEvent) {
            element.dispatchEvent(event);
        } else if (element.fireEvent) {
            element.fireEvent(`on${event.eventType}`, event);
        } else if (element[eventName]) {
            element[eventName]();
        } else if (element[`on${eventName}`]) {
            element[`on${eventName}`]();
        }
    };
    
    var adapter = OptiMonkEmbedded.Visitor.createAdapter();

    var orderData = null;
    

    if (orderData) {
        setAssocData(orderData, adapter);
    }

    console.log('[OM-plugin] visitor attributes updated');

    console.log('[OM-plugin] triggered event: optimonk#wc-attributes-updated');
    triggerEvent(document.querySelector('html'), 'optimonk#wc-attributes-updated');

});

if (window.WooDataForOM) {
    console.log('[OM-plugin] varibles inserted (window.WooDataForOM)');
}


</script>
<script type="text/javascript" src="https://onsite.optimonk.com/script.js?account=224981" async></script>
	<!-- This site is optimized with the Yoast SEO Premium plugin v27.0 (Yoast SEO v27.0) - https://yoast.com/product/yoast-seo-premium-wordpress/ -->
	<title>Pagina niet gevonden - Islamique</title>
	<meta property="og:locale" content="en_US" />
	<meta property="og:title" content="Pagina niet gevonden - Islamique" />
	<meta property="og:site_name" content="Islamique" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.islamique.eu/#website","url":"https://www.islamique.eu/","name":"Islamique","description":"Inspired Art","publisher":{"@id":"https://www.islamique.eu/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.islamique.eu/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.islamique.eu/#organization","name":"Islamique","url":"https://www.islamique.eu/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.islamique.eu/#/schema/logo/image/","url":"https://www.islamique.eu/wp-content/uploads/2023/10/png_white-01.png","contentUrl":"https://www.islamique.eu/wp-content/uploads/2023/10/png_white-01.png","width":1293,"height":664,"caption":"Islamique"},"image":{"@id":"https://www.islamique.eu/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/islamique.eu/","https://www.instagram.com/islamique.eu/","https://www.tiktok.com/@islamique.eu"]}]}</script>
	<!-- / Yoast SEO Premium plugin. -->


<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="Islamique &raquo; Feed" href="https://www.islamique.eu/feed/" />
<link rel="alternate" type="application/rss+xml" title="Islamique &raquo; Comments Feed" href="https://www.islamique.eu/comments/feed/" />
					<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://www.islamique.eu/wp-includes/css/dist/block-library/style.min.css?ver=7.0' media='all' />
<style id="safe-svg-svg-icon-style-inline-css">
.safe-svg-cover{text-align:center}.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg-cover svg{fill:currentColor;height:100%;max-height:100%;max-width:100%;width:100%}

/*# sourceURL=https://www.islamique.eu/wp-content/plugins/safe-svg/dist/safe-svg-block-frontend.css */
</style>
<style id="global-styles-inline-css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){margin-left: auto !important;margin-right: auto !important;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: none;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:root :where(.wp-block-icon svg){width: 24px;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
/*# sourceURL=global-styles-inline-css */
</style>
<style id="woocommerce-inline-inline-css">
.woocommerce form .form-row .required { visibility: visible; }
/*# sourceURL=woocommerce-inline-inline-css */
</style>
<link rel='stylesheet' id='aws-style-css' href='https://www.islamique.eu/wp-content/plugins/advanced-woo-search/assets/css/common.min.css?ver=3.55' media='all' />
<link rel='stylesheet' id='wc-bulk-variations-css' href='https://www.islamique.eu/wp-content/plugins/woocommerce-bulk-variations/assets/css/wc-bulk-variations.css?ver=2.4.7' media='all' />
<link rel='stylesheet' id='mollie-applepaydirect-css' href='https://www.islamique.eu/wp-content/plugins/mollie-payments-for-woocommerce/public/css/mollie-applepaydirect.min.css?ver=1771405503' media='screen' />
<link rel='stylesheet' id='elementor-icons-css' href='https://www.islamique.eu/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.47.0' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://www.islamique.eu/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.35.5' media='all' />
<link rel='stylesheet' id='elementor-post-12-css' href='https://www.islamique.eu/wp-content/uploads/elementor/css/post-12.css?ver=1780331146' media='all' />
<link rel='stylesheet' id='elementor-pro-css' href='https://www.islamique.eu/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.24.2' media='all' />
<link rel='stylesheet' id='wd-style-base-css' href='https://www.islamique.eu/wp-content/themes/woodmart/css/parts/base.css?ver=8.5.0' media='all' />
<style id="wd-style-base-inline-css">
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url(//www.islamique.eu/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.5.0) format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//www.islamique.eu/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url(//www.islamique.eu/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(//www.islamique.eu/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url("//www.islamique.eu/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//www.islamique.eu/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url(//www.islamique.eu/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"), url(//www.islamique.eu/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"), url("//www.islamique.eu/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}


/*# sourceURL=wd-style-base-inline-css */
</style>
<style id="wd-header-base-inline-css">
.whb-flex-row{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}.whb-column{display:flex;align-items:center;flex-direction:row;max-height:inherit}.whb-col-left,.whb-mobile-left{justify-content:flex-start;margin-left:-10px}.whb-col-right,.whb-mobile-right{justify-content:flex-end;margin-right:-10px}.whb-col-mobile{flex:1 1 auto;justify-content:center;margin-inline:-10px}.whb-flex-flex-middle .whb-col-center{flex:1 1 0%}.whb-flex-equal-sides :is(.whb-col-left,.whb-col-right){flex:1 1 0%}.whb-col-1 :is(.whb-flex-row,.whb-column){max-width:calc(100% + 20px);justify-content:center}.whb-col-1 :is(.whb-col-left,.whb-mobile-left){flex:1 1 auto;margin-inline:-10px}.whb-col-1 .wd-header-html{max-width:100%}.whb-general-header :is(.whb-mobile-left,.whb-mobile-right){flex:1 1 0%}.whb-empty-column+.whb-mobile-right{flex:1 1 auto}.whb-with-shadow{box-shadow:0 1px 8px rgba(0,0,0,.1)}.whb-main-header{position:relative;top:0;right:0;left:0;z-index:390;backface-visibility:hidden;-webkit-backface-visibility:hidden}.whb-sticky-prepared{padding-top:var(--wd-header-h)}.whb-sticky-prepared .whb-main-header{position:absolute}:root:has(.whb-sticky-prepared):not(:has(.whb-top-bar)){--wd-top-bar-h: .00001px;--wd-top-bar-sm-h: .00001px}:root:has(.whb-sticky-prepared):not(:has(.whb-general-header)){--wd-header-general-h: .00001px;--wd-header-general-sm-h: .00001px}:root:has(.whb-sticky-prepared):not(:has(.whb-header-bottom)){--wd-header-bottom-h: .00001px;--wd-header-bottom-sm-h: .00001px;--wd-header-bottom-brd-w: .00001px}.whb-sticked .whb-row{transition:background-color .3s ease}.whb-sticked .whb-not-sticky-row{display:none}.whb-header.whb-sticked .whb-main-header{position:fixed}.whb-row{transition:background-color .2s ease}.whb-color-dark:not(.whb-with-bg){background-color:#fff}.whb-color-light:not(.whb-with-bg){background-color:#212121}body:not(.single-product) .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg){background-color:rgba(0,0,0,0)}.whb-row.whb-with-bdf,.whb-row.whb-with-bdf>.container{position:relative}.whb-row.whb-with-bdf:before{content:"";position:absolute;inset:0}@keyframes wd-fadeInDownBig{from{transform:translate3d(0, -100%, 0)}to{transform:none}}@media(min-width: 1025px){.whb-top-bar-inner{height:var(--wd-top-bar-h);max-height:var(--wd-top-bar-h)}.whb-sticked .whb-top-bar-inner{height:var(--wd-top-bar-sticky-h);max-height:var(--wd-top-bar-sticky-h)}.whb-general-header-inner{height:var(--wd-header-general-h);max-height:var(--wd-header-general-h)}.whb-sticked:not(.whb-clone) .whb-general-header-inner{height:var(--wd-header-general-sticky-h);max-height:var(--wd-header-general-sticky-h)}.whb-header-bottom-inner{height:var(--wd-header-bottom-h);max-height:var(--wd-header-bottom-h)}.whb-sticked .whb-header-bottom-inner{height:var(--wd-header-bottom-sticky-h);max-height:var(--wd-header-bottom-sticky-h)}.whb-hidden-lg,.whb-hidden-desktop{display:none}.whb-clone,.whb-sticked .whb-main-header{top:var(--wd-admin-bar-h)}.whb-full-width .whb-row>.container,.whb-full-width+.whb-clone .whb-row>.container{max-width:100%;width:clamp(var(--wd-container-w),95%,100%)}}@media(max-width: 1024px){.whb-top-bar-inner{height:var(--wd-top-bar-sm-h);max-height:var(--wd-top-bar-sm-h)}.whb-general-header-inner{height:var(--wd-header-general-sm-h);max-height:var(--wd-header-general-sm-h)}.whb-header-bottom-inner{height:var(--wd-header-bottom-sm-h);max-height:var(--wd-header-bottom-sm-h)}.whb-visible-lg,.whb-hidden-mobile{display:none}.whb-sticky-prepared{padding-top:var(--wd-header-sm-h)}}.wd-tools-element{position:relative;--wd-header-el-color: #333;--wd-header-el-color-hover: rgba(51,51,51,.6);--wd-tools-icon-base-width: 20px}.wd-tools-element>a{display:flex;align-items:center;justify-content:center;gap:7px;height:40px;color:var(--wd-header-el-color);line-height:1;text-decoration:none !important;padding-inline:10px}.wd-tools-element [class*=wd-tools-text]{text-transform:var(--wd-header-el-transform);white-space:nowrap;font-weight:var(--wd-header-el-font-weight);font-style:var(--wd-header-el-font-style);font-size:var(--wd-header-el-font-size);font-family:var(--wd-header-el-font)}.wd-tools-element .wd-tools-count{z-index:1;width:var(--wd-count-size, 15px);height:var(--wd-count-size, 15px);border-radius:50%;text-align:center;letter-spacing:0;font-weight:400;line-height:var(--wd-count-size, 15px)}.wd-tools-element:hover>a{color:var(--wd-header-el-color-hover)}.whb-top-bar .wd-tools-element{--wd-count-size: 13px;--wd-tools-icon-base-width: 14px}.whb-top-bar .wd-tools-element .wd-tools-text{font-weight:400;font-size:12px}.whb-color-light .wd-tools-element{--wd-header-el-color: #FFF;--wd-header-el-color-hover: rgba(255, 255, 255, 0.8)}.wd-tools-icon{position:relative;display:flex;align-items:center;justify-content:center;gap:7px;font-size:0}.wd-tools-icon:before{content:var(--wd-tools-icon, unset);font-size:var(--wd-tools-icon-base-width);font-family:"woodmart-font"}.wd-tools-inner{position:relative;display:flex;align-items:center;gap:7px}.wd-custom-icon,picture.wd-custom-icon img{max-width:var(--wd-tools-icon-width, 38px);width:var(--wd-tools-icon-width, revert-layer);transition:all .25s ease}.wd-tools-custom-icon .wd-tools-icon:before,.wd-tools-custom-icon .wd-tools-icon:after{display:none}.wd-tools-custom-icon:hover .wd-custom-icon{opacity:.6}.wd-tools-element:is(.wd-design-2,.wd-design-5).wd-with-count .wd-tools-icon{margin-inline-end:6px}.wd-tools-element:is(.wd-design-2,.wd-design-5) .wd-tools-count{position:absolute;top:-5px;inset-inline-end:-9px;background-color:var(--wd-primary-color);color:#fff;font-size:9px}.wd-tools-element[class*=wd-design-1] .wd-tools-count{width:auto;height:auto;text-transform:var(--wd-header-el-transform);font-weight:var(--wd-header-el-font-weight);font-style:var(--wd-header-el-font-style);font-size:var(--wd-header-el-font-size);font-family:var(--wd-header-el-font);line-height:inherit}.wd-tools-element[class*=wd-design-1] .subtotal-divider{display:inline}.wd-tools-element[class*=wd-design-4]{--wd-count-size: 19px}.wd-tools-element[class*=wd-design-4] .wd-tools-count{display:inline-block;padding:0 2px;background-color:var(--wd-primary-color);color:#fff;font-weight:600;font-size:10px}.whb-top-bar .wd-tools-element[class*=wd-design-4]{--wd-count-size: 16px}.wd-tools-element:is([class*=wd-design-6],[class*=wd-design-7],.wd-design-8){--wd-count-size: 18px}.wd-tools-element:is([class*=wd-design-6],[class*=wd-design-7],.wd-design-8) .wd-tools-inner .wd-tools-icon{position:static}.wd-tools-element:is([class*=wd-design-6],[class*=wd-design-7],.wd-design-8) .wd-custom-icon{max-width:var(--wd-tools-icon-width, var(--wd-tools-icon-base-width))}.wd-tools-element:is([class*=wd-design-6],[class*=wd-design-7],.wd-design-8) .wd-tools-count{position:absolute;top:-3px;inset-inline-end:-7px;background-color:#fff;box-shadow:0 0 4px rgba(0,0,0,.17);color:var(--wd-primary-color);font-size:11px}.whb-top-bar .wd-tools-element:is([class*=wd-design-6],[class*=wd-design-7],.wd-design-8){--wd-count-size: 13px}.wd-tools-element:is([class*=wd-design-6],[class*=wd-design-7]){--wd-tools-sp: 13px}.wd-tools-element:is([class*=wd-design-6],[class*=wd-design-7]) :is(.wd-tools-inner,.wd-tools-icon){height:42px;border-radius:42px}.wd-tools-element:is([class*=wd-design-6],[class*=wd-design-7]) .wd-tools-inner{padding-inline:var(--wd-tools-sp)}.wd-tools-element:is([class*=wd-design-6],[class*=wd-design-7]):not(.wd-with-wrap) .wd-tools-icon{width:42px}.whb-top-bar .wd-tools-element:is([class*=wd-design-6],[class*=wd-design-7]){--wd-tools-sp: 9px}.whb-top-bar .wd-tools-element:is([class*=wd-design-6],[class*=wd-design-7]) :is(.wd-tools-inner,.wd-tools-icon){height:28px}.whb-top-bar .wd-tools-element:is([class*=wd-design-6],[class*=wd-design-7]):not(.wd-with-wrap) .wd-tools-icon{width:28px}.whb-top-bar .wd-tools-element:is([class*=wd-design-6],[class*=wd-design-7]) .wd-tools-count{font-size:9px}.wd-tools-element[class*=wd-design-6]>a>:is(.wd-tools-inner,.wd-tools-icon){border:1px solid rgba(0, 0, 0, 0.105)}.whb-color-light .wd-tools-element[class*=wd-design-6]>a>:is(.wd-tools-inner,.wd-tools-icon){border-color:rgba(255, 255, 255, 0.25)}.wd-tools-element[class*=wd-design-7]>a>:is(.wd-tools-inner,.wd-tools-icon){background-color:var(--wd-primary-color);color:#fff;transition:inherit}.wd-tools-element[class*=wd-design-7]:hover>a>:is(.wd-tools-inner,.wd-tools-icon){color:hsla(0,0%,100%,.8)}.wd-header-nav{flex:1 1 auto;padding-inline:10px}.wd-header-nav.wd-inline{flex:0 0 auto;max-width:100%}.whb-color-light .wd-header-nav>span{color:hsla(0,0%,100%,.8)}.wd-nav-header>li>a{font-size:var(--wd-header-el-font-size);font-weight:var(--wd-header-el-font-weight);font-style:var(--wd-header-el-font-style);font-family:var(--wd-header-el-font);text-transform:var(--wd-header-el-transform)}.wd-nav-header>li.color-primary{--nav-color: var(--wd-primary-color);--nav-color-hover: var(--wd-primary-color)}.wd-nav-header:not(.wd-offsets-calculated)>li>.wd-dropdown:not(.wd-design-default){opacity:0;pointer-events:none}@supports(-webkit-touch-callout: none){.wd-nav-header:not(.wd-offsets-calculated)>li>.wd-dropdown:not(.wd-design-default){transform:translateY(15px) translateZ(0)}}.whb-color-light .wd-nav-header{--wd-navigation-color: 255, 255, 255}.whb-color-light .wd-nav-header.wd-style-default{--nav-color-hover: rgba(255, 255, 255, 0.7)}.whb-color-dark .wd-nav-header{--wd-navigation-color: 51, 51, 51}:is(.whb-top-bar,.whb-clone) .wd-nav-header>li>a .menu-label{position:static;margin-top:0;margin-inline-start:5px;opacity:1;align-self:center}:is(.whb-top-bar,.whb-clone) .wd-nav-header>li>a .menu-label:before{content:none}.whb-top-bar .wd-nav-secondary>li>a{font-weight:400;font-size:12px}.wd-header-nav.wd-full-height,.wd-header-nav.wd-full-height :is(.wd-nav,.wd-nav>li,.wd-nav>li>a){height:100%}.wd-header-nav.wd-full-height .wd-nav>li>.wd-dropdown-menu{margin-top:0 !important}.wd-header-nav.wd-full-height .wd-nav>li>.wd-dropdown-menu:after{width:auto !important;height:auto !important}.rtl .wd-header-nav .wd-nav.wd-icon-left>li>a .wd-nav-img{order:1;margin:0;margin-inline-start:7px}.rtl .wd-header-nav .wd-nav.wd-icon-right>li>a .wd-nav-img{order:0;margin:0;margin-inline-end:7px}.wd-header-sticky-nav{--wd-tools-icon: "\f15a"}.site-logo{max-height:inherit;padding-inline:10px}.wd-logo{max-height:inherit;transition:none}.wd-logo picture{max-height:inherit}.wd-logo picture img{max-width:inherit}.wd-logo img{padding-top:5px;padding-bottom:5px;max-height:inherit;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;perspective:800px}.wd-logo img[src$=".svg"]{height:100%}.wd-logo img[width]:not([src$=".svg"]){width:auto;object-fit:contain}.whb-column>.info-box-wrapper{padding-inline:10px}.whb-column>.info-box-wrapper .wd-info-box{--ib-icon-sp: 10px}.wd-header-text{--wd-tags-mb: 10px;flex:1 1 auto;padding-inline:10px}.wd-header-text p:first-child:empty{display:none}.wd-header-text.wd-inline{flex:0 0 auto}.whb-top-bar .wd-header-text{font-size:12px;line-height:1.2}.whb-color-light .wd-header-text{--wd-text-color: rgba(255, 255, 255, 0.8);--wd-title-color: #FFF;--wd-link-color: rgba(255, 255, 255, 0.9);--wd-link-color-hover: #FFF;color:var(--wd-text-color)}.whb-column>.wd-button-wrapper{padding-inline:10px}.whb-column>.wd-social-icons{padding-inline:10px}.wd-header-html{padding-inline:10px}.wd-header-mobile-nav{--wd-tools-icon: "\f15a"}.wd-header-wishlist{--wd-tools-icon: "\f106"}.wd-header-compare{--wd-tools-icon: "\f128"}.wd-dropdown-compare a{justify-content:space-between}.wd-dropdown-compare .count{margin-inline-start:10px;color:var(--color-gray-300)}.wd-header-my-account{--wd-tools-icon: "\f124"}@media(max-width: 1024px){.wd-header-my-account .wd-dropdown{display:none}}

/*# sourceURL=https://www.islamique.eu/wp-content/themes/woodmart/css/parts/header-base.css */
</style>
<style id="wd-layout-wrapper-boxed-inline-css">
@media(min-width: 1200px){body[class*=wrapper-boxed]{--wd-container-w: calc(var(--wd-boxed-w) - 40px);--wd-boxed-w: 1200px}body[class*=wrapper-boxed] .wd-page-wrapper{margin-inline:auto;max-width:var(--wd-boxed-w);box-shadow:0 1px 9px rgba(0,0,0,.08)}body[class*=wrapper-boxed] .whb-header:not(.whb-boxed) .whb-main-header,body[class*=wrapper-boxed] .main-nav .menu-item-design-full-width .wd-dropdown-menu,body[class*=wrapper-boxed] .whb-secondary-menu .menu-item-design-full-width .wd-dropdown-menu{right:auto;left:auto;max-width:var(--wd-boxed-w);width:100vw}body[class*=wrapper-boxed] .wd-header-nav .wd-design-full-width:not([style]){display:none}body[class*=wrapper-boxed] .wd-search-full-screen{margin:0 auto;max-width:var(--wd-boxed-w);right:calc(var(--wd-sticky-nav-w)*-1)}.wd-search-opened body[class*=wrapper-boxed] .wd-sticky-nav{pointer-events:none}body[class*=wrapper-boxed] .wp-block-wd-section>.wp-block-wd-container:not(.wd-custom-width),body[class*=wrapper-boxed] .wp-block-wd-section>.wp-block-wd-row:not(.wd-custom-width){max-width:var(--wd-boxed-w)}}@media(min-width: 1200px){@supports(overflow: clip){.wrapper-boxed .wd-page-wrapper{overflow:clip}}@supports not (overflow: clip){.wrapper-boxed .wd-page-wrapper{clip-path:inset(-100vh 0 -100vh 0);box-shadow:none !important}.wrapper-boxed:before{content:"";position:fixed;inset-block:0;left:0;display:block;margin:0 auto;max-width:var(--wd-boxed-w);width:100%;height:100vh;box-shadow:0 1px 9px rgba(0,0,0,.08);pointer-events:none;right:calc(var(--wd-sticky-nav-w)*-1)}html[style*="overflow: hidden;"] .wrapper-boxed:before{right:calc(var(--wd-sticky-nav-w)*-1 + 15px)}}}

/*# sourceURL=https://www.islamique.eu/wp-content/themes/woodmart/css/parts/layout-wrapper-boxed.css */
</style>
<style id="wd-helpers-wpb-elem-inline-css">
.wd-z-index{position:relative;z-index:35}.wd-fontsize-xs{font-size:14px}.wd-fontsize-s{font-size:16px}.wd-fontsize-m{font-size:18px}.wd-fontsize-l{font-size:22px}.wd-fontsize-xl{font-size:26px}.wd-fontsize-xxl{font-size:36px}.wd-fontsize-xxxl{font-size:46px}.text-larger{font-size:110%}.font-text{font-family:var(--wd-text-font)}.font-primary{font-family:var(--wd-title-font)}.font-alt{font-style:var(--wd-alternative-font-style);font-family:var(--wd-alternative-font)}.wd-items-top{align-items:flex-start}.wd-items-middle{align-items:center}.wd-items-bottom{align-items:flex-end}.wd-justify-left{justify-content:left}.wd-justify-center{justify-content:center}.wd-justify-right{justify-content:right}.color-primary{color:var(--wd-primary-color)}.color-alt{color:var(--wd-alternative-color)}.color-title{color:var(--wd-title-color)}@media(max-width: 1024px){.wd-fontsize-xl,.wd-fontsize-xxl,.wd-fontsize-xxxl{font-size:22px}.text-larger{font-size:inherit}}

/*# sourceURL=https://www.islamique.eu/wp-content/themes/woodmart/css/parts/helpers-wpb-elem.css */
</style>
<style id="wd-page-404-inline-css">
.error404 .page-header{position:relative;margin-bottom:20px;font-size:clamp(32px,4.2vw,82px)}.error404 .page-header:before{content:"404";position:absolute;top:50%;left:50%;color:var(--color-gray-200);font-weight:600;font-size:5em;line-height:1;transform:translate(-50%, -50%)}.error404 .page-header h3{position:relative;padding:1.5em 0;text-align:center;text-transform:uppercase;font-weight:900;font-size:inherit;line-height:1;color:var(--wd-primary-color)}.error404 .page-content{text-align:center}.error404 .page-content p{font-size:110%}.error404 .page-content>.wd-search-form{margin:0 auto;max-width:400px}@media(max-width: 768.98px){.error404 .page-content h1{font-size:18px}}

/*# sourceURL=https://www.islamique.eu/wp-content/themes/woodmart/css/parts/page-404.css */
</style>
<style id="wd-int-yoast-inline-css">
.yoast-breadcrumb>span{color:var(--wd-bcrumb-delim-color)}.yoast-breadcrumb .breadcrumb_last{--wd-link-color: var(--wd-bcrumb-color-active);--wd-link-color-hover: color-mix(in srgb, var(--wd-bcrumb-color-active), transparent 25%);color:var(--wd-bcrumb-color-active)}

/*# sourceURL=https://www.islamique.eu/wp-content/themes/woodmart/css/parts/int-yoast.css */
</style>
<style id="wd-revolution-slider-inline-css">
.wpb-js-composer .wpb_revslider_element{margin-bottom:0}.wpb-js-composer :is([data-vc-full-width],[class*=wd-section-stretch]) rs-fullwidth-wrap>rs-module-wrap{left:-15px !important}.wpb-js-composer :is(.vc_row-no-padding,.wd-section-stretch-content-no-pd) rs-fullwidth-wrap>rs-module-wrap{left:0 !important}.hermes .tp-arr-imgholder{background-size:cover}@media(min-width: 1025px){.wd-sticky-nav-enabled rs-fullwidth-wrap>rs-module-wrap{padding-left:var(--wd-sticky-nav-w) !important}.wd-sticky-nav-enabled.wpb-js-composer [class*=wd-section-stretch] rs-fullwidth-wrap>rs-module-wrap{margin-left:calc(var(--wd-sticky-nav-w)*-1) !important}}

/*# sourceURL=https://www.islamique.eu/wp-content/themes/woodmart/css/parts/int-rev-slider.css */
</style>
<style id="wd-woo-paypal-payments-inline-css">
.post-type-archive-product .ppcp-messages{margin-bottom:15px}#wc-ppcp-credit-card-gateway-cc-form input{line-height:1;padding-block:calc((var(--wd-form-height) - 14px)/2)}#ppcp-hosted-fields .ppcp-dcc-order-button{float:none;width:100%;padding:5px 28px;min-height:48px;font-size:14px;border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform, var(--btn-transform, uppercase));font-weight:var(--btn-accented-font-weight, var(--btn-font-weight, 600));font-family:var(--btn-accented-font-family, var(--btn-font-family, inherit));font-style:var(--btn-accented-font-style, var(--btn-font-style, unset))}#ppcp-hosted-fields .ppcp-dcc-order-button:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}#ppcp-hosted-fields .ppcp-dcc-order-button:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}.ppc-button-wrapper iframe.component-frame{z-index:unset !important}

/*# sourceURL=https://www.islamique.eu/wp-content/themes/woodmart/css/parts/int-woo-paypal-payments.css */
</style>
<style id="wd-elementor-base-inline-css">
.elementor-default i:not([class]){font-style:italic}.wd-button-wrapper .btn-style-link,.wd-button-wrapper .btn-style-bordered:not(:hover){background-color:rgba(0,0,0,0) !important}.btn-full-width{width:100%}.rtl .btn-icon-pos-left{flex-direction:row}.rtl .btn-icon-pos-right{flex-direction:row-reverse}:is(.wd-entry-content,.entry-content)>.elementor{margin-bottom:0}.elementor-column-gap-no{--wd-el-column-gap: 0.001px}.elementor-column-gap-narrow{--wd-el-column-gap: 10px}.elementor-column-gap-default{--wd-el-column-gap: 20px}.elementor-column-gap-extended{--wd-el-column-gap: 30px}.elementor-column-gap-wide{--wd-el-column-gap: 40px}.elementor-column-gap-wider{--wd-el-column-gap: 60px}.elementor-section.wd-negative-gap>.elementor-container{margin-left:calc(var(--wd-el-column-gap)/2*-1);margin-right:calc(var(--wd-el-column-gap)/2*-1)}.elementor-section-boxed.wd-negative-gap .elementor-container{max-width:none}.e-con-boxed.wd-negative-gap{--container-max-width: none}[class*=wd-section-stretch]{position:relative;min-width:calc(100vw - var(--wd-scroll-w) - var(--wd-sticky-nav-w));width:calc(100vw - var(--wd-scroll-w) - var(--wd-sticky-nav-w));left:calc(50% - 50vw + var(--wd-scroll-w)/2 + var(--wd-sticky-nav-w)/2)}[class*=wd-section-stretch].wd-negative-gap{--padding-left: 15px;--padding-right: 15px}[class*=wd-section-stretch].wd-negative-gap:where(.elementor-section){padding-inline:15px}.elementor-section.wd-section-stretch>.elementor-container{max-width:calc(var(--wd-container-w) - 30px + var(--wd-el-column-gap, 0.0001px))}.e-con-boxed.wd-section-stretch{--container-max-width: min(calc(var(--wd-container-w) - 30px))}.e-con-boxed.wd-section-stretch-content{--container-max-width: none}@media(prefers-reduced-motion: no-preference){html{scroll-behavior:auto}}.wd-elementor-sticky-column{align-items:flex-start}.wd-sticky-spacer{opacity:0}.wd-divider .elementor-shape-fill{-webkit-transform:none;transform:none}.elementor-select-wrapper .select-caret-down-wrapper{display:none}.elementor-widget-text-editor .elementor-widget-container{width:100%;columns:inherit;column-gap:inherit}.elementor-widget-text-editor.text-left>*{margin-right:auto}.elementor-widget-text-editor.text-center>*{margin-inline:auto}.elementor-widget-text-editor.text-right>*{margin-left:auto}.elementor-widget-text-editor>*>*:last-child,.elementor-widget-text-editor>*:last-child{margin-bottom:0}.elementor-widget-wd_products:has(.wd-products-element.wd-hide)>*{display:none}.elementor-page .elementor-widget-woodmart_menu_anchor{margin-bottom:0}.elementor a{text-decoration:var(--wd-link-decor);-webkit-text-decoration:var(--wd-link-decor)}.elementor a:where(:hover){text-decoration:var(--wd-link-decor-hover);-webkit-text-decoration:var(--wd-link-decor-hover)}.wd-accordion-theme-style .elementor-accordion-item{border-top-width:2px;border-right-width:0 !important;border-left-width:0 !important}.elementor-tab-content>*:last-child{margin-bottom:0}.wd-el-page-heading{--wd-tags-mb: 0}.elementor-element svg.wd-icon,.img-wrapper .e-font-icon-svg{width:1em;height:1em;fill:currentColor}.wd-carousel-item.e-con{--padding-top: 0px;--padding-bottom: 0px}.wd-carousel-item.e-con.e-flex{flex:0 0 calc(100%/var(--wd-col))}:where(.e-con) .wd-width-100{width:100%}.wd-animation.wd-animation-fast{--wd-anim-duration: .6s}.wd-animation.wd-animation-slow{--wd-anim-duration: 1.6s}.products:not(.wd-img-width) .cat-design-alt img{width:revert-layer}.e-con :is(.wd-checkout-login,.wd-checkout-coupon){align-items:unset}.e-con :is(.wd-checkout-login,.wd-checkout-coupon) .elementor-widget-container{display:flex;flex-direction:column;align-items:var(--wd-align)}.wd-btn-align-center{--wd-btn-align: center}.wd-btn-align-right{--wd-btn-align: end}.wd-btn-align-full-width{--wd-btn-align: stretch}

/*# sourceURL=https://www.islamique.eu/wp-content/themes/woodmart/css/parts/int-elem-base.css */
</style>
<style id="wd-elementor-pro-base-inline-css">
div:where(.elementor-location-header){margin-bottom:40px}.elementor-location-popup{overflow-x:hidden}.elementor-element :is(.elementor-field-textual,.elementor-search-form__input){height:auto}.elementor-field.elementor-size-sm{border-radius:3px}.elementor-search-form input[type=search]{border-radius:0}:is(.elementor-wc-products,.elementor-widget-wc-archive-products){text-align:end}:is(.elementor-wc-products,.elementor-widget-wc-archive-products) .wd-filter-buttons{display:none}:is(.elementor-wc-products,.elementor-widget-wc-archive-products) :is(.wd-products-per-page,.wd-products-shop-view,.woocommerce-ordering){margin-right:0;margin-bottom:20px;vertical-align:middle}:is(.elementor-wc-products,.elementor-widget-wc-archive-products) :is(.wd-products-per-page,.wd-products-shop-view,.woocommerce-ordering):not(:first-child){margin-left:30px}:is(.elementor-wc-products,.elementor-widget-wc-archive-products) .woocommerce-ordering{display:inline-flex}.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb{display:block}.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb>span:last-child{font-weight:inherit;color:inherit}.wd-page-content .elementor-widget-woocommerce-product-images>.elementor-widget-container>.product-labels,.wd-page-content .elementor-widget-woocommerce-product-images>.product-labels{display:none}.elementor-widget-woocommerce-product-price .price{margin-bottom:0}.elementor-widget-woocommerce-product-price .price :is(del,.amount){color:inherit;font-weight:inherit}.elementor-widget-woocommerce-product-short-description .woocommerce-product-details__short-description{margin-bottom:0}.elementor-add-to-cart--align-left{--text-align: left;text-align:left;--content-align: flex-start}.elementor-add-to-cart--align-center{--content-align: center;--text-align: center;text-align:center}.elementor-add-to-cart--align-right{--text-align: right;text-align:right;--content-align: flex-end}:is(.elementor-add-to-cart--align-center,.elementor-add-to-cart--align-right) form.variations_form .cell{display:inline-block}:is(.elementor-add-to-cart--align-center,.elementor-add-to-cart--align-right) form.variations_form .value{width:auto}.elementor-add-to-cart--align-justify form.cart .button{flex-grow:1;flex-shrink:1}.elementor-widget-woocommerce-product-add-to-cart div.quantity input[type=number]{border-radius:0 !important;border-right:none !important;border-left:none !important}.elementor-widget-woocommerce-product-data-tabs .tabs-layout-tabs>.wd-accordion-item>.wd-accordion-title{display:none}.elementor-widget-woocommerce-product-data-tabs .tabs-layout-tabs .wd-nav-tabs-wrapper{margin-bottom:0}.elementor-widget-woocommerce-product-data-tabs .tabs-layout-tabs .wd-nav-tabs[class*=wd-style-underline] .nav-link-text:after{content:none}.elementor-widget-woocommerce-product-additional-information table{margin-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .order_details{border-width:0}.elementor-widget-woocommerce-my-account .e-my-account-tab .responsive-table{margin-bottom:0}.e-my-account-tab .wd-my-account-wrapper{margin:0}.e-my-account-tab .wd-my-account-sidebar{padding-inline-start:0}.e-my-account-tab .wd-my-account-links{display:none}.e-my-account-tabs-horizontal .wd-my-account-wrapper{display:block}.e-my-account-tabs-horizontal .wd-my-account-wrapper .woocommerce-MyAccount-content{max-width:none}.e-my-account-tabs-horizontal .wd-my-account-sidebar{display:none}.e-cart__column td.product-remove a{height:auto}.e-cart__column .shop_table td.product-btn .button{float:none;color:var(--checkout-button-normal-text-color, #ffffff) !important;background-color:#5bc0de}.e-cart__column .shop_table td.product-name .wd-cart-label{font-size:0}.e-cart__column .shop_table :is(td.product-price,td.product-subtotal) del span{color:var(--color-gray-300)}.e-cart__column .shop_table tbody tr td.product-sku{border-top-width:var(--order-summary-items-divider-weight, 1px);border-top-style:solid;border-top-color:var(--order-summary-items-divider-color, #D5D8DC)}.e-cart__column .shop_table .cart_item[class*=wd-fbt-item]:not(.wd-fbt-item-first) td{padding-bottom:0;border-top:none}.e-cart__column .shop_table .cart_item.wd-fbt-item-last td{padding-bottom:20px !important}.e-cart__column .quantity :is(input[type=number],input[type=text]).input-text{max-height:unset;border-radius:0;border-left:none;border-right:none;border-width:var(--wd-form-brd-width);border-color:var(--wd-form-brd-color);text-align:center}.e-cart__column .wd-fg:not(:first-child){margin-top:40px}.e-cart__column .responsive-table{margin-bottom:0}.elementor-widget-woocommerce-checkout-page .woocommerce>.woocommerce-checkout{display:block}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tr.cart_item td.product-name{max-width:unset}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-shipping-totals td{max-width:unset}.elementor-widget-woocommerce-checkout-page [class*=__field-wrapper]{display:unset}@media(min-width: 1025px){.elementor-widget-woocommerce-product-images .wd-gallery-images:not(.wd-off-lg) .wd-carousel-inner .wd-carousel{margin-inline:calc(var(--wd-gap)/-2)}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .wd-my-account-sidebar .woocommerce-MyAccount-navigation{width:auto}}@media(max-width: 1024px){.elementor-widget-woocommerce-product-images .wd-gallery-images:not(.wd-off-md) .wd-carousel-inner .wd-carousel{margin-inline:calc(var(--wd-gap)/-2)}}@media(max-width: 768.98px){.elementor-widget-woocommerce-product-images .wd-gallery-images:not(.wd-off-sm) .wd-carousel-inner .wd-carousel{margin-inline:calc(var(--wd-gap)/-2)}.e-shop-table .woocommerce-cart-form__contents td.product-thumbnail{position:unset}.e-shop-table .woocommerce-cart-form__contents td.product-thumbnail:before{content:none}.e-shop-table .woocommerce-cart-form__contents td.product-remove{top:0;right:0}.e-shop-table .shop_table.wd-fg-table tr{display:block}.elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive{display:table}.elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive tr{border:none;transform:translateX(0)}.elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive td{padding-top:10px;padding-bottom:10px}.elementor-widget-woocommerce-cart .woocommerce tbody{display:table-row-group}.elementor-widget-woocommerce-cart .woocommerce tr{display:table-row}.e-my-account-tab .wd-my-account-sidebar{padding-inline-end:0}}

/*# sourceURL=https://www.islamique.eu/wp-content/themes/woodmart/css/parts/int-elementor-pro.css */
</style>
<style id="wd-int-wordfence-inline-css">
.wfls-login-message{scroll-margin-top:150px;max-width:calc(var(--wd-container-w) - 30px);margin-inline:auto;padding-block:15px}.wfls-login-message ul{margin-bottom:0}#wfls-prompt-overlay{margin-top:20px;border:none !important}#wfls-prompt-overlay .submit{margin-bottom:0}

/*# sourceURL=https://www.islamique.eu/wp-content/themes/woodmart/css/parts/int-wordfence.css */
</style>
<style id="wd-woocommerce-base-inline-css">
.amount{color:var(--wd-primary-color);font-weight:600}.price{color:var(--wd-primary-color);font-weight:600}.price .amount{color:inherit;font-size:inherit;font-weight:inherit}.price del{color:var(--color-gray-300);font-size:90%;font-weight:400}.price ins{padding:0;background-color:rgba(0,0,0,0);text-decoration:none;opacity:1}.woocommerce-price-suffix{color:var(--color-gray-500);font-weight:400}.woocommerce-notices-wrapper:empty{display:none}ul:is(.woocommerce-error,.woocommerce-message,.woocommerce-info){list-style:none;--li-pl: 0;--li-mb: 5px;align-items:stretch;flex-direction:column;justify-content:center}ul.variation{font-size:90%;--li-mb: 5px;--list-mb: 0;--wd-tags-mb: 0;--li-pl: 0;list-style:none}ul.variation p{display:inline}ul.variation .item-variation-name{color:var(--color-gray-800);font-weight:600}.wc-item-meta{--li-pl: 0;--list-mb: 0;--li-mb: 0;margin-top:10px;font-size:90%;list-style:none}.wc-item-meta li>*{display:inline-block;margin-top:0 !important;margin-bottom:5px;vertical-align:middle}.wc-item-meta strong{color:var(--color-gray-800)}.single_add_to_cart_button{padding:var(--btn-accented-padding, var(--btn-padding, 5px 20px));min-height:var(--btn-accented-height, var(--btn-height, 42px));font-size:var(--btn-accented-font-size, var(--btn-font-size, 13px));border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform, var(--btn-transform, uppercase));font-weight:var(--btn-accented-font-weight, var(--btn-font-weight, 600));font-family:var(--btn-accented-font-family, var(--btn-font-family, inherit));font-style:var(--btn-accented-font-style, var(--btn-font-style, unset))}.single_add_to_cart_button:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.single_add_to_cart_button:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}.single_add_to_cart_button:before{content:"";position:absolute;inset:0;opacity:0;z-index:1;border-radius:inherit;background-color:inherit;box-shadow:inherit;transition:opacity 0s ease}.single_add_to_cart_button:after{position:absolute;top:calc(50% - 9px);inset-inline-start:calc(50% - 9px);opacity:0;z-index:2;transition:opacity 0s ease;content:"";display:inline-block;width:18px;height:18px;border:1px solid rgba(0,0,0,0);border-left-color:currentColor;border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.single_add_to_cart_button.loading:before{opacity:1;transition:opacity .25s ease}.single_add_to_cart_button.loading:after{opacity:1;transition:opacity .25s ease;--wd-anim-state: running}.single_add_to_cart_button+.added_to_cart{display:none}form.cart{display:flex;flex-wrap:wrap;gap:10px;justify-content:var(--content-align)}form.cart>*{flex:1 1 100%}form.cart :where(.single_add_to_cart_button,.wd-buy-now-btn,.quantity){flex:0 0 auto}.woocommerce-product-details__short-description{margin-bottom:20px}.woocommerce-product-details__short-description>*:last-child{margin-bottom:0}

/*# sourceURL=https://www.islamique.eu/wp-content/themes/woodmart/css/parts/woocommerce-base.css */
</style>
<style id="wd-mod-star-rating-inline-css">
.star-rating{position:relative;display:inline-block;vertical-align:middle;white-space:nowrap;letter-spacing:2px;font-weight:400;color:var(--wd-star-color, #EABE12);width:fit-content;font-family:"woodmart-font"}.star-rating:before{content:"\f149" "\f149" "\f149" "\f149" "\f149";color:var(--wd-empty-star-color, var(--color-gray-300))}.star-rating span{position:absolute;inset-block:0;inset-inline-start:0;overflow:hidden;width:100%;text-indent:99999px}.star-rating span:before{content:"\f148" "\f148" "\f148" "\f148" "\f148";position:absolute;top:0;inset-inline-start:0;text-indent:0}

/*# sourceURL=https://www.islamique.eu/wp-content/themes/woodmart/css/parts/mod-star-rating.css */
</style>
<style id="wd-woo-opt-free-progress-bar-inline-css">
.wd-free-progress-bar{--wd-progress-height: 10px}.wd-free-progress-bar .progress-bar{margin-top:10px;background-image:linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);background-size:15px 15px}.wd-free-progress-bar.wd-progress-hide .progress-area{display:none}.wd-shipping-progress-bar.wd-style-bordered .wd-free-progress-bar{padding:20px;border:2px dashed var(--brdcolor-gray-300);border-radius:var(--wd-brd-radius)}.widget_shopping_cart .wd-free-progress-bar{margin-bottom:0;padding-block:15px;border-top:1px solid var(--brdcolor-gray-300)}.wd-builder-off .wd-shipping-progress-bar{margin-bottom:20px}

/*# sourceURL=https://www.islamique.eu/wp-content/themes/woodmart/css/parts/woo-opt-free-progress-bar.css */
</style>
<style id="wd-woo-mod-progress-bar-inline-css">
.wd-progress-bar p:last-child{--wd-tags-mb: 0}.wd-progress-bar .stock-info{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-bottom:8px;color:var(--color-gray-500);line-height:1}.wd-progress-bar .stock-info span{margin-inline-start:3px;color:var(--color-gray-800);font-weight:600}.wd-progress-bar :is(.progress-area,.progress-bar){height:var(--wd-progress-height, 7px);border-radius:var(--wd-brd-radius)}.wd-progress-bar .progress-area{width:100%;background-color:rgba(var(--bgcolor-black-rgb), 0.06);transition:background-color .25s ease}.wd-progress-bar .progress-bar{background-color:var(--wd-primary-color)}@media(max-width: 576px){.wd-product .wd-progress-bar .stock-info{justify-content:center}.wd-product .wd-progress-bar .total-sold{display:none}}

/*# sourceURL=https://www.islamique.eu/wp-content/themes/woodmart/css/parts/woo-mod-progress-bar.css */
</style>
<style id="wd-woo-opt-hide-larger-price-inline-css">
.hide-larger-price .price:has(.amount~.amount) :is(.amount~.amount,[aria-hidden=true]:not(.amount)){display:none}.hide-larger-price .price:has(.amount~.amount)>small{margin-inline-start:.2em}

/*# sourceURL=https://www.islamique.eu/wp-content/themes/woodmart/css/parts/woo-opt-hide-larger-price.css */
</style>
<style id="wd-wp-blocks-inline-css">
.wp-block-pullquote{padding:3em;font-size:inherit;border:2px solid currentColor}.wp-block-pullquote blockquote{border:none;padding:0;margin:0;text-align:inherit}.wp-block-separator{opacity:1}.wp-block-table table{margin-bottom:0}.wp-block-table figcaption{margin-top:10px}.wp-block-table.is-style-stripes{border-bottom:none}p.has-background{padding:20px}:is(.wc-block-product-template,.wc-block-grid__products,.wp-block-query,.wp-block-button) .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em;text-transform:uppercase;font-weight:600;font-family:inherit;font-style:unset;min-height:unset}:is(.alignleft,.aligncenter,.alignright,.alignnone)[id*=attachment]{max-width:100%}.aligncenter[id*=attachment]{text-align:center}.wp-block-group.has-background{padding:20px}.wp-block-media-text .wp-block-media-text__content{padding:20px}.wp-block-media-text__content>*:last-child{margin-bottom:0}.wp-block-post-terms.has-background{padding:20px}.wp-block-post-terms.has-text-color a{color:inherit}.wp-block-post-terms.has-text-color a:hover{opacity:.8}.wp-block-archives{list-style:none;--li-pl: 0}.wp-block-calendar table{margin-bottom:0}.wp-block-categories{list-style:none;--li-pl: 0}.wp-block-categories ul{list-style:none}.wp-block-latest-comments{list-style:none;--li-pl: 0}.wp-block-latest-comments__comment-link{font-weight:600}.wp-block-latest-posts__post-title{font-weight:600}.wp-block-page-list{--li-pl: 0}.wp-block-page-list,.wp-block-page-list ul{list-style:none}.wp-block-rss__item-title{font-weight:600}.wp-block-search .wp-block-search__button{padding:var(--btn-accented-padding, var(--btn-padding, 5px 20px));min-height:var(--btn-accented-height, var(--btn-height, 42px));font-size:var(--btn-accented-font-size, var(--btn-font-size, 13px));border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform, var(--btn-transform, uppercase));font-weight:var(--btn-accented-font-weight, var(--btn-font-weight, 600));font-family:var(--btn-accented-font-family, var(--btn-font-family, inherit));font-style:var(--btn-accented-font-style, var(--btn-font-style, unset))}.wp-block-search .wp-block-search__button:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.wp-block-search .wp-block-search__button:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{border:var(--wd-form-brd-width) solid var(--wd-form-brd-color);border-radius:var(--wd-form-brd-radius);background-color:var(--wd-form-bg);padding:5px}.wp-block-search.wp-block-search__button-inside .wp-block-search__input{border:none;background:unset}.wc-block-sort-select select{width:max-content}.wc-block-review-list{list-style:none;--li-pl: 0}.wc-block-grid .wc-block-grid__products{margin-bottom:-16px}.products-block-post-template .wp-block-post>*{margin-bottom:12px;margin-top:0}:is(.wc-block-product-template,.wc-block-grid__products,.wp-block-query) .added_to_cart{display:none}.wc-block-price-slider .wc-block-components-price-slider{margin-bottom:0}.wc-blocks-filter-wrapper>.wp-block-heading{color:var(--wd-widget-title-color);font-weight:var(--wd-widget-title-font-weight);font-style:var(--wd-widget-title-font-style);font-family:var(--wd-widget-title-font);text-transform:var(--wd-widget-title-transform);font-size:var(--wd-widget-title-font-size)}.wc-block-components-filter-reset-button{--btn-height: auto}.wc-block-components-checkbox label{color:inherit}

/*# sourceURL=https://www.islamique.eu/wp-content/themes/woodmart/css/parts/wp-blocks.css */
</style>
<link rel='stylesheet' id='xts-google-fonts-css' href='https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;800' media='all' />
<link rel='stylesheet' id='elementor-gf-local-roboto-css' href='https://www.islamique.eu/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1743253428' media='all' />
<link rel='stylesheet' id='elementor-gf-local-robotoslab-css' href='https://www.islamique.eu/wp-content/uploads/elementor/google-fonts/css/robotoslab.css?ver=1743253432' media='all' />
<script type="text/template" id="tmpl-variation-template">
	<div class="woocommerce-variation-description">{{{ data.variation.variation_description }}}</div>
	<div class="woocommerce-variation-price">{{{ data.variation.price_html }}}</div>
	<div class="woocommerce-variation-availability">{{{ data.variation.availability_html }}}</div>
</script>
<script type="text/template" id="tmpl-unavailable-variation-template">
	<p role="alert">Sorry, this product is unavailable. Please choose a different combination.</p>
</script>
<script id="jquery-core-js" src="https://www.islamique.eu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script>
<script id="jquery-migrate-js" src="https://www.islamique.eu/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1"></script>
<script data-wp-strategy="defer" defer id="wc-jquery-blockui-js" src="https://www.islamique.eu/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.5.3"></script>
<script id="wc-add-to-cart-js-extra">
var wc_add_to_cart_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https://www.islamique.eu/winkelwagen/","is_cart":"","cart_redirect_after_add":"no"};
//# sourceURL=wc-add-to-cart-js-extra
</script>
<script data-wp-strategy="defer" defer id="wc-add-to-cart-js" src="https://www.islamique.eu/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=10.5.3"></script>
<script data-wp-strategy="defer" defer id="wc-js-cookie-js" src="https://www.islamique.eu/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.10.5.3"></script>
<script id="woocommerce-js-extra">
var woocommerce_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_password_show":"Show password","i18n_password_hide":"Hide password"};
//# sourceURL=woocommerce-js-extra
</script>
<script data-wp-strategy="defer" defer id="woocommerce-js" src="https://www.islamique.eu/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=10.5.3"></script>
<script id="underscore-js" src="https://www.islamique.eu/wp-includes/js/underscore.min.js?ver=1.13.8"></script>
<script id="wp-util-js-extra">
var _wpUtilSettings = {"ajax":{"url":"/wp-admin/admin-ajax.php"}};
//# sourceURL=wp-util-js-extra
</script>
<script id="wp-util-js" src="https://www.islamique.eu/wp-includes/js/wp-util.min.js?ver=7.0"></script>
<script id="wc-add-to-cart-variation-js-extra">
var wc_add_to_cart_variation_params = {"wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"Sorry, no products matched your selection. Please choose a different combination.","i18n_make_a_selection_text":"Please select some product options before adding this product to your cart.","i18n_unavailable_text":"Sorry, this product is unavailable. Please choose a different combination.","i18n_reset_alert_text":"Your selection has been reset. Please select some product options before adding this product to your cart."};
//# sourceURL=wc-add-to-cart-variation-js-extra
</script>
<script data-wp-strategy="defer" defer id="wc-add-to-cart-variation-js" src="https://www.islamique.eu/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js?ver=10.5.3"></script>
<script id="wd-device-library-js" src="https://www.islamique.eu/wp-content/themes/woodmart/js/libs/device.min.js?ver=8.5.0"></script>
<script id="wd-scrollbar-js" src="https://www.islamique.eu/wp-content/themes/woodmart/js/scripts/global/scrollBar.min.js?ver=8.5.0"></script>
<link rel="https://api.w.org/" href="https://www.islamique.eu/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.islamique.eu/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 7.0" />
<meta name="generator" content="WooCommerce 10.5.3" />
		<script>
			document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
		</script>
				<style>
			.no-js img.lazyload {
				display: none;
			}

			figure.wp-block-image img.lazyloading {
				min-width: 150px;
			}

						.lazyload, .lazyloading {
				opacity: 0;
			}

			.lazyloaded {
				opacity: 1;
				transition: opacity 400ms;
				transition-delay: 0ms;
			}

					</style>
		<!-- Google site verification - Google for WooCommerce -->
<meta name="google-site-verification" content="83s4zOiISNwCac46uY7fMtPt9gngzXonGymCLWk-Meo" />
					<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
					<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
	<meta name="generator" content="Elementor 3.35.5; features: additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap">
<style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>			<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
			<meta name="generator" content="Powered by Slider Revolution 6.7.23 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." />
<link rel="icon" href="https://www.islamique.eu/wp-content/uploads/2022/11/fav_icon-50x50.png" sizes="32x32" />
<link rel="icon" href="https://www.islamique.eu/wp-content/uploads/2022/11/fav_icon-300x300.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.islamique.eu/wp-content/uploads/2022/11/fav_icon-300x300.png" />
<meta name="msapplication-TileImage" content="https://www.islamique.eu/wp-content/uploads/2022/11/fav_icon-300x300.png" />
<script>function setREVStartSize(e){
			//window.requestAnimationFrame(function() {
				window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW;
				window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH;
				try {
					var pw = document.getElementById(e.c).parentNode.offsetWidth,
						newh;
					pw = pw===0 || isNaN(pw) || (e.l=="fullwidth" || e.layout=="fullwidth") ? window.RSIW : pw;
					e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw);
					e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw);
					e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh);
					e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh);
					e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide);
					e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide);
					e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0);
					if(e.layout==="fullscreen" || e.l==="fullscreen")
						newh = Math.max(e.mh,window.RSIH);
					else{
						e.gw = Array.isArray(e.gw) ? e.gw : [e.gw];
						for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1];
						e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el;
						e.gh = Array.isArray(e.gh) ? e.gh : [e.gh];
						for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1];
											
						var nl = new Array(e.rl.length),
							ix = 0,
							sl;
						e.tabw = e.tabhide>=pw ? 0 : e.tabw;
						e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw;
						e.tabh = e.tabhide>=pw ? 0 : e.tabh;
						e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh;
						for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i];
						sl = nl[0];
						for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;}
						var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]);
						newh =  (e.gh[ix] * m) + (e.tabh + e.thumbh);
					}
					var el = document.getElementById(e.c);
					if (el!==null && el) el.style.height = newh+"px";
					el = document.getElementById(e.c+"_wrapper");
					if (el!==null && el) {
						el.style.height = newh+"px";
						el.style.display = "block";
					}
				} catch(e){
					console.log("Failure at Presize of Slider:" + e)
				}
			//});
		  };</script>
<style>
		
		</style>			<style id="wd-style-header_834569-inline-css" data-type="wd-style-header_834569">
				:root{
	--wd-top-bar-h: 50px;
	--wd-top-bar-sm-h: 38px;
	--wd-top-bar-sticky-h: .00001px;
	--wd-top-bar-brd-w: .00001px;

	--wd-header-general-h: 60px;
	--wd-header-general-sm-h: 60px;
	--wd-header-general-sticky-h: .00001px;
	--wd-header-general-brd-w: 1px;

	--wd-header-bottom-h: 50px;
	--wd-header-bottom-sm-h: .00001px;
	--wd-header-bottom-sticky-h: .00001px;
	--wd-header-bottom-brd-w: 1px;

	--wd-header-clone-h: .00001px;

	--wd-header-brd-w: calc(var(--wd-top-bar-brd-w) + var(--wd-header-general-brd-w) + var(--wd-header-bottom-brd-w));
	--wd-header-h: calc(var(--wd-top-bar-h) + var(--wd-header-general-h) + var(--wd-header-bottom-h) + var(--wd-header-brd-w));
	--wd-header-sticky-h: calc(var(--wd-top-bar-sticky-h) + var(--wd-header-general-sticky-h) + var(--wd-header-bottom-sticky-h) + var(--wd-header-clone-h) + var(--wd-header-brd-w));
	--wd-header-sm-h: calc(var(--wd-top-bar-sm-h) + var(--wd-header-general-sm-h) + var(--wd-header-bottom-sm-h) + var(--wd-header-brd-w));
}
.whb-top-bar .wd-dropdown {
	margin-top: 4px;
}

.whb-top-bar .wd-dropdown:after {
	height: 15px;
}




:root:has(.whb-general-header.whb-border-boxed) {
	--wd-header-general-brd-w: .00001px;
}

@media (max-width: 1024px) {
:root:has(.whb-general-header.whb-hidden-mobile) {
	--wd-header-general-brd-w: .00001px;
}
}

:root:has(.whb-header-bottom.whb-border-boxed) {
	--wd-header-bottom-brd-w: .00001px;
}

@media (max-width: 1024px) {
:root:has(.whb-header-bottom.whb-hidden-mobile) {
	--wd-header-bottom-brd-w: .00001px;
}
}

.whb-header-bottom .wd-dropdown {
	margin-top: 4px;
}

.whb-header-bottom .wd-dropdown:after {
	height: 15px;
}


		
.whb-z8y58xfc4n24uiqld2ve .info-box-subtitle {
	color: rgba(51, 51, 51, 1);
	font-size: 8;
}
.whb-z8y58xfc4n24uiqld2ve .info-box-title {
	font-weight: 400;
}
.whb-z8y58xfc4n24uiqld2ve .info-box-content .info-box-inner {
	font-size: 12;
}
.whb-asfkx833vxfo31h56mi1 .info-box-subtitle {
	color: rgba(51, 51, 51, 1);
	font-weight: 400;
	font-size: 8;
}
.whb-asfkx833vxfo31h56mi1 .info-box-title {
	font-weight: 400;
}
.whb-asfkx833vxfo31h56mi1 .wd-info-box .info-box-title {
	font-size: 8;
}
.whb-uph7gmw6kclr5vrzxhvp .info-box-subtitle {
	color: rgba(51, 51, 51, 1);
	font-size: 8;
}
.whb-uph7gmw6kclr5vrzxhvp .wd-info-box .info-box-title {
	font-size: 8;
}
.whb-4ot9mbu43ndql9b2ft2d .info-box-subtitle {
	color: rgba(51, 51, 51, 1);
	font-weight: 200;
	font-size: 7;
}
.whb-4ot9mbu43ndql9b2ft2d .wd-info-box .info-box-title {
	font-size: 8;
}.whb-top-bar-inner { border-bottom-width: 0px;border-bottom-style: solid; }
.whb-top-bar {
		background-color: rgba(204, 175, 127, 1);

}
.whb-general-header-inner { border-color: rgba(232, 232, 232, 1);border-bottom-width: 1px;border-bottom-style: solid; }
.whb-header-bottom {
	border-color: rgba(232, 232, 232, 1);border-bottom-width: 1px;border-bottom-style: solid;
}
			</style>
						<style id="wd-style-theme_settings_default-inline-css" data-type="wd-style-theme_settings_default">
				:root {
	--wd-hb-opt-h: 40px;
	--wd-text-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,0,0);
	--wd-alternative-color: rgb(221,153,51);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(209,180,124);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(221,153,51);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: rgb(221,153,51);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: var(--wpr-bg-b8e42685-2abe-48fc-8223-252814f2642a);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 820px;
}
.wd-hb {
	background-color: rgb(0,0,0);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(65,47,28);
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 18px;
	text-transform: none;
}
html .wd-nav-mobile > li > a, html .wd-nav-mobile .wd-sub-menu li a {
	text-transform: none;
}
html .wd-nav.wd-nav-main > li > a {
	font-family: "Jost", Arial, Helvetica, sans-serif;
	font-weight: 500;
}
.whb-top-bar .wd-nav.wd-nav-secondary > li > a {
	font-family: "Jost", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: rgb(221,51,51);
}
html .btn.wd-buy-now-btn {
	background: rgb(36,36,36);
}
html .btn.wd-buy-now-btn:hover {
	background: rgb(51,51,51);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-hb-opt-h: 20px;
	}

}
:root{
--wd-container-w: 1160px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
}

@media (min-width: 1160px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

@font-face {
	font-family: "hkgroteskpro";
	src: url(//www.islamique.eu/wp-content/uploads/2022/09/hkgroteskpro-semibold.woff2) format("woff2"), 
url(//www.islamique.eu/wp-content/uploads/2022/09/hkgroteskpro-semibold.woff2) format("woff");
	font-weight: 600;
	font-style: normal;
}

    body[class*="wrapper-boxed"] .website-wrapper {
        margin-inline:auto;max-width: var(--wd-boxed-w);
        box-shadow: 0 0px 0px rgba(0,0,0,0.08)
    }
			</style>
			
		<!-- Global site tag (gtag.js) - Google Ads: AW-16489141064 - Google for WooCommerce -->
		<script async src="https://www.googletagmanager.com/gtag/js?id=AW-16489141064"></script>
		<script>
			window.dataLayer = window.dataLayer || [];
			function gtag() { dataLayer.push(arguments); }
			gtag( 'consent', 'default', {
				analytics_storage: 'denied',
				ad_storage: 'denied',
				ad_user_data: 'denied',
				ad_personalization: 'denied',
				region: ['AT', 'BE', 'BG', 'HR', 'CY', 'CZ', 'DK', 'EE', 'FI', 'FR', 'DE', 'GR', 'HU', 'IS', 'IE', 'IT', 'LV', 'LI', 'LT', 'LU', 'MT', 'NL', 'NO', 'PL', 'PT', 'RO', 'SK', 'SI', 'ES', 'SE', 'GB', 'CH'],
				wait_for_update: 500,
			} );
			gtag('js', new Date());
			gtag('set', 'developer_id.dOGY3NW', true);
			gtag("config", "AW-16489141064", { "groups": "GLA", "send_page_view": false });		</script>

		</head>

<body data-rsssl=1 class="error404 wp-theme-woodmart theme-woodmart woocommerce-no-js wd wrapper-boxed-2 categories-accordion-on woodmart-ajax-shop-on hide-larger-price elementor-default elementor-kit-12">
			<script type="text/javascript" id="wd-flicker-fix">// Flicker fix.</script><script>
gtag("event", "page_view", {send_to: "GLA"});
</script>
		<div class="wd-skip-links wd-deferred">
								<a href="#menu-main-navigation" class="wd-skip-navigation btn">
						Skip to navigation					</a>
								<a href="#main-content" class="wd-skip-content btn">
				Skip to main content			</a>
		</div>
			
				<link rel="stylesheet" id="wd-header-banner-css" href="https://www.islamique.eu/wp-content/themes/woodmart/css/parts/opt-header-banner.css?ver=8.5.0" type="text/css" media="all" /> 					<div class="wd-hb-wrapp color-scheme-light">
			<div class="header-banner wd-hb" role="complementary" aria-label="Header banner">
									<div class="close-header-banner wd-hb-close wd-action-btn wd-style-icon wd-cross-icon">
						<a href="#" rel="nofollow noopener" aria-label="Close header banner">
							<span class="wd-action-icon"></span>
						</a>
					</div>
				
				
				<div class="container wd-entry-content">
											<strong>Salaam alaikum! Welcome to Islamique. Use code SALAAM for 20% discount on everything!</strong>									</div>
			</div>
		</div>
		
	<div class="wd-page-wrapper website-wrapper">
									<header class="whb-header whb-header_834569 whb-scroll-slide whb-sticky-real">
					<div class="whb-main-header">
	
<div class="whb-row whb-top-bar whb-not-sticky-row whb-with-bg whb-without-border whb-color-dark whb-flex-flex-middle">
	<div class="container">
		<div class="whb-flex-row whb-top-bar-inner">
			<div class="whb-column whb-col-left whb-column5 whb-visible-lg">
				<div class="info-box-wrapper  whb-z8y58xfc4n24uiqld2ve">
							<link rel="stylesheet" id="wd-info-box-css" href="https://www.islamique.eu/wp-content/themes/woodmart/css/parts/el-info-box.css?ver=8.5.0" type="text/css" media="all" /> 						<link rel="stylesheet" id="wd-el-subtitle-style-css" href="https://www.islamique.eu/wp-content/themes/woodmart/css/parts/el-subtitle-style.css?ver=8.5.0" type="text/css" media="all" /> 							<div id="wd-6a1db28aa689b" class=" wd-info-box text-center box-icon-align-left box-style-base color-scheme-dark wd-bg-none wd-items-middle">
											<div class="box-icon-wrapper  box-with-icon box-icon-simple">
							<div class="info-box-icon">
								<img width="14" height="14" src="https://www.islamique.eu/wp-content/uploads/2024/01/telephone-14x14.png" class="attachment-14x14 size-14x14" alt="" decoding="async" srcset="https://www.islamique.eu/wp-content/uploads/2024/01/telephone-14x14.png 14w, https://www.islamique.eu/wp-content/uploads/2024/01/telephone-300x300.png 300w, https://www.islamique.eu/wp-content/uploads/2024/01/telephone-150x150.png 150w, https://www.islamique.eu/wp-content/uploads/2024/01/telephone-148x148.png 148w, https://www.islamique.eu/wp-content/uploads/2024/01/telephone-10x10.png 10w, https://www.islamique.eu/wp-content/uploads/2024/01/telephone-15x15.png 15w, https://www.islamique.eu/wp-content/uploads/2024/01/telephone-12x12.png 12w, https://www.islamique.eu/wp-content/uploads/2024/01/telephone.png 512w" sizes="(max-width: 14px) 100vw, 14px" />							</div>
						</div>
										<div class="info-box-content">
						<div class="info-box-subtitle subtitle-color-default wd-fontsize-xs subtitle-style-default font-text">Service +31(0)26 - 2340739</div>						<div class="info-box-inner reset-last-child"></div>

											</div>

					
									</div>
			</div>
		<div class="wd-header-divider whb-divider-default whb-0fwkm1mxbstsbpla39l4">
				<link rel="stylesheet" id="wd-header-divider-css" href="https://www.islamique.eu/wp-content/themes/woodmart/css/parts/header-el-divider.css?ver=8.5.0" type="text/css" media="all" /> 			</div>
			<div class="info-box-wrapper  whb-asfkx833vxfo31h56mi1">
								<div id="wd-6a1db28aa729c" class=" wd-info-box text-left box-icon-align-left box-style-base color-scheme-dark wd-bg-none wd-items-middle">
											<div class="box-icon-wrapper  box-with-icon box-icon-simple">
							<div class="info-box-icon">
								<img width="14" height="14" src="https://www.islamique.eu/wp-content/uploads/2024/01/email-14x14.png" class="attachment-14x14 size-14x14" alt="" decoding="async" srcset="https://www.islamique.eu/wp-content/uploads/2024/01/email-14x14.png 14w, https://www.islamique.eu/wp-content/uploads/2024/01/email-300x300.png 300w, https://www.islamique.eu/wp-content/uploads/2024/01/email-150x150.png 150w, https://www.islamique.eu/wp-content/uploads/2024/01/email-148x148.png 148w, https://www.islamique.eu/wp-content/uploads/2024/01/email-15x15.png 15w, https://www.islamique.eu/wp-content/uploads/2024/01/email.png 512w" sizes="(max-width: 14px) 100vw, 14px" />							</div>
						</div>
										<div class="info-box-content">
						<div class="info-box-subtitle subtitle-color-default wd-fontsize-xs subtitle-style-default">contact@islamique.eu</div>						<div class="info-box-inner reset-last-child"></div>

											</div>

											<a class="wd-info-box-link wd-fill" aria-label="Infobox link" href="mailto:info@islamique.eu" title="" target="_blank"></a>
					
									</div>
			</div>
		<div class="wd-header-divider whb-divider-default whb-1t4795b2wg0geqk62w5g">
	</div>
			<div class="info-box-wrapper  whb-uph7gmw6kclr5vrzxhvp">
								<div id="wd-6a1db28aa77fe" class=" wd-info-box text-left box-icon-align-left box-style-base color-scheme-dark wd-bg-none wd-items-middle">
										<div class="info-box-content">
						<div class="info-box-subtitle subtitle-color-default wd-fontsize-xs subtitle-style-default">Mon till Fri 09:00 - 17:00 hrs</div>						<div class="info-box-inner reset-last-child"></div>

											</div>

					
									</div>
			</div>
		<div class="wd-header-divider whb-divider-default whb-7q40fztd9mq1h5kyxcto">
	</div>
			<div class="info-box-wrapper  whb-4ot9mbu43ndql9b2ft2d">
								<div id="wd-6a1db28aa7974" class=" wd-info-box text-left box-icon-align-left box-style-base color-scheme-dark wd-bg-none wd-items-middle">
										<div class="info-box-content">
						<div class="info-box-subtitle subtitle-color-default wd-fontsize-xs subtitle-style-default font-text">FAQ</div>						<div class="info-box-inner reset-last-child"></div>

											</div>

											<a class="wd-info-box-link wd-fill" aria-label="Infobox link" href="https://www.islamique.eu/frequently-asked-questions-faqs" title=""></a>
					
									</div>
			</div>
		</div>
<div class="whb-column whb-col-center whb-column6 whb-visible-lg whb-empty-column">
	</div>
<div class="whb-column whb-col-right whb-column7 whb-visible-lg">
	<div class="wd-header-my-account wd-tools-element wd-event-hover wd-design-1 wd-style-icon whb-wyy4vuno1a5l4bdtfbqr">
				<a href="https://www.islamique.eu/mijn-account/" title="My account">
			
									<span class="wd-tools-icon">
											</span>
				
				
					</a>

							<div class="wd-dropdown wd-dropdown-register  color-scheme-dark">
						<div class="login-dropdown-inner woocommerce">
							<span class="wd-heading">
								<span class="title">
									Sign in								</span>
								<a class="create-account-link" href="https://www.islamique.eu/mijn-account/?action=register">
									Create an Account								</a>
							</span>
										<form method="post" class="login woocommerce-form woocommerce-form-login" action="https://www.islamique.eu/mijn-account/">

				
				
				<p class="woocommerce-FormRow woocommerce-FormRow--wide form-row form-row-wide form-row-username">
					<label for="username">Username or email address&nbsp;<span class="required" aria-hidden="true">*</span><span class="screen-reader-text">Required</span></label>
					<input type="text" class="woocommerce-Input woocommerce-Input--text input-text" name="username" id="username" autocomplete="username" value="" />				</p>
				<p class="woocommerce-FormRow woocommerce-FormRow--wide form-row form-row-wide form-row-password">
					<label for="password">Password&nbsp;<span class="required" aria-hidden="true">*</span><span class="screen-reader-text">Required</span></label>
					<input class="woocommerce-Input woocommerce-Input--text input-text" type="password" name="password" id="password" autocomplete="current-password" />
				</p>

				
				<p class="form-row form-row-btn">
					<input type="hidden" id="woocommerce-login-nonce" name="woocommerce-login-nonce" value="aeb79b5ddb" /><input type="hidden" name="_wp_http_referer" value="/wp-content/uploads/elementor/css/post-12.css?ver=1780288111" />										<button type="submit" class="button btn btn-accent woocommerce-button woocommerce-form-login__submit" name="login" value="Log in">Log in</button>
				</p>

				<p class="login-form-footer">
					<a href="https://www.islamique.eu/mijn-account/lost-password/" class="woocommerce-LostPassword lost_password">Lost your password?</a>
					<label class="woocommerce-form__label woocommerce-form__label-for-checkbox woocommerce-form-login__rememberme">
						<input class="woocommerce-form__input woocommerce-form__input-checkbox" name="rememberme" type="checkbox" value="forever" title="Remember me" aria-label="Remember me" /> <span>Remember me</span>
					</label>
				</p>

				
							</form>

								</div>
					</div>
					</div>
<div class="wd-header-divider wd-full-height whb-f32hdycpee0pwv84muxb">
	</div>

<div class="wd-header-wishlist wd-tools-element wd-style-text wd-design-1 whb-z11bvn9e2nevjj01xyyi" title="My Wishlist">
	<a href="https://www.islamique.eu/wishlist/" title="Wishlist products">
		
							<span class="wd-tools-icon">
					
									</span>
			
							<span class="wd-tools-text">
					Wishlist				</span>
			
			
			</a>
</div>
<div class="wd-header-divider wd-full-height whb-dt2qanedpevlm2xoq5fa">
	</div>

<div class="wd-header-cart wd-tools-element wd-design-2 cart-widget-opener whb-nedhm962r512y1xz9j06">
				<link rel="stylesheet" id="wd-header-cart-css" href="https://www.islamique.eu/wp-content/themes/woodmart/css/parts/header-el-cart.css?ver=8.5.0" type="text/css" media="all" /> 				<a href="https://www.islamique.eu/winkelwagen/" title="Shopping cart">
		
							<span class="wd-tools-icon wd-icon-alt">
																		<span class="wd-cart-number wd-tools-count">0 <span>items</span></span>
											</span>
			
			
			
			</a>
	</div>
			<div
						class=" wd-social-icons wd-style-default social-follow wd-shape-circle  whb-fvcfh42cklew7ir8h3i8 color-scheme-dark text-center">
							<link rel="stylesheet" id="wd-social-icons-css" href="https://www.islamique.eu/wp-content/themes/woodmart/css/parts/el-social-icons.css?ver=8.5.0" type="text/css" media="all" /> 							
				
									<a rel="noopener noreferrer nofollow" href="https://www.facebook.com/people/Islamique/61556260632504/" target="_blank" class=" wd-social-icon social-facebook" aria-label="Facebook social link">
						<span class="wd-icon"></span>
											</a>
				
				
				
				
									<a rel="noopener noreferrer nofollow" href="https://www.instagram.com/islamique.eu/" target="_blank" class=" wd-social-icon social-instagram" aria-label="Instagram social link">
						<span class="wd-icon"></span>
											</a>
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
			</div>

		</div>
<div class="whb-column whb-col-mobile whb-column_mobile1 whb-hidden-lg">
				<div
						class=" wd-social-icons wd-style-default social-follow wd-shape-circle  whb-ifj45ut4usw778fsl6fq color-scheme-dark text-center">
								
				
									<a rel="noopener noreferrer nofollow" href="https://www.facebook.com/people/Islamique/61556260632504/" target="_blank" class=" wd-social-icon social-facebook" aria-label="Facebook social link">
						<span class="wd-icon"></span>
											</a>
				
				
				
				
									<a rel="noopener noreferrer nofollow" href="https://www.instagram.com/islamique.eu/" target="_blank" class=" wd-social-icon social-instagram" aria-label="Instagram social link">
						<span class="wd-icon"></span>
											</a>
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
			</div>

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

<div class="whb-row whb-general-header whb-not-sticky-row whb-without-bg whb-border-boxed whb-color-dark whb-flex-equal-sides">
	<div class="container">
		<div class="whb-flex-row whb-general-header-inner">
			<div class="whb-column whb-col-left whb-column8 whb-visible-lg">
	<div class="site-logo whb-gs8bcnxektjsro21n657">
	<a href="https://www.islamique.eu/" class="wd-logo wd-main-logo" rel="home" aria-label="Site logo">
		<img width="300" height="67" src="https://www.islamique.eu/wp-content/uploads/2024/01/logo_black.svg" class="attachment-full size-full" alt="" style="max-width:191px;" decoding="async" />	</a>
	</div>
</div>
<div class="whb-column whb-col-center whb-column9 whb-visible-lg">
	<nav class="wd-header-nav wd-header-main-nav text-center wd-inline whb-6kgdkbvf12frej4dofvj" role="navigation" aria-label="Main navigation">
				<link rel="stylesheet" id="wd-mod-nav-style-underline-css" href="https://www.islamique.eu/wp-content/themes/woodmart/css/parts/mod-nav-style-underline.css?ver=8.5.0" type="text/css" media="all" /> 			<ul id="menu-main-navigation" class="menu wd-nav wd-nav-header wd-nav-main wd-style-underline wd-gap-s"><li id="menu-item-33924" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-33924 item-level-0 menu-simple-dropdown wd-event-hover" ><a href="https://www.islamique.eu/product-categorie/posters/" class="woodmart-nav-link"><span class="nav-link-text">Posters</span></a><div class="color-scheme-dark wd-design-default wd-dropdown-menu wd-dropdown"><div class="container wd-entry-content">
<ul class="wd-sub-menu color-scheme-dark">
	<li id="menu-item-34621" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34621 item-level-1 wd-event-hover" ><a href="https://www.islamique.eu/product-categorie/posters/art-posters/" class="woodmart-nav-link">Art</a></li>
	<li id="menu-item-34613" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34613 item-level-1 wd-event-hover" ><a href="https://www.islamique.eu/product-categorie/posters/ayats-surahs-posters/" class="woodmart-nav-link">Ayats &amp; Surahs</a></li>
	<li id="menu-item-34616" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34616 item-level-1 wd-event-hover" ><a href="https://www.islamique.eu/product-categorie/posters/abstracth/" class="woodmart-nav-link">Abstract</a></li>
	<li id="menu-item-34618" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34618 item-level-1 wd-event-hover" ><a href="https://www.islamique.eu/product-categorie/posters/botannical-posters/" class="woodmart-nav-link">Botannical</a></li>
	<li id="menu-item-34620" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34620 item-level-1 wd-event-hover" ><a href="https://www.islamique.eu/product-categorie/posters/cities/" class="woodmart-nav-link">Cities</a></li>
	<li id="menu-item-34617" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34617 item-level-1 wd-event-hover" ><a href="https://www.islamique.eu/product-categorie/posters/kids/" class="woodmart-nav-link">Kids</a></li>
	<li id="menu-item-34619" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34619 item-level-1 wd-event-hover" ><a href="https://www.islamique.eu/product-categorie/posters/kitchen/" class="woodmart-nav-link">Kitchen</a></li>
	<li id="menu-item-34615" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34615 item-level-1 wd-event-hover" ><a href="https://www.islamique.eu/product-categorie/posters/letters-words-posters/" class="woodmart-nav-link">Letters &amp; Words</a></li>
	<li id="menu-item-34622" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34622 item-level-1 wd-event-hover" ><a href="https://www.islamique.eu/product-categorie/posters/mosques/" class="woodmart-nav-link">Mosques</a></li>
	<li id="menu-item-34623" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34623 item-level-1 wd-event-hover" ><a href="https://www.islamique.eu/product-categorie/posters/multicolour/" class="woodmart-nav-link">Multicolour</a></li>
	<li id="menu-item-34614" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34614 item-level-1 wd-event-hover" ><a href="https://www.islamique.eu/product-categorie/posters/" class="woodmart-nav-link">All posters</a></li>
</ul>
</div>
</div>
</li>
<li id="menu-item-33925" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-33925 item-level-0 menu-simple-dropdown wd-event-hover" ><a href="https://www.islamique.eu/product-categorie/combination-posters/" class="woodmart-nav-link"><span class="nav-link-text">Poster Sets</span></a><div class="color-scheme-dark wd-design-default wd-dropdown-menu wd-dropdown"><div class="container wd-entry-content">
<ul class="wd-sub-menu color-scheme-dark">
	<li id="menu-item-34627" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34627 item-level-1 wd-event-hover" ><a href="https://www.islamique.eu/product-categorie/combination-posters/combination-of-2-posters/" class="woodmart-nav-link">Double combi</a></li>
	<li id="menu-item-34626" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34626 item-level-1 wd-event-hover" ><a href="https://www.islamique.eu/product-categorie/combination-posters/combination-of-3-posters/" class="woodmart-nav-link">Triple combi</a></li>
	<li id="menu-item-34624" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34624 item-level-1 wd-event-hover" ><a href="https://www.islamique.eu/product-categorie/combination-posters/combination-of-4-posters/" class="woodmart-nav-link">4 combi</a></li>
	<li id="menu-item-34625" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34625 item-level-1 wd-event-hover" ><a href="https://www.islamique.eu/product-categorie/combination-posters/combination-of-5-posters/" class="woodmart-nav-link">5 combi</a></li>
</ul>
</div>
</div>
</li>
<li id="menu-item-33927" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-33927 item-level-0 menu-simple-dropdown wd-event-hover" ><a href="https://www.islamique.eu/product-categorie/foil-posters/" class="woodmart-nav-link"><span class="nav-link-text">Foil posters</span></a></li>
<li id="menu-item-33928" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-33928 item-level-0 menu-simple-dropdown wd-event-hover" ><a href="https://www.islamique.eu/product-categorie/glass-art/" class="woodmart-nav-link"><span class="nav-link-text">Print on glass</span></a></li>
<li id="menu-item-33929" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-33929 item-level-0 menu-simple-dropdown wd-event-hover" ><a href="https://www.islamique.eu/product-categorie/acrylic-blocs/" class="woodmart-nav-link"><span class="nav-link-text">Acrylic blocs</span></a></li>
<li id="menu-item-33931" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-33931 item-level-0 menu-simple-dropdown wd-event-hover" ><a href="https://www.islamique.eu/product-categorie/photoframes/" class="woodmart-nav-link"><span class="nav-link-text">Photoframes</span></a></li>
</ul></nav>
</div>
<div class="whb-column whb-col-right whb-column10 whb-visible-lg">
	
<div class="wd-header-text reset-last-child whb-be8293bxl5vygqqxj99p"><div class="aws-container" data-url="/?wc-ajax=aws_action" data-siteurl="https://www.islamique.eu" data-lang="" data-show-loader="true" data-show-more="true" data-show-page="true" data-ajax-search="true" data-show-clear="true" data-mobile-screen="false" data-use-analytics="false" data-min-chars="2" data-buttons-order="2" data-timeout="300" data-is-mobile="false" data-page-id="0" data-tax="" ><form class="aws-search-form" action="https://www.islamique.eu/" method="get" role="search" ><div class="aws-wrapper"><label class="aws-search-label" for="6a1db28aaf22d">Search</label><input type="search" name="s" id="6a1db28aaf22d" value="" class="aws-search-field" placeholder="Search" autocomplete="off" /><input type="hidden" name="post_type" value="product"><input type="hidden" name="type_aws" value="true"><div class="aws-search-clear"><span>×</span></div><div class="aws-loader"></div></div><div class="aws-search-btn aws-form-btn"><span class="aws-search-btn_icon"><svg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></span></div></form></div></div>
</div>
<div class="whb-column whb-mobile-left whb-column_mobile2 whb-hidden-lg">
	<div class="wd-tools-element wd-header-mobile-nav wd-style-text wd-design-1 whb-g1k0m1tib7raxrwkm1t3">
	<a href="#" rel="nofollow" aria-label="Open mobile menu">
									<span class="wd-tools-icon">
									</span>
			
							<span class="wd-tools-text">Menu</span>
						</a>
</div>
</div>
<div class="whb-column whb-mobile-center whb-column_mobile3 whb-hidden-lg">
	<div class="site-logo whb-lt7vdqgaccmapftzurvt">
	<a href="https://www.islamique.eu/" class="wd-logo wd-main-logo" rel="home" aria-label="Site logo">
		<img width="300" height="67" src="https://www.islamique.eu/wp-content/uploads/2024/01/logo_black.svg" class="attachment-full size-full" alt="" style="max-width:190px;" decoding="async" />	</a>
	</div>
</div>
<div class="whb-column whb-mobile-right whb-column_mobile4 whb-hidden-lg">
	
<div class="wd-header-cart wd-tools-element wd-design-2 cart-widget-opener whb-trk5sfmvib0ch1s1qbtc">
		<a href="https://www.islamique.eu/winkelwagen/" title="Shopping cart">
		
							<span class="wd-tools-icon wd-icon-alt">
																		<span class="wd-cart-number wd-tools-count">0 <span>items</span></span>
											</span>
			
			
			
			</a>
	</div>
</div>
		</div>
	</div>
</div>
</div>
				</header>
			
								<div class="wd-page-content main-page-wrapper">
		
					<link rel="stylesheet" id="wd-page-title-css" href="https://www.islamique.eu/wp-content/themes/woodmart/css/parts/page-title.css?ver=8.5.0" type="text/css" media="all" /> 			
		<main id="main-content" class="wd-content-layout content-layout-wrapper container" role="main">
				
<div class="wd-content-area site-content">

	<header class="page-header">
		<h3 class="title">Not Found</h3>
	</header>

	<div class="page-content">
		<h1>This is somewhat embarrassing, isn&rsquo;t it?</h1>
		<p>It looks like nothing was found at this location. Maybe try a search?</p>

		<div class="wd-search-form ">
				<link rel="stylesheet" id="wd-wd-search-form-css" href="https://www.islamique.eu/wp-content/themes/woodmart/css/parts/wd-search-form.css?ver=8.5.0" type="text/css" media="all" /> 						<link rel="stylesheet" id="wd-search-style-default-css" href="https://www.islamique.eu/wp-content/themes/woodmart/css/parts/el-search-style-default.css?ver=8.5.0" type="text/css" media="all" /> 						<link rel="stylesheet" id="wd-wd-search-dropdown-css" href="https://www.islamique.eu/wp-content/themes/woodmart/css/parts/wd-search-dropdown.css?ver=8.5.0" type="text/css" media="all" /> 			
	<form role="search" method="get" class="searchform  wd-style-default" action="https://www.islamique.eu/"  autocomplete="off">
		<input type="text" class="s" placeholder="Search for posts" value="" name="s" aria-label="Search" title="Search for posts" required/>
		<input type="hidden" name="post_type" value="post">

		<span tabindex="0" aria-label="Clear search" class="wd-clear-search wd-role-btn wd-hide"></span>

		
		<button type="submit" class="searchsubmit">
			<span>
				Search			</span>
					</button>
	</form>

	
</div>
	</div>

</div>

			<link rel="stylesheet" id="wd-widget-collapse-css" href="https://www.islamique.eu/wp-content/themes/woodmart/css/parts/opt-widget-collapse.css?ver=8.5.0" type="text/css" media="all" /> 						</main>
		
</div>
							<footer class="wd-footer footer-container color-scheme-light">
												<link rel="stylesheet" id="wd-footer-base-css" href="https://www.islamique.eu/wp-content/themes/woodmart/css/parts/footer-base.css?ver=8.5.0" type="text/css" media="all" /> 															<div class="container main-footer">
		<aside class="footer-sidebar widget-area wd-grid-g" style="--wd-col-lg:12;--wd-gap-lg:30px;--wd-gap-sm:20px;">
											<div class="footer-column footer-column-1 wd-grid-col" style="--wd-col-xs:12;--wd-col-md:6;--wd-col-lg:3">
								<link rel="stylesheet" id="wd-widget-general-css" href="https://www.islamique.eu/wp-content/themes/woodmart/css/parts/widget-general.css?ver=8.5.0" type="text/css" media="all" /> 			<div id="block-17" class="wd-widget widget footer-widget widget_block widget_media_image">
<figure class="wp-block-image size-large is-resized"><img decoding="async" width="300" height="67" src="https://www.islamique.eu/wp-content/uploads/2024/01/logo_white.svg" alt="" class="wp-image-16068" style="width:198px;height:auto"/></figure>
</div>				</div>
											<div class="footer-column footer-column-2 wd-grid-col" style="--wd-col-xs:12;--wd-col-md:6;--wd-col-lg:3">
								<link rel="stylesheet" id="wd-widget-nav-css" href="https://www.islamique.eu/wp-content/themes/woodmart/css/parts/widget-nav.css?ver=8.5.0" type="text/css" media="all" /> 			<div id="nav_menu-20" class="wd-widget widget footer-widget widget_nav_menu"><h5 class="widget-title">ISLAMIQUE</h5><div class="menu-islamique-container"><ul id="menu-islamique" class="menu"><li id="menu-item-33944" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33944"><a href="https://www.islamique.eu/about-us/">About us</a></li>
<li id="menu-item-33945" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33945"><a href="https://www.islamique.eu/get-in-touch/">Get in touch</a></li>
<li id="menu-item-33958" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33958"><a href="https://www.islamique.eu/media-socials-2/">Media &#038; Socials</a></li>
</ul></div></div>				</div>
											<div class="footer-column footer-column-3 wd-grid-col" style="--wd-col-xs:12;--wd-col-md:6;--wd-col-lg:3">
					<div id="nav_menu-18" class="wd-widget widget footer-widget widget_nav_menu"><h5 class="widget-title">POPULAR PRODUCTS</h5><div class="menu-popular-producs-container"><ul id="menu-popular-producs" class="menu"><li id="menu-item-33947" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-33947"><a href="https://www.islamique.eu/product-categorie/posters/">Posters</a></li>
<li id="menu-item-33948" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-33948"><a href="https://www.islamique.eu/product-categorie/glass-art/">Glass art</a></li>
<li id="menu-item-33949" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-33949"><a href="https://www.islamique.eu/product-categorie/foil-posters/">Foil posters</a></li>
<li id="menu-item-33950" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-33950"><a href="https://www.islamique.eu/product-categorie/acrylic-blocs/">Acrylic blocs</a></li>
<li id="menu-item-33951" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-33951"><a href="https://www.islamique.eu/product-categorie/photoframes/">Photoframes</a></li>
</ul></div></div>				</div>
											<div class="footer-column footer-column-4 wd-grid-col" style="--wd-col-xs:12;--wd-col-md:6;--wd-col-lg:3">
					<div id="nav_menu-27" class="wd-widget widget footer-widget widget_nav_menu"><h5 class="widget-title">CUSTOMER SERVICE</h5><div class="menu-customer-service-container"><ul id="menu-customer-service" class="menu"><li id="menu-item-33952" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33952"><a href="https://www.islamique.eu/frequently-asked-questions-faqs/">FAQ</a></li>
<li id="menu-item-33953" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33953"><a href="https://www.islamique.eu/return-policy-2/">Return policy</a></li>
<li id="menu-item-33954" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33954"><a href="https://www.islamique.eu/shipping-costs/">Shipping costs</a></li>
<li id="menu-item-33955" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-33955"><a rel="privacy-policy" href="https://www.islamique.eu/privacy-policy-3/">Privacy policy</a></li>
<li id="menu-item-33956" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33956"><a href="https://www.islamique.eu/terms-of-service-2/">Terms of service</a></li>
<li id="menu-item-33957" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33957"><a href="https://www.islamique.eu/imprint-2/">Imprint</a></li>
</ul></div></div>				</div>
					</aside>
	</div>
	
																							<div class="wd-copyrights copyrights-wrapper wd-layout-two-columns">
						<div class="container wd-grid-g">
							<div class="wd-col-start reset-last-child">
																	Copyright Islamique.eu 2024 | All rights reserved. Want to curate our art? Drop us a mail.															</div>
															<div class="wd-col-end reset-last-child">
									Secure payments <img src="//www.islamique.eu/wp-content/uploads/2024/02/logos.png">								</div>
													</div>
					</div>
							</footer>
			</div>
<div class="wd-close-side wd-fill"></div>
			<link rel="stylesheet" id="wd-scroll-top-css" href="https://www.islamique.eu/wp-content/themes/woodmart/css/parts/opt-scrolltotop.css?ver=8.5.0" type="text/css" media="all" /> 					<a href="#" class="scrollToTop" aria-label="Scroll to top button"></a>
		<div class="mobile-nav wd-side-hidden wd-side-hidden-nav wd-left wd-opener-arrow" role="navigation" aria-label="Mobile navigation"><div class="wd-heading"><div class="close-side-widget wd-action-btn wd-style-text wd-cross-icon"><a href="#" rel="nofollow"><span class="wd-action-icon"></span><span class="wd-action-text">Close</span></a></div></div><div class="wd-search-form ">
				<link rel="stylesheet" id="wd-wd-search-results-css" href="https://www.islamique.eu/wp-content/themes/woodmart/css/parts/wd-search-results.css?ver=8.5.0" type="text/css" media="all" /> 			
	<form role="search" method="get" class="searchform  wd-style-default woodmart-ajax-search" action="https://www.islamique.eu/"  data-thumbnail="1" data-price="1" data-post_type="product" data-count="20" data-sku="0" data-symbols_count="3" data-include_cat_search="no" autocomplete="off">
		<input type="text" class="s" placeholder="Search for products" value="" name="s" aria-label="Search" title="Search for products" required/>
		<input type="hidden" name="post_type" value="product">

		<span tabindex="0" aria-label="Clear search" class="wd-clear-search wd-role-btn wd-hide"></span>

		
		<button type="submit" class="searchsubmit">
			<span>
				Search			</span>
					</button>
	</form>

			<div class="wd-search-results-wrapper">
			<div class="wd-search-results wd-dropdown-results wd-dropdown wd-scroll">
				<div class="wd-scroll-content">
					
					
									</div>
			</div>
		</div>
	
</div>
<ul id="menu-main-navigation-1" class="mobile-pages-menu menu wd-nav wd-nav-mobile wd-dis-hover wd-layout-dropdown wd-active"><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-33924 item-level-0" ><a href="https://www.islamique.eu/product-categorie/posters/" class="woodmart-nav-link"><span class="nav-link-text">Posters</span></a>
<ul class="wd-sub-menu">
	<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34621 item-level-1" ><a href="https://www.islamique.eu/product-categorie/posters/art-posters/" class="woodmart-nav-link">Art</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34613 item-level-1" ><a href="https://www.islamique.eu/product-categorie/posters/ayats-surahs-posters/" class="woodmart-nav-link">Ayats &amp; Surahs</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34616 item-level-1" ><a href="https://www.islamique.eu/product-categorie/posters/abstracth/" class="woodmart-nav-link">Abstract</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34618 item-level-1" ><a href="https://www.islamique.eu/product-categorie/posters/botannical-posters/" class="woodmart-nav-link">Botannical</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34620 item-level-1" ><a href="https://www.islamique.eu/product-categorie/posters/cities/" class="woodmart-nav-link">Cities</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34617 item-level-1" ><a href="https://www.islamique.eu/product-categorie/posters/kids/" class="woodmart-nav-link">Kids</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34619 item-level-1" ><a href="https://www.islamique.eu/product-categorie/posters/kitchen/" class="woodmart-nav-link">Kitchen</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34615 item-level-1" ><a href="https://www.islamique.eu/product-categorie/posters/letters-words-posters/" class="woodmart-nav-link">Letters &amp; Words</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34622 item-level-1" ><a href="https://www.islamique.eu/product-categorie/posters/mosques/" class="woodmart-nav-link">Mosques</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34623 item-level-1" ><a href="https://www.islamique.eu/product-categorie/posters/multicolour/" class="woodmart-nav-link">Multicolour</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34614 item-level-1" ><a href="https://www.islamique.eu/product-categorie/posters/" class="woodmart-nav-link">All posters</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-33925 item-level-0" ><a href="https://www.islamique.eu/product-categorie/combination-posters/" class="woodmart-nav-link"><span class="nav-link-text">Poster Sets</span></a>
<ul class="wd-sub-menu">
	<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34627 item-level-1" ><a href="https://www.islamique.eu/product-categorie/combination-posters/combination-of-2-posters/" class="woodmart-nav-link">Double combi</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34626 item-level-1" ><a href="https://www.islamique.eu/product-categorie/combination-posters/combination-of-3-posters/" class="woodmart-nav-link">Triple combi</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34624 item-level-1" ><a href="https://www.islamique.eu/product-categorie/combination-posters/combination-of-4-posters/" class="woodmart-nav-link">4 combi</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-34625 item-level-1" ><a href="https://www.islamique.eu/product-categorie/combination-posters/combination-of-5-posters/" class="woodmart-nav-link">5 combi</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-33927 item-level-0" ><a href="https://www.islamique.eu/product-categorie/foil-posters/" class="woodmart-nav-link"><span class="nav-link-text">Foil posters</span></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-33928 item-level-0" ><a href="https://www.islamique.eu/product-categorie/glass-art/" class="woodmart-nav-link"><span class="nav-link-text">Print on glass</span></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-33929 item-level-0" ><a href="https://www.islamique.eu/product-categorie/acrylic-blocs/" class="woodmart-nav-link"><span class="nav-link-text">Acrylic blocs</span></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-33931 item-level-0" ><a href="https://www.islamique.eu/product-categorie/photoframes/" class="woodmart-nav-link"><span class="nav-link-text">Photoframes</span></a></li>
</ul>
		</div>			<link rel="stylesheet" id="wd-widget-shopping-cart-css" href="https://www.islamique.eu/wp-content/themes/woodmart/css/parts/woo-widget-shopping-cart.css?ver=8.5.0" type="text/css" media="all" /> 						<div class="cart-widget-side wd-side-hidden wd-right" role="complementary" aria-label="Shopping cart sidebar">
				<div class="wd-heading">
					<span class="title">Shopping cart</span>
					<div class="close-side-widget wd-action-btn wd-style-text wd-cross-icon">
						<a href="#" rel="nofollow">
							<span class="wd-action-icon"></span>
							<span class="wd-action-text">
								Close							</span>
						</a>
					</div>
				</div>
				<div class="widget woocommerce widget_shopping_cart"><div class="widget_shopping_cart_content"></div></div>			</div>
					<div
						class=" wd-social-icons wd-style-colored wd-size-custom social-follow wd-shape-square wd-sticky-social wd-sticky-social-right text-center">
							<link rel="stylesheet" id="wd-social-icons-styles-css" href="https://www.islamique.eu/wp-content/themes/woodmart/css/parts/el-social-styles.css?ver=8.5.0" type="text/css" media="all" /> 							
				
									<a rel="noopener noreferrer nofollow" href="https://www.facebook.com/people/Islamique/61556260632504/" target="_blank" class=" wd-social-icon social-facebook" aria-label="Facebook social link">
						<span class="wd-icon"></span>
													<span class="wd-icon-name">Facebook</span>
											</a>
				
				
				
				
									<a rel="noopener noreferrer nofollow" href="https://www.instagram.com/islamique.eu/" target="_blank" class=" wd-social-icon social-instagram" aria-label="Instagram social link">
						<span class="wd-icon"></span>
													<span class="wd-icon-name">Instagram</span>
											</a>
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
			</div>

					<link rel="stylesheet" id="wd-sticky-social-buttons-css" href="https://www.islamique.eu/wp-content/themes/woodmart/css/parts/opt-sticky-social.css?ver=8.5.0" type="text/css" media="all" /> 						<link rel="stylesheet" id="wd-cookies-popup-css" href="https://www.islamique.eu/wp-content/themes/woodmart/css/parts/opt-cookies.css?ver=8.5.0" type="text/css" media="all" /> 						<div class="wd-cookies-popup" role="complementary" aria-label="Cookies">
				<div class="wd-cookies-inner">
					<div class="cookies-info-text">
						We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies.					</div>
					<div class="cookies-buttons">
												<a href="#" rel="nofollow noopener" class="btn btn-accent cookies-accept-btn">Accept</a>
					</div>
				</div>
			</div>
		
		<script>
			window.RS_MODULES = window.RS_MODULES || {};
			window.RS_MODULES.modules = window.RS_MODULES.modules || {};
			window.RS_MODULES.waiting = window.RS_MODULES.waiting || [];
			window.RS_MODULES.defered = true;
			window.RS_MODULES.moduleWaiting = window.RS_MODULES.moduleWaiting || {};
			window.RS_MODULES.type = 'compiled';
		</script>
		<link rel='stylesheet' id='wd-style-base-deferred-css' href='https://www.islamique.eu/wp-content/themes/woodmart/css/parts/base-deferred.css?ver=8.5.0' media='all' />
<link rel='stylesheet' id='wd-woocommerce-base-deferred-css' href='https://www.islamique.eu/wp-content/themes/woodmart/css/parts/woocommerce-base-deferred.css?ver=8.5.0' media='all' />
<link rel='stylesheet' id='wd-mod-notices-general-css' href='https://www.islamique.eu/wp-content/themes/woodmart/css/parts/mod-notices-general.css?ver=8.5.0' media='all' />
<link rel='stylesheet' id='wd-woocommerce-block-notices-css' href='https://www.islamique.eu/wp-content/themes/woodmart/css/parts/woo-mod-block-notices.css?ver=8.5.0' media='all' />
<link rel='stylesheet' id='wd-header-opt-scroll-slide-css' href='https://www.islamique.eu/wp-content/themes/woodmart/css/parts/header-opt-scroll-slide.css?ver=8.5.0' media='all' />
<link rel='stylesheet' id='wd-header-my-account-dropdown-css' href='https://www.islamique.eu/wp-content/themes/woodmart/css/parts/header-el-my-account-dropdown.css?ver=8.5.0' media='all' />
<link rel='stylesheet' id='wd-woo-mod-login-form-css' href='https://www.islamique.eu/wp-content/themes/woodmart/css/parts/woo-mod-login-form.css?ver=8.5.0' media='all' />
<link rel='stylesheet' id='wd-header-mobile-nav-css' href='https://www.islamique.eu/wp-content/themes/woodmart/css/parts/header-el-mobile-nav.css?ver=8.5.0' media='all' />
<link rel='stylesheet' id='wd-nav-opener-css' href='https://www.islamique.eu/wp-content/themes/woodmart/css/parts/mod-nav-opener.css?ver=8.5.0' media='all' />
<link rel='stylesheet' id='wd-header-cart-side-css' href='https://www.islamique.eu/wp-content/themes/woodmart/css/parts/header-el-cart-side.css?ver=8.5.0' media='all' />
<link rel='stylesheet' id='wd-widget-product-list-css' href='https://www.islamique.eu/wp-content/themes/woodmart/css/parts/woo-widget-product-list.css?ver=8.5.0' media='all' />
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/woodmart/*","/*\\?(.+)","/wishlist/","/compare/","/mijn-account/","/winkelwagen/"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/02f2dacf49fd011024dde7db3/d62dbd80c634562d81fd70e51.js");</script>
            <script>
                window.addEventListener('load', function() {
                    if (window.jQuery) {
                        jQuery( document ).on( 'elementor/popup/show', function() {
                            window.setTimeout(function(){
                                jQuery('.elementor-container .aws-container, .elementor-popup-modal .aws-container').each( function() {
                                    jQuery(this).aws_search();
                                });
                            }, 1000);
                        } );
                    }
                }, false);
            </script>

        			<script>
				const lazyloadRunObserver = () => {
					const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
					const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
						entries.forEach( ( entry ) => {
							if ( entry.isIntersecting ) {
								let lazyloadBackground = entry.target;
								if( lazyloadBackground ) {
									lazyloadBackground.classList.add( 'e-lazyloaded' );
								}
								lazyloadBackgroundObserver.unobserve( entry.target );
							}
						});
					}, { rootMargin: '200px 0px 200px 0px' } );
					lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
						lazyloadBackgroundObserver.observe( lazyloadBackground );
					} );
				};
				const events = [
					'DOMContentLoaded',
					'elementor/lazyload/observe',
				];
				events.forEach( ( event ) => {
					document.addEventListener( event, lazyloadRunObserver );
				} );
			</script>
				<script type='text/javascript'>
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
	<link rel='stylesheet' id='wc-blocks-style-css' href='https://www.islamique.eu/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-10.5.3' media='all' />
<link rel='stylesheet' id='dashicons-css' href='https://www.islamique.eu/wp-includes/css/dashicons.min.css?ver=7.0' media='all' />
<link rel='stylesheet' id='wordfence-ls-login-css' href='https://www.islamique.eu/wp-content/plugins/wordfence/modules/login-security/css/login.1778685035.css?ver=1.1.16' media='all' />
<link rel='stylesheet' id='rs-plugin-settings-css' href='//www.islamique.eu/wp-content/plugins/revslider/sr6/assets/css/rs6.css?ver=6.7.23' media='all' />
<style id="rs-plugin-settings-inline-css">
#rs-demo-id {}
/*# sourceURL=rs-plugin-settings-inline-css */
</style>
<script id="wd-update-cart-fragments-fix-js-extra">
var wd_cart_fragments_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_b3511b67d040497682896300e173ff0d","fragment_name":"wc_fragments_b3511b67d040497682896300e173ff0d","request_timeout":"5000"};
//# sourceURL=wd-update-cart-fragments-fix-js-extra
</script>
<script id="wd-update-cart-fragments-fix-js" src="https://www.islamique.eu/wp-content/themes/woodmart/js/scripts/wc/updateCartFragmentsFix.js?ver=8.5.0"></script>
<script defer async id="tp-tools-js" src="//www.islamique.eu/wp-content/plugins/revslider/sr6/assets/js/rbtools.min.js?ver=6.7.23"></script>
<script defer async id="revmin-js" src="//www.islamique.eu/wp-content/plugins/revslider/sr6/assets/js/rs6.min.js?ver=6.7.23"></script>
<script id="aws-script-js-extra">
var aws_vars = {"sale":"Sale!","sku":"SKU: ","showmore":"View all results","noresults":"Nothing found"};
//# sourceURL=aws-script-js-extra
</script>
<script id="aws-script-js" src="https://www.islamique.eu/wp-content/plugins/advanced-woo-search/assets/js/common.min.js?ver=3.55"></script>
<script id="alg-wc-ean-variations-js-extra">
var alg_wc_ean_variations_obj = {"variations_form":".variations_form","variations_form_closest":".summary"};
//# sourceURL=alg-wc-ean-variations-js-extra
</script>
<script id="alg-wc-ean-variations-js" src="https://www.islamique.eu/wp-content/plugins/ean-for-woocommerce/includes/js/alg-wc-ean-variations.min.js?ver=5.5.2"></script>
<script id="rocket-browser-checker-js-after">
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
//# sourceURL=rocket-browser-checker-js-after
</script>
<script id="rocket-preload-links-js-extra">
var RocketPreloadLinksConfig = {"excludeUris":"/(?:.+/)?feed(?:/(?:.+/?)?)?$|/(?:.+/)?embed/|/afrekenen/??(.*)|/winkelwagen/?|/mijn-account/??(.*)|/(index.php/)?(.*)wp-json(/.*|$)|/wishlist/|/compare/|/refer/|/go/|/recommend/|/recommends/","usesTrailingSlash":"","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https://www.islamique.eu","onHoverDelay":"100","rateThrottle":"3"};
//# sourceURL=rocket-preload-links-js-extra
</script>
<script id="rocket-preload-links-js-after">
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareurl(https://www.islamique.eu/wp-content/uploads/elementor/css/t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());

//# sourceURL=rocket-preload-links-js-after
</script>
<script id="mailchimp-woocommerce-js-extra">
var mailchimp_public_data = {"site_url":"https://www.islamique.eu","ajax_url":"https://www.islamique.eu/wp-admin/admin-ajax.php","disable_carts":"","subscribers_only":"","language":"en","allowed_to_set_cookies":"1"};
//# sourceURL=mailchimp-woocommerce-js-extra
</script>
<script id="mailchimp-woocommerce-js" src="https://www.islamique.eu/wp-content/plugins/mailchimp-for-woocommerce/public/js/mailchimp-woocommerce-public.min.js?ver=5.5.1.07"></script>
<script id="wc-bulk-variations-js-before">
var wc_bulk_variations_params = {"ajax_url":"https:\/\/www.islamique.eu\/wp-admin\/admin-ajax.php","ajax_nonce":"e593a49730","debug":false,"currency_options":{"decimals":2,"d_separator":".","t_separator":",","currency_symbol":"&euro;","price_format":"%1$s%2$s","price_markup":"<span class=\"woocommerce-Price-amount amount\"><bdi>%s<\/bdi><\/span>"},"hide_out_of_stock_items":false,"show_stock":false,"disable_purchasing":false,"sticky_header":false,"scroll_offset":false,"i18n_item_singular":"Item","i18n_item_plural":"Items","i18n_your_total":"Your total is %s"};
//# sourceURL=wc-bulk-variations-js-before
</script>
<script id="wc-bulk-variations-js" src="https://www.islamique.eu/wp-content/plugins/woocommerce-bulk-variations/assets/js/wc-bulk-variations.js?ver=2.4.7"></script>
<script id="sourcebuster-js-js" src="https://www.islamique.eu/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=10.5.3"></script>
<script id="wc-order-attribution-js-extra">
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https://www.islamique.eu/wp-admin/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
//# sourceURL=wc-order-attribution-js-extra
</script>
<script id="wc-order-attribution-js" src="https://www.islamique.eu/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=10.5.3"></script>
<script id="elementor-pro-webpack-runtime-js" src="https://www.islamique.eu/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.24.2"></script>
<script id="elementor-webpack-runtime-js" src="https://www.islamique.eu/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.35.5"></script>
<script id="elementor-frontend-modules-js" src="https://www.islamique.eu/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.35.5"></script>
<script id="wp-hooks-js" src="https://www.islamique.eu/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d"></script>
<script id="wp-i18n-js" src="https://www.islamique.eu/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec"></script>
<script id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
</script>
<script id="elementor-pro-frontend-js-before">
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.islamique.eu\/wp-admin\/admin-ajax.php","nonce":"91ffe9e8c0","urls":{"assets":"https:\/\/www.islamique.eu\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.islamique.eu\/wp-json\/"},"settings":{"lazy_load_background_images":true},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},
"woocommerce":{"menu_cart":{"cart_page_url":"https:\/\/www.islamique.eu\/winkelwagen\/","checkout_page_url":"https:\/\/www.islamique.eu\/afrekenen\/","fragments_nonce":"2a8f33a89e"}},
"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.islamique.eu\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
//# sourceURL=elementor-pro-frontend-js-before
</script>
<script id="elementor-pro-frontend-js" src="https://www.islamique.eu/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.24.2"></script>
<script id="jquery-ui-core-js" src="https://www.islamique.eu/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3"></script>
<script id="elementor-frontend-js-before">
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},
"hasCustomBreakpoints":false},"version":"3.35.5","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"theme_builder_v2":true,"landing-pages":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"e_components":true,"e_interactions":true,"e_editor_one":true,"import-export-customization":true,"display-conditions":true,"form-submissions":true},"urls":{"assets":"https:\/\/www.islamique.eu\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/www.islamique.eu\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/www.islamique.eu\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"63209339ea"},"swiperClass":"swiper","settings":{"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","woocommerce_notices_elements":[]},"post":{"id":0,"title":"Pagina niet gevonden - Islamique","excerpt":""}};
//# sourceURL=elementor-frontend-js-before
</script>
<script id="elementor-frontend-js" src="https://www.islamique.eu/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.35.5"></script>
<script id="pro-elements-handlers-js" src="https://www.islamique.eu/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.24.2"></script>
<script id="woodmart-theme-js-extra">
var woodmart_settings = {"menu_storage_key":"woodmart_21b352cce3e3f7adc57aed292e357b9a","ajax_dropdowns_save":"1","photoswipe_close_on_scroll":"1","woocommerce_ajax_add_to_cart":"yes","variation_gallery_storage_method":"new","elementor_no_gap":"enabled","adding_to_cart":"Processing","added_to_cart":"Product was successfully added to your cart.","continue_shopping":"Continue shopping","view_cart":"View Cart","go_to_checkout":"Checkout","loading":"Loading...","countdown_days":"days","countdown_hours":"hr","countdown_mins":"min","countdown_sec":"sc","cart_url":"https://www.islamique.eu/winkelwagen/","ajaxurl":"https://www.islamique.eu/wp-admin/admin-ajax.php","add_to_cart_action":"widget","added_popup":"no","categories_toggle":"yes","product_images_captions":"no","ajax_add_to_cart":"1","all_results":"View all results","zoom_enable":"no","ajax_scroll":"yes","ajax_scroll_class":".wd-page-content","ajax_scroll_offset":"100","infinit_scroll_offset":"300","product_slider_auto_height":"no","price_filter_action":"click","product_slider_autoplay":"","close":"Close","close_markup":"\u003Cdiv class=\"wd-popup-close wd-action-btn wd-cross-icon wd-style-icon\"\u003E\u003Ca title=\"Close\" href=\"#\" rel=\"nofollow\"\u003E\u003Cspan class=\"wd-action-icon\"\u003E\u003C/span\u003E\u003Cspan class=\"wd-action-text\"\u003EClose\u003C/span\u003E\u003C/a\u003E\u003C/div\u003E","share_fb":"Share on Facebook","pin_it":"Pin it","tweet":"Share on X","download_image":"Download image","off_canvas_column_close_btn_text":"Close","cookies_version":"1","header_banner_version":"1","promo_version":"1","header_banner_close_btn":"yes","header_banner_enabled":"yes","whb_header_clone":"\n\t\u003Cdiv class=\"whb-sticky-header whb-clone whb-main-header {{wrapperClasses}}\"\u003E\n\t\t\u003Cdiv class=\"{{cloneClass}}\"\u003E\n\t\t\t\u003Cdiv class=\"container\"\u003E\n\t\t\t\t\u003Cdiv class=\"whb-flex-row whb-general-header-inner\"\u003E\n\t\t\t\t\t\u003Cdiv class=\"whb-column whb-col-left whb-visible-lg\"\u003E\n\t\t\t\t\t\t{{.site-logo}}\n\t\t\t\t\t\u003C/div\u003E\n\t\t\t\t\t\u003Cdiv class=\"whb-column whb-col-center whb-visible-lg\"\u003E\n\t\t\t\t\t\t{{.wd-header-main-nav}}\n\t\t\t\t\t\u003C/div\u003E\n\t\t\t\t\t\u003Cdiv class=\"whb-column whb-col-right whb-visible-lg\"\u003E\n\t\t\t\t\t\t{{.wd-header-my-account}}\n\t\t\t\t\t\t{{.wd-header-search:not(.wd-header-search-mobile)}}\n\t\t\t\t\t\t{{.wd-header-wishlist}}\n\t\t\t\t\t\t{{.wd-header-compare}}\n\t\t\t\t\t\t{{.wd-header-cart}}\n\t\t\t\t\t\t{{.wd-header-fs-nav}}\n\t\t\t\t\t\u003C/div\u003E\n\t\t\t\t\t{{.whb-mobile-left}}\n\t\t\t\t\t{{.whb-mobile-center}}\n\t\t\t\t\t{{.whb-mobile-right}}\n\t\t\t\t\u003C/div\u003E\n\t\t\t\u003C/div\u003E\n\t\t\u003C/div\u003E\n\t\u003C/div\u003E\n","pjax_timeout":"5000","split_nav_fix":"","shop_filters_close":"no","woo_installed":"1","base_hover_mobile_click":"no","centered_gallery_start":"1","quickview_in_popup_fix":"","one_page_menu_offset":"150","hover_width_small":"1","max_recently_viewed_products":"12","is_multisite":"","current_blog_id":"1","swatches_scroll_top_desktop":"no","swatches_scroll_top_mobile":"no","lazy_loading_offset":"0","add_to_cart_action_timeout":"no","add_to_cart_action_timeout_number":"3","single_product_variations_price":"yes","google_map_style_text":"Custom style","quick_shop":"no","sticky_product_details_offset":"150","sticky_add_to_cart_offset":"250","sticky_product_details_different":"100","preloader_delay":"300","comment_images_upload_size_text":"Some files are too large. Allowed file size is 1 MB.","comment_images_count_text":"You can upload up to 3 images to your review.","single_product_comment_images_required":"no","comment_required_images_error_text":"Image is required.","comment_images_upload_mimes_text":"You are allowed to upload images only in png, jpeg formats.","comment_images_added_count_text":"Added %s image(s)","comment_images_upload_size":"1048576","comment_images_count":"3","search_input_padding":"no","comment_images_upload_mimes":{"jpg|jpeg|jpe":"image/jpeg","png":"image/png"},"home_url":"https://www.islamique.eu/","shop_url":"https://www.islamique.eu/?page_id=14","age_verify":"no","banner_version_cookie_expires":"60","promo_version_cookie_expires":"7","age_verify_expires":"30","countdown_timezone":"GMT","cart_redirect_after_add":"no","swatches_labels_name":"no","product_categories_placeholder":"Select a category","product_categories_no_results":"No matches found","cart_hash_key":"wc_cart_hash_b3511b67d040497682896300e173ff0d","fragment_name":"wc_fragments_b3511b67d040497682896300e173ff0d","photoswipe_template":"\u003Cdiv class=\"pswp\" aria-hidden=\"true\" role=\"dialog\" tabindex=\"-1\"\u003E\u003Cdiv class=\"pswp__bg\"\u003E\u003C/div\u003E\u003Cdiv class=\"pswp__scroll-wrap\"\u003E\u003Cdiv class=\"pswp__container\"\u003E\u003Cdiv class=\"pswp__item\"\u003E\u003C/div\u003E\u003Cdiv class=\"pswp__item\"\u003E\u003C/div\u003E\u003Cdiv class=\"pswp__item\"\u003E\u003C/div\u003E\u003C/div\u003E\u003Cdiv class=\"pswp__ui pswp__ui--hidden\"\u003E\u003Cdiv class=\"pswp__top-bar\"\u003E\u003Cdiv class=\"pswp__counter\"\u003E\u003C/div\u003E\u003Cbutton class=\"pswp__button pswp__button--close\" title=\"Close (Esc)\"\u003E\u003C/button\u003E \u003Cbutton class=\"pswp__button pswp__button--share\" title=\"Share\"\u003E\u003C/button\u003E \u003Cbutton class=\"pswp__button pswp__button--fs\" title=\"Toggle fullscreen\"\u003E\u003C/button\u003E \u003Cbutton class=\"pswp__button pswp__button--zoom\" title=\"Zoom in/out\"\u003E\u003C/button\u003E\u003Cdiv class=\"pswp__preloader\"\u003E\u003Cdiv class=\"pswp__preloader__icn\"\u003E\u003Cdiv class=\"pswp__preloader__cut\"\u003E\u003Cdiv class=\"pswp__preloader__donut\"\u003E\u003C/div\u003E\u003C/div\u003E\u003C/div\u003E\u003C/div\u003E\u003C/div\u003E\u003Cdiv class=\"pswp__share-modal pswp__share-modal--hidden pswp__single-tap\"\u003E\u003Cdiv class=\"pswp__share-tooltip\"\u003E\u003C/div\u003E\u003C/div\u003E\u003Cbutton class=\"pswp__button pswp__button--arrow--left\" title=\"Previous (arrow left)\"\u003E\u003C/button\u003E \u003Cbutton class=\"pswp__button pswp__button--arrow--right\" title=\"Next (arrow right)\u003E\"\u003E\u003C/button\u003E\u003Cdiv class=\"pswp__caption\"\u003E\u003Cdiv class=\"pswp__caption__center\"\u003E\u003C/div\u003E\u003C/div\u003E\u003C/div\u003E\u003C/div\u003E\u003C/div\u003E","load_more_button_page_url":"yes","load_more_button_page_url_opt":"yes","menu_item_hover_to_click_on_responsive":"no","clear_menu_offsets_on_resize":"yes","three_sixty_framerate":"60","three_sixty_prev_next_frames":"5","ajax_search_delay":"300","animated_counter_speed":"3000","site_width":"1160","cookie_expires":"7","cookie_secure_param":"1","cookie_path":"/","theme_dir":"https://www.islamique.eu/wp-content/themes/woodmart","slider_distortion_effect":"sliderWithNoise","current_page_builder":"elementor","collapse_footer_widgets":"yes","carousel_breakpoints":{"1025":"lg","768.98":"md","0":"sm"},"ajax_shop":"1","add_to_cart_text":"Add to cart","mobile_navigation_drilldown_back_to":"Back to %s","mobile_navigation_drilldown_back_to_main_menu":"Back to menu","mobile_navigation_drilldown_back_to_categories":"Back to categories","search_history_title":"Search history","search_history_clear_all":"Clear","search_history_items_limit":"5","swiper_prev_slide_msg":"Previous slide","swiper_next_slide_msg":"Next slide","swiper_first_slide_msg":"This is the first slide","swiper_last_slide_msg":"This is the last slide","swiper_pagination_bullet_msg":"Go to slide {{index}}","swiper_slide_label_msg":"{{index}} / {{slidesLength}}","on_this_page":"On this page:","tooltip_left_selector":".wd-buttons[class*=\"wd-pos-r\"] .wd-action-btn, .wd-portfolio-btns .portfolio-enlarge","tooltip_top_selector":".wd-tooltip, .wd-buttons:not([class*=\"wd-pos-r\"]) \u003E .wd-action-btn, body:not(.catalog-mode-on):not(.login-see-prices) .wd-hover-base .wd-bottom-actions .wd-action-btn.wd-style-icon, .wd-hover-base .wd-compare-btn, body:not(.logged-in) .wd-review-likes a","ajax_links":".wd-nav-product-cat a, .wd-page-wrapper .widget_product_categories a, .widget_layered_nav_filters a, .woocommerce-widget-layered-nav a, .filters-area:not(.custom-content) a, body.post-type-archive-product:not(.woocommerce-account) .woocommerce-pagination a, body.tax-product_cat:not(.woocommerce-account) .woocommerce-pagination a, .wd-shop-tools a:not([rel=\"v:url\"]), .woodmart-woocommerce-layered-nav a, .woodmart-price-filter a, .wd-clear-filters a, .woodmart-woocommerce-sort-by a, .woocommerce-widget-layered-nav-list a, .wd-widget-stock-status a, .widget_nav_mega_menu a, .wd-products-shop-view a, .wd-products-per-page a, .wd-cat a, body[class*=\"tax-pa_\"] .woocommerce-pagination a, .wd-product-category-filter a, .widget_brand_nav a","breadcrumbs_separator":"/","reviews_criteria_rating_required":"no","is_rating_summary_filter_enabled":"","wishlist_expanded":"no","wishlist_show_popup":"enable","wishlist_page_nonce":"8f1ea8daa9","wishlist_fragments_nonce":"abc906c6c8","wishlist_remove_notice":"Do you really want to remove these products?","wishlist_hash_name":"woodmart_wishlist_hash_4007301d7573ce887640055f3028cd85","wishlist_fragment_name":"woodmart_wishlist_fragments_4007301d7573ce887640055f3028cd85","wishlist_save_button_state":"no","wishlist_cookie_expires":"7","wishlist_add_button_text":"Add to wishlist","wishlist_remove_button_text":"Remove from wishlist","wishlist_current_default_group_text":"Current default group","wishlist_default_group_text":"Default group","wishlist_rename_group_notice":"Title is empty!","is_criteria_enabled":"","summary_criteria_ids":"","review_likes_tooltip":"Please log in to rate reviews.","vimeo_library_url":"https://www.islamique.eu/wp-content/themes/woodmart/js/libs/vimeo-player.min.js","compare_by_category":"yes","compare_page_nonce":"4f82687084","compare_save_button_state":"no","compare_origin_button_text":"Compare","compare_added_button_text":"Compare products","compare_removed_button_text":"Remove from compare"};
var woodmart_page_css = {"wd-style-base-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/base.css","wd-style-base-deferred-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/base-deferred.css","wd-header-base-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/header-base.css","wd-layout-wrapper-boxed-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/layout-wrapper-boxed.css","wd-helpers-wpb-elem-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/helpers-wpb-elem.css","wd-page-404-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/page-404.css","wd-int-yoast-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/int-yoast.css","wd-revolution-slider-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/int-rev-slider.css","wd-woo-paypal-payments-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/int-woo-paypal-payments.css","wd-elementor-base-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/int-elem-base.css","wd-elementor-pro-base-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/int-elementor-pro.css","wd-int-wordfence-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/int-wordfence.css","wd-woocommerce-base-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/woocommerce-base.css","wd-woocommerce-base-deferred-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/woocommerce-base-deferred.css","wd-mod-notices-general-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/mod-notices-general.css","wd-mod-star-rating-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/mod-star-rating.css","wd-woocommerce-block-notices-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/woo-mod-block-notices.css","wd-woo-opt-free-progress-bar-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/woo-opt-free-progress-bar.css","wd-woo-mod-progress-bar-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/woo-mod-progress-bar.css","wd-woo-opt-hide-larger-price-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/woo-opt-hide-larger-price.css","wd-wp-blocks-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/wp-blocks.css","wd-header-banner-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/opt-header-banner.css","wd-header-opt-scroll-slide-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/header-opt-scroll-slide.css","wd-info-box-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/el-info-box.css","wd-el-subtitle-style-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/el-subtitle-style.css","wd-header-divider-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/header-el-divider.css","wd-header-my-account-dropdown-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/header-el-my-account-dropdown.css","wd-woo-mod-login-form-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/woo-mod-login-form.css","wd-header-cart-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/header-el-cart.css","wd-social-icons-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/el-social-icons.css","wd-mod-nav-style-underline-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/mod-nav-style-underline.css","wd-page-title-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/page-title.css","wd-wd-search-form-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/wd-search-form.css","wd-search-style-default-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/el-search-style-default.css","wd-wd-search-dropdown-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/wd-search-dropdown.css","wd-widget-collapse-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/opt-widget-collapse.css","wd-footer-base-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/footer-base.css","wd-widget-general-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/widget-general.css","wd-widget-nav-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/widget-nav.css","wd-scroll-top-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/opt-scrolltotop.css","wd-header-mobile-nav-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/header-el-mobile-nav.css","wd-wd-search-results-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/wd-search-results.css","wd-nav-opener-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/mod-nav-opener.css","wd-header-cart-side-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/header-el-cart-side.css","wd-widget-shopping-cart-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/woo-widget-shopping-cart.css","wd-widget-product-list-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/woo-widget-product-list.css","wd-social-icons-styles-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/el-social-styles.css","wd-sticky-social-buttons-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/opt-sticky-social.css","wd-cookies-popup-css":"https://www.islamique.eu/wp-content/themes/woodmart/css/parts/opt-cookies.css"};
//# sourceURL=woodmart-theme-js-extra
</script>
<script id="woodmart-theme-js" src="https://www.islamique.eu/wp-content/themes/woodmart/js/scripts/global/helpers.min.js?ver=8.5.0"></script>
<script id="wd-elementor-integration-js" src="https://www.islamique.eu/wp-content/themes/woodmart/js/scripts/global/elementor-integration.min.js?ver=8.5.0"></script>
<script id="smush-lazy-load-js" src="https://www.islamique.eu/wp-content/plugins/wp-smush-pro/app/assets/js/smush-lazy-load.min.js?ver=3.18.0"></script>
<script id="wd-header-banner-js" src="https://www.islamique.eu/wp-content/themes/woodmart/js/scripts/header/headerBanner.min.js?ver=8.5.0"></script>
<script id="wd-header-builder-js" src="https://www.islamique.eu/wp-content/themes/woodmart/js/scripts/header/headerBuilder.min.js?ver=8.5.0"></script>
<script id="wd-login-dropdown-js" src="https://www.islamique.eu/wp-content/themes/woodmart/js/scripts/wc/loginDropdown.min.js?ver=8.5.0"></script>
<script id="wordfence-ls-login-js-extra">
var WFLS_LOGIN_TRANSLATIONS = {"Message to Support":"Message to Support","Send":"Send","An error was encountered while trying to send the message. Please try again.":"An error was encountered while trying to send the message. Please try again.","\u003Cstrong\u003EERROR\u003C/strong\u003E: An error was encountered while trying to send the message. Please try again.":"\u003Cstrong\u003EERROR\u003C/strong\u003E: An error was encountered while trying to send the message. Please try again.","Login failed with status code 403. Please contact the site administrator.":"Login failed with status code 403. Please contact the site administrator.","\u003Cstrong\u003EERROR\u003C/strong\u003E: Login failed with status code 403. Please contact the site administrator.":"\u003Cstrong\u003EERROR\u003C/strong\u003E: Login failed with status code 403. Please contact the site administrator.","Login failed with status code 503. Please contact the site administrator.":"Login failed with status code 503. Please contact the site administrator.","\u003Cstrong\u003EERROR\u003C/strong\u003E: Login failed with status code 503. Please contact the site administrator.":"\u003Cstrong\u003EERROR\u003C/strong\u003E: Login failed with status code 503. Please contact the site administrator.","Wordfence 2FA Code":"Wordfence 2FA Code","Remember for 30 days":"Remember for 30 days","Log In":"Log In","\u003Cstrong\u003EERROR\u003C/strong\u003E: An error was encountered while trying to authenticate. Please try again.":"\u003Cstrong\u003EERROR\u003C/strong\u003E: An error was encountered while trying to authenticate. Please try again.","The Wordfence 2FA Code can be found within the authenticator app you used when first activating two-factor authentication. You may also use one of your recovery codes.":"The Wordfence 2FA Code can be found within the authenticator app you used when first activating two-factor authentication. You may also use one of your recovery codes."};
var WFLSVars = {"ajaxurl":"/wp-admin/admin-ajax.php","nonce":"4078099948","recaptchasitekey":"","useCAPTCHA":"","allowremember":"","verification":null};
//# sourceURL=wordfence-ls-login-js-extra
</script>
<script id="wordfence-ls-login-js" src="https://www.islamique.eu/wp-content/plugins/wordfence/modules/login-security/js/login.1778685035.js?ver=1.1.16"></script>
<script id="wd-wishlist-js" src="https://www.islamique.eu/wp-content/themes/woodmart/js/scripts/wc/wishlist.min.js?ver=8.5.0"></script>
<script id="wd-on-remove-from-cart-js" src="https://www.islamique.eu/wp-content/themes/woodmart/js/scripts/wc/onRemoveFromCart.min.js?ver=8.5.0"></script>
<script id="wd-menu-offsets-js" src="https://www.islamique.eu/wp-content/themes/woodmart/js/scripts/menu/menuOffsets.min.js?ver=8.5.0"></script>
<script id="wd-menu-setup-js" src="https://www.islamique.eu/wp-content/themes/woodmart/js/scripts/menu/menuSetUp.min.js?ver=8.5.0"></script>
<script id="wd-clear-search-js" src="https://www.islamique.eu/wp-content/themes/woodmart/js/scripts/global/clearSearch.min.js?ver=8.5.0"></script>
<script id="wd-widget-collapse-js" src="https://www.islamique.eu/wp-content/themes/woodmart/js/scripts/global/widgetCollapse.min.js?ver=8.5.0"></script>
<script id="wd-scroll-top-js" src="https://www.islamique.eu/wp-content/themes/woodmart/js/scripts/global/scrollTop.min.js?ver=8.5.0"></script>
<script id="wd-mobile-navigation-js" src="https://www.islamique.eu/wp-content/themes/woodmart/js/scripts/menu/mobileNavigation.min.js?ver=8.5.0"></script>
<script id="wd-autocomplete-library-js" src="https://www.islamique.eu/wp-content/themes/woodmart/js/libs/autocomplete.min.js?ver=8.5.0"></script>
<script id="wd-ajax-search-js" src="https://www.islamique.eu/wp-content/themes/woodmart/js/scripts/global/ajaxSearch.min.js?ver=8.5.0"></script>
<script id="wd-cart-widget-js" src="https://www.islamique.eu/wp-content/themes/woodmart/js/scripts/wc/cartWidget.min.js?ver=8.5.0"></script>
<script id="wc-cart-fragments-js-extra">
var wc_cart_fragments_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_b3511b67d040497682896300e173ff0d","fragment_name":"wc_fragments_b3511b67d040497682896300e173ff0d","request_timeout":"5000"};
//# sourceURL=wc-cart-fragments-js-extra
</script>
<script data-wp-strategy="defer" defer id="wc-cart-fragments-js" src="https://www.islamique.eu/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=10.5.3"></script>
<script id="wd-sticky-social-buttons-js" src="https://www.islamique.eu/wp-content/themes/woodmart/js/scripts/global/stickySocialButtons.min.js?ver=8.5.0"></script>
<script id="wd-cookies-popup-js" src="https://www.islamique.eu/wp-content/themes/woodmart/js/scripts/global/cookiesPopup.min.js?ver=8.5.0"></script>
</body>
</html>
