• DELETE FROM KEYWORDS WHERE ID_DOMAINE=2791894
  • DoneDoneDone

    URL:www.thermodrine.co.za

    Connection: keep-alive
    Date: Wed, 30 Oct 2024 12:12:07 GMT
    Content-Length: 253
    Content-Type: text/html; charset=iso-8859-1
    Location: https://www.myogenic.org/products/thermodrine
    Server: nginx
    X-XSS-Protection: 1; mode=block
    X-Content-Type-Options: nosniff
    X-Nginx-Upstream-Cache-Status: MISS
    X-Server-Powered-By: nginx-ah
    
    
    Location => https://www.myogenic.org/products/thermodrine
    Status => 301
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>301 Moved Permanently</title>
    </head>

    (vide) Tentative en https

    https://www.myogenic.org/products/thermodrine

    <!doctype html>
    <html class="no-js" dir="ltr" lang="en">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width,initial-scale=1">
        <meta name="theme-color" content="#2176ff">
        <link rel="canonical" href="https://www.myogenic.org/products/thermodrine">
        <link rel="preconnect" href="https://cdn.shopify.com" crossorigin><link href="//www.myogenic.org/cdn/shop/t/27/assets/global.js?v=90021326747112155611697298728" as="script" rel="preload"><link href="//www.myogenic.org/cdn/shop/t/27/assets/package-splide.js?v=90826914765082906101697298728" as="script" rel="preload"><link href="//www.myogenic.org/cdn/shop/t/27/assets/main-product.js?v=180498789098805408901697298728" as="script" rel="preload"><link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin><title>Thermodrine® Rx-1</title><meta name="description" content="Globally, Thermodrine® Rx-1 is one of the few thermogenic fat burners that derives 100% of its key ingredients from natural plant sources, delivered in capsule form."><meta property="og:site_name" content="Myogenic.org">
    <meta property="og:url" content="https://www.myogenic.org/products/thermodrine">
    <meta property="og:title" content="Thermodrine® Rx-1">
    <meta property="og:type" content="product">
    <meta property="og:description" content="Globally, Thermodrine® Rx-1 is one of the few thermogenic fat burners that derives 100% of its key ingredients from natural plant sources, delivered in capsule form."><meta property="og:image" content="http://www.myogenic.org/cdn/shop/files/ThermodrineImage.jpg?v=1687894797">
      <meta property="og:image:secure_url" content="https://www.myogenic.org/cdn/shop/files/ThermodrineImage.jpg?v=1687894797">
      <meta property="og:image:width" content="1080">
      <meta property="og:image:height" content="1080"><meta property="og:price:amount" content="307.00">
      <meta property="og:price:currency" content="ZAR"><meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="Thermodrine® Rx-1">
    <meta name="twitter:description" content="Globally, Thermodrine® Rx-1 is one of the few thermogenic fat burners that derives 100% of its key ingredients from natural plant sources, delivered in capsule form.">
    <script>
      window.theme = {
        shopUrl: 'https://www.myogenic.org',
        routes: {
          root_url: '/',
          account_url: '/account',
          account_login_url: '/account/login',
          account_logout_url: '/account/logout',
          account_recover_url: '/account/recover',
          account_register_url: '/account/register',
          account_addresses_url: '/account/addresses',
          collections_url: '/collections',
          all_products_collection_url: '/collections/all',
          search_url: '/search',
          cart_url: '/cart',
          cart_update_url: '/cart/update',
          cart_add_url: '/cart/add',
          cart_change_url: '/cart/change',
          cart_clear_url: '/cart/clear',
          product_recommendations_url: '/recommendations/products',
          predictive_search_url: '/search/suggest'
        },
        info: { name: 'District' },
        strings: {
          addToCart: `Add to cart`,
          preOrder: `Pre-Order`,
          soldOut: `Sold out`,
          unavailable: `Unavailable`,
          addressError: `Error looking up that address`,
          addressNoResults: `No results for that address`,
          addressQueryLimit: `You have exceeded the Google API usage limit. Consider upgrading to a <a href="https://developers.google.com/maps/premium/usage-limits">Premium Plan</a>.`,
          authError: `There was a problem authenticating your Google Maps account.`,
          unitPrice: `Unit price`,
          unitPriceSeparator: `per`,
        },
        cartStrings: {
          error: `There was an error while updating your cart. Please try again.`,
          quantityError: `You can only add [quantity] of this item to your cart.`,
        },
        accessiblityStrings: {
          giftCardRecipientExpanded: `Gift card recipient form expanded`,
          giftCardRecipientCollapsed: `Gift card recipient form collapsed`,
        },
        pageType: `product`,
        customer: false,
        moneyFormat: "R {{amount}}",
        ajaxCartEnable: true,
        cartData: {"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"ZAR","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0},
        mobileBreakpoint: 768,
        packages: [],
      };
      // Publish / Subscribe
      const PUB_SUB_EVENTS = {
        cartUpdate: 'cart-update',
        quantityUpdate: 'quantity-update',
        variantChange: 'variant-change',
        cartError: 'cart-error',
      };
      let subscribers = {};
    
      function subscribe(eventName, callback) {
        if (subscribers[eventName] === undefined) {
          subscribers[eventName] = [];
        }
    
        subscribers[eventName] = [...subscribers[eventName], callback];
    
        return function unsubscribe() {
          subscribers[eventName] = subscribers[eventName].filter((cb) => {
            return cb !== callback;
          });
        };
      }
    
      function publish(eventName, data) {
        if (subscribers[eventName]) {
          subscribers[eventName].forEach((callback) => {
            callback(data);
          });
        }
      }
      theme.loadPackages = (packages) => {
        packages.forEach((package) => {
          if (!theme.packages.includes(package)) {
            const placeholderScript = document.querySelector(`script[data-package="${package}"]`);
            if (!placeholderScript) return;
    
            const src = placeholderScript.dataset.src;
            const script = document.createElement('script');
            script.src = src;
            script.async = false;
            script.defer = true;
            document.body.append(script);
            theme.packages.push(package);
          }
        });
      };
      document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
    </script><script src="//www.myogenic.org/cdn/shop/t/27/assets/global.js?v=90021326747112155611697298728" defer="defer"></script><script src="//www.myogenic.org/cdn/shop/t/27/assets/package-splide.js?v=90826914765082906101697298728" defer="defer"></script>
            <script src="//www.myogenic.org/cdn/shop/t/27/assets/main-product.js?v=180498789098805408901697298728" defer="defer"></script><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/10705852/digital_wallets/dialog">
    <link rel="alternate" type="application/json+oembed" href="https://www.myogenic.org/products/thermodrine.oembed">
    <script async="async" src="/checkouts/internal/preloads.js?locale=en-ZA"></script>
    <script id="shopify-features" type="application/json">{"accessToken":"b4b5817f1d2d5e0f1c0de18289b41877","betas":["rich-media-storefront-analytics"],"domain":"www.myogenic.org","predictiveSearch":true,"shopId":10705852,"smart_payment_buttons_url":"https:\/\/www.myogenic.org\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/www.myogenic.org\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","locale":"en"}</script>
    <script>var Shopify = Shopify || {};
    Shopify.shop = "myogenic.myshopify.com";
    Shopify.locale = "en";
    Shopify.currency = {"active":"ZAR","rate":"1.0"};
    Shopify.country = "ZA";
    Shopify.theme = {"name":"Updated copy of District","id":133574361251,"schema_name":"District","schema_version":"4.5.2","theme_store_id":735,"role":"main"};
    Shopify.theme.handle = "null";
    Shopify.theme.style = {"id":null,"handle":null};
    Shopify.cdnHost = "www.myogenic.org/cdn";
    Shopify.routes = Shopify.routes || {};
    Shopify.routes.root = "/";</script>
    <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
    <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script>
    <script id="shop-js-analytics" type="application/json">{"pageType":"product"}</script>
    <script>(function() {
      function asyncLoad() {
        var urls = ["https:\/\/motivate.shopapps.site\/motivator.php?shop=myogenic.myshopify.com","\/\/code.tidio.co\/dmrlu62j3q1ju9ay0i3vcstwl5mkmdit.js?shop=myogenic.myshopify.com","https:\/\/admin.revenuehunt.com\/embed.js?shop=myogenic.myshopify.com","https:\/\/cdn.hextom.com\/js\/quickannouncementbar.js?shop=myogenic.myshopify.com"];
        for (var i = 0; i < urls.length; i++) {
          var s = document.createElement('script');
          s.type = 'text/javascript';
          s.async = true;
          s.src = urls[i];
          var x = document.getElementsByTagName('script')[0];
          x.parentNode.insertBefore(s, x);
        }
      };
      if(window.attachEvent) {
        window.attachEvent('onload', asyncLoad);
      } else {
        window.addEventListener('load', asyncLoad, false);
      }
    })();</script>
    <script id="__st">var __st={"a":10705852,"offset":7200,"reqid":"402bd617-1088-4498-946a-bbd16596a098-1730290327","pageurl":"www.myogenic.org\/products\/thermodrine","u":"2c40e6f99490","p":"product","rtyp":"product","rid":4245615491};</script>
    <script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
    <script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(',');function s(t,e,n=!1){try{const o=window.sessionStorage;for(const[n,c]of Object.entries(JSON.parse(o.getItem(e))))t.elements[n]&&(t.elements[n].value=c);n&&o.removeItem(e)}catch{}}const a='form_key',i=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response','password'],u=()=>{try{return window.sessionStorage}catch{return}},m=t=>t.elements[a],f='form_type',d='cptcha';function p(t){t.dataset[d]=!0}const l=window,h=l.document,_='Shopify',y='ce_forms',E='captcha';let v=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe','https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.4.0.iife.js',T={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=l[_][y],c=o.bindForm;if(c)return c(t,g,e,T).then(n);o.q.push([[t,g,e,T],n]),v||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:'https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.4.0.iife.js'})),v=!0)});var g,T;l[_]=l[_]||{},l[_][y]=l[_][y]||{},l[_][y].q=[],l[_][E]=l[_][E]||{},l[_][E].protect=function(t,e){n(t,void 0,e),p(t)},Object.freeze(l[_][E]),function(t,e,n,l,h,_){const[y,E,v,g]=function(t,e,n){const s=e?o:[],a=t?c:[],i=[...s,...a],u=[...o],m=r(i),f=r(s),d=n&&r(i.filter((([t,e])=>n.includes(e)))),p=r(u),l=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];return[l(m),l(f),l(d),l(p)]}(l,h,_),T=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},S=t=>y().includes(t);t.addEventListener('submit',(t=>{const e=T(t);if(!e)return;const n=S(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=m(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!u())return;!function(t){const e=u();if(!e)return;const n=m(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){m(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:a})),t.elements[a].value=e}(t,e),function(t,e){const n=u();if(!n)return;const o=[...t.querySelectorAll('input[type="password"]')].map((({name:t})=>t)),c=[...i,...o],r={};for(const[s,a]of new FormData(t).entries())c.includes(s)||(r[s]=a);n.setItem(e,JSON.stringify(r))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const w=(t,e)=>{t&&!t.dataset[d]&&(n(t,e.some((e=>e===t))),p(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=T(t);S(e)&&w(e,E())}));const A=e.get('form_key'),b=e.get(f),I=A&&b;t.addEventListener('DOMContentLoaded',(()=>{const t=E();if(I)for(const e of t)e.elements[f].value===b&&s(e,A);[...new Set([...v(),...y().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>w(e,t)))}))}(h,new URLSearchParams(l.location.search),n,!0,!0,['guest_login'])})()}();</script>
    <script integrity="sha256-7/JJfxDXG7zQLENy79IvPH107WmaVwc8z5Er0jzsrPQ=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//www.myogenic.org/cdn/shopifycloud/shopify/assets/storefront/load_feature-eff2497f10d71bbcd02c4372efd22f3c7d74ed699a57073ccf912bd23cecacf4.js" crossorigin="anonymous"></script>
    <script data-source-attribution="shopify.dynamic_checkout.dynamic.init">var Shopify=Shopify||{};Shopify.PaymentButton=Shopify.PaymentButton||{isStorefrontPortableWallets:!0,init:function(){window.Shopify.PaymentButton.init=function(){};var t=document.createElement("script");t.src="https://www.myogenic.org/cdn/shopifycloud/portable-wallets/latest/portable-wallets.en.js",t.type="module",document.head.appendChild(t)}};
    </script>
    <script data-source-attribution="shopify.dynamic_checkout.buyer_consent">
      function portableWalletsHideBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.add("hidden"),t.setAttribute("aria-hidden","true"),n.removeEventListener("click",e))}function portableWalletsShowBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.remove("hidden"),t.removeAttribute("aria-hidden"),n.addEventListener("click",e))}window.Shopify?.PaymentButton&&(window.Shopify.PaymentButton.hideBuyerConsent=portableWalletsHideBuyerConsent,window.Shopify.PaymentButton.showBuyerConsent=portableWalletsShowBuyerConsent);
    </script>
    <script data-source-attribution="shopify.dynamic_checkout.cart.bootstrap">document.addEventListener("DOMContentLoaded",(function(){function t(){return document.querySelector("#dynamic-checkout-cart")}if(t())Shopify.PaymentButton.init();else{new MutationObserver((function(e,n){t()&&(Shopify.PaymentButton.init(),n.disconnect())})).observe(document.body,{childList:!0,subtree:!0})}}));
    </script>
    
    
    <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>
    <style data-shopify>
    @font-face {
      font-family: "Neue Haas Unica";
      font-weight: 600;
      font-style: normal;
      font-display: swap;
      src: url("//www.myogenic.org/cdn/fonts/neue_haas_unica/neuehaasunica_n6.811a1650e21f1bac45d3959cf135802431a07f0f.woff2?h1=bXlvZ2VuaWMub3Jn&h2=bXlvZ2VuaWMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=5bf194a165d2877fb98bd6c81499eb9ae387916a02969142dcb43d95a4a6709c") format("woff2"),
           url("//www.myogenic.org/cdn/fonts/neue_haas_unica/neuehaasunica_n6.f9e6698fdff14cbabfacf5e20220e55548fa61be.woff?h1=bXlvZ2VuaWMub3Jn&h2=bXlvZ2VuaWMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=15c65542189bf84fedd2d6775fd477305138a1d3486957da238780101c9b94e6") format("woff");
    }
    @font-face {
      font-family: "Neue Haas Unica";
      font-weight: 900;
      font-style: normal;
      font-display: swap;
      src: url("//www.myogenic.org/cdn/fonts/neue_haas_unica/neuehaasunica_n9.529a668b3bfb7dbacdfb03ed2856a88728c63112.woff2?h1=bXlvZ2VuaWMub3Jn&h2=bXlvZ2VuaWMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=daaa1d06f15f9bf2f80e510327f3a03f8c551e2959241ae4b3429d7b720d43e2") format("woff2"),
           url("//www.myogenic.org/cdn/fonts/neue_haas_unica/neuehaasunica_n9.def8140dda00ee79a8e9f715ab116703443e92b6.woff?h1=bXlvZ2VuaWMub3Jn&h2=bXlvZ2VuaWMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=e487b0cc6f77ab2fe68b692fe76411056df38de31299e9ea84778287ce29bca1") format("woff");
    }
    :root {
        --base-font-size: 16px;
        --body-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
        --heading-font-family: "Neue Haas Unica", sans-serif;
        --navigation-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
        --body-style: normal;
        --body-weight: 400;
        --body-weight-bolder: 700;
        --heading-style: normal;
        --heading-weight: 600;
        --heading-weight-bolder: 900;
        --heading-capitalize: none;
        --navigation-style: normal;
        --navigation-weight: 400;
        --navigation-weight-bolder: 700;--primary-text-color: #464646;
        --primary-title-color: #000000;
        --primary-accent-color: #2176ff;
        --primary-accent-color-80: rgba(33, 118, 255, 0.8);
        --primary-accent-text-color: #ffffff;
        --primary-background-color: #ffffff;
        --primary-background-color-75: rgba(255, 255, 255, 0.8);
        --primary-secondary-background-color: #f8f8f8;
        --primary-secondary-background-color-50: #fcfcfc;
        --primary-section-border-color: #ededed;
        --primary-text-color-05: #f6f6f6;
        --primary-text-color-10: #ededed;
        --primary-text-color-20: #dadada;
        --primary-text-color-30: #c8c8c8;
        --primary-text-color-40: #b5b5b5;
        --primary-text-color-50: #a3a3a3;
        --primary-text-color-60: #909090;
        --primary-text-color-70: #7e7e7e;
        --primary-text-color-80: #6b6b6b;
        --primary-text-color-90: #595959;
        --section-text-color: #464646;
        --section-text-color-75: rgba(70, 70, 70, 0.75);
        --section-text-color-50: rgba(70, 70, 70, 0.5);
        --section-title-color: #000000;
        --section-accent-color: #2176ff;
        --section-accent-text-color: #ffffff;
        --section-accent-hover-color: #0766ff;
        --section-overlay-color: transparent;
        --section-overlay-hover-color: transparent;
        --section-background-color: #ffffff;
        --section-primary-border-color: #464646;
        --modal-background-color: #000000;--max-width-screen: 1280px;
        --max-width-header: 1280px;
        --spacing-section: 4rem;
        --spacing-section-half: 2rem;
        --spacing-rail: 1.25rem;
        --text-align-section: center;--swiper-theme-color: #2176ff;
        --duration-default: 200ms;
        --tw-ring-inset: ;
        --tw-blur: ;
        --tw-brightness: ;
        --tw-contrast: ;
        --tw-grayscale: ;
        --tw-hue-rotate: ;
        --tw-invert: ;
        --tw-saturate: ;
        --tw-sepia: ;
        --tw-drop-shadow: ;
        --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
      }
    </style><link href="//www.myogenic.org/cdn/shop/t/27/assets/base.css?v=34800303773692926551697298728" rel="stylesheet" type="text/css" media="all" />
    <link rel="preload" as="font" href="//www.myogenic.org/cdn/fonts/neue_haas_unica/neuehaasunica_n6.811a1650e21f1bac45d3959cf135802431a07f0f.woff2?h1=bXlvZ2VuaWMub3Jn&h2=bXlvZ2VuaWMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=5bf194a165d2877fb98bd6c81499eb9ae387916a02969142dcb43d95a4a6709c" type="font/woff2" crossorigin><!-- BEGIN app block: shopify://apps/warnify-pro-warnings/blocks/main/b82106ea-6172-4ab0-814f-17df1cb2b18a --><!-- BEGIN app snippet: product -->
    <script>    var Elspw = {        params: {            money_format: "R {{amount}}",            cart: {                "total_price" : 0,                "attributes": {},                "items" : [                ]            }        }    };    Elspw.params.product = {        "id": 4245615491,        "title": "Thermodrine® Rx-1",        "handle": "thermodrine",        "tags": ["Els PW 11534","Els PW 614","Weeklydeals"],        "variants":[{"id":12728682051,"qty":5,"title":"60 Capsules \/ With Caffeine","policy":"deny"},{"id":43448786124963,"qty":8,"title":"60 Capsules \/ Without Caffeine","policy":"deny"}],        "collection_ids":[296105902243,185563779,212438915]    };</script><!-- END app snippet --><!-- BEGIN app snippet: settings -->
      <script>    (function(){      Elspw.loadScript=function(a,b){var c=document.createElement("script");c.type="text/javascript",c.readyState?c.onreadystatechange=function(){"loaded"!=c.readyState&&"complete"!=c.readyState||(c.onreadystatechange=null,b())}:c.onload=function(){b()},c.src=a,document.getElementsByTagName("head")[0].appendChild(c)};      Elspw.config= {"enabled":true,"button":"form[action=\"/cart/add\"] [type=submit]","showInfoBanner":false,"css":"","tag":"Els PW","alerts":[],"grid_enabled":1,"cdn":"https://s3.amazonaws.com/els-apps/product-warnings/","theme_app_extensions_enabled":1} ;    })(Elspw)  </script>  <script defer src="https://cdn.shopify.com/extensions/84317f66-fea1-4fd6-8274-b4cf076ae22e/warnify-pro-warnings-6/assets/app.js"></script>
    
    <script>
      Elspw.params.elsGeoScriptPath = "https://cdn.shopify.com/extensions/84317f66-fea1-4fd6-8274-b4cf076ae22e/warnify-pro-warnings-6/assets/els.geo.js";
      Elspw.params.remodalScriptPath = "https://cdn.shopify.com/extensions/84317f66-fea1-4fd6-8274-b4cf076ae22e/warnify-pro-warnings-6/assets/remodal.js";
      Elspw.params.cssPath = "https://cdn.shopify.com/extensions/84317f66-fea1-4fd6-8274-b4cf076ae22e/warnify-pro-warnings-6/assets/app.css";
    </script><!-- END app snippet --><!-- BEGIN app snippet: elspw-jsons -->
    
    
    
      <script type="application/json" id="elspw-product">
        
              {        "id": 4245615491,        "title": "Thermodrine® Rx-1",        "handle": "thermodrine",        "tags": ["Els PW 11534","Els PW 614","Weeklydeals"],        "variants":[{"id":12728682051,"qty":5,"title":"60 Capsules \/ With Caffeine","policy":"deny"},{"id":43448786124963,"qty":8,"title":"60 Capsules \/ Without Caffeine","policy":"deny"}],        "collection_ids":[296105902243,185563779,212438915]      }    
      </script>
    
    
    
    <!-- END app snippet -->
    
    
    <!-- END app app block --><script src="https://cdn.shopify.com/extensions/c7aed416-1f3d-4863-bbe9-b1435bf8107c/omnisend-email-marketing-sms-24/assets/omnisend-in-shop.js" type="text/javascript" defer="defer"></script>
    <script src="https://cdn.shopify.com/extensions/c856ed49-3c5d-4df4-afc1-c1b355fcea73/hextom-announce-bar-34/assets/quickannouncementbar.js" type="text/javascript" defer="defer"></script>
    <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
    <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 10705852,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "product"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script>
    <script id="web-pixels-manager-setup">(function d(d,e,r,a,n){var o,i,t,s,l=(i=(o={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(12[7-9]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(12[7-9]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/}).modern,t=o.legacy,s=navigator.userAgent,i.test(s)?"modern":(t.test(s),"legacy"));window.Shopify=window.Shopify||{};var c=window.Shopify;c.analytics=c.analytics||{};var u=c.analytics;u.replayQueue=[],u.publish=function(d,e,r){return u.replayQueue.push([d,e,r]),!0};try{self.performance.mark("wpm:start")}catch(d){}var h=[r,"/wpm","/b",n,l.substring(0,1),".js"].join("");!function(d){var e=d.src,r=d.async,a=void 0===r||r,n=d.onload,o=d.onerror,i=document.createElement("script"),t=document.head,s=document.body;i.async=a,i.src=e,n&&i.addEventListener("load",n),o&&i.addEventListener("error",o),t?t.appendChild(i):s?s.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:h,async:!0,onload:function(){var r=window.webPixelsManager.init(d);e(r);var a=window.Shopify.analytics;a.replayQueue.forEach((function(d){var e=d[0],a=d[1],n=d[2];r.publishCustomEvent(e,a,n)})),a.replayQueue=[],a.publish=r.publishCustomEvent,a.visitor=r.visitor},onerror:function(){var e=d.storefrontBaseUrl.replace(/\/$/,""),r="".concat(e,"/.well-known/shopify/monorail/unstable/produce_batch"),n=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:a||"latest",bundle_target:l,page_url:self.location.href,status:"failed",surface:d.surface,error_msg:"".concat(h," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(r,n))return!0}catch(d){}var o=new XMLHttpRequest;try{return o.open("POST",r,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(n),!0}catch(d){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 10705852,storefrontBaseUrl: "https://www.myogenic.org",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0220","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0220","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"Myogenic.org","paymentSettings":{"currencyCode":"ZAR"},"myshopifyDomain":"myogenic.myshopify.com","countryCode":"ZA","storefrontUrl":"https:\/\/www.myogenic.org"},"customer":null,"cart":null,"checkout":null,"productVariants":[{"price":{"amount":307.0,"currencyCode":"ZAR"},"product":{"title":"Thermodrine\u00ae Rx-1","vendor":"Myogenic","id":"4245615491","untranslatedTitle":"Thermodrine\u00ae Rx-1","url":"\/products\/thermodrine","type":"Pills"},"id":"12728682051","image":{"src":"\/\/www.myogenic.org\/cdn\/shop\/files\/ThermodrineImage.jpg?v=1687894797"},"sku":"TDRX90","title":"60 Capsules \/ With Caffeine","untranslatedTitle":"60 Capsules \/ With Caffeine"},{"price":{"amount":307.0,"currencyCode":"ZAR"},"product":{"title":"Thermodrine\u00ae Rx-1","vendor":"Myogenic","id":"4245615491","untranslatedTitle":"Thermodrine\u00ae Rx-1","url":"\/products\/thermodrine","type":"Pills"},"id":"43448786124963","image":{"src":"\/\/www.myogenic.org\/cdn\/shop\/files\/ThermodrineImage.jpg?v=1687894797"},"sku":"TDRX600CF","title":"60 Capsules \/ Without Caffeine","untranslatedTitle":"60 Capsules \/ Without Caffeine"}],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});webPixelsManagerAPI.publish("product_viewed", {"productVariant":{"price":{"amount":307.0,"currencyCode":"ZAR"},"product":{"title":"Thermodrine\u00ae Rx-1","vendor":"Myogenic","id":"4245615491","untranslatedTitle":"Thermodrine\u00ae Rx-1","url":"\/products\/thermodrine","type":"Pills"},"id":"12728682051","image":{"src":"\/\/www.myogenic.org\/cdn\/shop\/files\/ThermodrineImage.jpg?v=1687894797"},"sku":"TDRX90","title":"60 Capsules \/ With Caffeine","untranslatedTitle":"60 Capsules \/ With Caffeine"}});},"https://www.myogenic.org/cdn","197cd42ad7ab868de58b6bcb07f9e270c5ea6f17","d9f539ffw0e1474c4pae8b6d69m179c86ad",);</script>  <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {};
    window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
    window.ShopifyAnalytics.meta.currency = 'ZAR';
    var meta = {"product":{"id":4245615491,"gid":"gid:\/\/shopify\/Product\/4245615491","vendor":"Myogenic","type":"Pills","variants":[{"id":12728682051,"price":30700,"name":"Thermodrine® Rx-1 - 60 Capsules \/ With Caffeine","public_title":"60 Capsules \/ With Caffeine","sku":"TDRX90"},{"id":43448786124963,"price":30700,"name":"Thermodrine® Rx-1 - 60 Capsules \/ Without Caffeine","public_title":"60 Capsules \/ Without Caffeine","sku":"TDRX600CF"}]},"page":{"pageType":"product","resourceType":"product","resourceId":4245615491}};
    for (var attr in meta) {
      window.ShopifyAnalytics.meta[attr] = meta[attr];
    }</script>
    <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() {
      
    };
    </script>
    <script class="analytics">(window.gaDevIds=window.gaDevIds||[]).push('BwiEti');
    
    
    (function () {
        var customDocumentWrite = function(content) {
          var jquery = null;
    
          if (window.jQuery) {
            jquery = window.jQuery;
          } else if (window.Checkout && window.Checkout.$) {
            jquery = window.Checkout.$;
          }
    
          if (jquery) {
            jquery('body').append(content);
          }
        };
    
        var hasLoggedConversion = function(token) {
          if (token) {
            return document.cookie.indexOf('loggedConversion=' + token) !== -1;
          }
          return false;
        }
    
        var setCookieIfConversion = function(token) {
          if (token) {
            var twoMonthsFromNow = new Date(Date.now());
            twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2);
    
            document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow;
          }
        }
    
        var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || [];
        if (trekkie.integrations) {
          return;
        }
        trekkie.methods = [
          'identify',
          'page',
          'ready',
          'track',
          'trackForm',
          'trackLink'
        ];
        trekkie.factory = function(method) {
          return function() {
            var args = Array.prototype.slice.call(arguments);
            args.unshift(method);
            trekkie.push(args);
            return trekkie;
          };
        };
        for (var i = 0; i < trekkie.methods.length; i++) {
          var key = trekkie.methods[i];
          trekkie[key] = trekkie.factory(key);
        }
        trekkie.load = function(config) {
          trekkie.config = config || {};
          trekkie.config.initialDocumentCookie = document.cookie;
          var first = document.getElementsByTagName('script')[0];
          var script = document.createElement('script');
          script.type = 'text/javascript';
          script.onerror = function(e) {
            var scriptFallback = document.createElement('script');
            scriptFallback.type = 'text/javascript';
            scriptFallback.onerror = function(error) {
                    var Monorail = {
          produce: function produce(monorailDomain, schemaId, payload) {
            var currentMs = new Date().getTime();
            var event = {
              schema_id: schemaId,
              payload: payload,
              metadata: {
                event_created_at_ms: currentMs,
                event_sent_at_ms: currentMs
              }
            };
            return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event));
          },
          sendRequest: function sendRequest(endpointUrl, payload) {
            // Try the sendBeacon API
            if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) {
              var blobData = new window.Blob([payload], {
                type: 'text/plain'
              });
    
              if (window.navigator.sendBeacon(endpointUrl, blobData)) {
                return true;
              } // sendBeacon was not successful
    
            } // XHR beacon
    
            var xhr = new XMLHttpRequest();
    
            try {
              xhr.open('POST', endpointUrl);
              xhr.setRequestHeader('Content-Type', 'text/plain');
              xhr.send(payload);
            } catch (e) {
              console.log(e);
            }
    
            return false;
          },
          isIos12: function isIos12() {
            return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1;
          }
        };
        Monorail.produce('monorail-edge.shopifysvc.com',
          'trekkie_storefront_load_errors/1.1',
          {shop_id: 10705852,
          theme_id: 133574361251,
          app_name: "storefront",
          context_url: window.location.href,
          source_url: "//www.myogenic.org/cdn/s/trekkie.storefront.a8ef5c2c4f1c6e0839c6b8857d0a2edb7d22d961.min.js"});
    
            };
            scriptFallback.async = true;
            scriptFallback.src = '//www.myogenic.org/cdn/s/trekkie.storefront.a8ef5c2c4f1c6e0839c6b8857d0a2edb7d22d961.min.js';
            first.parentNode.insertBefore(scriptFallback, first);
          };
          script.async = true;
          script.src = '//www.myogenic.org/cdn/s/trekkie.storefront.a8ef5c2c4f1c6e0839c6b8857d0a2edb7d22d961.min.js';
          first.parentNode.insertBefore(script, first);
        };
        trekkie.load(
          {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":10705852,"isMerchantRequest":null,"themeId":133574361251,"themeCityHash":"15781959046874204415","contentLanguage":"en","currency":"ZAR"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Google Analytics":{"trackingId":"UA-89366300-1","domain":"auto","siteSpeedSampleRate":"10","enhancedEcommerce":true,"doubleClick":true,"includeSearch":true},"Session Attribution":{},"S2S":{"facebookCapiEnabled":false,"source":"trekkie-storefront-renderer","apiClientId":580111}}
        );
    
        var loaded = false;
        trekkie.ready(function() {
          if (loaded) return;
          loaded = true;
    
          window.ShopifyAnalytics.lib = window.trekkie;
    
            ga('require', 'linker');
          function addListener(element, type, callback) {
            if (element.addEventListener) {
              element.addEventListener(type, callback);
            }
            else if (element.attachEvent) {
              element.attachEvent('on' + type, callback);
            }
          }
          function decorate(event) {
            event = event || window.event;
            var target = event.target || event.srcElement;
            if (target && (target.getAttribute('action') || target.getAttribute('href'))) {
              ga(function (tracker) {
                var linkerParam = tracker.get('linkerParam');
                document.cookie = '_shopify_ga=' + linkerParam + '; ' + 'path=/';
              });
            }
          }
          addListener(window, 'load', function(){
            for (var i=0; i < document.forms.length; i++) {
              var action = document.forms[i].getAttribute('action');
              if(action && action.indexOf('/cart') >= 0) {
                addListener(document.forms[i], 'submit', decorate);
              }
            }
            for (var i=0; i < document.links.length; i++) {
              var href = document.links[i].getAttribute('href');
              if(href && href.indexOf('/checkout') >= 0) {
                addListener(document.links[i], 'click', decorate);
              }
            }
          });
        
    
          var originalDocumentWrite = document.write;
          document.write = customDocumentWrite;
          try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {};
          document.write = originalDocumentWrite;
    
          window.ShopifyAnalytics.lib.page(null,{"pageType":"product","resourceType":"product","resourceId":4245615491});
    
          var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/)
          var token = match? match[1]: undefined;
          if (!hasLoggedConversion(token)) {
            setCookieIfConversion(token);
            window.ShopifyAnalytics.lib.track("Viewed Product",{"currency":"ZAR","variantId":12728682051,"productId":4245615491,"productGid":"gid:\/\/shopify\/Product\/4245615491","name":"Thermodrine® Rx-1 - 60 Capsules \/ With Caffeine","price":"307.00","sku":"TDRX90","brand":"Myogenic","variant":"60 Capsules \/ With Caffeine","category":"Pills","nonInteraction":true});
          window.ShopifyAnalytics.lib.track("monorail:\/\/trekkie_storefront_viewed_product\/1.1",{"currency":"ZAR","variantId":12728682051,"productId":4245615491,"productGid":"gid:\/\/shopify\/Product\/4245615491","name":"Thermodrine® Rx-1 - 60 Capsules \/ With Caffeine","price":"307.00","sku":"TDRX90","brand":"Myogenic","variant":"60 Capsules \/ With Caffeine","category":"Pills","nonInteraction":true,"referer":"https:\/\/www.myogenic.org\/products\/thermodrine"});
          }
        });
    
    
            var eventsListenerScript = document.createElement('script');
            eventsListenerScript.async = true;
            eventsListenerScript.src = "//www.myogenic.org/cdn/shopifycloud/shopify/assets/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626.js";
            document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);
    
    })();</script>
    <script class="boomerang">
    (function () {
      window.BOOMR = window.BOOMR || {};
      window.BOOMR.themeName = "District";
      window.BOOMR.themeVersion = "4.5.2";
      window.BOOMR.shopId = 10705852;
      window.BOOMR.themeId = 133574361251;
    })();</script>
    <script
      defer
      src="https://www.myogenic.org/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.0.1.min.js"
      data-application="storefront-renderer"
      data-shop-id="10705852"
      data-render-region="gcp-europe-west1"
      data-page-type="product"
      data-theme-instance-id="133574361251"
      data-monorail-region="shop_domain"
      data-resource-timing-sampling-rate="10"
    ></script>
    </head>
    
      

    Thermodrine® Rx-1

    Recherche META Description de la page

    Globally, Thermodrine® Rx-1 is one of the few thermogenic fat burners that derives 100% of its key ingredients from natural plant sources, delivered in capsule form.

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='nginx',redirection='https://www.myogenic.org/products/thermodrine',Status='200',err='',[TITRE]=N'Thermodrine® Rx-1',[DESCRIPTION]=N'Globally, Thermodrine® Rx-1 is one of the few thermogenic fat burners that derives 100% of its key ingredients from natural plant sources, delivered in capsule form.',[KEYWORDS]=N'' WHERE id=2791894
  • 0

    Thermodrine® Rx-1 Globally Thermodrine® Rx-1 is one of the few thermogenic fat burners that derives 100% of its key ingredients from natural plant sources delivered in capsule form.

  • 0. Thermodrine® (12)
  • --------->0
  • 1. Rx-1 (4)
  • --------->0
  • 2. Globally (8)
  • --------->0
  • 6. is (2)
  • --------->0
  • 7. one (3)
  • --------->0
  • 8. of (2)
  • --------->0
  • 9. the (3)
  • --------->0
  • 10. few (3)
  • --------->0
  • 11. thermogenic (11)
  • --------->0
  • 12. fat (3)
  • --------->0
  • 13. burners (7)
  • --------->0
  • 14. that (4)
  • --------->0
  • 15. derives (7)
  • --------->0
  • 16. 100% (4)
  • --------->0
  • 18. its (3)
  • --------->0
  • 19. key (3)
  • --------->0
  • 20. ingredients (11)
  • --------->0
  • 21. from (4)
  • --------->0
  • 22. natural (7)
  • --------->0
  • 23. plant (5)
  • --------->0
  • 24. sources (7)
  • --------->0
  • 26. delivered (9)
  • --------->0
  • 27. in (2)
  • --------->0
  • 28. capsule (7)
  • --------->0
  • 29. form (4)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Thermodrine®',2791894),(N'Rx-1',2791894),(N'Globally',2791894),(N'is',2791894),(N'one',2791894),(N'of',2791894),(N'the',2791894),(N'few',2791894),(N'thermogenic',2791894),(N'fat',2791894),(N'burners',2791894),(N'that',2791894),(N'derives',2791894),(N'100%',2791894),(N'its',2791894),(N'key',2791894),(N'ingredients',2791894),(N'from',2791894),(N'natural',2791894),(N'plant',2791894),(N'sources',2791894),(N'delivered',2791894),(N'in',2791894),(N'capsule',2791894),(N'form',2791894)