<!doctype html>
<html class="js no-js" 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="">
    <link rel="canonical" href="https://healthbuy.com/"><link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin><title>
      HealthBuy.com Health and Beauty Store </title>  

    
      <meta name="description" content="Health Buy is your trusted online retailer for health &amp; beauty products! The best natural &amp; organic beauty product brands for the whole family.">
    

    <meta property="og:site_name" content="HealthBuy">
<meta property="og:url" content="https://healthbuy.com/">
<meta property="og:title" content="HealthBuy.com Health and Beauty Store">
<meta property="og:type" content="website">
<meta property="og:description" content="Health Buy is your trusted online retailer for health &amp; beauty products! The best natural &amp; organic beauty product brands for the whole family."><meta name="twitter:site" content="@https://www.x.com/shopify">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="HealthBuy.com Health and Beauty Store">
<meta name="twitter:description" content="Health Buy is your trusted online retailer for health &amp; beauty products! The best natural &amp; organic beauty product brands for the whole family.">

    <script src="//healthbuy.com/cdn/shop/t/10/assets/static-values.js?v=156670801139233617421764648275" defer="defer"></script>
<script src="//healthbuy.com/cdn/shop/t/10/assets/pubsub-super.js?v=3833801922017531071764648275" defer="defer"></script>

<script src="//healthbuy.com/cdn/shop/t/10/assets/theme.js?v=5856565720715185601764648275" defer="defer"></script>
  

<link href="//healthbuy.com/cdn/shop/t/10/assets/block-pickup-availability.css?v=55404978495571316861764648275" rel="stylesheet" type="text/css" media="all" />


<style data-shopify>
  @font-face {
  font-family: Syne;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//healthbuy.com/cdn/fonts/syne/syne_n4.b88e400e60fde51acd23784507dc72a10cff7882.woff2") format("woff2"),
       url("//healthbuy.com/cdn/fonts/syne/syne_n4.fc46970f0481adc9a91ff9453a41482f867a751c.woff") format("woff");
}

  @font-face {
  font-family: Syne;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//healthbuy.com/cdn/fonts/syne/syne_n7.71bcf7e9318b7a8ce2a714f6d6108b998ecf2290.woff2") format("woff2"),
       url("//healthbuy.com/cdn/fonts/syne/syne_n7.7c2f6db20e5c34357b8b752313646e67963ba59e.woff") format("woff");
}

  
  
  @font-face {
  font-family: Syne;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//healthbuy.com/cdn/fonts/syne/syne_n4.b88e400e60fde51acd23784507dc72a10cff7882.woff2") format("woff2"),
       url("//healthbuy.com/cdn/fonts/syne/syne_n4.fc46970f0481adc9a91ff9453a41482f867a751c.woff") format("woff");
}


  :root {
      --font-body-family: Syne, sans-serif;
      --font-body-style: normal;
      --font-body-weight: 400;
      --font-body-weight-bold: 700;
      
      --font-heading-family: Syne, sans-serif;
      --font-heading-style: normal;
      --font-heading-weight: 400;
      
      --font-body-scale: 1.0;
      --font-heading-scale: 1.0;
      
      
      --badge-corner-radius: 4.0rem;
      --scroll-to-top-border-radius: 100px;

      --container: 1600px;
      --container-padding: 100px;
      
      --body_bg:#ffffff;
      --product-card-image-padding: 0.0rem;
      --spacing-sections-desktop: 0px;
      --spacing-sections-mobile: 0px;
      --grid-desktop-vertical-spacing: 60px;
      --grid-desktop-horizontal-spacing: 30px;
      --grid-mobile-vertical-spacing: 30px;
      --grid-mobile-horizontal-spacing: 15px;
      --btn-border-radius: 100px;
      --drawer-border-radius: 20;

      --arrow-bg: #ffffff;
      --arrow-text: #000;
      --arrow-hover-bg: #ffffff;
      --arrow-hover-text: #000;
      --arrow-shape: circle;
      --dots-bg: #fff;  
      --head-color: #000000;
      --text-color: #000000;
      --btn-bg: #03acc3;
      --btn-text: #ffffff;
      --btn-hover-bg: #ffffff;
      --btn-hover-text: #000000;
      --btn-disabled: #bdbdbd;
      --btn-disabled-text: #1e1e1e;
      --price-item--sale: #52cd5f;
      --highlight-color: #BB9D7B;
      --sale-bg: #03acc3;
      --sale-text: #ffffff;
      --sold-out-bg: #f44336;
      --sold-out-text: #ffffff;
  }

  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }

  html {
    box-sizing: border-box;
    font-size: calc(var(--font-body-scale) * 62.5%);
    height: 100%;
  }

  body {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    grid-template-columns: 100%;
    min-height: 100%;
    margin: 0;
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
  }

  
    body {
      background: #ffffff;
    }
  

    /* CHALLENGE PAGE BUTTON */
  .shopify-challenge__container .shopify-challenge__button {
    background: var(--btn-bg);
    color: var(--btn-text);
    border-radius: var(--btn-border-radius);
    min-width: 20rem;
    border: 1px solid var(--btn-bg);
    transition: background 0.3s, color 0.3s;
  }

  .shopify-challenge__container .shopify-challenge__button:hover {
    background: var(--btn-hover-bg);
    color: var(--btn-hover-text);
  }

  /* POLICY PAGES CSS */
  .shopify-policy__container {
    max-width: 100% !important;
    margin: 0 10rem 5rem !important;
    padding-inline: 0  !important;
  }

  .shopify-policy__body .rte table td {
    vertical-align: top;
  }

  @media screen and (max-width: 1440px) {
   .shopify-policy__container {
    margin: 0 5rem 5rem !important;
    }
  }

  @media screen and (max-width: 989px) {
   .shopify-policy__container {
    margin: 0 3rem 5rem !important;
    }
  }

  @media screen and (max-width: 640px) {
   .shopify-policy__container {
    margin: 0 1.5rem 3rem !important;
    }
  }

  @media screen and (min-width: 750px) {
    body {
      font-size: 1.6rem;
    }
  }
</style>
 

    <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="odSxb-E23NSb2j4iUHbNPdK6Aqgq1Nh2VkuRmwTx4ZA">
<meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/60573745287/digital_wallets/dialog">
<meta name="shopify-checkout-api-token" content="0a61d25fa1a571f578a71849864f8562">
<meta id="in-context-paypal-metadata" data-shop-id="60573745287" data-venmo-supported="true" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD">
<script async="async" src="/checkouts/internal/preloads.js?locale=en-US"></script>
<script id="shopify-features" type="application/json">{"accessToken":"0a61d25fa1a571f578a71849864f8562","betas":["rich-media-storefront-analytics"],"domain":"healthbuy.com","predictiveSearch":true,"shopId":60573745287,"locale":"en"}</script>
<script>var Shopify = Shopify || {};
Shopify.shop = "health-beauty-healthbuy.myshopify.com";
Shopify.locale = "en";
Shopify.currency = {"active":"USD","rate":"1.0"};
Shopify.country = "US";
Shopify.theme = {"name":"Adorn(12\/2\/25)-(Development)","id":144716202119,"schema_name":"Adorn","schema_version":"2.3.2","theme_store_id":3259,"role":"main"};
Shopify.theme.handle = "null";
Shopify.theme.style = {"id":null,"handle":null};
Shopify.cdnHost = "healthbuy.com/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":"index"}</script>
<script defer="defer" async type="module" src="//healthbuy.com/cdn/shopifycloud/shop-js/modules/v2/client.init-shop-cart-sync_DQMoXGiP.en.esm.js"></script>
<script defer="defer" async type="module" src="//healthbuy.com/cdn/shopifycloud/shop-js/modules/v2/chunk.common_H4AAMErK.esm.js"></script>
<script defer="defer" async type="module" src="//healthbuy.com/cdn/shopifycloud/shop-js/modules/v2/chunk.modal_BjkPv3bp.esm.js"></script>
<script type="module">
  await import("//healthbuy.com/cdn/shopifycloud/shop-js/modules/v2/client.init-shop-cart-sync_DQMoXGiP.en.esm.js");
await import("//healthbuy.com/cdn/shopifycloud/shop-js/modules/v2/chunk.common_H4AAMErK.esm.js");
await import("//healthbuy.com/cdn/shopifycloud/shop-js/modules/v2/chunk.modal_BjkPv3bp.esm.js");

  window.Shopify.SignInWithShop?.initShopCartSync?.({"fedCMEnabled":true,"windoidEnabled":true});

</script>
<script id="__st">var __st={"a":60573745287,"offset":-18000,"reqid":"851d6029-385b-40a6-9258-b4b21b8b2ecc-1770880961","pageurl":"healthbuy.com\/","u":"88135c324d24","p":"home"};</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(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(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){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script>
<script integrity="sha256-4kQ18oKyAcykRKYeNunJcIwy7WH5gtpwJnB7kiuLZ1E=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//healthbuy.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-a0a9edcb.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://healthbuy.com/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("shopify-accelerated-checkout-cart, shopify-accelerated-checkout")}if(t())Shopify.PaymentButton.init();else{new MutationObserver((function(e,n){t()&&(Shopify.PaymentButton.init(),n.disconnect())})).observe(document.body,{childList:!0,subtree:!0})}}));
</script>
<script id='scb4127' type='text/javascript' async='' src='https://healthbuy.com/cdn/shopifycloud/privacy-banner/storefront-banner.js'></script><link id="shopify-accelerated-checkout-styles" rel="stylesheet" media="screen" href="https://healthbuy.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css" crossorigin="anonymous">
<style id="shopify-accelerated-checkout-cart">
        #shopify-buyer-consent {
  margin-top: 1em;
  display: inline-block;
  width: 100%;
}

#shopify-buyer-consent.hidden {
  display: none;
}

#shopify-subscription-policy-button {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  font-size: inherit;
  cursor: pointer;
}

#shopify-subscription-policy-button::before {
  box-shadow: none;
}

      </style>

<script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> 
 
    <link href="//healthbuy.com/cdn/shop/t/10/assets/theme.css?v=53411265220274821251764840879" rel="stylesheet" type="text/css" media="all" />
    <link href="//healthbuy.com/cdn/shop/t/10/assets/swiper.css?v=52107734202767392341764648275" rel="stylesheet" type="text/css" media="all" />   

    
      <link href="//healthbuy.com/cdn/shop/t/10/assets/scroll-to-top.css?v=70931515800634559271764648275" rel="stylesheet" type="text/css" media="all" />
    
<link rel="stylesheet" href="//healthbuy.com/cdn/shop/t/10/assets/block-cart-items.css?v=55748893225178191371764648275" media="print" onload="this.media='all'">
      <link href="//healthbuy.com/cdn/shop/t/10/assets/block-cart-drawer.css?v=15762437261410548961764648275" rel="stylesheet" type="text/css" media="all" />
      <link href="//healthbuy.com/cdn/shop/t/10/assets/block-cart.css?v=108382548234615662111764648275" rel="stylesheet" type="text/css" media="all" />
      <link href="//healthbuy.com/cdn/shop/t/10/assets/block-price.css?v=67618751674552894051764648275" rel="stylesheet" type="text/css" media="all" />
      <link href="//healthbuy.com/cdn/shop/t/10/assets/block-discounts.css?v=82763547595147553301764648275" rel="stylesheet" type="text/css" media="all" />

      <link rel="preload" as="font" href="//healthbuy.com/cdn/fonts/syne/syne_n4.b88e400e60fde51acd23784507dc72a10cff7882.woff2" type="font/woff2" crossorigin>
      

      <link rel="preload" as="font" href="//healthbuy.com/cdn/fonts/syne/syne_n4.b88e400e60fde51acd23784507dc72a10cff7882.woff2" type="font/woff2" crossorigin>
      
<link href="//healthbuy.com/cdn/shop/t/10/assets/block-localization.css?v=184309525213503408461764648275" rel="stylesheet" type="text/css" media="all" />
      <script src="//healthbuy.com/cdn/shop/t/10/assets/localization.js?v=14164136210028139211764648275" defer="defer"></script><link
        rel="stylesheet"
        href="//healthbuy.com/cdn/shop/t/10/assets/predictive-search.css?v=136870816135987922161764648275"
        media="print"
        onload="this.media='all'"
      ><script>
      if (Shopify.designMode) {
        document.documentElement.classList.add('shopify-design-mode');
      }
    </script>

    <script src="//healthbuy.com/cdn/shop/t/10/assets/swiper.js?v=72960816452439954231764648275"></script>

    
      <script src="//healthbuy.com/cdn/shop/t/10/assets/scroll-animations.js?v=39872796462071556261764648275" defer="defer"></script>
    

    <script>
      document.documentElement.classList.remove('no-js');
    </script>
  <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
<script>(function(){if ("sendBeacon" in navigator && "performance" in window) {try {var session_token_from_headers = performance.getEntriesByType('navigation')[0].serverTiming.find(x => x.name == '_s').description;} catch {var session_token_from_headers = undefined;}var session_cookie_matches = document.cookie.match(/_shopify_s=([^;]*)/);var session_token_from_cookie = session_cookie_matches && session_cookie_matches.length === 2 ? session_cookie_matches[1] : "";var session_token = session_token_from_headers || session_token_from_cookie || "";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: 60573745287,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token,page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script>
<script id="web-pixels-manager-setup">(function e(e,d,r,n,o){if(void 0===o&&(o={}),!Boolean(null===(a=null===(i=window.Shopify)||void 0===i?void 0:i.analytics)||void 0===a?void 0:a.replayQueue)){var i,a;window.Shopify=window.Shopify||{};var t=window.Shopify;t.analytics=t.analytics||{};var s=t.analytics;s.replayQueue=[],s.publish=function(e,d,r){return s.replayQueue.push([e,d,r]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l=function(){var e={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:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-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:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-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+|)/},d=e.modern,r=e.legacy,n=navigator.userAgent;return n.match(d)?"modern":n.match(r)?"legacy":"unknown"}(),u="modern"===l?"modern":"legacy",c=(null!=n?n:{modern:"",legacy:""})[u],f=function(e){return[e.baseUrl,"/wpm","/b",e.hashVersion,"modern"===e.buildTarget?"m":"l",".js"].join("")}({baseUrl:d,hashVersion:r,buildTarget:u}),m=function(e){var d=e.version,r=e.bundleTarget,n=e.surface,o=e.pageUrl,i=e.monorailEndpoint;return{emit:function(e){var a=e.status,t=e.errorMsg,s=(new Date).getTime(),l=JSON.stringify({metadata:{event_sent_at_ms:s},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:d,bundle_target:r,page_url:o,status:a,surface:n,error_msg:t},metadata:{event_created_at_ms:s}}]});if(!i)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(i,l)}catch(e){}var u=new XMLHttpRequest;try{return u.open("POST",i,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(l),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}}}({version:r,bundleTarget:l,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint});try{o.browserTarget=l,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,i=e.onerror,a=e.sri,t=e.scriptDataAttributes,s=void 0===t?{}:t,l=document.createElement("script"),u=document.querySelector("head"),c=document.querySelector("body");if(l.async=n,l.src=d,a&&(l.integrity=a,l.crossOrigin="anonymous"),s)for(var f in s)if(Object.prototype.hasOwnProperty.call(s,f))try{l.dataset[f]=s[f]}catch(e){}if(o&&l.addEventListener("load",o),i&&l.addEventListener("error",i),u)u.appendChild(l);else{if(!c)throw new Error("Did not find a head or body element to append the script");c.appendChild(l)}}({src:f,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null===(d=null===(e=window.Shopify)||void 0===e?void 0:e.analytics)||void 0===d?void 0:d.initialized)}()){var d=window.webPixelsManager.init(e)||void 0;if(d){var r=window.Shopify.analytics;r.replayQueue.forEach((function(e){var r=e[0],n=e[1],o=e[2];d.publishCustomEvent(r,n,o)})),r.replayQueue=[],r.publish=d.publishCustomEvent,r.visitor=d.visitor,r.initialized=!0}}},onerror:function(){return m.emit({status:"failed",errorMsg:"".concat(f," has failed to load")})},sri:function(e){var d=/^sha384-[A-Za-z0-9+/=]+$/;return"string"==typeof e&&d.test(e)}(c)?c:"",scriptDataAttributes:o}),m.emit({status:"loading"})}catch(e){m.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}})({shopId: 60573745287,storefrontBaseUrl: "https://healthbuy.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: ["2dca8a86"],webPixelsConfigList: [{"id":"1399226503","configuration":"{\"accountID\":\"Tz8LFg\",\"webPixelConfig\":\"eyJlbmFibGVBZGRlZFRvQ2FydEV2ZW50cyI6IHRydWV9\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"524f6c1ee37bacdca7657a665bdca589","type":"APP","apiClientId":123074,"privacyPurposes":["ANALYTICS","MARKETING"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":[]},"dataSharingState":"optimized"},{"id":"422805639","configuration":"{\"config\":\"{\\\"pixel_id\\\":\\\"GT-WVRR4G6V\\\",\\\"target_country\\\":\\\"US\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":\\\"MC-MLC56VFD79\\\"},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":\\\"MC-MLC56VFD79\\\"},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":\\\"MC-MLC56VFD79\\\"}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"b2a88bafab3e21179ed38636efcd8a93","type":"APP","apiClientId":1780363,"privacyPurposes":[],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized"},{"id":"293470343","configuration":"{\"shopId\":\"20951\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"e46595b10fdc5e1674d5c89a8c843bb3","type":"APP","apiClientId":5443297,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"unrestricted"},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0450","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0450","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"HealthBuy","paymentSettings":{"currencyCode":"USD"},"myshopifyDomain":"health-beauty-healthbuy.myshopify.com","countryCode":"US","storefrontUrl":"https:\/\/healthbuy.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},"https://healthbuy.com/cdn","2760921ew4f3eef0cpe6e0aac2m57029b82",{"modern":"","legacy":""},{"shopId":"60573745287","storefrontBaseUrl":"https:\/\/healthbuy.com","extensionBaseUrl":"https:\/\/extensions.shopifycdn.com\/cdn\/shopifycloud\/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[\"2dca8a86\"]","isMerchantRequest":"false","hashVersion":"2760921ew4f3eef0cpe6e0aac2m57029b82","publish":"custom","events":"[[\"page_viewed\",{}]]"});</script><script>
  window.ShopifyAnalytics = window.ShopifyAnalytics || {};
  window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
  window.ShopifyAnalytics.meta.currency = 'USD';
  var meta = {"page":{"pageType":"home","requestId":"851d6029-385b-40a6-9258-b4b21b8b2ecc-1770880961"}};
  for (var attr in meta) {
    window.ShopifyAnalytics.meta[attr] = meta[attr];
  }
</script>
<script class="analytics">
  (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: 60573745287,
      theme_id: 144716202119,
      app_name: "storefront",
      context_url: window.location.href,
      source_url: "//healthbuy.com/cdn/s/trekkie.storefront.a93cb6c0f7364f64fdbeab2e0ef86f7d5a476af9.min.js"});

        };
        scriptFallback.async = true;
        scriptFallback.src = '//healthbuy.com/cdn/s/trekkie.storefront.a93cb6c0f7364f64fdbeab2e0ef86f7d5a476af9.min.js';
        first.parentNode.insertBefore(scriptFallback, first);
      };
      script.async = true;
      script.src = '//healthbuy.com/cdn/s/trekkie.storefront.a93cb6c0f7364f64fdbeab2e0ef86f7d5a476af9.min.js';
      first.parentNode.insertBefore(script, first);
    };
    trekkie.load(
      {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":60573745287,"isMerchantRequest":null,"themeId":144716202119,"themeCityHash":"16939562766014885649","contentLanguage":"en","currency":"USD","eventMetadataId":"f7a81a1a-d8f7-4320-86d7-87c891a93bd6"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain","enabledBetaFlags":["65f19447","b5387b81"]},"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;

      var originalDocumentWrite = document.write;
      document.write = customDocumentWrite;
      try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {};
      document.write = originalDocumentWrite;

      window.ShopifyAnalytics.lib.page(null,{"pageType":"home","requestId":"851d6029-385b-40a6-9258-b4b21b8b2ecc-1770880961","shopifyEmitted":true});

      var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/)
      var token = match? match[1]: undefined;
      if (!hasLoggedConversion(token)) {
        setCookieIfConversion(token);
        
      }
    });


        var eventsListenerScript = document.createElement('script');
        eventsListenerScript.async = true;
        eventsListenerScript.src = "//healthbuy.com/cdn/shopifycloud/storefront/assets/shop_events_listener-3da45d37.js";
        document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);

})();</script>
<script
  defer
  src="https://healthbuy.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.1.0.min.js"
  data-application="storefront-renderer"
  data-shop-id="60573745287"
  data-render-region="gcp-us-east1"
  data-page-type="index"
  data-theme-instance-id="144716202119"
  data-theme-name="Adorn"
  data-theme-version="2.3.2"
  data-monorail-region="shop_domain"
  data-resource-timing-sampling-rate="10"
  data-shs="true"
  data-shs-beacon="true"
  data-shs-export-with-fetch="true"
  data-shs-logs-sample-rate="1"
  data-shs-beacon-endpoint="https://healthbuy.com/api/collect"
></script>
</head>

  <body class="index page-id-index">
    <a class="skip-to-content-link button visually-hidden" href="#MainContent">
      Skip to content
    </a>

    <!-- BEGIN sections: header-group -->
<div id="shopify-section-sections--19138441805959__sticky_scroll_b9NbQT" class="shopify-section shopify-section-group-header-group sticky-scroll-section"><style data-shopify>
  .sticky_scroll_wrapper-sections--19138441805959__sticky_scroll_b9NbQT {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  @media screen and (max-width: 749px) {
    .sticky_scroll_wrapper-sections--19138441805959__sticky_scroll_b9NbQT {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  }
</style>

<style>
   @media only screen and(max-width: 550px) {
      .seamless-scroll .seamless-scroll__wrapper .scroll-list {
          gap: 50px!important;
      }
      .seamless-scroll {
          padding-top: 8px;
          padding-bottom: 8px;
          padding-inline: 0;
      }
    }
</style>

<link href="//healthbuy.com/cdn/shop/t/10/assets/sticky-scroll.css?v=116955078635611417211764648275" rel="stylesheet" type="text/css" media="all" />

<div class="sticky_scroll_wrapper-sections--19138441805959__sticky_scroll_b9NbQT">
  <div
    class="sticky_scroll_inner sticky_scroll_full_width"
    style="--section-bg: #001114;
    --border-radius: 0px;
    --item-gap: 200px;
    --text-size: 14px;
    --text-color: #ffffff;
    --image-size: 50px;"
  >
    <div
      class="seamless-scroll"
      style="--padding-top: 12px; --padding-bottom: 12px;"
    >
      <scroll-seamless
        class="section__wrapper seamless-scroll__wrapper overflow-hidden section-template--17488034103479__seamless_scroll_zKfnC9-padding isolate border-gradient-alpha color-accent-1 gradient"
        data-direction="left"
        data-speed="85"
        role="marquee"
        aria-label="scrolling marquee"
        data-init="true"
        style="--from-x: -1713px; --end-x: -497px; --scroll-speed: ;"
      >
        <div
          class="scroll-container scroll-synergy synergy--crab-right synergy-position--2"
          style="--synergy-ratio: 0%; --crab-ratio: 0%;"
        >
          <div class="scroll-list">
            
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
            
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
            
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
            
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
            
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
            
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
            
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
            
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
            
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
            
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
                <div class="scroll-item  ">
                  
                  
                    <p>Free shipping on US orders over $100</p>
                  
                </div>
              
            
          </div>
        </div>
      </scroll-seamless>
    </div>
  </div>
</div>

<script></script>


</div><div id="shopify-section-sections--19138441805959__header" class="shopify-section shopify-section-group-header-group section-header"><style>
   .main_header_inner {
     background: #f1f1f1ed!important;
   }
   .main_header_inner.container {
     max-width: 100%;
   }
   .header_utility_icons_inner {
     gap: 0!important;
   }
   ul.parent_main .span_text:before {
      bottom: -10px!important;
      left: 0;
      width: 100%!important;
      height: 2px!important;
   }
   ul.parent_main a.parent_a {
      color: var(--header-text);
      font-family: Syne;
      font-weight: 500;
      font-size: 15px;
      line-height: 100%;
      letter-spacing: 0;
      text-transform: uppercase;
   }
   .mega_menu_wrapper .parent_main {
      display: flex;
      gap: 22px;
   }

  @media only screen and (max-width : 1250px) {
    .mega_menu_wrapper .parent_main {
      display: flex;
      gap: 0px;
    } 
  }
  @media only screen and (max-width: 550px) {
    .header__heading-logo {
        width: 100px;
    }
    .main_header_inner {
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    
  }
</style>

<style data-shopify>
  .main_header_inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header__heading-logo {
    width: 120px;
  }
  .main_mega__menu_wrapper {
    top: var(--header-height);
  }

  
    
      .section-header {
        height: 0;
      }
      
      .primary_logo {
        display: none;
      }
      
    
     
  
  
    
     
  
   @media screen and (max-width: 989px)   {
      
    .section-header {
      height: inherit;
    }
  
   }


  
    .main_mega__menu_wrapper {
      top: var(--header-height);
    }
  

  @media screen and (max-width: 640px) {
    .main_header_inner {
      padding-top: 15px;
      padding-bottom: 15px;
    }
  }
</style>

<link href="//healthbuy.com/cdn/shop/t/10/assets/header.css?v=171129706207718988831764648275" rel="stylesheet" type="text/css" media="all" />
<link href="//healthbuy.com/cdn/shop/t/10/assets/main-search.css?v=65943762405533773441764648275" rel="stylesheet" type="text/css" media="all" />
<link href="//healthbuy.com/cdn/shop/t/10/assets/mobile-drawer.css?v=52454247176227444871764648275" rel="stylesheet" type="text/css" media="all" />


  
  

<div
  class="main_header_wrapper overlay_header_logos overlay_header_color with_border"
  style=" 
    --header_bg: #ffffff;
    --header-text: #001114;
    --sticky_header_bg: #ffffff;
    --sticky_header_text: #001114;
    --border_bg: #001114;
    --dropdown-text: #000000;
  "
>
  <div class="main_header_inner container logo_left_menu_center header_with_dropdown ">
    <button id="mobile_menu_btn" aria-label="Mobile Menu Button" class="mobile_menu_btn">
      <svg
  version="1.0"
  xmlns="http://www.w3.org/2000/svg"
  width="512.000000pt"
  height="512.000000pt"
  viewBox="0 0 512.000000 512.000000"
  preserveAspectRatio="xMidYMid meet"
>
  <g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
  fill="var(--text-color)" stroke="none">
  <path d="M625 5104 c-284 -62 -513 -281 -597 -569 -23 -79 -23 -86 -23 -595 0
  -508 0 -516 23 -594 80 -275 283 -479 557 -558 79 -23 88 -23 570 -23 549 0
  554 0 709 74 219 103 380 309 430 554 23 112 23 982 0 1094 -50 245 -212 452
  -434 557 -150 71 -142 70 -680 73 -404 1 -497 -1 -555 -13z m1057 -446 c73
  -34 137 -98 174 -174 l29 -59 0 -490 0 -490 -30 -58 c-44 -87 -128 -161 -213
  -187 -65 -20 -88 -21 -513 -18 l-444 3 -66 32 c-79 39 -140 102 -177 181 l-27
  57 0 480 0 480 28 60 c30 63 90 132 145 167 74 46 91 47 577 45 l460 -2 57
  -27z"/>
  <path d="M3440 5105 c-270 -56 -486 -242 -578 -498 -51 -139 -53 -186 -50
  -867 3 -611 3 -626 24 -665 63 -121 215 -148 316 -57 76 69 72 31 78 757 l5
  650 26 56 c36 76 86 129 161 170 l63 34 475 0 c468 0 476 0 523 -22 70 -33
  149 -113 183 -186 l29 -62 0 -480 0 -480 -27 -57 c-37 -80 -105 -149 -181
  -184 -61 -28 -66 -29 -279 -34 l-216 -5 -44 -30 c-80 -57 -114 -153 -84 -242
  18 -54 73 -115 119 -132 47 -18 444 -14 530 5 93 20 236 90 312 151 122 99
  219 251 267 418 23 79 23 88 23 585 0 494 -1 507 -23 585 -81 288 -286 498
  -567 581 -53 16 -115 18 -540 20 -374 2 -494 0 -545 -11z"/>
  <path d="M665 2349 c-172 -25 -322 -104 -446 -236 -79 -84 -131 -167 -169
  -270 -48 -135 -52 -186 -48 -703 5 -524 4 -518 73 -666 47 -102 102 -179 183
  -256 120 -113 267 -184 428 -208 92 -13 852 -13 948 0 342 48 609 315 666 666
  5 32 10 349 10 713 l1 655 -24 45 c-60 118 -213 147 -313 58 -73 -63 -68 -17
  -74 -767 l-5 -675 -28 -57 c-37 -75 -104 -143 -175 -176 l-57 -27 -475 0
  c-468 0 -476 0 -523 22 -66 31 -152 115 -184 182 l-28 56 0 480 0 480 27 57
  c34 73 103 142 176 176 56 26 63 27 297 32 220 5 243 7 280 27 50 26 69 47 94
  103 27 59 26 114 -3 176 -25 54 -69 94 -125 113 -40 13 -414 13 -506 0z"/>
  <path d="M3475 2349 c-70 -10 -172 -42 -229 -71 -178 -90 -328 -264 -390 -449
  -44 -132 -47 -185 -44 -696 4 -462 5 -481 27 -553 88 -293 315 -505 604 -564
  112 -23 932 -23 1045 0 290 60 519 275 604 571 23 77 23 88 23 593 0 505 0
  516 -23 593 -90 311 -338 532 -648 577 -84 12 -885 11 -969 -1z m1017 -451
  c73 -34 137 -98 174 -174 l29 -59 0 -485 0 -485 -26 -55 c-37 -78 -87 -131
  -161 -171 l-63 -34 -480 0 -480 0 -47 23 c-75 38 -134 96 -170 170 l-33 67 0
  485 0 485 26 55 c33 70 79 123 136 157 91 53 84 53 578 50 l460 -2 57 -27z"/>
  </g>
</svg>

    </button>
    

    
<h1 class="header__heading"><a href="/" class="header__heading-link link link--text focus-inset"><div class="header__heading-logo-wrapper primary_logo">
          
          <img src="//healthbuy.com/cdn/shop/files/logo_1_2.png?v=1764651285&amp;width=600" alt="HealthBuy" srcset="//healthbuy.com/cdn/shop/files/logo_1_2.png?v=1764651285&amp;width=120 120w, //healthbuy.com/cdn/shop/files/logo_1_2.png?v=1764651285&amp;width=255 255w, //healthbuy.com/cdn/shop/files/logo_1_2.png?v=1764651285&amp;width=340 340w" width="170" loading="eager" class="header__heading-logo motion-reduce" sizes="(max-width: 240px) 50vw, 170px">
        </div>
        
          
           <div class="header__heading-logo-wrapper overlay_header_logo">
          
          <img src="//healthbuy.com/cdn/shop/files/logo_1_2.png?v=1764651285&amp;width=600" alt="HealthBuy" srcset="//healthbuy.com/cdn/shop/files/logo_1_2.png?v=1764651285&amp;width=120 120w, //healthbuy.com/cdn/shop/files/logo_1_2.png?v=1764651285&amp;width=255 255w, //healthbuy.com/cdn/shop/files/logo_1_2.png?v=1764651285&amp;width=340 340w" width="170" loading="eager" class="header__heading-logo motion-reduce" sizes="(max-width: 240px) 50vw, 170px">
        </div>
         
        
</a></h1>
      
        <div class="header_main_navigation_desktop menu__alignment_center">
          
            <div class="mega_menu_wrapper">
  <ul class="parent_main mega_menu--parent_main">
    
      <li
        
      >
        
        
        <a class="parent_a" href="/" aria-label="Home">
          <span class="span_text">Home</span>
          
        </a>
        
        
        
      </li>
    
      <li
        
      >
        
        
        <a class="parent_a" href="/pages/about-us" aria-label="About">
          <span class="span_text">About</span>
          
        </a>
        
        
        
      </li>
    
      <li
        
      >
        
        
        <a class="parent_a" href="/collections" aria-label="Shop by Category">
          <span class="span_text">Shop by Category</span>
          
        </a>
        
        
        
      </li>
    
      <li
        
      >
        
        
        <a class="parent_a" href="/collections/all" aria-label="Our Products">
          <span class="span_text">Our Products</span>
          
        </a>
        
        
        
      </li>
    
      <li
        
      >
        
        
        <a class="parent_a" href="/pages/faq" aria-label="FAQ'S">
          <span class="span_text">FAQ'S</span>
          
        </a>
        
        
        
      </li>
    
      <li
        
      >
        
        
        <a class="parent_a" href="/pages/contact" aria-label="Contact">
          <span class="span_text">Contact</span>
          
        </a>
        
        
        
      </li>
    
  </ul>
</div>

          
        </div>
      
    

    <div class="header_utility_icons">
      <div class="header_utility_icons_inner logo_left_menu_center">
        <a href="#" aria-label="Search Right" class="header_search search_right"><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.43604 0.379143C5.97431 0.379143 4.54541 0.812593 3.33003 1.62468C2.11464 2.43678 1.16737 3.59104 0.607993 4.9415C0.0486128 6.29196 -0.0977473 7.77796 0.187423 9.21164C0.472593 10.6452 1.17648 11.9621 2.21008 12.9957C3.24367 14.0293 4.56056 14.7332 5.9942 15.0183C7.42784 15.3035 8.91381 15.1572 10.2643 14.5978C11.6148 14.0384 12.769 13.0911 13.5811 11.8757C14.3932 10.6604 14.8267 9.23154 14.8267 7.76976C14.8245 5.81032 14.0451 3.93175 12.6596 2.54622C11.274 1.16068 9.39551 0.381323 7.43604 0.379143ZM7.43604 13.7853C6.24626 13.7853 5.0832 13.4325 4.09394 12.7715C3.10467 12.1105 2.33363 11.171 1.87833 10.0718C1.42302 8.97263 1.30389 7.76309 1.536 6.59617C1.76812 5.42926 2.34105 4.35738 3.18235 3.51608C4.02365 2.67478 5.09553 2.10184 6.26245 1.86973C7.42936 1.63761 8.63891 1.75674 9.73811 2.21205C10.8373 2.66736 11.7768 3.4384 12.4378 4.42766C13.0988 5.41693 13.4517 6.57999 13.4517 7.76976C13.4498 9.36464 12.8155 10.8937 11.6877 12.0214C10.56 13.1492 9.03091 13.7835 7.43604 13.7853Z" fill="var(--header-text)"/>
<path d="M19.094 18.4557L14.0945 13.4562C13.796 13.8049 13.471 14.1299 13.1223 14.4284L18.1218 19.4279C18.2515 19.5531 18.4252 19.6224 18.6054 19.6208C18.7857 19.6193 18.9581 19.547 19.0856 19.4195C19.2131 19.292 19.2854 19.1196 19.2869 18.9393C19.2885 18.7591 19.2192 18.5854 19.094 18.4557Z" fill="var(--header-text)"/>
</svg>
</a><a
            href="/account/login"
            class="header_account"
            rel="nofollow"
          >

<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none">
<path d="M18.7782 3.22182C16.7006 1.14421 13.9382 0 11 0C8.06184 0 5.29942 1.14421 3.22182 3.22182C1.14421 5.29942 0 8.06184 0 11C0 13.9382 1.14421 16.7006 3.22182 18.7782C5.29942 20.8558 8.06184 22 11 22C13.9382 22 16.7006 20.8558 18.7782 18.7782C20.8558 16.7006 22 13.9382 22 11C22 8.06184 20.8558 5.29942 18.7782 3.22182ZM4.77406 18.4464C5.13728 15.321 7.82434 12.9081 11 12.9081C12.6741 12.9081 14.2483 13.5603 15.4325 14.7443C16.4329 15.7449 17.0638 17.0512 17.2261 18.4462C15.5392 19.8589 13.3673 20.7109 11 20.7109C8.63269 20.7109 6.46092 19.8591 4.77406 18.4464ZM11 11.5804C9.15788 11.5804 7.65901 10.0815 7.65901 8.23943C7.65901 6.39714 9.15788 4.89844 11 4.89844C12.8421 4.89844 14.341 6.39714 14.341 8.23943C14.341 10.0815 12.8421 11.5804 11 11.5804ZM18.3356 17.3565C18.0071 16.0322 17.3221 14.8111 16.3439 13.8329C15.5517 13.0407 14.6144 12.4463 13.5922 12.0739C14.821 11.2405 15.6301 9.83263 15.6301 8.23943C15.6301 5.68648 13.5529 3.60938 11 3.60938C8.44705 3.60938 6.36995 5.68648 6.36995 8.23943C6.36995 9.83347 7.17964 11.2419 8.40945 12.0751C7.46901 12.4178 6.59872 12.9477 5.84996 13.6453C4.76567 14.655 4.01271 15.9426 3.66359 17.3555C2.18503 15.651 1.28906 13.4282 1.28906 11C1.28906 5.64536 5.64536 1.28906 11 1.28906C16.3546 1.28906 20.7109 5.64536 20.7109 11C20.7109 13.4287 19.8146 15.652 18.3356 17.3565Z" fill="#001114"/>
</svg>
<span class="visually-hidden">Log in</span>
          </a><a
          href="/cart"
          class="header_cart header_cart_is_drawer"
          id="cart-icon-bubble"
          aria-label="Cart Icon"
        >
          
            

<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none">
<path d="M16.3624 20.625H5.63745C3.3687 20.625 1.51245 18.7687 1.51245 16.5V16.3625L1.92495 5.3625C1.9937 3.09375 3.84995 1.375 6.04995 1.375H15.95C18.15 1.375 20.0062 3.09375 20.0749 5.3625L20.4874 16.3625C20.5562 17.4625 20.1437 18.4937 19.3874 19.3188C18.6312 20.1438 17.5999 20.625 16.4999 20.625C16.4999 20.625 16.4312 20.625 16.3624 20.625ZM6.04995 2.75C4.53745 2.75 3.3687 3.91875 3.29995 5.3625L2.88745 16.5C2.88745 18.0125 4.12495 19.25 5.63745 19.25H16.4999C17.2562 19.25 17.9437 18.9062 18.4249 18.3563C18.9062 17.8062 19.1812 17.1187 19.1812 16.3625L18.7687 5.3625C18.6999 3.85 17.5312 2.75 16.0187 2.75H6.04995Z" fill="#001114"/>
<path d="M11 9.625C8.31875 9.625 6.1875 7.49375 6.1875 4.8125C6.1875 4.4 6.4625 4.125 6.875 4.125C7.2875 4.125 7.5625 4.4 7.5625 4.8125C7.5625 6.7375 9.075 8.25 11 8.25C12.925 8.25 14.4375 6.7375 14.4375 4.8125C14.4375 4.4 14.7125 4.125 15.125 4.125C15.5375 4.125 15.8125 4.4 15.8125 4.8125C15.8125 7.49375 13.6813 9.625 11 9.625Z" fill="#001114"/>
</svg>
           
          <span class="visually-hidden">Cart</span></a>
      </div>
    </div>

    
  </div>
</div>


  <script src="//healthbuy.com/cdn/shop/t/10/assets/predictive-search.js?v=79405635203585764121764648275" defer="defer"></script>


<style data-shopify>
  .main_search_form input {
    background: #f2f2f2;
    border: 1px solid var(--btn-bg);
    color: var(--drawer-text);
  }

  .search_form_input_wrapper label {
    color: var(--drawer-text);
  }

  .main_search_form input:focus+label, .main_search_form input:focus-visible+label, .main_search_form input:not(:placeholder-shown)+label {
    background: #f2f2f2;
  }

  .predictive-search__list-item[aria-selected=true]>*, .predictive-search__list-item:hover>*, .predictive-search__item[aria-selected=true], .predictive-search__item:hover {
    background: #f2f2f2;
  }

  predictive-search button.reset__button {
    border: 1px solid var(--drawer-text);
  }
  
  predictive-search button.search__button svg path, predictive-search button.reset__button svg path {
    fill: var(--drawer-text);
  }
</style>

<div
  class="main_search_wrapper"
  style="
    --drawer-bg: #fff;
    --drawer-text: #000;
  "
>
  <div class="cursor">

<svg
  version="1.0"
  xmlns="http://www.w3.org/2000/svg"
  width="512.000000pt"
  height="512.000000pt"
  viewBox="0 0 512.000000 512.000000"
  preserveAspectRatio="xMidYMid meet"
>
  <g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
  fill="#000000" stroke="none">
  <path d="M1217 4086 c-154 -42 -232 -206 -168 -351 18 -41 120 -148 584 -612
  l562 -563 -562 -562 c-614 -615 -606 -606 -606 -719 0 -141 111 -252 253 -252
  112 0 104 -7 718 606 l562 562 563 -562 c614 -614 605 -606 718 -606 141 0
  252 111 252 253 0 112 7 104 -606 718 l-562 562 562 563 c613 613 606 605 606
  717 0 142 -111 253 -252 253 -113 0 -104 8 -718 -606 l-563 -562 -562 562
  c-589 588 -594 593 -693 607 -22 3 -62 -1 -88 -8z"/>
  </g>
</svg>
</div>
  <div class="main_search_inner" tabindex="-1">
    <div class="msi">
      <div class="main_search_head"><h2>Search your store...</h2></div>
      <button name="search close button" aria-label="Search Close Button" role="button" class="main_search_close">
        

<svg
  version="1.0"
  xmlns="http://www.w3.org/2000/svg"
  width="512.000000pt"
  height="512.000000pt"
  viewBox="0 0 512.000000 512.000000"
  preserveAspectRatio="xMidYMid meet"
>
  <g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
  fill="#000000" stroke="none">
  <path d="M1217 4086 c-154 -42 -232 -206 -168 -351 18 -41 120 -148 584 -612
  l562 -563 -562 -562 c-614 -615 -606 -606 -606 -719 0 -141 111 -252 253 -252
  112 0 104 -7 718 606 l562 562 563 -562 c614 -614 605 -606 718 -606 141 0
  252 111 252 253 0 112 7 104 -606 718 l-562 562 562 563 c613 613 606 605 606
  717 0 142 -111 253 -252 253 -113 0 -104 8 -718 -606 l-563 -562 -562 562
  c-589 588 -594 593 -693 607 -22 3 -62 -1 -88 -8z"/>
  </g>
</svg>

      </button><predictive-search
          class="main_search_form search-modal__form"
          data-loading-text="Loading..."
        ><form action="/search" method="get" role="search" class="search search-modal__form">
        <div class="search_form_input_wrapper">
          <input
            class="search__input"
            id="mainSearch"
            type="search"
            name="q"

            value=""
            placeholder="Search"id="Search"
              type="search"
              name="q"
              value="">
          <label for="mainSearch">Search</label>
          <input type="hidden" name="options[prefix]" value="last">
          <button type="reset" class="reset__button  hidden">
            

<svg
  version="1.0"
  xmlns="http://www.w3.org/2000/svg"
  width="512.000000pt"
  height="512.000000pt"
  viewBox="0 0 512.000000 512.000000"
  preserveAspectRatio="xMidYMid meet"
>
  <g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
  fill="#000000" stroke="none">
  <path d="M1217 4086 c-154 -42 -232 -206 -168 -351 18 -41 120 -148 584 -612
  l562 -563 -562 -562 c-614 -615 -606 -606 -606 -719 0 -141 111 -252 253 -252
  112 0 104 -7 718 606 l562 562 563 -562 c614 -614 605 -606 718 -606 141 0
  252 111 252 253 0 112 7 104 -606 718 l-562 562 562 563 c613 613 606 605 606
  717 0 142 -111 253 -252 253 -113 0 -104 8 -718 -606 l-563 -562 -562 562
  c-589 588 -594 593 -693 607 -22 3 -62 -1 -88 -8z"/>
  </g>
</svg>

          </button>
          <button class="search__button" aria-label="Search">
            <span class="svg-wrapper">
              <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.43604 0.379143C5.97431 0.379143 4.54541 0.812593 3.33003 1.62468C2.11464 2.43678 1.16737 3.59104 0.607993 4.9415C0.0486128 6.29196 -0.0977473 7.77796 0.187423 9.21164C0.472593 10.6452 1.17648 11.9621 2.21008 12.9957C3.24367 14.0293 4.56056 14.7332 5.9942 15.0183C7.42784 15.3035 8.91381 15.1572 10.2643 14.5978C11.6148 14.0384 12.769 13.0911 13.5811 11.8757C14.3932 10.6604 14.8267 9.23154 14.8267 7.76976C14.8245 5.81032 14.0451 3.93175 12.6596 2.54622C11.274 1.16068 9.39551 0.381323 7.43604 0.379143ZM7.43604 13.7853C6.24626 13.7853 5.0832 13.4325 4.09394 12.7715C3.10467 12.1105 2.33363 11.171 1.87833 10.0718C1.42302 8.97263 1.30389 7.76309 1.536 6.59617C1.76812 5.42926 2.34105 4.35738 3.18235 3.51608C4.02365 2.67478 5.09553 2.10184 6.26245 1.86973C7.42936 1.63761 8.63891 1.75674 9.73811 2.21205C10.8373 2.66736 11.7768 3.4384 12.4378 4.42766C13.0988 5.41693 13.4517 6.57999 13.4517 7.76976C13.4498 9.36464 12.8155 10.8937 11.6877 12.0214C10.56 13.1492 9.03091 13.7835 7.43604 13.7853Z" fill="var(--header-text)"/>
<path d="M19.094 18.4557L14.0945 13.4562C13.796 13.8049 13.471 14.1299 13.1223 14.4284L18.1218 19.4279C18.2515 19.5531 18.4252 19.6224 18.6054 19.6208C18.7857 19.6193 18.9581 19.547 19.0856 19.4195C19.2131 19.292 19.2854 19.1196 19.2869 18.9393C19.2885 18.7591 19.2192 18.5854 19.094 18.4557Z" fill="var(--header-text)"/>
</svg>

            </span>
          </button>
        </div>

        
<div id="predictive-search"></div></form></predictive-search></div>
  </div>
</div>

<script>
  document.querySelector('.main_search_inner').addEventListener('mouseenter',function(e){
    let cursor = this.previousElementSibling;
    cursor.style.transform = 'translate(-50%,-50%)';
    cursor.style.scale = '0';
  })

  document.querySelector('.main_search_inner').addEventListener('mouseleave',function(e){
    let cursor = this.previousElementSibling;
    let left = e.clientX + 'px';
    let top = e.clientY + 'px';
    cursor.style.left = left;
    cursor.style.top = top;
    cursor.style.transform = 'translate(-50%,-50%)';
    cursor.style.scale = '1';

  })
</script>

<div class="mobile_drawer_wrapper">
  <div class="mobile_drawer_inner" tabindex="-1">
    <button name="mobile drawer close button" aria-label="Mobile Drawer Close Button" class="mobile_drawer_close">
      

<svg
  version="1.0"
  xmlns="http://www.w3.org/2000/svg"
  width="512.000000pt"
  height="512.000000pt"
  viewBox="0 0 512.000000 512.000000"
  preserveAspectRatio="xMidYMid meet"
>
  <g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
  fill="#000000" stroke="none">
  <path d="M1217 4086 c-154 -42 -232 -206 -168 -351 18 -41 120 -148 584 -612
  l562 -563 -562 -562 c-614 -615 -606 -606 -606 -719 0 -141 111 -252 253 -252
  112 0 104 -7 718 606 l562 562 563 -562 c614 -614 605 -606 718 -606 141 0
  252 111 252 253 0 112 7 104 -606 718 l-562 562 562 563 c613 613 606 605 606
  717 0 142 -111 253 -252 253 -113 0 -104 8 -718 -606 l-563 -562 -562 562
  c-589 588 -594 593 -693 607 -22 3 -62 -1 -88 -8z"/>
  </g>
</svg>

    </button>
    <div class="mobile_drawer_menu_wrapper">
      <ul class="mobile_parent_main">
        
          
          <li
            
            style="--duration: 0.6s"
          >
            
            <a href="/">Home</a>
            
            

            <ul class="mobile_child_main">
              
            </ul>
          </li>
        
          
          <li
            
            style="--duration: 0.7s"
          >
            
            <a href="/pages/about-us">About</a>
            
            

            <ul class="mobile_child_main">
              
            </ul>
          </li>
        
          
          <li
            
            style="--duration: 0.8s"
          >
            
            <a href="/collections">Shop by Category</a>
            
            

            <ul class="mobile_child_main">
              
            </ul>
          </li>
        
          
          <li
            
            style="--duration: 0.9s"
          >
            
            <a href="/collections/all">Our Products</a>
            
            

            <ul class="mobile_child_main">
              
            </ul>
          </li>
        
          
          <li
            
            style="--duration: 1.0s"
          >
            
            <a href="/pages/faq">FAQ'S</a>
            
            

            <ul class="mobile_child_main">
              
            </ul>
          </li>
        
          
          <li
            
            style="--duration: 1.1s"
          >
            
            <a href="/pages/contact">Contact</a>
            
            

            <ul class="mobile_child_main">
              
            </ul>
          </li>
        
      </ul>
    </div>

    <div class="mobile_drawer_utility_wrapper">
      
        <div
          class="mobile_drawer--currency_language_selector_wrapper"
          style="--duration: 0.5s"
        >
          <button role="button" aria-label="Localization Selectors" class="mob_ls localization_selectors"><svg
  version="1.0"
  xmlns="http://www.w3.org/2000/svg"
  width="512.000000pt"
  height="512.000000pt"
  viewBox="0 0 512.000000 512.000000"
  preserveAspectRatio="xMidYMid meet"
>
  <g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
  fill="" stroke="none">
  <path d="M2315 5109 c-485 -50 -943 -235 -1334 -537 -111 -85 -348 -322 -433
  -433 -158 -203 -309 -474 -394 -704 -47 -128 -107 -367 -130 -520 -26 -168
  -26 -541 0 -710 23 -151 83 -391 131 -521 85 -231 235 -500 393 -703 81 -105
  310 -336 412 -417 207 -163 488 -322 724 -409 130 -48 370 -108 521 -131 148
  -22 532 -26 670 -6 482 69 888 240 1265 530 103 80 334 309 416 412 161 204
  323 491 409 724 48 130 108 370 131 521 14 90 18 179 18 355 0 176 -4 265 -18
  355 -23 151 -83 391 -131 521 -87 236 -247 518 -409 724 -78 99 -300 320 -401
  400 -358 284 -774 464 -1235 535 -126 19 -477 28 -605 14z m95 -754 l0 -435
  -340 0 c-187 0 -340 1 -340 3 0 13 81 200 125 286 131 262 295 451 480 553 28
  15 56 28 63 28 9 0 12 -94 12 -435z m400 393 c97 -53 254 -209 336 -333 70
  -105 157 -273 208 -399 20 -50 36 -91 36 -93 0 -2 -153 -3 -340 -3 l-340 0 0
  435 c0 341 3 435 13 435 6 0 46 -19 87 -42z m-1091 -175 c-87 -131 -204 -366
  -263 -528 l-44 -120 -327 -3 -327 -2 20 28 c112 157 356 379 566 516 111 72
  401 215 438 216 4 0 -24 -48 -63 -107z m1708 73 c242 -104 444 -231 643 -406
  77 -68 226 -229 271 -291 l21 -29 -327 2 -327 3 -44 120 c-58 159 -176 397
  -255 515 -35 52 -68 101 -72 108 -12 19 5 15 90 -22z m-2118 -1113 c-10 -49
  -30 -160 -43 -248 -22 -142 -32 -236 -52 -502 l-6 -73 -450 0 -451 0 7 87 c16
  206 99 506 197 714 l52 109 382 0 382 0 -18 -87z m1101 -368 l0 -455 -450 0
  -451 0 6 78 c24 323 48 505 92 702 14 63 27 118 30 123 2 4 177 7 389 7 l384
  0 0 -455z m1097 355 c43 -184 74 -413 98 -732 l6 -78 -451 0 -450 0 0 455 0
  455 387 -2 387 -3 23 -95z m1101 -8 c61 -131 112 -274 146 -413 28 -116 56
  -288 56 -349 l0 -40 -449 0 -449 0 -6 63 c-2 34 -10 127 -16 207 -11 150 -47
  399 -79 553 l-18 87 382 0 382 0 51 -108z m-3394 -1179 c24 -317 44 -475 103
  -790 l6 -33 -382 0 -382 0 -51 107 c-97 207 -179 502 -194 706 l-7 87 451 0
  450 0 6 -77z m1196 -373 l0 -450 -388 0 -389 0 -27 123 c-44 206 -66 375 -91
  700 l-6 77 451 0 450 0 0 -450z m1195 373 c-25 -325 -47 -494 -91 -700 l-27
  -123 -389 0 -388 0 0 450 0 450 450 0 451 0 -6 -77z m1205 37 c0 -62 -28 -234
  -56 -349 -35 -140 -86 -284 -144 -408 l-49 -103 -380 0 c-324 0 -381 2 -381
  14 0 8 7 48 16 88 29 140 63 378 74 525 6 81 14 176 16 211 l6 62 449 0 449 0
  0 -40z m-3355 -1292 c62 -168 185 -415 269 -538 35 -52 63 -96 61 -98 -6 -6
  -140 51 -249 106 -125 63 -275 160 -391 252 -96 76 -281 261 -348 348 l-48 62
  329 0 329 0 48 -132z m955 -309 l0 -440 -22 6 c-69 21 -160 85 -254 179 -112
  113 -198 234 -279 397 -51 101 -125 274 -125 291 0 4 153 8 340 8 l340 0 0
  -441z m980 432 c0 -20 -93 -231 -146 -330 -83 -156 -147 -245 -259 -357 -93
  -94 -185 -158 -252 -179 l-23 -6 0 440 0 441 340 0 c197 0 340 -4 340 -9z
  m940 -43 c-186 -236 -446 -452 -711 -592 -115 -60 -268 -128 -280 -124 -4 2
  21 46 57 98 84 123 207 370 269 538 l48 132 330 0 329 0 -42 -52z"/>
  </g>
</svg>

            Localization Selector</button>
        </div>
      
<a
          href="/account/login"
          class="header_account"
          rel="nofollow"
          style="--duration: 0.6s"
        >

<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none">
<path d="M18.7782 3.22182C16.7006 1.14421 13.9382 0 11 0C8.06184 0 5.29942 1.14421 3.22182 3.22182C1.14421 5.29942 0 8.06184 0 11C0 13.9382 1.14421 16.7006 3.22182 18.7782C5.29942 20.8558 8.06184 22 11 22C13.9382 22 16.7006 20.8558 18.7782 18.7782C20.8558 16.7006 22 13.9382 22 11C22 8.06184 20.8558 5.29942 18.7782 3.22182ZM4.77406 18.4464C5.13728 15.321 7.82434 12.9081 11 12.9081C12.6741 12.9081 14.2483 13.5603 15.4325 14.7443C16.4329 15.7449 17.0638 17.0512 17.2261 18.4462C15.5392 19.8589 13.3673 20.7109 11 20.7109C8.63269 20.7109 6.46092 19.8591 4.77406 18.4464ZM11 11.5804C9.15788 11.5804 7.65901 10.0815 7.65901 8.23943C7.65901 6.39714 9.15788 4.89844 11 4.89844C12.8421 4.89844 14.341 6.39714 14.341 8.23943C14.341 10.0815 12.8421 11.5804 11 11.5804ZM18.3356 17.3565C18.0071 16.0322 17.3221 14.8111 16.3439 13.8329C15.5517 13.0407 14.6144 12.4463 13.5922 12.0739C14.821 11.2405 15.6301 9.83263 15.6301 8.23943C15.6301 5.68648 13.5529 3.60938 11 3.60938C8.44705 3.60938 6.36995 5.68648 6.36995 8.23943C6.36995 9.83347 7.17964 11.2419 8.40945 12.0751C7.46901 12.4178 6.59872 12.9477 5.84996 13.6453C4.76567 14.655 4.01271 15.9426 3.66359 17.3555C2.18503 15.651 1.28906 13.4282 1.28906 11C1.28906 5.64536 5.64536 1.28906 11 1.28906C16.3546 1.28906 20.7109 5.64536 20.7109 11C20.7109 13.4287 19.8146 15.652 18.3356 17.3565Z" fill="#001114"/>
</svg>
<span>Log in</span>
          <span class="visually-hidden">Log in</span>
        </a>

      <div class="menu_drawer_utitlity_social" style="--duration: 0.7s">
        <div class="social_media_wrapper">
  <ul>
    
      <li>
        <a target="_blank" aria-label="Facebook Icon" href="https://www.facebook.com/shopify"><svg class="icon icon-facebook" width="13" height="21" viewBox="0 0 13 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.18359 12.6797H0.605469V8.89062H3.18359V7.21094C3.13151 3.01823 5.16276 0.947917 9.27734 1C9.69401 1 10.1758 1.02604 10.7227 1.07812C11.2695 1.15625 11.6992 1.23438 12.0117 1.3125V4.78906C11.6992 4.73698 11.2174 4.71094 10.5664 4.71094C9.55078 4.71094 8.82161 4.93229 8.37891 5.375C7.9362 5.81771 7.71484 6.53385 7.71484 7.52344V8.85156H11.8164L11.1133 12.6797H7.71484V21H3.18359V12.6797V21V12.6797Z" fill=""/>
</svg>
</a>
      </li>
    

    
      <li>
        <a target="_blank" aria-label="Twitter Icon" href="https://www.x.com/shopify"><svg class="icon icon-twitter" viewBox="0 0 20 20"><path fill="" fill-rule="evenodd" d="M7.273 2.8 10.8 7.822 15.218 2.8h1.768l-5.4 6.139 5.799 8.254h-4.658l-3.73-5.31-4.671 5.31H2.558l5.654-6.427L2.615 2.8zm6.242 13.125L5.07 4.109h1.405l8.446 11.816z" clip-rule="evenodd"/></svg>
</a>
      </li>
    

    

    
      <li>
        <a target="_blank" aria-label="Instagram Icon" href="https://www.instagram.com/shopify"><svg class="icon icon-instagram" viewBox="0 0 20 20"><path fill="" fill-rule="evenodd" d="M13.23 3.492c-.84-.037-1.096-.046-3.23-.046-2.144 0-2.39.01-3.238.055-.776.027-1.195.164-1.487.273a2.4 2.4 0 0 0-.912.593 2.5 2.5 0 0 0-.602.922c-.11.282-.238.702-.274 1.486-.046.84-.046 1.095-.046 3.23s.01 2.39.046 3.229c.004.51.097 1.016.274 1.495.145.365.319.639.602.913.282.282.538.456.92.602.474.176.974.268 1.479.273.848.046 1.103.046 3.238.046s2.39-.01 3.23-.046c.784-.036 1.203-.164 1.486-.273.374-.146.648-.329.921-.602.283-.283.447-.548.602-.922.177-.476.27-.979.274-1.486.037-.84.046-1.095.046-3.23s-.01-2.39-.055-3.229c-.027-.784-.164-1.204-.274-1.495a2.4 2.4 0 0 0-.593-.913 2.6 2.6 0 0 0-.92-.602c-.284-.11-.703-.237-1.488-.273ZM6.697 2.05c.857-.036 1.131-.045 3.302-.045a63 63 0 0 1 3.302.045c.664.014 1.321.14 1.943.374a4 4 0 0 1 1.414.922c.41.397.728.88.93 1.414.23.622.354 1.279.365 1.942C18 7.56 18 7.824 18 10.005c0 2.17-.01 2.444-.046 3.292-.036.858-.173 1.442-.374 1.943-.2.53-.474.976-.92 1.423a3.9 3.9 0 0 1-1.415.922c-.51.191-1.095.337-1.943.374-.857.036-1.122.045-3.302.045-2.171 0-2.445-.009-3.302-.055-.849-.027-1.432-.164-1.943-.364a4.15 4.15 0 0 1-1.414-.922 4.1 4.1 0 0 1-.93-1.423c-.183-.51-.329-1.085-.365-1.943C2.009 12.45 2 12.167 2 10.004c0-2.161 0-2.435.055-3.302.027-.848.164-1.432.365-1.942a4.4 4.4 0 0 1 .92-1.414 4.2 4.2 0 0 1 1.415-.93c.51-.183 1.094-.33 1.943-.366Zm.427 4.806a4.105 4.105 0 1 1 5.805 5.805 4.105 4.105 0 0 1-5.805-5.805m1.882 5.371a2.668 2.668 0 1 0 2.042-4.93 2.668 2.668 0 0 0-2.042 4.93m5.922-5.942a.958.958 0 1 1-1.355-1.355.958.958 0 0 1 1.355 1.355" clip-rule="evenodd"/></svg>
</a>
      </li>
    

    
      <li>
        <a target="_blank" aria-label="Youtube Icon" href="https://www.youtube.com/shopify"><svg class="icon icon-youtube" viewBox="0 0 20 20"><path fill="" d="M18.16 5.87c.34 1.309.34 4.08.34 4.08s0 2.771-.34 4.08a2.13 2.13 0 0 1-1.53 1.53c-1.309.34-6.63.34-6.63.34s-5.321 0-6.63-.34a2.13 2.13 0 0 1-1.53-1.53c-.34-1.309-.34-4.08-.34-4.08s0-2.771.34-4.08a2.17 2.17 0 0 1 1.53-1.53C4.679 4 10 4 10 4s5.321 0 6.63.34a2.17 2.17 0 0 1 1.53 1.53M8.3 12.5l4.42-2.55L8.3 7.4z"/></svg>
</a>
      </li>
    

    

    
  </ul>
</div>

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



<script src="//healthbuy.com/cdn/shop/t/10/assets/mobile-drawer-toggle.min.js?v=158417595810649192771764648275"></script>


  <script>
    let mb_selector = document.querySelector('.mobile_drawer--currency_language_selector_wrapper .localization_selectors');
    let mb_wrapper = document.querySelector('.main_localization_wrapper');

    if(mb_wrapper) {
      let mb_wrapperInner = mb_wrapper.querySelector('.main_localization_inner');
      mb_selector.addEventListener('click', function(){
        document.querySelector('.section-header.shopify-section-group-header-group').style.zIndex = '2';
        mb_wrapper.classList.add('active');
      })
  
      mb_wrapper.addEventListener('click', function(){
        document.querySelector('.section-header.shopify-section-group-header-group').style.zIndex = '3';
        this.classList.remove('active')
      })
  
      mb_wrapperInner.addEventListener('click', function(e){
        e.stopPropagation();
      })
    } else {
      mb_selector.style.display = 'none'
    }
  </script>


<script>
  $('.mobile_has_children').each(function(){
    $(this).find('.plus').click(function(){
      $(this).closest('.mobile_has_children_wrapper').siblings('.mobile_child_main').toggleClass('active').slideToggle();
      $(this).find('.vert').toggleClass('trip');
      $(this).closest('.mobile_has_children').siblings('.mobile_has_children').find('.mobile_child_main').removeClass('active').slideUp();
      $(this).closest('.mobile_has_children').siblings().find('.vert').removeClass('trip')
    })
  })

  $('.mobile_has_grandchildren').each(function(){
    $(this).find('.caret').click(function(){
      $(this).closest('.mobile_has_grandchildren_wrapper').siblings('.mobile_grandchild_main').slideToggle();
      $(this).toggleClass('trip');
      $(this).closest('.mobile_has_grandchildren').siblings('.mobile_has_grandchildren').find('.mobile_grandchild_main').slideUp();
      $(this).closest('.mobile_has_grandchildren').siblings('.mobile_has_grandchildren').find('.caret').removeClass('trip');
    })
  })
</script>


<script src="//healthbuy.com/cdn/shop/t/10/assets/header.js?v=159923232871589885501764648275" defer></script>
<script>
  document.addEventListener('DOMContentLoaded', () => {
    document.documentElement.style.setProperty('--header-height', document.querySelector('.main_header_wrapper').offsetHeight + 'px');
  })
   // STICKY HEADER
  let stickyHeader = true

   if(stickyHeader) {
     function checkStickyHeader() {
      const header = document.querySelector('.section-header');
      const rect = header.getBoundingClientRect();
       if (rect.top <= 10) {
           header.classList.add('sticky-header');
       } else {
           header.classList.remove('sticky-header');
       }
     }

    window.addEventListener('scroll', checkStickyHeader);

    checkStickyHeader();
   }
</script>

<script type="application/ld+json">
  {
    "@context": "http://schema.org",
    "@type": "Organization",
    "name": "HealthBuy",
    
    "sameAs": [
      "https:\/\/www.x.com\/shopify",
      "https:\/\/www.facebook.com\/shopify",
      "",
      "https:\/\/www.instagram.com\/shopify",
      "",
      "https:\/\/www.youtube.com\/shopify",
      ""
    ],
    "url": "https:\/\/healthbuy.com"
  }
</script>
  <script type="application/ld+json">
    {
      "@context": "http://schema.org",
      "@type": "WebSite",
      "name": "HealthBuy",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https:\/\/healthbuy.com\/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      },
      "url": "https:\/\/healthbuy.com"
    }
  </script>
<script>
  (function () {
  const header = document.querySelector('.section-header');
  const logoImg = document.querySelector('.header__heading-logo-wrapper.has_animated_logo img');
  const animatedLogoEl = document.querySelector('.animated_logo');

  if (!header || !animatedLogoEl || !logoImg) return;

  const THRESHOLD = 10; // px
  let headerTop = 0;
  let ticking = false;
  let lastState = null;

  function measure() {
    // Use offsetTop (layout-stable) instead of getBoundingClientRect during scroll
    headerTop = header.offsetTop;
  }

  function setClasses(shouldMove) {
    if (lastState === shouldMove) return; // avoid redundant class flips
    lastState = shouldMove;

    if (shouldMove) {
      animatedLogoEl.classList.add('move_up');
      logoImg.classList.add('lazy_opacity');
    } else {
      animatedLogoEl.classList.remove('move_up');
      logoImg.classList.remove('lazy_opacity');
    }
  }

  function update() {
    // Compare scroll position against precomputed headerTop
    const shouldMove = window.scrollY > (headerTop - THRESHOLD);
    setClasses(shouldMove);
  }

  function onScroll() {
    if (!ticking) {
      ticking = true;
      requestAnimationFrame(() => {
        update();
        ticking = false;
      });
    }
  }

  // Initial measure + apply immediately (no visual delay)
  function init() {
    measure();
    update();
  }

  // Listeners
  window.addEventListener('scroll', onScroll, { passive: true });

  // Recompute when layout might shift
  const debounced = (() => {
    let id;
    return function (fn, wait = 120) {
      clearTimeout(id);
      id = setTimeout(fn, wait);
    };
  })();

  window.addEventListener('resize', () => debounced(() => { measure(); update(); }));

  // Run once DOM is ready, and again after full load (images/fonts may shift layout)
  if (document.readyState === 'loading') {
    document.addEventListener('DOMContentLoaded', init, { once: true });
  } else {
    init();
  }
  window.addEventListener('load', () => { measure(); update(); }, { once: true });

  // If the logo image itself loads late, recheck
  if (!logoImg.complete) {
    logoImg.addEventListener('load', () => { measure(); update(); }, { once: true });
  }

  // Optional: if header content changes height dynamically
  if ('ResizeObserver' in window) {
    const ro = new ResizeObserver(() => { measure(); update(); });
    ro.observe(header);
  }
})();
</script>

</div>
<!-- END sections: header-group -->

    <main id="MainContent" class="content-for-layout focus-none" role="main" tabindex="-1">
      
      
        <div id="shopify-section-template--19138447310983__hero_slider_kg4GEJ" class="shopify-section hero-slider-section"><style data-shopify>
  .hero_slider_wrapper-template--19138447310983__hero_slider_kg4GEJ {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  
    
      
        .hero_slide_content {
          padding: 5rem;
          padding-top: 15rem;
          padding-inline: var(--container-padding);
        }
      
    
  

  @media screen and (max-width: 749px) {
     .hero_slider_wrapper-template--19138447310983__hero_slider_kg4GEJ {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  }
</style>

<style>
  .hero_slide_arrows {
    right: 10rem!important;
  }
  .hero_slide_content a.btn {
    padding: 0 50px;
  }
  .hero_slide_content h2 {
    max-width: 100%!important;
  }
  .hero_slide_content__inner .main_heading {
    font-family: Syne;
    font-weight: 700;
    font-size: 56px;
    line-height: 67px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: left;
  }
  video.hero_slider_bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero_slide_content__inner {
    position: relative;
    top: 18%;
}

@media only screen and (max-width: 1440px) {
  .hero_slide_content__inner .main_heading {
    font-size: 45px;
    line-height: 50px;
  }
  .hero_slide_content a.btn {
    margin: 2rem 0 0!important;
  }
  .hero_slide_arrows {
    right: 5rem!important;
  }
}
@media only screen and (max-width: 1250px) {
    .hero_slide_content__inner .main_heading {
        font-size: 40px;
        line-height: 45px;
    }
    .hero_slide_content__inner {
       position: relative;
       top: 25%;
    }
}

@media only screen and (max-width: 650px) {
    .hero_slide_content__inner .main_heading {
        font-size: 28px;
        line-height: 35px;
        text-align: center;
        margin-top: 10px;
    }
        .hero_slide_content__inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 550px) {
  .hero_slide_content__inner {
        top: 0%;
    }
    .hero_slide_content__inner .main_heading {
        font-size: 25px;
    }
}

</style>

<link href="//healthbuy.com/cdn/shop/t/10/assets/hero-slider.css?v=156721839450486894251764648275" rel="stylesheet" type="text/css" media="all" />

<div
  class="hero_slider_wrapper-template--19138447310983__hero_slider_kg4GEJ hero_slider--full hero_slider_full_width "
  style="--section-bg: #f5f5f5;"
>
  <div
    class="hero_slider_inner hsi-template--19138447310983__hero_slider_kg4GEJ "
    style="--border-radius: 0px;"
  >
    
      
        <div class="hero_slide_arrows hero_slide_arrows--circle">
          <div class="hero_slide_left hero_slide_arrow">
            <button aria-label="Slide left">
                
               <svg width="38" height="11" viewBox="0 0 38 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M37.3501 6.1001C23.8922 6.6001 5.88748 6.1001 1.8501 6.1001M1.8501 6.1001C2.97159 4.76676 5.71926 1.9001 7.73795 1.1001M1.8501 6.1001C3.81271 6.93343 7.90617 8.9001 8.57907 10.1001" stroke="var(--text-color)" stroke-width="1.82"/>
</svg>
  
              
            </button>
          </div>
          <div class="hero_slide_right hero_slide_arrow">
            <button aria-label="Slide right">
                
                <svg width="38" height="11" viewBox="0 0 38 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0.850098 6.1001C14.308 6.6001 32.3127 6.1001 36.3501 6.1001M36.3501 6.1001C35.2286 4.76676 32.4809 1.9001 30.4622 1.1001M36.3501 6.1001C34.3875 6.93343 30.294 8.9001 29.6211 10.1001" stroke="var(--text-color)" stroke-width="1.82"/>
</svg>

              
            </button>
          </div>
        </div>
      
      
    
    <div class="swiper-wrapper">
      
        <div
          class="hero_slide swiper-slide "
        >
          <div
            class="#ffffff hero_slide_inner hero_slide-right"
            style="
              --opacity: 0%;
              --subhead-color: #ffffff;
              --head-color: #ffffff;
              --text-color: #ffffff;
              --btn-bg: #03acc3;
              --btn-text: #ffffff;
              --btn-hover-bg: #ffffff;
              --btn-hover-text: ;
            "
          >
            
              <div
                class="hero_slide_img hero_slide_img--right"
                
                  style="--height: 1024px;"
                
              >
                
                  
                    <img src="//healthbuy.com/cdn/shop/files/ChatGPT_Image_Dec_9_2025_10_49_39_AM.png?v=1765257621&amp;width=1920" alt="" srcset="//healthbuy.com/cdn/shop/files/ChatGPT_Image_Dec_9_2025_10_49_39_AM.png?v=1765257621&amp;width=352 352w, //healthbuy.com/cdn/shop/files/ChatGPT_Image_Dec_9_2025_10_49_39_AM.png?v=1765257621&amp;width=832 832w, //healthbuy.com/cdn/shop/files/ChatGPT_Image_Dec_9_2025_10_49_39_AM.png?v=1765257621&amp;width=1200 1200w, //healthbuy.com/cdn/shop/files/ChatGPT_Image_Dec_9_2025_10_49_39_AM.png?v=1765257621&amp;width=1920 1920w" width="1920" height="1920" class="scroll-trigger animate--scale-in">
                  
                
              </div>
            

            <div class="hero_slide_content">
              
                 <video playsinline="true" autoplay="autoplay" loop="loop" muted="muted" class="hero_slider_bg_img" preload="metadata" poster="//healthbuy.com/cdn/shop/files/preview_images/c4ec334df1744aaaa5654eb358873444.thumbnail.0000000000_1920x.jpg?v=1764738759"><source src="//healthbuy.com/cdn/shop/videos/c/vp/c4ec334df1744aaaa5654eb358873444/c4ec334df1744aaaa5654eb358873444.HD-1080p-7.2Mbps-64346529.mp4?v=0" type="video/mp4"><img src="//healthbuy.com/cdn/shop/files/preview_images/c4ec334df1744aaaa5654eb358873444.thumbnail.0000000000_1920x.jpg?v=1764738759"></video>
              
              <div class="hero_slide_content__inner first_slide">
                
                  <span
                    class="sub_heading  scroll-trigger animate--slide-in"
                    
                      data-cascade
                      style="--animation-order: 1"
                    
                  >Smarter Choices for Better Living</span>
                

                
                  <h2
                    class="main_heading scroll-trigger animate--slide-in"
                    
                      data-cascade
                      style="--animation-order: 2"
                    
                  >
                    Bowtrol for Gut Health - Beauty from the inside out
                  </h2>
                

                

                
                  
                    <a
                      class="hero_slider_btn btn scroll-trigger animate--slide-in"
                      href="/collections"
                      
                      
                        data-cascade
                        style="--animation-order: 4"
                      
                    >Shop Now
                      <span></span>
                    </a>
                  
                
              </div>
            </div>
          </div>
        </div>
      
        <div
          class="hero_slide swiper-slide "
        >
          <div
            class="#ffffff hero_slide_inner hero_slide-right"
            style="
              --opacity: 0%;
              --subhead-color: #ffffff;
              --head-color: #ffffff;
              --text-color: #ffffff;
              --btn-bg: #03acc3;
              --btn-text: #ffffff;
              --btn-hover-bg: #ffffff;
              --btn-hover-text: ;
            "
          >
            
              <div
                class="hero_slide_img hero_slide_img--right"
                
              >
                
                  
                    <img src="//healthbuy.com/cdn/shop/files/ChatGPT_Image_Dec_9_2025_10_59_05_AM.png?v=1765258270&amp;width=1920" alt="" srcset="//healthbuy.com/cdn/shop/files/ChatGPT_Image_Dec_9_2025_10_59_05_AM.png?v=1765258270&amp;width=352 352w, //healthbuy.com/cdn/shop/files/ChatGPT_Image_Dec_9_2025_10_59_05_AM.png?v=1765258270&amp;width=832 832w, //healthbuy.com/cdn/shop/files/ChatGPT_Image_Dec_9_2025_10_59_05_AM.png?v=1765258270&amp;width=1200 1200w, //healthbuy.com/cdn/shop/files/ChatGPT_Image_Dec_9_2025_10_59_05_AM.png?v=1765258270&amp;width=1920 1920w" width="1920" height="2277" loading="lazy" class="scroll-trigger animate--scale-in">
                  
                
              </div>
            

            <div class="hero_slide_content">
              
                 <video playsinline="true" autoplay="autoplay" loop="loop" muted="muted" class="hero_slider_bg_img" preload="metadata" poster="//healthbuy.com/cdn/shop/files/preview_images/c4ec334df1744aaaa5654eb358873444.thumbnail.0000000000_1920x.jpg?v=1764738759"><source src="//healthbuy.com/cdn/shop/videos/c/vp/c4ec334df1744aaaa5654eb358873444/c4ec334df1744aaaa5654eb358873444.HD-1080p-7.2Mbps-64346529.mp4?v=0" type="video/mp4"><img src="//healthbuy.com/cdn/shop/files/preview_images/c4ec334df1744aaaa5654eb358873444.thumbnail.0000000000_1920x.jpg?v=1764738759"></video>
              
              <div class="hero_slide_content__inner">
                
                  <span
                    class="sub_heading  scroll-trigger animate--slide-in"
                    
                      data-cascade
                      style="--animation-order: 1"
                    
                  >Smarter Choices for Better Living</span>
                

                
                  <h2
                    class="main_heading scroll-trigger animate--slide-in"
                    
                      data-cascade
                      style="--animation-order: 2"
                    
                  >
                    Bowtrol for Gut Health - Beauty from the inside out
                  </h2>
                

                

                
                  
                    <a
                      class="hero_slider_btn btn scroll-trigger animate--slide-in"
                      href="/collections"
                      
                      
                        data-cascade
                        style="--animation-order: 4"
                      
                    >Shop Now
                      <span></span>
                    </a>
                  
                
              </div>
            </div>
          </div>
        </div>
      
    </div>
    <div class="hero_swiper_next">.</div>
    <div class="hero_swiper_prev">.</div>
  </div>
</div>

<script>
  var autoplay = false;
  var effect = "default";

  var swiper1 = new Swiper(".hsi-template--19138447310983__hero_slider_kg4GEJ", {
    slidesPerView: 1,
    grabCursor: false,
    loop: true,
    effect: effect,
     creativeEffect: {
        prev: {
          shadow: true,
          translate: [0, 0, -400],
        },
        next: {
          translate: ["100%", 0, 0],
        },
      },
    autoplay: autoplay ? {
      delay: 3000,
    } : false,
    speed: 1000,
    navigation: {
        nextEl: ".hero_swiper_next",
        prevEl: ".hero_swiper_prev",
      },
    pagination: {
        el: ".swiper-pagination",
        clickable: true
      },
  });

  var heroSlideLefts = document.querySelectorAll(".hero_slide_left");
  var swiperPrevButton = document.querySelector(".hero_swiper_prev");

  var heroSlideRights = document.querySelectorAll(".hero_slide_right");
  var swiperNextButton = document.querySelector(".hero_swiper_next");


  if (heroSlideLefts && swiperPrevButton) {
   heroSlideLefts.forEach(function(heroSlideLeft) {
    heroSlideLeft.addEventListener("click", function() {
      swiper1.slidePrev();
    });
  });
  }

  if (heroSlideRights && swiperNextButton) {
   heroSlideRights.forEach(function(heroSlideRight) {
    heroSlideRight.addEventListener("click", function() {
      swiper1.slideNext();
    });
  });
  }

  document.addEventListener('DOMContentLoaded', () => {
    const slideImgs = document.querySelectorAll('.hero_slide_img');
    slideImgs.forEach((img) => {
      let video = img.querySelector('video');
      if(video) {
        video.querySelector('img').setAttribute('alt', 'hero slide video image')
      }
    })
  })
</script>


</div><div id="shopify-section-template--19138447310983__collection_list_section_9B9btN" class="shopify-section collection-list-section"><style data-shopify>
  .collection_list_wrapper-template--19138447310983__collection_list_section_9B9btN {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-right: 0;  
    padding-right: 0;
    background: var(--section_bg);
    overflow: hidden;
  }
  @media screen and (max-width: 749px) {
    .collection_list_wrapper-template--19138447310983__collection_list_section_9B9btN {
    padding-top: 40px;
    padding-bottom: 40px;
    }
  }
</style>
   
<link href="//healthbuy.com/cdn/shop/t/10/assets/collection-list.css?v=173418237990614285671765521699" rel="stylesheet" type="text/css" media="all" />

<style>
  .main_heading {
    font-family: Syne;
    font-weight: 700;
    font-size: 42px;
    line-height: 67px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }
  .collection_list_title.has_collection h3 {
    font-family: Syne;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }
  .collection_list_title h3 a {
    text-decoration: none;
  }
  .collection_list_img {
    border: 5px solid #E6E7E84D;
  }

  .heading-on-image {
    color: black;
    position: absolute;
    top: 80%;
    left: 25%;
    width: 215px;
    font-family: Syne;
    font-size: var(--collection-title);
    line-height: var(--line-height);
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }
  .collection_list_block:hover .heading-on-image {
    display: none;
  }

  @media only screen and (max-width: 1600px) {
    .heading-on-image {
      top: 75%;
      left: 18%;
    }
  }

  @media only screen and (max-width: 1250px) {
    .main_heading {
        font-family: Syne;
        font-weight: 700;
        font-size: 40px;
    }
    .heading-on-image {
        top: 70%;
        left: 10%;
    }
  }

  @media only screen and (max-width: 1249px) {
    .collection_list_wrapper-template--19138447310983__collection_list_section_9B9btN {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .collection_list_img {
      border-radius: 300px;
    }
    .heading-on-image {
        top: 80%;
        left: 30%;
    }
  }
  @media only screen and (max-width: 768px) {
    .main_heading {
        font-family: Syne;
        font-weight: 700;
        font-size: 32px;
    }
        .heading-on-image {
        top: 80%;
        left: 19%;
            font-size: 16px;
    }
}
@media only screen and (max-width: 650px) {
    .collection_list_wrapper-template--19138447310983__collection_list_section_9B9btN {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .main_heading {
        font-size: 28px;
        line-height: 40px;
    }
    .heading-on-image {
        display: none;
    }
}
@media only screen and (max-width: 550px) {
    .main_heading {
        font-size: 25px;
        line-height: 40px;
    }
}



</style>



<div
  class="collection_list_wrapper-template--19138447310983__collection_list_section_9B9btN"
  style="
    --section_bg: #ffffff;
    --main-head-color: #000000;
    --slider-title-bg: #f5f5f5;
    --slider-title-text: #000000;
    --border-radius: 200px;
    --border-radius-mob: 200px;
    --title-color: #ffffff;
    --collection-title: 20px;
    --title-alignment: center;
    --btn-bg: #000000;
    --btn-text: #ffffff;
    --btn-hover-bg: #ffffff;
    --btn-hover-text: #000000;
    --line-height: 25.0px;
    --gap: 30px;
  "
  data-columns="4"
  data-spacing="30"
>
  <div
    class="container_list_main_inner no_slider no_next"
    style="--columns: 4;"
  >
    
      <div class="collection_list_head cl-center ">
        <h2 class="main_heading scroll-trigger animate--slide-in">
          Shop by Category
        </h2>
        
          <div class="header_wrapper_btn">
          <a role="link" class="btn btn_disabled">Button Label
            <span></span>
          </a>
        </div>
        
      </div>
    

    <div
      class="
        collection_list_inner   
      "
    >   
      

      

      <div class="collection_list_inner_main">
        
        
        
          
          
          <div
            class="collection_list_block cl-overlay has_collection cols_4"
            style="--animation-order: 1"
            
              data-cascade
            
          >
            
              
                <div
                  class="collection_list_img ratio"
                  
                    style="--aspect-ratio: 149.99%;"
                  
                >
                  <a aria-label="Digestion" href="/collections/digestion" tabindex="-1"><img src="//healthbuy.com/cdn/shop/collections/Frame_123_1.png?v=1719494477&amp;width=800" alt="Digestion" srcset="//healthbuy.com/cdn/shop/collections/Frame_123_1.png?v=1719494477&amp;width=352 352w, //healthbuy.com/cdn/shop/collections/Frame_123_1.png?v=1719494477&amp;width=800 800w" width="800" height="800" loading="lazy"></a>
                </div>
              
            
              <h3 class="heading-on-image">
                    Digestion
              </h3>
            
              
                
                  <div
                    class="collection_list_title has_collection"
                    
                      style="--aspect-ratio: 149.99%;"
                    
                  >
                    <h3>
                      <a aria-label="Digestion" href="/collections/digestion">Digestion</a>
                    </h3>
                  </div>
                
              
            

            
          </div>
        
          
          
          <div
            class="collection_list_block cl-overlay has_collection cols_4"
            style="--animation-order: 2"
            
              data-cascade
            
          >
            
              
                <div
                  class="collection_list_img ratio"
                  
                    style="--aspect-ratio: 149.99%;"
                  
                >
                  <a aria-label="General Health" href="/collections/general-health" tabindex="-1"><img src="//healthbuy.com/cdn/shop/collections/happy-sports-woman-holding-apple-sitting-yoga-mat_160360-1938.jpg?v=1765345568&amp;width=800" alt="General Health" srcset="//healthbuy.com/cdn/shop/collections/happy-sports-woman-holding-apple-sitting-yoga-mat_160360-1938.jpg?v=1765345568&amp;width=352 352w, //healthbuy.com/cdn/shop/collections/happy-sports-woman-holding-apple-sitting-yoga-mat_160360-1938.jpg?v=1765345568&amp;width=800 800w" width="800" height="579" loading="lazy"></a>
                </div>
              
            
              <h3 class="heading-on-image">
                    General Health
              </h3>
            
              
                
                  <div
                    class="collection_list_title has_collection"
                    
                      style="--aspect-ratio: 149.99%;"
                    
                  >
                    <h3>
                      <a aria-label="General Health" href="/collections/general-health">General Health</a>
                    </h3>
                  </div>
                
              
            

            
          </div>
        
          
          
          <div
            class="collection_list_block cl-overlay has_collection cols_4"
            style="--animation-order: 3"
            
              data-cascade
            
          >
            
              
                <div
                  class="collection_list_img ratio"
                  
                    style="--aspect-ratio: 149.99%;"
                  
                >
                  <a aria-label="Men’s Health" href="/collections/men-s-health" tabindex="-1"><img src="//healthbuy.com/cdn/shop/collections/athlete-running-training_342744-394.jpg?v=1765265242&amp;width=800" alt="Men’s Health" srcset="//healthbuy.com/cdn/shop/collections/athlete-running-training_342744-394.jpg?v=1765265242&amp;width=352 352w, //healthbuy.com/cdn/shop/collections/athlete-running-training_342744-394.jpg?v=1765265242&amp;width=800 800w" width="800" height="534" loading="lazy"></a>
                </div>
              
            
              <h3 class="heading-on-image">
                    Men’s Health
              </h3>
            
              
                
                  <div
                    class="collection_list_title has_collection"
                    
                      style="--aspect-ratio: 149.99%;"
                    
                  >
                    <h3>
                      <a aria-label="Men’s Health" href="/collections/men-s-health">Men’s Health</a>
                    </h3>
                  </div>
                
              
            

            
          </div>
        
          
          
          <div
            class="collection_list_block cl-overlay has_collection cols_4"
            style="--animation-order: 4"
            
              data-cascade
            
          >
            
              
                <div
                  class="collection_list_img ratio"
                  
                    style="--aspect-ratio: 149.99%;"
                  
                >
                  <a aria-label="Skin, Nails & Beauty" href="/collections/skin-nails-beauty" tabindex="-1"><img src="//healthbuy.com/cdn/shop/collections/fungus-free-feet.png?v=1719494208&amp;width=800" alt="Skin, Nails &amp; Beauty" srcset="//healthbuy.com/cdn/shop/collections/fungus-free-feet.png?v=1719494208&amp;width=352 352w, //healthbuy.com/cdn/shop/collections/fungus-free-feet.png?v=1719494208&amp;width=800 800w" width="800" height="800" loading="lazy"></a>
                </div>
              
            
              <h3 class="heading-on-image">
                    Skin, Nails & Beauty
              </h3>
            
              
                
                  <div
                    class="collection_list_title has_collection"
                    
                      style="--aspect-ratio: 149.99%;"
                    
                  >
                    <h3>
                      <a aria-label="Skin, Nails & Beauty" href="/collections/skin-nails-beauty">Skin, Nails & Beauty</a>
                    </h3>
                  </div>
                
              
            

            
          </div>
        
          
          
          <div
            class="collection_list_block cl-overlay has_collection cols_4"
            style="--animation-order: 5"
            
              data-cascade
            
          >
            
              
                <div
                  class="collection_list_img ratio"
                  
                    style="--aspect-ratio: 149.99%;"
                  
                >
                  <a aria-label="Woman’s Health" href="/collections/woman-s-health" tabindex="-1"><img src="//healthbuy.com/cdn/shop/collections/ChatGPT_Image_Dec_9_2025_12_16_49_PM.png?v=1765262996&amp;width=800" alt="Woman’s Health" srcset="//healthbuy.com/cdn/shop/collections/ChatGPT_Image_Dec_9_2025_12_16_49_PM.png?v=1765262996&amp;width=352 352w, //healthbuy.com/cdn/shop/collections/ChatGPT_Image_Dec_9_2025_12_16_49_PM.png?v=1765262996&amp;width=800 800w" width="800" height="1200" loading="lazy"></a>
                </div>
              
            
              <h3 class="heading-on-image">
                    Woman’s Health
              </h3>
            
              
                
                  <div
                    class="collection_list_title has_collection"
                    
                      style="--aspect-ratio: 149.99%;"
                    
                  >
                    <h3>
                      <a aria-label="Woman’s Health" href="/collections/woman-s-health">Woman’s Health</a>
                    </h3>
                  </div>
                
              
            

            
          </div>
        
          
          
          <div
            class="collection_list_block cl-overlay has_collection cols_4"
            style="--animation-order: 6"
            
              data-cascade
            
          >
            
              
                <div
                  class="collection_list_img ratio"
                  
                    style="--aspect-ratio: 149.99%;"
                  
                >
                  <a aria-label="Weight Loss" href="/collections/weight-loss" tabindex="-1"><img src="//healthbuy.com/cdn/shop/collections/whatdoyouget.jpg?v=1719319676&amp;width=800" alt="Weight Loss" srcset="//healthbuy.com/cdn/shop/collections/whatdoyouget.jpg?v=1719319676&amp;width=352 352w, //healthbuy.com/cdn/shop/collections/whatdoyouget.jpg?v=1719319676&amp;width=800 800w" width="800" height="850" loading="lazy"></a>
                </div>
              
            
              <h3 class="heading-on-image">
                    Weight Loss
              </h3>
            
              
                
                  <div
                    class="collection_list_title has_collection"
                    
                      style="--aspect-ratio: 149.99%;"
                    
                  >
                    <h3>
                      <a aria-label="Weight Loss" href="/collections/weight-loss">Weight Loss</a>
                    </h3>
                  </div>
                
              
            

            
          </div>
        
          
          
          <div
            class="collection_list_block cl-overlay has_collection cols_4"
            style="--animation-order: 7"
            
              data-cascade
            
          >
            
              
                <div
                  class="collection_list_img ratio"
                  
                    style="--aspect-ratio: 149.99%;"
                  
                >
                  <a aria-label="Peptides" href="/collections/peptides" tabindex="-1"><img src="//healthbuy.com/cdn/shop/collections/002.jpg?v=1746048482&amp;width=800" alt="Peptides" srcset="//healthbuy.com/cdn/shop/collections/002.jpg?v=1746048482&amp;width=352 352w, //healthbuy.com/cdn/shop/collections/002.jpg?v=1746048482&amp;width=800 800w" width="800" height="800" loading="lazy"></a>
                </div>
              
            
              <h3 class="heading-on-image">
                    Peptides
              </h3>
            
              
                
                  <div
                    class="collection_list_title has_collection"
                    
                      style="--aspect-ratio: 149.99%;"
                    
                  >
                    <h3>
                      <a aria-label="Peptides" href="/collections/peptides">Peptides</a>
                    </h3>
                  </div>
                
              
            

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

<script>
  const root = document.querySelector('.collection_list_wrapper-template--19138447310983__collection_list_section_9B9btN');
  

  let clColumns = Number(root.dataset.columns || 4);
  const clShowNext = false;
  const clSpacing = Number(root.dataset.spacing || 24);

  let clMed = 2, clSmall = 1, clXS = 1;
  if (clShowNext) {
    clColumns += 0.3;
    clMed = 2.3;
    clSmall = 1.8;
    clXS = 1.2;
  }

  const sliderEl = root.querySelector('.cli-template--19138447310983__collection_list_section_9B9btN');
  const nextBtns = root.querySelectorAll('.cla_right-template--19138447310983__collection_list_section_9B9btN');
  const prevBtns = root.querySelectorAll('.cla_left-template--19138447310983__collection_list_section_9B9btN');

  var clSwiper = new Swiper(sliderEl, {
    slidesPerView: clColumns,
    loop: false,
    grabCursor: true,
    speed: 600,
    spaceBetween: clSpacing,
    navigation: {
      nextEl: nextBtns[0] || null,
      prevEl: prevBtns[0] || null,
    },
    breakpoints: {
      0:   { slidesPerView: clXS,   spaceBetween: 15, freeMode: false, speed: 800 },
      500: { slidesPerView: clSmall,spaceBetween: 15, freeMode: false, speed: 800 },
      641: { slidesPerView: clMed,  spaceBetween: clSpacing },
      990: { slidesPerView: clMed,  spaceBetween: clSpacing },
      1250:{ slidesPerView: clColumns, spaceBetween: clSpacing },
    },
  });

  nextBtns.forEach((btn, i) => { if (i > 0) btn.addEventListener('click', () => clSwiper.slideNext()); });
  prevBtns.forEach((btn, i) => { if (i > 0) btn.addEventListener('click', () => clSwiper.slidePrev()); });
 

  var titles = document.querySelectorAll('.collection_list_title a');
  titles.forEach((title) => {
    title.addEventListener('focus', () => {
      title.closest('.collection_list_block').style.outline = '1px solid #000';
    });

    title.addEventListener('blur', () => {
      title.closest('.collection_list_block').style.outline = 'none';
    });

    document.addEventListener('DOMContentLoaded', () => {
      let collectionListVideos = document.querySelectorAll('.collection_list_img');
      collectionListVideos.forEach((clv) => {
        let vdo = clv.querySelector('video');
        if (vdo) {
          vdo.querySelector('img').setAttribute('alt', 'collection list video');
        }
      });
    });
  });
</script>


</div><div id="shopify-section-template--19138447310983__before_after_cHCdNT" class="shopify-section before-after-section"><style data-shopify>
  .before_after_slider_wrapper-template--19138447310983__before_after_cHCdNT {
    padding-top: 100px;
    padding-bottom: 144px;
    background: var(--section_bg);
    position: relative;
  }

  @media screen and (max-width: 749px) {
    .before_after_slider_wrapper-template--19138447310983__before_after_cHCdNT {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }
</style>

<link href="//healthbuy.com/cdn/shop/t/10/assets/before-after.css?v=16300229293352598411764648275" rel="stylesheet" type="text/css" media="all" />

<style>
 .before_after_text_content {
    font-family: Syne;
    font-weight: 500;
    font-size: 20px;
    line-height: 14px;
    letter-spacing: 0;
    text-align: center;
  }
  .before_after_title .main_heading {
    text-align: left;
  }

  @media only screen and (max-width: 768px) {
    .before_after_title .main_heading {
        text-align: center;
    }
    .before_after_slider_wrapper-template--19138447310983__before_after_cHCdNT {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .bfa_arrow {
    width: 5rem;
    height: 5rem;
    }
  }

 @media only screen and (max-width: 650px) {
    .before_after_main_inner {
       margin: 2.7rem 0 0;
    } 
    .before_after_slider_wrapper-template--19138447310983__before_after_cHCdNT {
        padding-top: 20px;
        padding-bottom: 50px;
    }
  }


</style>

<div
  class="before_after_slider_wrapper-template--19138447310983__before_after_cHCdNT"
  style="
    --section_bg: #f2fbfc;
    --text-color: #000000;
    --btn-bg: #ffffff;
    --btn-text: #000000;
    --btn-hover-bg: #000000;
    --btn-hover-text: #ffffff;
    --overlay: 0%;
    --border-radius: 50px;
    --border-radius-mob: 30px;
    --block-bg:#03acc3;
    --block-text-color: #ffffff;
    --block-text-align: center;
  "
>
  
    <div class="before_after_head">
      <div class="before_after_title no_text">
        

        
          <h2
            class="main_heading scroll-trigger animate--slide-in"
            
              data-cascade
              style="--animation-order: 2"
            
          >
            From Then to Now
          </h2>
        
      </div>
      
    </div>

    <div class="before_after_main_inner">
      <div class="before_after_inner bfi-template--19138447310983__before_after_cHCdNT show_next">
        <div class="swiper-wrapper">
          
            <div
              class="before_after_block swiper-slide scroll-trigger animate--slide-in"
            >
              
              
                <div class="before_after_img has_after_img">
                  <img src="//healthbuy.com/cdn/shop/files/3-1.png?v=1764658943&amp;width=1200" alt="" srcset="//healthbuy.com/cdn/shop/files/3-1.png?v=1764658943&amp;width=352 352w, //healthbuy.com/cdn/shop/files/3-1.png?v=1764658943&amp;width=832 832w, //healthbuy.com/cdn/shop/files/3-1.png?v=1764658943&amp;width=1200 1200w" width="1200" height="1231" loading="lazy">
                  
                    <img src="//healthbuy.com/cdn/shop/files/3-1_1.png?v=1764658943&amp;width=1200" alt="" srcset="//healthbuy.com/cdn/shop/files/3-1_1.png?v=1764658943&amp;width=352 352w, //healthbuy.com/cdn/shop/files/3-1_1.png?v=1764658943&amp;width=832 832w, //healthbuy.com/cdn/shop/files/3-1_1.png?v=1764658943&amp;width=1200 1200w" width="1200" height="1231" loading="lazy" class="after_img">
                  
                </div>
              
              
                <div class="before_after_text_content">
                  <p>Glow-Up Skin & Nail Products</p>
                </div>
              
            </div>
          
            <div
              class="before_after_block swiper-slide scroll-trigger animate--slide-in"
            >
              
              
                <div class="before_after_img has_after_img">
                  <img src="//healthbuy.com/cdn/shop/files/3-1_2.png?v=1764658943&amp;width=1200" alt="" srcset="//healthbuy.com/cdn/shop/files/3-1_2.png?v=1764658943&amp;width=352 352w, //healthbuy.com/cdn/shop/files/3-1_2.png?v=1764658943&amp;width=832 832w, //healthbuy.com/cdn/shop/files/3-1_2.png?v=1764658943&amp;width=1200 1200w" width="1200" height="1231" loading="lazy">
                  
                    <img src="//healthbuy.com/cdn/shop/files/3-1_3.png?v=1764658944&amp;width=1200" alt="" srcset="//healthbuy.com/cdn/shop/files/3-1_3.png?v=1764658944&amp;width=352 352w, //healthbuy.com/cdn/shop/files/3-1_3.png?v=1764658944&amp;width=832 832w, //healthbuy.com/cdn/shop/files/3-1_3.png?v=1764658944&amp;width=1200 1200w" width="1200" height="1231" loading="lazy" class="after_img">
                  
                </div>
              
              
                <div class="before_after_text_content">
                  <p>Smart Weight Support Formula</p>
                </div>
              
            </div>
          
        </div>
      </div>
    </div>
  

  
    
  
</div>

<script>
  var bfa = document.querySelector('.bfa-template--19138447310983__before_after_cHCdNT');
  var bfaSpacing = 30;
  var bfaNext = true;
  var bfaCols = 2;
  var bfaMed = 2;
  var bfaSmall = 1;
  var bfaXS = 1;

  if(bfaNext) {
    bfaCols = 2.1;
    bfaMed = 1.5;
    bfaSmall = 1.2;
    bfaXS = 1.1
  }

  var swiper = new Swiper('.bfi-template--19138447310983__before_after_cHCdNT', {
    slidesPerView: 2.2,
    loop: false,
    speed: 1000,
    // freeMode: true,
    grabCursor: true,
    spaceBetween: bfaSpacing,
    navigation: {
      nextEl: '.bfa_right-template--19138447310983__before_after_cHCdNT',
      prevEl: '.bfa_left-template--19138447310983__before_after_cHCdNT',
    },
    breakpoints: {
      0: {
        slidesPerView: bfaXS,
        spaceBetween: 15,
        freeMode: false,
        speed: 800,
      },
      641: {
        slidesPerView: bfaSmall,
        spaceBetween: bfaSpacing,
      },
      990: {
        slidesPerView: bfaMed,
        spaceBetween: bfaSpacing,
      },
      1250: {
        slidesPerView: bfaCols,
        spaceBetween: bfaSpacing,
      },
    },
  });
</script>


</div><div id="shopify-section-template--19138447310983__main_featured_collection_qffyez" class="shopify-section featured-collection-section"><style>
   .featured_collection_head span {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px!important;
      line-height: 22px;
      letter-spacing: 0!important;
      text-align: center;
      text-transform: uppercase;
      color: #03ACC3!important;
      margin-bottom: 0px!important;
   }

  
</style>

<style data-shopify>
  .featured_collection_wrapper-template--19138447310983__main_featured_collection_qffyez {
    padding-top: 100px;
    padding-bottom: 48px;
    background: var(--section-bg);
    overflow: hidden;
  }

  .fci_no_slider-template--19138447310983__main_featured_collection_qffyez {
    display: flex;
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
    flex-wrap: wrap;
  }  

  @media screen and (max-width: 749px) {
    .featured_collection_wrapper-template--19138447310983__main_featured_collection_qffyez {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }

   @media screen and (max-width: 640px) {
    .fci_no_slider-template--19138447310983__main_featured_collection_qffyez {
      gap: 1.5rem;
    }

    .featured_collection_main_inner.no_slider .fci_no_slider-template--19138447310983__main_featured_collection_qffyez {
      display: flex;
      justify-content: flex-start;
      white-space: nowrap;
      scroll-snap-type: x mandatory;
      overflow: hidden;
      width: 100%;
      flex-wrap: nowrap;
      overflow-x: auto;
    }

    .featured_collection_main_inner.no_slider .fci_no_slider-template--19138447310983__main_featured_collection_qffyez::-webkit-scrollbar {
      display: none;
    }

    .featured_collection_main_inner.no_slider .fci_no_slider-template--19138447310983__main_featured_collection_qffyez .product_card {
      flex: 0 0 55%;
      scroll-snap-align: start;
    }

    .featured_collection_main_inner.no_slider .fci_no_slider-template--19138447310983__main_featured_collection_qffyez .product_card:last-child {
      margin-right: 1.5rem;
    }
  }

  @media screen and (max-width: 499px) {
    .featured_collection_main_inner.no_slider .fci_no_slider-template--19138447310983__main_featured_collection_qffyez .product_card {
      flex: 0 0 80%;
    }
  }
 
</style>
<link href="//healthbuy.com/cdn/shop/t/10/assets/quick-add.css?v=126901603719598408221764648275" rel="stylesheet" type="text/css" media="all" />
  <script src="//healthbuy.com/cdn/shop/t/10/assets/product-form.js?v=6274868397573281181764648275" defer="defer"></script><script src="//healthbuy.com/cdn/shop/t/10/assets/quick-add-modal.js?v=72941365865587197511764648275" defer="defer"></script><link href="//healthbuy.com/cdn/shop/t/10/assets/product-card.css?v=14765015604350745751764648275" rel="stylesheet" type="text/css" media="all" />
<link href="//healthbuy.com/cdn/shop/t/10/assets/featured-collection.css?v=2644356173188564121764832089" rel="stylesheet" type="text/css" media="all" />

<div
  class="featured_collection_wrapper-template--19138447310983__main_featured_collection_qffyez"
  style="
    --section-bg: #ffffff;
    --head-color: #000000;
    --btn-bg: #ffffff;
    --btn-text: #000000;
    --btn-hover-bg: #000000;
    --btn-hover-text: #000000;
    --gap: 30px;
  "
>
  

  
    <div class="featured_collection_head" style="--head-align: center">
      
        <span
          
            class="scroll-trigger animate--slide-in"
          
        >Discover Our</span>
      
      <h2 class="main_heading scroll-trigger animate--slide-in">
        Featured Products
      </h2>
    </div>  
  
  
  <div class="featured_collection_main_inner has_slider  split__Arrow">
    
        
        <div class="fc_arrows circle fc_arrows--circle ">
          <div class="fc_left-template--19138447310983__main_featured_collection_qffyez fc_arrow">
            <button aria-label="Slide left"> 
               
                <svg width="38" height="11" viewBox="0 0 38 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M37.3501 6.1001C23.8922 6.6001 5.88748 6.1001 1.8501 6.1001M1.8501 6.1001C2.97159 4.76676 5.71926 1.9001 7.73795 1.1001M1.8501 6.1001C3.81271 6.93343 7.90617 8.9001 8.57907 10.1001" stroke="var(--text-color)" stroke-width="1.82"/>
</svg>

                
            </button>
          </div>
          <div class="fc_right-template--19138447310983__main_featured_collection_qffyez fc_arrow">
            <button aria-label="Slide right">   
              
                <svg width="38" height="11" viewBox="0 0 38 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0.850098 6.1001C14.308 6.6001 32.3127 6.1001 36.3501 6.1001M36.3501 6.1001C35.2286 4.76676 32.4809 1.9001 30.4622 1.1001M36.3501 6.1001C34.3875 6.93343 30.294 8.9001 29.6211 10.1001" stroke="var(--text-color)" stroke-width="1.82"/>
</svg>

              </button>
          </div>
        </div>
      
      
       
         
      <div class="featured_collection_inner swiper fci-template--19138447310983__main_featured_collection_qffyez">
        <div class="swiper-wrapper">
        
          <div
            class="product_card swiper-slide scroll-trigger animate--slide-in"
          >    
            
  <link href="//healthbuy.com/cdn/shop/t/10/assets/block-product-variant-selector.css?v=74004362001106759351764648275" rel="stylesheet" type="text/css" media="all" />
  <link href="//healthbuy.com/cdn/shop/t/10/assets/card-block-swatch-input.css?v=120337310385964060141764648275" rel="stylesheet" type="text/css" media="all" />


<style>
   .card--card, .card--standard .card__inner {
    border: 5px solid #E6E7E84D;
   }
   .card__heading, .card__heading a {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px !important;
      line-height: 25px!important;
      letter-spacing: 0;
      text-transform: capitalize;
      text-align: center!important;
   }
   .price .price__regular span {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px!important;
      line-height: 22px;
      letter-spacing: 0;
      text-align: center!important;
      text-transform: capitalize;
      text-decoration: none;
      color: #52CD5F;
      font-size: 1.6rem;
   }
   .title_sw_group .price__regular {
    justify-content: end;
}
   .card__content .product-vendor {
      font-family: Syne;
      font-weight: 600;
      font-size: 14px !important;
      letter-spacing: 0;
      text-transform: uppercase;
      text-align: center;
      margin: .5rem 0 0;
      display: inline-block;
      width: 100%;
      word-break: break-all;
      color: #03ACC3 !important;
    }

  @media only screen and (max-width: 1250px) {
     .card__heading, .card__heading a {
      font-size: 16px !important;
      line-height: 25px !important;
    }
  }
  @media screen and (max-width: 640px) {
    .card--card, .card--standard .card__inner, .card .card__inner .card__media {
        border-radius: 300px;
    }
    
}
@media screen and (max-width: 749px) {
    .title_sw_group .price__regular {
        justify-content: center!important;
    }
}
</style><div class="card-wrapper product-card-wrapper quick_cart_center ">
    <div
      class="
        card card--standard
         card--media
        
        
      "
      style="--ratio-percent: 149.99%;"
    >
      <div
        class="card__inner  ratio"
        style="--ratio-percent: 149.99%; --border-radius: 200px; --border-radius-mob: 200px;"
      >
        <a
          class="product_card_link"
          aria-label="Zetaclear Nail Fungus Treatment - Eliminate Nail Fungus for Good"
          
            href="/products/zeta-clear"
          
          tabindex="-1"
        >
        Zetaclear Nail Fungus Treatment - Eliminate Nail Fungus for Good
        </a><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//healthbuy.com/cdn/shop/files/Frame_176.webp?v=1721022530&width=165 165w,//healthbuy.com/cdn/shop/files/Frame_176.webp?v=1721022530&width=360 360w,//healthbuy.com/cdn/shop/files/Frame_176.webp?v=1721022530&width=533 533w,//healthbuy.com/cdn/shop/files/Frame_176.webp?v=1721022530&width=720 720w,//healthbuy.com/cdn/shop/files/Frame_176.webp?v=1721022530&width=940 940w,//healthbuy.com/cdn/shop/files/Frame_176.webp?v=1721022530&width=1066 1066w,//healthbuy.com/cdn/shop/files/Frame_176.webp?v=1721022530 4320w
                "
                src="//healthbuy.com/cdn/shop/files/Frame_176.webp?v=1721022530&width=533"
                sizes="(min-width: 1920px) 447px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Zetaclear Nail Fungus Treatment - Eliminate Nail Fungus for Good"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="4320"
                height="4320"
              >
              
</div>
          </div>
        <div class="card__content content_aligncenter">
          <div class="card__information">
            <h3
              class="card__heading h3"
              
            >
              <a
                tabindex="-1"
                
                href="/products/zeta-clear"
                
                
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19138447310983__main_featured_collection_qffyez-7823614115975 NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7823614115975"
              >
                Zetaclear Nail Fungus Treatment - Eliminate Nail Fungus for Good
              </a>
            </h3>
          </div>
          <div class="card__badge badge--vertical card__badge-portrait top center sale_badge_wrapper true ">
            <span
                id="NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7823614115975"
                class="sale_badge badge badge--bottom-left"
              >
                
                
                66%<span> OFF</span>
              </span></div>
          

              <div class="quick_action_wrapper   quick_action_wrapper_has_options">
                
                  <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-7823614115975">
                        <button
                          id="quick-add-template--19138447310983__main_featured_collection_qffyez7823614115975-submit"
                          type="submit"
                          name="add"
                          class="quick-add__submit button button--full-width button--secondary"
                          aria-haspopup="dialog"
                          aria-labelledby="quick-add-template--19138447310983__main_featured_collection_qffyez7823614115975-submit title-template--19138447310983__main_featured_collection_qffyez-7823614115975"
                          aria-label="Quick add — Choose options"
                          data-product-url="/products/zeta-clear"
                          
                        >
                          <span>
                              
                              <div class="quick_add__icon__wrapper ">
                                <div class="bag">
                                  <svg class="icon-cart-lid" width="36" height="16" viewBox="0 0 36 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M35.0509 10.0363L35.1073 6.15457C35.1016 5.80789 35.0245 5.46611 34.8808 5.1506C34.737 4.83508 34.5297 4.55261 34.2718 4.32083C32.1428 2.19179 25.6373 0.836345 18.0832 0.944824C9.60815 1.06919 1.00049 3.05195 0.94899 6.60437L0.892558 10.4861C0.898249 10.8327 0.975385 11.1745 1.11914 11.49C1.2629 11.8056 1.4702 12.088 1.72807 12.3198C3.85711 14.4488 10.3626 15.8043 17.9161 15.6953C26.3917 15.5714 34.9994 13.5887 35.0509 10.0363ZM18.1062 2.49531C25.9688 2.3819 31.642 3.88253 33.1761 5.41658C33.2836 5.50474 33.3726 5.61331 33.4379 5.73602C33.5033 5.85873 33.5437 5.99315 33.5569 6.13156C33.5338 7.76203 27.585 10.1234 17.9501 10.2636C10.0864 10.3781 4.41704 8.87915 2.87915 7.34126C2.66199 7.16405 2.52405 6.90788 2.49564 6.62902C2.52468 4.99471 8.4735 2.63557 18.1062 2.49531ZM17.8937 14.1453C10.0311 14.2587 4.36061 12.7608 2.82382 11.2241C2.71613 11.1364 2.62681 11.0284 2.56099 10.9062C2.49518 10.784 2.45416 10.6499 2.4403 10.5118L2.46496 8.98379C5.08983 10.7934 11.0907 11.9116 17.9726 11.8125C24.2764 11.7204 30.6465 10.5989 33.5223 8.56905L33.5015 10.0143C33.4774 11.6448 27.5286 14.0051 17.8937 14.1453Z" fill="white"/>
</svg>

                                </div>
                                <span class="quick_atc">Choose options</span>
                                <div class="iqa bag_wrap">
                                    
                                    <svg class="icon-quick-bag" width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.90308 1L1.90308 5V19C1.90308 19.5304 2.11379 20.0391 2.488806 20.4142C2.86394 20.7893 3.37264 21 3.90308 21H17.9031C18.4335 21 18.9422 20.7893 19.3173 20.4142C19.6924 20.0391 19.9031 19.5304 19.9031 19V5L16.9031 1H4.90308Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M1.90308 5H19.9031" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M14.9031 9C14.9031 10.0609 14.4816 11.0783 13.7315 11.8284C12.9814 12.5786 11.9639 13 10.9031 13C9.84221 13 8.82479 12.5786 8.07465 11.8284C7.3245 11.0783 6.90308 10.0609 6.90308 9"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
</svg>

                                  
                                </div>
                              </div>
                            
                          </span><link href="//healthbuy.com/cdn/shop/t/10/assets/block-loading-spinner.css?v=177701165360776258541764648275" rel="stylesheet" type="text/css" media="all" />

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"    
    viewBox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
</button>
                      </modal-opener>
                      <quick-add-modal id="QuickAdd-7823614115975" class="quick-add-modal">
                        <div
                          role="dialog"
                          aria-label="Choose options for Zetaclear Nail Fungus Treatment - Eliminate Nail Fungus for Good"
                          aria-modal="true"
                          class="quick-add-modal__content global-settings-popup"
                          tabindex="-1"
                        >
                          <button
                            id="ModalClose-7823614115975"
                            type="button"
                            class="quick-add-modal__toggle"
                            aria-label="Close"
                          >
                            <svg version="1.0"  class="icon icon-close" xmlns="http://www.w3.org/2000/svg" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet">

<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" fill="var(--text-color)" stroke="none">
<path d="M4580 4789 c-14 -5 -474 -458 -1022 -1007 l-998 -997 -997 997
c-1085 1084 -1016 1021 -1110 1003 -49 -9 -109 -69 -118 -118 -18 -94 -81 -25
1003 -1109 l997 -998 -1002 -1002 c-1087 -1089 -1026 -1021 -1009 -1114 9 -47
73 -111 120 -120 93 -17 25 -78 1113 1009 l1003 1002 1002 -1002 c1090 -1089
1021 -1026 1115 -1008 49 9 109 69 118 118 18 94 81 25 -1008 1114 l-1002
1003 1002 1002 c1086 1087 1026 1021 1009 1113 -17 91 -127 149 -216 114z"></path>
</g>
</svg>
                          </button>
                          <div id="QuickAddInfo-7823614115975" class="quick-add-modal__content-info"></div>
                        </div>
                      </quick-add-modal></div>
                
              </div>
            
          
        </div>
      </div>
      <div class="card__content content_aligncenter">
        <div class="card__information alignment_left">
          
<span class="visually-hidden">Vendor:</span>
              <div class="product-vendor caption-with-letter-spacing light">HealthBuy</div>
          <h3
            class="card__heading h3"
            
              id="title-template--19138447310983__main_featured_collection_qffyez-7823614115975"
            
          >
            <a
              
                href="/products/zeta-clear"
                
             
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19138447310983__main_featured_collection_qffyez-7823614115975 Badge-template--19138447310983__main_featured_collection_qffyez-7823614115975"
            >
              Zetaclear Nail Fungus Treatment - Eliminate Nail Fungus for Good
            </a>
          </h3>

          
          <div class="card-information">
            
            <span class="caption-large light"></span>
            
            <div class="title_sw_group">
            
            
<div
  class="
    price  price--on-sale
  "
>
  <div class="price__container">
   
    <div class="price__regular "><span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span class="price-item price-item--regular">
          From $40.00
        </span></div>


    
     
    
    <div class="price__sale no_cap  hide-price-compir">
        <span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span>
          <s class="price-item price-item--regular">
            
              $120.00
            
          </s>
        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
      <span class="price-item price-item--sale price-item--last">
        From $40.00
      </span>
    </div>
    <small class="unit-price caption hidden">
      <span class="visually-hidden">Unit price</span>
      <span class="price-item price-item--last">
        <span></span>
        <span aria-hidden="true">/</span>
        <span class="visually-hidden">&nbsp;per&nbsp;</span>
        <span>
        </span>
      </span>
    </small>
  </div>
  
</div>

            
            
              
                
                  
                
              
            
            
             
             </div>
            
            

            

          </div>
        </div>

        <div class="card__badge top center badge--vertical"><span
              class="badge badge--bottom-left"
            >
              
              hello
            </span></div>
      </div>
    </div>
  </div>
          </div>  
        
          <div
            class="product_card swiper-slide scroll-trigger animate--slide-in"
          >    
            
  <link href="//healthbuy.com/cdn/shop/t/10/assets/block-product-variant-selector.css?v=74004362001106759351764648275" rel="stylesheet" type="text/css" media="all" />
  <link href="//healthbuy.com/cdn/shop/t/10/assets/card-block-swatch-input.css?v=120337310385964060141764648275" rel="stylesheet" type="text/css" media="all" />


<style>
   .card--card, .card--standard .card__inner {
    border: 5px solid #E6E7E84D;
   }
   .card__heading, .card__heading a {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px !important;
      line-height: 25px!important;
      letter-spacing: 0;
      text-transform: capitalize;
      text-align: center!important;
   }
   .price .price__regular span {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px!important;
      line-height: 22px;
      letter-spacing: 0;
      text-align: center!important;
      text-transform: capitalize;
      text-decoration: none;
      color: #52CD5F;
      font-size: 1.6rem;
   }
   .title_sw_group .price__regular {
    justify-content: end;
}
   .card__content .product-vendor {
      font-family: Syne;
      font-weight: 600;
      font-size: 14px !important;
      letter-spacing: 0;
      text-transform: uppercase;
      text-align: center;
      margin: .5rem 0 0;
      display: inline-block;
      width: 100%;
      word-break: break-all;
      color: #03ACC3 !important;
    }

  @media only screen and (max-width: 1250px) {
     .card__heading, .card__heading a {
      font-size: 16px !important;
      line-height: 25px !important;
    }
  }
  @media screen and (max-width: 640px) {
    .card--card, .card--standard .card__inner, .card .card__inner .card__media {
        border-radius: 300px;
    }
    
}
@media screen and (max-width: 749px) {
    .title_sw_group .price__regular {
        justify-content: center!important;
    }
}
</style><div class="card-wrapper product-card-wrapper quick_cart_center ">
    <div
      class="
        card card--standard
         card--media
        
        
      "
      style="--ratio-percent: 149.99%;"
    >
      <div
        class="card__inner  ratio"
        style="--ratio-percent: 149.99%; --border-radius: 200px; --border-radius-mob: 200px;"
      >
        <a
          class="product_card_link"
          aria-label="Venorex Varicose Vein Defense"
          
            href="/products/venorex"
          
          tabindex="-1"
        >
        Venorex Varicose Vein Defense
        </a><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//healthbuy.com/cdn/shop/files/download_15_e35b6d9d-6cd6-4d93-896e-fda604418fc7.jpg?v=1721390717&width=165 165w,//healthbuy.com/cdn/shop/files/download_15_e35b6d9d-6cd6-4d93-896e-fda604418fc7.jpg?v=1721390717&width=360 360w,//healthbuy.com/cdn/shop/files/download_15_e35b6d9d-6cd6-4d93-896e-fda604418fc7.jpg?v=1721390717&width=533 533w,//healthbuy.com/cdn/shop/files/download_15_e35b6d9d-6cd6-4d93-896e-fda604418fc7.jpg?v=1721390717&width=720 720w,//healthbuy.com/cdn/shop/files/download_15_e35b6d9d-6cd6-4d93-896e-fda604418fc7.jpg?v=1721390717&width=940 940w,//healthbuy.com/cdn/shop/files/download_15_e35b6d9d-6cd6-4d93-896e-fda604418fc7.jpg?v=1721390717&width=1066 1066w,//healthbuy.com/cdn/shop/files/download_15_e35b6d9d-6cd6-4d93-896e-fda604418fc7.jpg?v=1721390717 2000w
                "
                src="//healthbuy.com/cdn/shop/files/download_15_e35b6d9d-6cd6-4d93-896e-fda604418fc7.jpg?v=1721390717&width=533"
                sizes="(min-width: 1920px) 447px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Venorex Varicose Vein Defense"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="2000"
                height="2000"
              >
              
</div>
          </div>
        <div class="card__content content_aligncenter">
          <div class="card__information">
            <h3
              class="card__heading h3"
              
            >
              <a
                tabindex="-1"
                
                href="/products/venorex"
                
                
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19138447310983__main_featured_collection_qffyez-7823469215879 NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7823469215879"
              >
                Venorex Varicose Vein Defense
              </a>
            </h3>
          </div>
          <div class="card__badge badge--vertical card__badge-portrait top center sale_badge_wrapper true ">
            <span
                id="NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7823469215879"
                class="sale_badge badge badge--bottom-left"
              >
                
                
                66%<span> OFF</span>
              </span></div>
          

              <div class="quick_action_wrapper   quick_action_wrapper_has_options">
                
                  <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-7823469215879">
                        <button
                          id="quick-add-template--19138447310983__main_featured_collection_qffyez7823469215879-submit"
                          type="submit"
                          name="add"
                          class="quick-add__submit button button--full-width button--secondary"
                          aria-haspopup="dialog"
                          aria-labelledby="quick-add-template--19138447310983__main_featured_collection_qffyez7823469215879-submit title-template--19138447310983__main_featured_collection_qffyez-7823469215879"
                          aria-label="Quick add — Choose options"
                          data-product-url="/products/venorex"
                          
                        >
                          <span>
                              
                              <div class="quick_add__icon__wrapper ">
                                <div class="bag">
                                  <svg class="icon-cart-lid" width="36" height="16" viewBox="0 0 36 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M35.0509 10.0363L35.1073 6.15457C35.1016 5.80789 35.0245 5.46611 34.8808 5.1506C34.737 4.83508 34.5297 4.55261 34.2718 4.32083C32.1428 2.19179 25.6373 0.836345 18.0832 0.944824C9.60815 1.06919 1.00049 3.05195 0.94899 6.60437L0.892558 10.4861C0.898249 10.8327 0.975385 11.1745 1.11914 11.49C1.2629 11.8056 1.4702 12.088 1.72807 12.3198C3.85711 14.4488 10.3626 15.8043 17.9161 15.6953C26.3917 15.5714 34.9994 13.5887 35.0509 10.0363ZM18.1062 2.49531C25.9688 2.3819 31.642 3.88253 33.1761 5.41658C33.2836 5.50474 33.3726 5.61331 33.4379 5.73602C33.5033 5.85873 33.5437 5.99315 33.5569 6.13156C33.5338 7.76203 27.585 10.1234 17.9501 10.2636C10.0864 10.3781 4.41704 8.87915 2.87915 7.34126C2.66199 7.16405 2.52405 6.90788 2.49564 6.62902C2.52468 4.99471 8.4735 2.63557 18.1062 2.49531ZM17.8937 14.1453C10.0311 14.2587 4.36061 12.7608 2.82382 11.2241C2.71613 11.1364 2.62681 11.0284 2.56099 10.9062C2.49518 10.784 2.45416 10.6499 2.4403 10.5118L2.46496 8.98379C5.08983 10.7934 11.0907 11.9116 17.9726 11.8125C24.2764 11.7204 30.6465 10.5989 33.5223 8.56905L33.5015 10.0143C33.4774 11.6448 27.5286 14.0051 17.8937 14.1453Z" fill="white"/>
</svg>

                                </div>
                                <span class="quick_atc">Choose options</span>
                                <div class="iqa bag_wrap">
                                    
                                    <svg class="icon-quick-bag" width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.90308 1L1.90308 5V19C1.90308 19.5304 2.11379 20.0391 2.488806 20.4142C2.86394 20.7893 3.37264 21 3.90308 21H17.9031C18.4335 21 18.9422 20.7893 19.3173 20.4142C19.6924 20.0391 19.9031 19.5304 19.9031 19V5L16.9031 1H4.90308Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M1.90308 5H19.9031" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M14.9031 9C14.9031 10.0609 14.4816 11.0783 13.7315 11.8284C12.9814 12.5786 11.9639 13 10.9031 13C9.84221 13 8.82479 12.5786 8.07465 11.8284C7.3245 11.0783 6.90308 10.0609 6.90308 9"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
</svg>

                                  
                                </div>
                              </div>
                            
                          </span><link href="//healthbuy.com/cdn/shop/t/10/assets/block-loading-spinner.css?v=177701165360776258541764648275" rel="stylesheet" type="text/css" media="all" />

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"    
    viewBox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
</button>
                      </modal-opener>
                      <quick-add-modal id="QuickAdd-7823469215879" class="quick-add-modal">
                        <div
                          role="dialog"
                          aria-label="Choose options for Venorex Varicose Vein Defense"
                          aria-modal="true"
                          class="quick-add-modal__content global-settings-popup"
                          tabindex="-1"
                        >
                          <button
                            id="ModalClose-7823469215879"
                            type="button"
                            class="quick-add-modal__toggle"
                            aria-label="Close"
                          >
                            <svg version="1.0"  class="icon icon-close" xmlns="http://www.w3.org/2000/svg" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet">

<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" fill="var(--text-color)" stroke="none">
<path d="M4580 4789 c-14 -5 -474 -458 -1022 -1007 l-998 -997 -997 997
c-1085 1084 -1016 1021 -1110 1003 -49 -9 -109 -69 -118 -118 -18 -94 -81 -25
1003 -1109 l997 -998 -1002 -1002 c-1087 -1089 -1026 -1021 -1009 -1114 9 -47
73 -111 120 -120 93 -17 25 -78 1113 1009 l1003 1002 1002 -1002 c1090 -1089
1021 -1026 1115 -1008 49 9 109 69 118 118 18 94 81 25 -1008 1114 l-1002
1003 1002 1002 c1086 1087 1026 1021 1009 1113 -17 91 -127 149 -216 114z"></path>
</g>
</svg>
                          </button>
                          <div id="QuickAddInfo-7823469215879" class="quick-add-modal__content-info"></div>
                        </div>
                      </quick-add-modal></div>
                
              </div>
            
          
        </div>
      </div>
      <div class="card__content content_aligncenter">
        <div class="card__information alignment_left">
          
<span class="visually-hidden">Vendor:</span>
              <div class="product-vendor caption-with-letter-spacing light">HealthBuy</div>
          <h3
            class="card__heading h3"
            
              id="title-template--19138447310983__main_featured_collection_qffyez-7823469215879"
            
          >
            <a
              
                href="/products/venorex"
                
             
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19138447310983__main_featured_collection_qffyez-7823469215879 Badge-template--19138447310983__main_featured_collection_qffyez-7823469215879"
            >
              Venorex Varicose Vein Defense
            </a>
          </h3>

          
          <div class="card-information">
            
            <span class="caption-large light"></span>
            
            <div class="title_sw_group">
            
            
<div
  class="
    price  price--on-sale
  "
>
  <div class="price__container">
   
    <div class="price__regular "><span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span class="price-item price-item--regular">
          From $40.00
        </span></div>


    
     
    
    <div class="price__sale no_cap  hide-price-compir">
        <span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span>
          <s class="price-item price-item--regular">
            
              $120.00
            
          </s>
        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
      <span class="price-item price-item--sale price-item--last">
        From $40.00
      </span>
    </div>
    <small class="unit-price caption hidden">
      <span class="visually-hidden">Unit price</span>
      <span class="price-item price-item--last">
        <span></span>
        <span aria-hidden="true">/</span>
        <span class="visually-hidden">&nbsp;per&nbsp;</span>
        <span>
        </span>
      </span>
    </small>
  </div>
  
</div>

            
            
              
                
                  
                
              
            
            
             
             </div>
            
            

            

          </div>
        </div>

        <div class="card__badge top center badge--vertical"><span
              class="badge badge--bottom-left"
            >
              
              hello
            </span></div>
      </div>
    </div>
  </div>
          </div>  
        
          <div
            class="product_card swiper-slide scroll-trigger animate--slide-in"
          >    
            
  <link href="//healthbuy.com/cdn/shop/t/10/assets/block-product-variant-selector.css?v=74004362001106759351764648275" rel="stylesheet" type="text/css" media="all" />
  <link href="//healthbuy.com/cdn/shop/t/10/assets/card-block-swatch-input.css?v=120337310385964060141764648275" rel="stylesheet" type="text/css" media="all" />


<style>
   .card--card, .card--standard .card__inner {
    border: 5px solid #E6E7E84D;
   }
   .card__heading, .card__heading a {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px !important;
      line-height: 25px!important;
      letter-spacing: 0;
      text-transform: capitalize;
      text-align: center!important;
   }
   .price .price__regular span {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px!important;
      line-height: 22px;
      letter-spacing: 0;
      text-align: center!important;
      text-transform: capitalize;
      text-decoration: none;
      color: #52CD5F;
      font-size: 1.6rem;
   }
   .title_sw_group .price__regular {
    justify-content: end;
}
   .card__content .product-vendor {
      font-family: Syne;
      font-weight: 600;
      font-size: 14px !important;
      letter-spacing: 0;
      text-transform: uppercase;
      text-align: center;
      margin: .5rem 0 0;
      display: inline-block;
      width: 100%;
      word-break: break-all;
      color: #03ACC3 !important;
    }

  @media only screen and (max-width: 1250px) {
     .card__heading, .card__heading a {
      font-size: 16px !important;
      line-height: 25px !important;
    }
  }
  @media screen and (max-width: 640px) {
    .card--card, .card--standard .card__inner, .card .card__inner .card__media {
        border-radius: 300px;
    }
    
}
@media screen and (max-width: 749px) {
    .title_sw_group .price__regular {
        justify-content: center!important;
    }
}
</style><div class="card-wrapper product-card-wrapper quick_cart_center ">
    <div
      class="
        card card--standard
         card--media
        
        
      "
      style="--ratio-percent: 149.99%;"
    >
      <div
        class="card__inner  ratio"
        style="--ratio-percent: 149.99%; --border-radius: 200px; --border-radius-mob: 200px;"
      >
        <a
          class="product_card_link"
          aria-label="Wartrol Wart Remover"
          
            href="/products/wartrol"
          
          tabindex="-1"
        >
        Wartrol Wart Remover
        </a><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//healthbuy.com/cdn/shop/files/Frame185.png?v=1721036619&width=165 165w,//healthbuy.com/cdn/shop/files/Frame185.png?v=1721036619&width=360 360w,//healthbuy.com/cdn/shop/files/Frame185.png?v=1721036619&width=533 533w,//healthbuy.com/cdn/shop/files/Frame185.png?v=1721036619&width=720 720w,//healthbuy.com/cdn/shop/files/Frame185.png?v=1721036619&width=940 940w,//healthbuy.com/cdn/shop/files/Frame185.png?v=1721036619&width=1066 1066w,//healthbuy.com/cdn/shop/files/Frame185.png?v=1721036619 4320w
                "
                src="//healthbuy.com/cdn/shop/files/Frame185.png?v=1721036619&width=533"
                sizes="(min-width: 1920px) 447px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Wartrol Wart Remover"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="4320"
                height="4320"
              >
              
</div>
          </div>
        <div class="card__content content_aligncenter">
          <div class="card__information">
            <h3
              class="card__heading h3"
              
            >
              <a
                tabindex="-1"
                
                href="/products/wartrol"
                
                
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19138447310983__main_featured_collection_qffyez-7823609659527 NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7823609659527"
              >
                Wartrol Wart Remover
              </a>
            </h3>
          </div>
          <div class="card__badge badge--vertical card__badge-portrait top center sale_badge_wrapper true ">
            <span
                id="NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7823609659527"
                class="sale_badge badge badge--bottom-left"
              >
                
                
                66%<span> OFF</span>
              </span></div>
          

              <div class="quick_action_wrapper   quick_action_wrapper_has_options">
                
                  <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-7823609659527">
                        <button
                          id="quick-add-template--19138447310983__main_featured_collection_qffyez7823609659527-submit"
                          type="submit"
                          name="add"
                          class="quick-add__submit button button--full-width button--secondary"
                          aria-haspopup="dialog"
                          aria-labelledby="quick-add-template--19138447310983__main_featured_collection_qffyez7823609659527-submit title-template--19138447310983__main_featured_collection_qffyez-7823609659527"
                          aria-label="Quick add — Choose options"
                          data-product-url="/products/wartrol"
                          
                        >
                          <span>
                              
                              <div class="quick_add__icon__wrapper ">
                                <div class="bag">
                                  <svg class="icon-cart-lid" width="36" height="16" viewBox="0 0 36 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M35.0509 10.0363L35.1073 6.15457C35.1016 5.80789 35.0245 5.46611 34.8808 5.1506C34.737 4.83508 34.5297 4.55261 34.2718 4.32083C32.1428 2.19179 25.6373 0.836345 18.0832 0.944824C9.60815 1.06919 1.00049 3.05195 0.94899 6.60437L0.892558 10.4861C0.898249 10.8327 0.975385 11.1745 1.11914 11.49C1.2629 11.8056 1.4702 12.088 1.72807 12.3198C3.85711 14.4488 10.3626 15.8043 17.9161 15.6953C26.3917 15.5714 34.9994 13.5887 35.0509 10.0363ZM18.1062 2.49531C25.9688 2.3819 31.642 3.88253 33.1761 5.41658C33.2836 5.50474 33.3726 5.61331 33.4379 5.73602C33.5033 5.85873 33.5437 5.99315 33.5569 6.13156C33.5338 7.76203 27.585 10.1234 17.9501 10.2636C10.0864 10.3781 4.41704 8.87915 2.87915 7.34126C2.66199 7.16405 2.52405 6.90788 2.49564 6.62902C2.52468 4.99471 8.4735 2.63557 18.1062 2.49531ZM17.8937 14.1453C10.0311 14.2587 4.36061 12.7608 2.82382 11.2241C2.71613 11.1364 2.62681 11.0284 2.56099 10.9062C2.49518 10.784 2.45416 10.6499 2.4403 10.5118L2.46496 8.98379C5.08983 10.7934 11.0907 11.9116 17.9726 11.8125C24.2764 11.7204 30.6465 10.5989 33.5223 8.56905L33.5015 10.0143C33.4774 11.6448 27.5286 14.0051 17.8937 14.1453Z" fill="white"/>
</svg>

                                </div>
                                <span class="quick_atc">Choose options</span>
                                <div class="iqa bag_wrap">
                                    
                                    <svg class="icon-quick-bag" width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.90308 1L1.90308 5V19C1.90308 19.5304 2.11379 20.0391 2.488806 20.4142C2.86394 20.7893 3.37264 21 3.90308 21H17.9031C18.4335 21 18.9422 20.7893 19.3173 20.4142C19.6924 20.0391 19.9031 19.5304 19.9031 19V5L16.9031 1H4.90308Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M1.90308 5H19.9031" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M14.9031 9C14.9031 10.0609 14.4816 11.0783 13.7315 11.8284C12.9814 12.5786 11.9639 13 10.9031 13C9.84221 13 8.82479 12.5786 8.07465 11.8284C7.3245 11.0783 6.90308 10.0609 6.90308 9"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
</svg>

                                  
                                </div>
                              </div>
                            
                          </span><link href="//healthbuy.com/cdn/shop/t/10/assets/block-loading-spinner.css?v=177701165360776258541764648275" rel="stylesheet" type="text/css" media="all" />

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"    
    viewBox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
</button>
                      </modal-opener>
                      <quick-add-modal id="QuickAdd-7823609659527" class="quick-add-modal">
                        <div
                          role="dialog"
                          aria-label="Choose options for Wartrol Wart Remover"
                          aria-modal="true"
                          class="quick-add-modal__content global-settings-popup"
                          tabindex="-1"
                        >
                          <button
                            id="ModalClose-7823609659527"
                            type="button"
                            class="quick-add-modal__toggle"
                            aria-label="Close"
                          >
                            <svg version="1.0"  class="icon icon-close" xmlns="http://www.w3.org/2000/svg" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet">

<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" fill="var(--text-color)" stroke="none">
<path d="M4580 4789 c-14 -5 -474 -458 -1022 -1007 l-998 -997 -997 997
c-1085 1084 -1016 1021 -1110 1003 -49 -9 -109 -69 -118 -118 -18 -94 -81 -25
1003 -1109 l997 -998 -1002 -1002 c-1087 -1089 -1026 -1021 -1009 -1114 9 -47
73 -111 120 -120 93 -17 25 -78 1113 1009 l1003 1002 1002 -1002 c1090 -1089
1021 -1026 1115 -1008 49 9 109 69 118 118 18 94 81 25 -1008 1114 l-1002
1003 1002 1002 c1086 1087 1026 1021 1009 1113 -17 91 -127 149 -216 114z"></path>
</g>
</svg>
                          </button>
                          <div id="QuickAddInfo-7823609659527" class="quick-add-modal__content-info"></div>
                        </div>
                      </quick-add-modal></div>
                
              </div>
            
          
        </div>
      </div>
      <div class="card__content content_aligncenter">
        <div class="card__information alignment_left">
          
<span class="visually-hidden">Vendor:</span>
              <div class="product-vendor caption-with-letter-spacing light">HealthBuy</div>
          <h3
            class="card__heading h3"
            
              id="title-template--19138447310983__main_featured_collection_qffyez-7823609659527"
            
          >
            <a
              
                href="/products/wartrol"
                
             
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19138447310983__main_featured_collection_qffyez-7823609659527 Badge-template--19138447310983__main_featured_collection_qffyez-7823609659527"
            >
              Wartrol Wart Remover
            </a>
          </h3>

          
          <div class="card-information">
            
            <span class="caption-large light"></span>
            
            <div class="title_sw_group">
            
            
<div
  class="
    price  price--on-sale
  "
>
  <div class="price__container">
   
    <div class="price__regular "><span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span class="price-item price-item--regular">
          From $40.00
        </span></div>


    
     
    
    <div class="price__sale no_cap  hide-price-compir">
        <span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span>
          <s class="price-item price-item--regular">
            
              $120.00
            
          </s>
        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
      <span class="price-item price-item--sale price-item--last">
        From $40.00
      </span>
    </div>
    <small class="unit-price caption hidden">
      <span class="visually-hidden">Unit price</span>
      <span class="price-item price-item--last">
        <span></span>
        <span aria-hidden="true">/</span>
        <span class="visually-hidden">&nbsp;per&nbsp;</span>
        <span>
        </span>
      </span>
    </small>
  </div>
  
</div>

            
            
              
                
                  
                
              
            
            
             
             </div>
            
            

            

          </div>
        </div>

        <div class="card__badge top center badge--vertical"><span
              class="badge badge--bottom-left"
            >
              
              hello
            </span></div>
      </div>
    </div>
  </div>
          </div>  
        
          <div
            class="product_card swiper-slide scroll-trigger animate--slide-in"
          >    
            
  <link href="//healthbuy.com/cdn/shop/t/10/assets/block-product-variant-selector.css?v=74004362001106759351764648275" rel="stylesheet" type="text/css" media="all" />
  <link href="//healthbuy.com/cdn/shop/t/10/assets/card-block-swatch-input.css?v=120337310385964060141764648275" rel="stylesheet" type="text/css" media="all" />


<style>
   .card--card, .card--standard .card__inner {
    border: 5px solid #E6E7E84D;
   }
   .card__heading, .card__heading a {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px !important;
      line-height: 25px!important;
      letter-spacing: 0;
      text-transform: capitalize;
      text-align: center!important;
   }
   .price .price__regular span {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px!important;
      line-height: 22px;
      letter-spacing: 0;
      text-align: center!important;
      text-transform: capitalize;
      text-decoration: none;
      color: #52CD5F;
      font-size: 1.6rem;
   }
   .title_sw_group .price__regular {
    justify-content: end;
}
   .card__content .product-vendor {
      font-family: Syne;
      font-weight: 600;
      font-size: 14px !important;
      letter-spacing: 0;
      text-transform: uppercase;
      text-align: center;
      margin: .5rem 0 0;
      display: inline-block;
      width: 100%;
      word-break: break-all;
      color: #03ACC3 !important;
    }

  @media only screen and (max-width: 1250px) {
     .card__heading, .card__heading a {
      font-size: 16px !important;
      line-height: 25px !important;
    }
  }
  @media screen and (max-width: 640px) {
    .card--card, .card--standard .card__inner, .card .card__inner .card__media {
        border-radius: 300px;
    }
    
}
@media screen and (max-width: 749px) {
    .title_sw_group .price__regular {
        justify-content: center!important;
    }
}
</style><div class="card-wrapper product-card-wrapper quick_cart_center ">
    <div
      class="
        card card--standard
         card--media
        
        
      "
      style="--ratio-percent: 149.99%;"
    >
      <div
        class="card__inner  ratio"
        style="--ratio-percent: 149.99%; --border-radius: 200px; --border-radius-mob: 200px;"
      >
        <a
          class="product_card_link"
          aria-label="Revitol Skin Brightener Cream"
          
            href="/products/revitol-skin-brightener-cream"
          
          tabindex="-1"
        >
        Revitol Skin Brightener Cream
        </a><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//healthbuy.com/cdn/shop/files/Frame_272.png?v=1723727905&width=165 165w,//healthbuy.com/cdn/shop/files/Frame_272.png?v=1723727905&width=360 360w,//healthbuy.com/cdn/shop/files/Frame_272.png?v=1723727905&width=533 533w,//healthbuy.com/cdn/shop/files/Frame_272.png?v=1723727905&width=720 720w,//healthbuy.com/cdn/shop/files/Frame_272.png?v=1723727905&width=940 940w,//healthbuy.com/cdn/shop/files/Frame_272.png?v=1723727905&width=1066 1066w,//healthbuy.com/cdn/shop/files/Frame_272.png?v=1723727905 4320w
                "
                src="//healthbuy.com/cdn/shop/files/Frame_272.png?v=1723727905&width=533"
                sizes="(min-width: 1920px) 447px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Revitol Skin Brightener Cream"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="4320"
                height="4320"
              >
              
</div>
          </div>
        <div class="card__content content_aligncenter">
          <div class="card__information">
            <h3
              class="card__heading h3"
              
            >
              <a
                tabindex="-1"
                
                href="/products/revitol-skin-brightener-cream"
                
                
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19138447310983__main_featured_collection_qffyez-7866133184647 NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7866133184647"
              >
                Revitol Skin Brightener Cream
              </a>
            </h3>
          </div>
          <div class="card__badge badge--vertical card__badge-portrait top center sale_badge_wrapper true ">
            <span
                id="NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7866133184647"
                class="sale_badge badge badge--bottom-left"
              >
                
                
                66%<span> OFF</span>
              </span></div>
          

              <div class="quick_action_wrapper   quick_action_wrapper_has_options">
                
                  <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-7866133184647">
                        <button
                          id="quick-add-template--19138447310983__main_featured_collection_qffyez7866133184647-submit"
                          type="submit"
                          name="add"
                          class="quick-add__submit button button--full-width button--secondary"
                          aria-haspopup="dialog"
                          aria-labelledby="quick-add-template--19138447310983__main_featured_collection_qffyez7866133184647-submit title-template--19138447310983__main_featured_collection_qffyez-7866133184647"
                          aria-label="Quick add — Choose options"
                          data-product-url="/products/revitol-skin-brightener-cream"
                          
                        >
                          <span>
                              
                              <div class="quick_add__icon__wrapper ">
                                <div class="bag">
                                  <svg class="icon-cart-lid" width="36" height="16" viewBox="0 0 36 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M35.0509 10.0363L35.1073 6.15457C35.1016 5.80789 35.0245 5.46611 34.8808 5.1506C34.737 4.83508 34.5297 4.55261 34.2718 4.32083C32.1428 2.19179 25.6373 0.836345 18.0832 0.944824C9.60815 1.06919 1.00049 3.05195 0.94899 6.60437L0.892558 10.4861C0.898249 10.8327 0.975385 11.1745 1.11914 11.49C1.2629 11.8056 1.4702 12.088 1.72807 12.3198C3.85711 14.4488 10.3626 15.8043 17.9161 15.6953C26.3917 15.5714 34.9994 13.5887 35.0509 10.0363ZM18.1062 2.49531C25.9688 2.3819 31.642 3.88253 33.1761 5.41658C33.2836 5.50474 33.3726 5.61331 33.4379 5.73602C33.5033 5.85873 33.5437 5.99315 33.5569 6.13156C33.5338 7.76203 27.585 10.1234 17.9501 10.2636C10.0864 10.3781 4.41704 8.87915 2.87915 7.34126C2.66199 7.16405 2.52405 6.90788 2.49564 6.62902C2.52468 4.99471 8.4735 2.63557 18.1062 2.49531ZM17.8937 14.1453C10.0311 14.2587 4.36061 12.7608 2.82382 11.2241C2.71613 11.1364 2.62681 11.0284 2.56099 10.9062C2.49518 10.784 2.45416 10.6499 2.4403 10.5118L2.46496 8.98379C5.08983 10.7934 11.0907 11.9116 17.9726 11.8125C24.2764 11.7204 30.6465 10.5989 33.5223 8.56905L33.5015 10.0143C33.4774 11.6448 27.5286 14.0051 17.8937 14.1453Z" fill="white"/>
</svg>

                                </div>
                                <span class="quick_atc">Choose options</span>
                                <div class="iqa bag_wrap">
                                    
                                    <svg class="icon-quick-bag" width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.90308 1L1.90308 5V19C1.90308 19.5304 2.11379 20.0391 2.488806 20.4142C2.86394 20.7893 3.37264 21 3.90308 21H17.9031C18.4335 21 18.9422 20.7893 19.3173 20.4142C19.6924 20.0391 19.9031 19.5304 19.9031 19V5L16.9031 1H4.90308Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M1.90308 5H19.9031" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M14.9031 9C14.9031 10.0609 14.4816 11.0783 13.7315 11.8284C12.9814 12.5786 11.9639 13 10.9031 13C9.84221 13 8.82479 12.5786 8.07465 11.8284C7.3245 11.0783 6.90308 10.0609 6.90308 9"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
</svg>

                                  
                                </div>
                              </div>
                            
                          </span><link href="//healthbuy.com/cdn/shop/t/10/assets/block-loading-spinner.css?v=177701165360776258541764648275" rel="stylesheet" type="text/css" media="all" />

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"    
    viewBox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
</button>
                      </modal-opener>
                      <quick-add-modal id="QuickAdd-7866133184647" class="quick-add-modal">
                        <div
                          role="dialog"
                          aria-label="Choose options for Revitol Skin Brightener Cream"
                          aria-modal="true"
                          class="quick-add-modal__content global-settings-popup"
                          tabindex="-1"
                        >
                          <button
                            id="ModalClose-7866133184647"
                            type="button"
                            class="quick-add-modal__toggle"
                            aria-label="Close"
                          >
                            <svg version="1.0"  class="icon icon-close" xmlns="http://www.w3.org/2000/svg" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet">

<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" fill="var(--text-color)" stroke="none">
<path d="M4580 4789 c-14 -5 -474 -458 -1022 -1007 l-998 -997 -997 997
c-1085 1084 -1016 1021 -1110 1003 -49 -9 -109 -69 -118 -118 -18 -94 -81 -25
1003 -1109 l997 -998 -1002 -1002 c-1087 -1089 -1026 -1021 -1009 -1114 9 -47
73 -111 120 -120 93 -17 25 -78 1113 1009 l1003 1002 1002 -1002 c1090 -1089
1021 -1026 1115 -1008 49 9 109 69 118 118 18 94 81 25 -1008 1114 l-1002
1003 1002 1002 c1086 1087 1026 1021 1009 1113 -17 91 -127 149 -216 114z"></path>
</g>
</svg>
                          </button>
                          <div id="QuickAddInfo-7866133184647" class="quick-add-modal__content-info"></div>
                        </div>
                      </quick-add-modal></div>
                
              </div>
            
          
        </div>
      </div>
      <div class="card__content content_aligncenter">
        <div class="card__information alignment_left">
          
<span class="visually-hidden">Vendor:</span>
              <div class="product-vendor caption-with-letter-spacing light">HealthBuy</div>
          <h3
            class="card__heading h3"
            
              id="title-template--19138447310983__main_featured_collection_qffyez-7866133184647"
            
          >
            <a
              
                href="/products/revitol-skin-brightener-cream"
                
             
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19138447310983__main_featured_collection_qffyez-7866133184647 Badge-template--19138447310983__main_featured_collection_qffyez-7866133184647"
            >
              Revitol Skin Brightener Cream
            </a>
          </h3>

          
          <div class="card-information">
            
            <span class="caption-large light"></span>
            
            <div class="title_sw_group">
            
            
<div
  class="
    price  price--on-sale
  "
>
  <div class="price__container">
   
    <div class="price__regular "><span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span class="price-item price-item--regular">
          From $40.00
        </span></div>


    
     
    
    <div class="price__sale no_cap  hide-price-compir">
        <span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span>
          <s class="price-item price-item--regular">
            
              $120.00
            
          </s>
        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
      <span class="price-item price-item--sale price-item--last">
        From $40.00
      </span>
    </div>
    <small class="unit-price caption hidden">
      <span class="visually-hidden">Unit price</span>
      <span class="price-item price-item--last">
        <span></span>
        <span aria-hidden="true">/</span>
        <span class="visually-hidden">&nbsp;per&nbsp;</span>
        <span>
        </span>
      </span>
    </small>
  </div>
  
</div>

            
            
              
                
                  
                
              
            
            
             
             </div>
            
            

            

          </div>
        </div>

        <div class="card__badge top center badge--vertical"><span
              class="badge badge--bottom-left"
            >
              
              hello
            </span></div>
      </div>
    </div>
  </div>
          </div>  
        
          <div
            class="product_card swiper-slide scroll-trigger animate--slide-in"
          >    
            
  <link href="//healthbuy.com/cdn/shop/t/10/assets/block-product-variant-selector.css?v=74004362001106759351764648275" rel="stylesheet" type="text/css" media="all" />
  <link href="//healthbuy.com/cdn/shop/t/10/assets/card-block-swatch-input.css?v=120337310385964060141764648275" rel="stylesheet" type="text/css" media="all" />


<style>
   .card--card, .card--standard .card__inner {
    border: 5px solid #E6E7E84D;
   }
   .card__heading, .card__heading a {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px !important;
      line-height: 25px!important;
      letter-spacing: 0;
      text-transform: capitalize;
      text-align: center!important;
   }
   .price .price__regular span {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px!important;
      line-height: 22px;
      letter-spacing: 0;
      text-align: center!important;
      text-transform: capitalize;
      text-decoration: none;
      color: #52CD5F;
      font-size: 1.6rem;
   }
   .title_sw_group .price__regular {
    justify-content: end;
}
   .card__content .product-vendor {
      font-family: Syne;
      font-weight: 600;
      font-size: 14px !important;
      letter-spacing: 0;
      text-transform: uppercase;
      text-align: center;
      margin: .5rem 0 0;
      display: inline-block;
      width: 100%;
      word-break: break-all;
      color: #03ACC3 !important;
    }

  @media only screen and (max-width: 1250px) {
     .card__heading, .card__heading a {
      font-size: 16px !important;
      line-height: 25px !important;
    }
  }
  @media screen and (max-width: 640px) {
    .card--card, .card--standard .card__inner, .card .card__inner .card__media {
        border-radius: 300px;
    }
    
}
@media screen and (max-width: 749px) {
    .title_sw_group .price__regular {
        justify-content: center!important;
    }
}
</style><div class="card-wrapper product-card-wrapper quick_cart_center ">
    <div
      class="
        card card--standard
         card--media
        
        
      "
      style="--ratio-percent: 149.99%;"
    >
      <div
        class="card__inner  ratio"
        style="--ratio-percent: 149.99%; --border-radius: 200px; --border-radius-mob: 200px;"
      >
        <a
          class="product_card_link"
          aria-label="Revitol Anti Aging Collogen and Peptide Formula"
          
            href="/products/revitol-anti-aging-collogen-and-peptide-formula"
          
          tabindex="-1"
        >
        Revitol Anti Aging Collogen and Peptide Formula
        </a><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//healthbuy.com/cdn/shop/files/download_15_2_9037a105-a781-4d6e-a538-171949eb95a1.webp?v=1724439984&width=165 165w,//healthbuy.com/cdn/shop/files/download_15_2_9037a105-a781-4d6e-a538-171949eb95a1.webp?v=1724439984&width=360 360w,//healthbuy.com/cdn/shop/files/download_15_2_9037a105-a781-4d6e-a538-171949eb95a1.webp?v=1724439984&width=533 533w,//healthbuy.com/cdn/shop/files/download_15_2_9037a105-a781-4d6e-a538-171949eb95a1.webp?v=1724439984&width=720 720w,//healthbuy.com/cdn/shop/files/download_15_2_9037a105-a781-4d6e-a538-171949eb95a1.webp?v=1724439984&width=940 940w,//healthbuy.com/cdn/shop/files/download_15_2_9037a105-a781-4d6e-a538-171949eb95a1.webp?v=1724439984&width=1066 1066w,//healthbuy.com/cdn/shop/files/download_15_2_9037a105-a781-4d6e-a538-171949eb95a1.webp?v=1724439984 2000w
                "
                src="//healthbuy.com/cdn/shop/files/download_15_2_9037a105-a781-4d6e-a538-171949eb95a1.webp?v=1724439984&width=533"
                sizes="(min-width: 1920px) 447px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Revitol Anti Aging Collogen and Peptide Formula"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="2000"
                height="2000"
              >
              
</div>
          </div>
        <div class="card__content content_aligncenter">
          <div class="card__information">
            <h3
              class="card__heading h3"
              
            >
              <a
                tabindex="-1"
                
                href="/products/revitol-anti-aging-collogen-and-peptide-formula"
                
                
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19138447310983__main_featured_collection_qffyez-7866100973703 NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7866100973703"
              >
                Revitol Anti Aging Collogen and Peptide Formula
              </a>
            </h3>
          </div>
          <div class="card__badge badge--vertical card__badge-portrait top center sale_badge_wrapper true ">
            <span
                id="NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7866100973703"
                class="sale_badge badge badge--bottom-left"
              >
                
                
                66%<span> OFF</span>
              </span></div>
          

              <div class="quick_action_wrapper   quick_action_wrapper_has_options">
                
                  <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-7866100973703">
                        <button
                          id="quick-add-template--19138447310983__main_featured_collection_qffyez7866100973703-submit"
                          type="submit"
                          name="add"
                          class="quick-add__submit button button--full-width button--secondary"
                          aria-haspopup="dialog"
                          aria-labelledby="quick-add-template--19138447310983__main_featured_collection_qffyez7866100973703-submit title-template--19138447310983__main_featured_collection_qffyez-7866100973703"
                          aria-label="Quick add — Choose options"
                          data-product-url="/products/revitol-anti-aging-collogen-and-peptide-formula"
                          
                        >
                          <span>
                              
                              <div class="quick_add__icon__wrapper ">
                                <div class="bag">
                                  <svg class="icon-cart-lid" width="36" height="16" viewBox="0 0 36 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M35.0509 10.0363L35.1073 6.15457C35.1016 5.80789 35.0245 5.46611 34.8808 5.1506C34.737 4.83508 34.5297 4.55261 34.2718 4.32083C32.1428 2.19179 25.6373 0.836345 18.0832 0.944824C9.60815 1.06919 1.00049 3.05195 0.94899 6.60437L0.892558 10.4861C0.898249 10.8327 0.975385 11.1745 1.11914 11.49C1.2629 11.8056 1.4702 12.088 1.72807 12.3198C3.85711 14.4488 10.3626 15.8043 17.9161 15.6953C26.3917 15.5714 34.9994 13.5887 35.0509 10.0363ZM18.1062 2.49531C25.9688 2.3819 31.642 3.88253 33.1761 5.41658C33.2836 5.50474 33.3726 5.61331 33.4379 5.73602C33.5033 5.85873 33.5437 5.99315 33.5569 6.13156C33.5338 7.76203 27.585 10.1234 17.9501 10.2636C10.0864 10.3781 4.41704 8.87915 2.87915 7.34126C2.66199 7.16405 2.52405 6.90788 2.49564 6.62902C2.52468 4.99471 8.4735 2.63557 18.1062 2.49531ZM17.8937 14.1453C10.0311 14.2587 4.36061 12.7608 2.82382 11.2241C2.71613 11.1364 2.62681 11.0284 2.56099 10.9062C2.49518 10.784 2.45416 10.6499 2.4403 10.5118L2.46496 8.98379C5.08983 10.7934 11.0907 11.9116 17.9726 11.8125C24.2764 11.7204 30.6465 10.5989 33.5223 8.56905L33.5015 10.0143C33.4774 11.6448 27.5286 14.0051 17.8937 14.1453Z" fill="white"/>
</svg>

                                </div>
                                <span class="quick_atc">Choose options</span>
                                <div class="iqa bag_wrap">
                                    
                                    <svg class="icon-quick-bag" width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.90308 1L1.90308 5V19C1.90308 19.5304 2.11379 20.0391 2.488806 20.4142C2.86394 20.7893 3.37264 21 3.90308 21H17.9031C18.4335 21 18.9422 20.7893 19.3173 20.4142C19.6924 20.0391 19.9031 19.5304 19.9031 19V5L16.9031 1H4.90308Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M1.90308 5H19.9031" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M14.9031 9C14.9031 10.0609 14.4816 11.0783 13.7315 11.8284C12.9814 12.5786 11.9639 13 10.9031 13C9.84221 13 8.82479 12.5786 8.07465 11.8284C7.3245 11.0783 6.90308 10.0609 6.90308 9"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
</svg>

                                  
                                </div>
                              </div>
                            
                          </span><link href="//healthbuy.com/cdn/shop/t/10/assets/block-loading-spinner.css?v=177701165360776258541764648275" rel="stylesheet" type="text/css" media="all" />

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"    
    viewBox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
</button>
                      </modal-opener>
                      <quick-add-modal id="QuickAdd-7866100973703" class="quick-add-modal">
                        <div
                          role="dialog"
                          aria-label="Choose options for Revitol Anti Aging Collogen and Peptide Formula"
                          aria-modal="true"
                          class="quick-add-modal__content global-settings-popup"
                          tabindex="-1"
                        >
                          <button
                            id="ModalClose-7866100973703"
                            type="button"
                            class="quick-add-modal__toggle"
                            aria-label="Close"
                          >
                            <svg version="1.0"  class="icon icon-close" xmlns="http://www.w3.org/2000/svg" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet">

<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" fill="var(--text-color)" stroke="none">
<path d="M4580 4789 c-14 -5 -474 -458 -1022 -1007 l-998 -997 -997 997
c-1085 1084 -1016 1021 -1110 1003 -49 -9 -109 -69 -118 -118 -18 -94 -81 -25
1003 -1109 l997 -998 -1002 -1002 c-1087 -1089 -1026 -1021 -1009 -1114 9 -47
73 -111 120 -120 93 -17 25 -78 1113 1009 l1003 1002 1002 -1002 c1090 -1089
1021 -1026 1115 -1008 49 9 109 69 118 118 18 94 81 25 -1008 1114 l-1002
1003 1002 1002 c1086 1087 1026 1021 1009 1113 -17 91 -127 149 -216 114z"></path>
</g>
</svg>
                          </button>
                          <div id="QuickAddInfo-7866100973703" class="quick-add-modal__content-info"></div>
                        </div>
                      </quick-add-modal></div>
                
              </div>
            
          
        </div>
      </div>
      <div class="card__content content_aligncenter">
        <div class="card__information alignment_left">
          
<span class="visually-hidden">Vendor:</span>
              <div class="product-vendor caption-with-letter-spacing light">HealthBuy</div>
          <h3
            class="card__heading h3"
            
              id="title-template--19138447310983__main_featured_collection_qffyez-7866100973703"
            
          >
            <a
              
                href="/products/revitol-anti-aging-collogen-and-peptide-formula"
                
             
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19138447310983__main_featured_collection_qffyez-7866100973703 Badge-template--19138447310983__main_featured_collection_qffyez-7866100973703"
            >
              Revitol Anti Aging Collogen and Peptide Formula
            </a>
          </h3>

          
          <div class="card-information">
            
            <span class="caption-large light"></span>
            
            <div class="title_sw_group">
            
            
<div
  class="
    price  price--on-sale
  "
>
  <div class="price__container">
   
    <div class="price__regular "><span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span class="price-item price-item--regular">
          From $40.00
        </span></div>


    
     
    
    <div class="price__sale no_cap  hide-price-compir">
        <span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span>
          <s class="price-item price-item--regular">
            
              $120.00
            
          </s>
        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
      <span class="price-item price-item--sale price-item--last">
        From $40.00
      </span>
    </div>
    <small class="unit-price caption hidden">
      <span class="visually-hidden">Unit price</span>
      <span class="price-item price-item--last">
        <span></span>
        <span aria-hidden="true">/</span>
        <span class="visually-hidden">&nbsp;per&nbsp;</span>
        <span>
        </span>
      </span>
    </small>
  </div>
  
</div>

            
            
              
                
                  
                
              
            
            
             
             </div>
            
            

            

          </div>
        </div>

        <div class="card__badge top center badge--vertical"><span
              class="badge badge--bottom-left"
            >
              
              hello
            </span></div>
      </div>
    </div>
  </div>
          </div>  
        
          <div
            class="product_card swiper-slide scroll-trigger animate--slide-in"
          >    
            
  <link href="//healthbuy.com/cdn/shop/t/10/assets/block-product-variant-selector.css?v=74004362001106759351764648275" rel="stylesheet" type="text/css" media="all" />
  <link href="//healthbuy.com/cdn/shop/t/10/assets/card-block-swatch-input.css?v=120337310385964060141764648275" rel="stylesheet" type="text/css" media="all" />


<style>
   .card--card, .card--standard .card__inner {
    border: 5px solid #E6E7E84D;
   }
   .card__heading, .card__heading a {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px !important;
      line-height: 25px!important;
      letter-spacing: 0;
      text-transform: capitalize;
      text-align: center!important;
   }
   .price .price__regular span {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px!important;
      line-height: 22px;
      letter-spacing: 0;
      text-align: center!important;
      text-transform: capitalize;
      text-decoration: none;
      color: #52CD5F;
      font-size: 1.6rem;
   }
   .title_sw_group .price__regular {
    justify-content: end;
}
   .card__content .product-vendor {
      font-family: Syne;
      font-weight: 600;
      font-size: 14px !important;
      letter-spacing: 0;
      text-transform: uppercase;
      text-align: center;
      margin: .5rem 0 0;
      display: inline-block;
      width: 100%;
      word-break: break-all;
      color: #03ACC3 !important;
    }

  @media only screen and (max-width: 1250px) {
     .card__heading, .card__heading a {
      font-size: 16px !important;
      line-height: 25px !important;
    }
  }
  @media screen and (max-width: 640px) {
    .card--card, .card--standard .card__inner, .card .card__inner .card__media {
        border-radius: 300px;
    }
    
}
@media screen and (max-width: 749px) {
    .title_sw_group .price__regular {
        justify-content: center!important;
    }
}
</style><div class="card-wrapper product-card-wrapper quick_cart_center ">
    <div
      class="
        card card--standard
         card--media
        
        
      "
      style="--ratio-percent: 149.99%;"
    >
      <div
        class="card__inner  ratio"
        style="--ratio-percent: 149.99%; --border-radius: 200px; --border-radius-mob: 200px;"
      >
        <a
          class="product_card_link"
          aria-label="Stretch Mark Cream"
          
            href="/products/revitol"
          
          tabindex="-1"
        >
        Stretch Mark Cream
        </a><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//healthbuy.com/cdn/shop/files/Frame183_1.webp?v=1721032112&width=165 165w,//healthbuy.com/cdn/shop/files/Frame183_1.webp?v=1721032112&width=360 360w,//healthbuy.com/cdn/shop/files/Frame183_1.webp?v=1721032112&width=533 533w,//healthbuy.com/cdn/shop/files/Frame183_1.webp?v=1721032112&width=720 720w,//healthbuy.com/cdn/shop/files/Frame183_1.webp?v=1721032112&width=940 940w,//healthbuy.com/cdn/shop/files/Frame183_1.webp?v=1721032112&width=1066 1066w,//healthbuy.com/cdn/shop/files/Frame183_1.webp?v=1721032112 4320w
                "
                src="//healthbuy.com/cdn/shop/files/Frame183_1.webp?v=1721032112&width=533"
                sizes="(min-width: 1920px) 447px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Stretch Mark Cream"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="4320"
                height="4320"
              >
              
</div>
          </div>
        <div class="card__content content_aligncenter">
          <div class="card__information">
            <h3
              class="card__heading h3"
              
            >
              <a
                tabindex="-1"
                
                href="/products/revitol"
                
                
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19138447310983__main_featured_collection_qffyez-7823428354183 NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7823428354183"
              >
                Stretch Mark Cream
              </a>
            </h3>
          </div>
          <div class="card__badge badge--vertical card__badge-portrait top center sale_badge_wrapper true ">
            <span
                id="NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7823428354183"
                class="sale_badge badge badge--bottom-left"
              >
                
                
                66%<span> OFF</span>
              </span></div>
          

              <div class="quick_action_wrapper   quick_action_wrapper_has_options">
                
                  <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-7823428354183">
                        <button
                          id="quick-add-template--19138447310983__main_featured_collection_qffyez7823428354183-submit"
                          type="submit"
                          name="add"
                          class="quick-add__submit button button--full-width button--secondary"
                          aria-haspopup="dialog"
                          aria-labelledby="quick-add-template--19138447310983__main_featured_collection_qffyez7823428354183-submit title-template--19138447310983__main_featured_collection_qffyez-7823428354183"
                          aria-label="Quick add — Choose options"
                          data-product-url="/products/revitol"
                          
                        >
                          <span>
                              
                              <div class="quick_add__icon__wrapper ">
                                <div class="bag">
                                  <svg class="icon-cart-lid" width="36" height="16" viewBox="0 0 36 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M35.0509 10.0363L35.1073 6.15457C35.1016 5.80789 35.0245 5.46611 34.8808 5.1506C34.737 4.83508 34.5297 4.55261 34.2718 4.32083C32.1428 2.19179 25.6373 0.836345 18.0832 0.944824C9.60815 1.06919 1.00049 3.05195 0.94899 6.60437L0.892558 10.4861C0.898249 10.8327 0.975385 11.1745 1.11914 11.49C1.2629 11.8056 1.4702 12.088 1.72807 12.3198C3.85711 14.4488 10.3626 15.8043 17.9161 15.6953C26.3917 15.5714 34.9994 13.5887 35.0509 10.0363ZM18.1062 2.49531C25.9688 2.3819 31.642 3.88253 33.1761 5.41658C33.2836 5.50474 33.3726 5.61331 33.4379 5.73602C33.5033 5.85873 33.5437 5.99315 33.5569 6.13156C33.5338 7.76203 27.585 10.1234 17.9501 10.2636C10.0864 10.3781 4.41704 8.87915 2.87915 7.34126C2.66199 7.16405 2.52405 6.90788 2.49564 6.62902C2.52468 4.99471 8.4735 2.63557 18.1062 2.49531ZM17.8937 14.1453C10.0311 14.2587 4.36061 12.7608 2.82382 11.2241C2.71613 11.1364 2.62681 11.0284 2.56099 10.9062C2.49518 10.784 2.45416 10.6499 2.4403 10.5118L2.46496 8.98379C5.08983 10.7934 11.0907 11.9116 17.9726 11.8125C24.2764 11.7204 30.6465 10.5989 33.5223 8.56905L33.5015 10.0143C33.4774 11.6448 27.5286 14.0051 17.8937 14.1453Z" fill="white"/>
</svg>

                                </div>
                                <span class="quick_atc">Choose options</span>
                                <div class="iqa bag_wrap">
                                    
                                    <svg class="icon-quick-bag" width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.90308 1L1.90308 5V19C1.90308 19.5304 2.11379 20.0391 2.488806 20.4142C2.86394 20.7893 3.37264 21 3.90308 21H17.9031C18.4335 21 18.9422 20.7893 19.3173 20.4142C19.6924 20.0391 19.9031 19.5304 19.9031 19V5L16.9031 1H4.90308Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M1.90308 5H19.9031" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M14.9031 9C14.9031 10.0609 14.4816 11.0783 13.7315 11.8284C12.9814 12.5786 11.9639 13 10.9031 13C9.84221 13 8.82479 12.5786 8.07465 11.8284C7.3245 11.0783 6.90308 10.0609 6.90308 9"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
</svg>

                                  
                                </div>
                              </div>
                            
                          </span><link href="//healthbuy.com/cdn/shop/t/10/assets/block-loading-spinner.css?v=177701165360776258541764648275" rel="stylesheet" type="text/css" media="all" />

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"    
    viewBox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
</button>
                      </modal-opener>
                      <quick-add-modal id="QuickAdd-7823428354183" class="quick-add-modal">
                        <div
                          role="dialog"
                          aria-label="Choose options for Stretch Mark Cream"
                          aria-modal="true"
                          class="quick-add-modal__content global-settings-popup"
                          tabindex="-1"
                        >
                          <button
                            id="ModalClose-7823428354183"
                            type="button"
                            class="quick-add-modal__toggle"
                            aria-label="Close"
                          >
                            <svg version="1.0"  class="icon icon-close" xmlns="http://www.w3.org/2000/svg" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet">

<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" fill="var(--text-color)" stroke="none">
<path d="M4580 4789 c-14 -5 -474 -458 -1022 -1007 l-998 -997 -997 997
c-1085 1084 -1016 1021 -1110 1003 -49 -9 -109 -69 -118 -118 -18 -94 -81 -25
1003 -1109 l997 -998 -1002 -1002 c-1087 -1089 -1026 -1021 -1009 -1114 9 -47
73 -111 120 -120 93 -17 25 -78 1113 1009 l1003 1002 1002 -1002 c1090 -1089
1021 -1026 1115 -1008 49 9 109 69 118 118 18 94 81 25 -1008 1114 l-1002
1003 1002 1002 c1086 1087 1026 1021 1009 1113 -17 91 -127 149 -216 114z"></path>
</g>
</svg>
                          </button>
                          <div id="QuickAddInfo-7823428354183" class="quick-add-modal__content-info"></div>
                        </div>
                      </quick-add-modal></div>
                
              </div>
            
          
        </div>
      </div>
      <div class="card__content content_aligncenter">
        <div class="card__information alignment_left">
          
<span class="visually-hidden">Vendor:</span>
              <div class="product-vendor caption-with-letter-spacing light">HealthBuy</div>
          <h3
            class="card__heading h3"
            
              id="title-template--19138447310983__main_featured_collection_qffyez-7823428354183"
            
          >
            <a
              
                href="/products/revitol"
                
             
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19138447310983__main_featured_collection_qffyez-7823428354183 Badge-template--19138447310983__main_featured_collection_qffyez-7823428354183"
            >
              Stretch Mark Cream
            </a>
          </h3>

          
          <div class="card-information">
            
            <span class="caption-large light"></span>
            
            <div class="title_sw_group">
            
            
<div
  class="
    price  price--on-sale
  "
>
  <div class="price__container">
   
    <div class="price__regular "><span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span class="price-item price-item--regular">
          From $40.00
        </span></div>


    
     
    
    <div class="price__sale no_cap  hide-price-compir">
        <span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span>
          <s class="price-item price-item--regular">
            
              $120.00
            
          </s>
        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
      <span class="price-item price-item--sale price-item--last">
        From $40.00
      </span>
    </div>
    <small class="unit-price caption hidden">
      <span class="visually-hidden">Unit price</span>
      <span class="price-item price-item--last">
        <span></span>
        <span aria-hidden="true">/</span>
        <span class="visually-hidden">&nbsp;per&nbsp;</span>
        <span>
        </span>
      </span>
    </small>
  </div>
  
</div>

            
            
              
                
                  
                
              
            
            
             
             </div>
            
            

            

          </div>
        </div>

        <div class="card__badge top center badge--vertical"><span
              class="badge badge--bottom-left"
            >
              
              hello
            </span></div>
      </div>
    </div>
  </div>
          </div>  
        
          <div
            class="product_card swiper-slide scroll-trigger animate--slide-in"
          >    
            
  <link href="//healthbuy.com/cdn/shop/t/10/assets/block-product-variant-selector.css?v=74004362001106759351764648275" rel="stylesheet" type="text/css" media="all" />
  <link href="//healthbuy.com/cdn/shop/t/10/assets/card-block-swatch-input.css?v=120337310385964060141764648275" rel="stylesheet" type="text/css" media="all" />


<style>
   .card--card, .card--standard .card__inner {
    border: 5px solid #E6E7E84D;
   }
   .card__heading, .card__heading a {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px !important;
      line-height: 25px!important;
      letter-spacing: 0;
      text-transform: capitalize;
      text-align: center!important;
   }
   .price .price__regular span {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px!important;
      line-height: 22px;
      letter-spacing: 0;
      text-align: center!important;
      text-transform: capitalize;
      text-decoration: none;
      color: #52CD5F;
      font-size: 1.6rem;
   }
   .title_sw_group .price__regular {
    justify-content: end;
}
   .card__content .product-vendor {
      font-family: Syne;
      font-weight: 600;
      font-size: 14px !important;
      letter-spacing: 0;
      text-transform: uppercase;
      text-align: center;
      margin: .5rem 0 0;
      display: inline-block;
      width: 100%;
      word-break: break-all;
      color: #03ACC3 !important;
    }

  @media only screen and (max-width: 1250px) {
     .card__heading, .card__heading a {
      font-size: 16px !important;
      line-height: 25px !important;
    }
  }
  @media screen and (max-width: 640px) {
    .card--card, .card--standard .card__inner, .card .card__inner .card__media {
        border-radius: 300px;
    }
    
}
@media screen and (max-width: 749px) {
    .title_sw_group .price__regular {
        justify-content: center!important;
    }
}
</style><div class="card-wrapper product-card-wrapper quick_cart_center ">
    <div
      class="
        card card--standard
         card--media
        
        
      "
      style="--ratio-percent: 149.99%;"
    >
      <div
        class="card__inner  ratio"
        style="--ratio-percent: 149.99%; --border-radius: 200px; --border-radius-mob: 200px;"
      >
        <a
          class="product_card_link"
          aria-label="Venorex Vericose Vein Treatment"
          
            href="/products/venorex-vericose-vein-treatment"
          
          tabindex="-1"
        >
        Venorex Vericose Vein Treatment
        </a><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//healthbuy.com/cdn/shop/files/venorexPro_540x_1.webp?v=1722602171&width=165 165w,//healthbuy.com/cdn/shop/files/venorexPro_540x_1.webp?v=1722602171&width=360 360w,//healthbuy.com/cdn/shop/files/venorexPro_540x_1.webp?v=1722602171&width=533 533w,//healthbuy.com/cdn/shop/files/venorexPro_540x_1.webp?v=1722602171&width=720 720w,//healthbuy.com/cdn/shop/files/venorexPro_540x_1.webp?v=1722602171&width=940 940w,//healthbuy.com/cdn/shop/files/venorexPro_540x_1.webp?v=1722602171&width=1066 1066w,//healthbuy.com/cdn/shop/files/venorexPro_540x_1.webp?v=1722602171 2000w
                "
                src="//healthbuy.com/cdn/shop/files/venorexPro_540x_1.webp?v=1722602171&width=533"
                sizes="(min-width: 1920px) 447px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Venorex Vericose Vein Treatment"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="2000"
                height="2000"
              >
              
</div>
          </div>
        <div class="card__content content_aligncenter">
          <div class="card__information">
            <h3
              class="card__heading h3"
              
            >
              <a
                tabindex="-1"
                
                href="/products/venorex-vericose-vein-treatment"
                
                
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19138447310983__main_featured_collection_qffyez-7866134462599 NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7866134462599"
              >
                Venorex Vericose Vein Treatment
              </a>
            </h3>
          </div>
          <div class="card__badge badge--vertical card__badge-portrait top center sale_badge_wrapper true ">
            <span
                id="NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7866134462599"
                class="sale_badge badge badge--bottom-left"
              >
                
                
                66%<span> OFF</span>
              </span></div>
          

              <div class="quick_action_wrapper   quick_action_wrapper_has_options">
                
                  <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-7866134462599">
                        <button
                          id="quick-add-template--19138447310983__main_featured_collection_qffyez7866134462599-submit"
                          type="submit"
                          name="add"
                          class="quick-add__submit button button--full-width button--secondary"
                          aria-haspopup="dialog"
                          aria-labelledby="quick-add-template--19138447310983__main_featured_collection_qffyez7866134462599-submit title-template--19138447310983__main_featured_collection_qffyez-7866134462599"
                          aria-label="Quick add — Choose options"
                          data-product-url="/products/venorex-vericose-vein-treatment"
                          
                        >
                          <span>
                              
                              <div class="quick_add__icon__wrapper ">
                                <div class="bag">
                                  <svg class="icon-cart-lid" width="36" height="16" viewBox="0 0 36 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M35.0509 10.0363L35.1073 6.15457C35.1016 5.80789 35.0245 5.46611 34.8808 5.1506C34.737 4.83508 34.5297 4.55261 34.2718 4.32083C32.1428 2.19179 25.6373 0.836345 18.0832 0.944824C9.60815 1.06919 1.00049 3.05195 0.94899 6.60437L0.892558 10.4861C0.898249 10.8327 0.975385 11.1745 1.11914 11.49C1.2629 11.8056 1.4702 12.088 1.72807 12.3198C3.85711 14.4488 10.3626 15.8043 17.9161 15.6953C26.3917 15.5714 34.9994 13.5887 35.0509 10.0363ZM18.1062 2.49531C25.9688 2.3819 31.642 3.88253 33.1761 5.41658C33.2836 5.50474 33.3726 5.61331 33.4379 5.73602C33.5033 5.85873 33.5437 5.99315 33.5569 6.13156C33.5338 7.76203 27.585 10.1234 17.9501 10.2636C10.0864 10.3781 4.41704 8.87915 2.87915 7.34126C2.66199 7.16405 2.52405 6.90788 2.49564 6.62902C2.52468 4.99471 8.4735 2.63557 18.1062 2.49531ZM17.8937 14.1453C10.0311 14.2587 4.36061 12.7608 2.82382 11.2241C2.71613 11.1364 2.62681 11.0284 2.56099 10.9062C2.49518 10.784 2.45416 10.6499 2.4403 10.5118L2.46496 8.98379C5.08983 10.7934 11.0907 11.9116 17.9726 11.8125C24.2764 11.7204 30.6465 10.5989 33.5223 8.56905L33.5015 10.0143C33.4774 11.6448 27.5286 14.0051 17.8937 14.1453Z" fill="white"/>
</svg>

                                </div>
                                <span class="quick_atc">Choose options</span>
                                <div class="iqa bag_wrap">
                                    
                                    <svg class="icon-quick-bag" width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.90308 1L1.90308 5V19C1.90308 19.5304 2.11379 20.0391 2.488806 20.4142C2.86394 20.7893 3.37264 21 3.90308 21H17.9031C18.4335 21 18.9422 20.7893 19.3173 20.4142C19.6924 20.0391 19.9031 19.5304 19.9031 19V5L16.9031 1H4.90308Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M1.90308 5H19.9031" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M14.9031 9C14.9031 10.0609 14.4816 11.0783 13.7315 11.8284C12.9814 12.5786 11.9639 13 10.9031 13C9.84221 13 8.82479 12.5786 8.07465 11.8284C7.3245 11.0783 6.90308 10.0609 6.90308 9"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
</svg>

                                  
                                </div>
                              </div>
                            
                          </span><link href="//healthbuy.com/cdn/shop/t/10/assets/block-loading-spinner.css?v=177701165360776258541764648275" rel="stylesheet" type="text/css" media="all" />

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"    
    viewBox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
</button>
                      </modal-opener>
                      <quick-add-modal id="QuickAdd-7866134462599" class="quick-add-modal">
                        <div
                          role="dialog"
                          aria-label="Choose options for Venorex Vericose Vein Treatment"
                          aria-modal="true"
                          class="quick-add-modal__content global-settings-popup"
                          tabindex="-1"
                        >
                          <button
                            id="ModalClose-7866134462599"
                            type="button"
                            class="quick-add-modal__toggle"
                            aria-label="Close"
                          >
                            <svg version="1.0"  class="icon icon-close" xmlns="http://www.w3.org/2000/svg" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet">

<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" fill="var(--text-color)" stroke="none">
<path d="M4580 4789 c-14 -5 -474 -458 -1022 -1007 l-998 -997 -997 997
c-1085 1084 -1016 1021 -1110 1003 -49 -9 -109 -69 -118 -118 -18 -94 -81 -25
1003 -1109 l997 -998 -1002 -1002 c-1087 -1089 -1026 -1021 -1009 -1114 9 -47
73 -111 120 -120 93 -17 25 -78 1113 1009 l1003 1002 1002 -1002 c1090 -1089
1021 -1026 1115 -1008 49 9 109 69 118 118 18 94 81 25 -1008 1114 l-1002
1003 1002 1002 c1086 1087 1026 1021 1009 1113 -17 91 -127 149 -216 114z"></path>
</g>
</svg>
                          </button>
                          <div id="QuickAddInfo-7866134462599" class="quick-add-modal__content-info"></div>
                        </div>
                      </quick-add-modal></div>
                
              </div>
            
          
        </div>
      </div>
      <div class="card__content content_aligncenter">
        <div class="card__information alignment_left">
          
<span class="visually-hidden">Vendor:</span>
              <div class="product-vendor caption-with-letter-spacing light">HealthBuy</div>
          <h3
            class="card__heading h3"
            
              id="title-template--19138447310983__main_featured_collection_qffyez-7866134462599"
            
          >
            <a
              
                href="/products/venorex-vericose-vein-treatment"
                
             
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19138447310983__main_featured_collection_qffyez-7866134462599 Badge-template--19138447310983__main_featured_collection_qffyez-7866134462599"
            >
              Venorex Vericose Vein Treatment
            </a>
          </h3>

          
          <div class="card-information">
            
            <span class="caption-large light"></span>
            
            <div class="title_sw_group">
            
            
<div
  class="
    price  price--on-sale
  "
>
  <div class="price__container">
   
    <div class="price__regular "><span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span class="price-item price-item--regular">
          From $40.00
        </span></div>


    
     
    
    <div class="price__sale no_cap  hide-price-compir">
        <span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span>
          <s class="price-item price-item--regular">
            
              $120.00
            
          </s>
        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
      <span class="price-item price-item--sale price-item--last">
        From $40.00
      </span>
    </div>
    <small class="unit-price caption hidden">
      <span class="visually-hidden">Unit price</span>
      <span class="price-item price-item--last">
        <span></span>
        <span aria-hidden="true">/</span>
        <span class="visually-hidden">&nbsp;per&nbsp;</span>
        <span>
        </span>
      </span>
    </small>
  </div>
  
</div>

            
            
              
                
                  
                
              
            
            
             
             </div>
            
            

            

          </div>
        </div>

        <div class="card__badge top center badge--vertical"><span
              class="badge badge--bottom-left"
            >
              
              hello
            </span></div>
      </div>
    </div>
  </div>
          </div>  
        
          <div
            class="product_card swiper-slide scroll-trigger animate--slide-in"
          >    
            
  <link href="//healthbuy.com/cdn/shop/t/10/assets/block-product-variant-selector.css?v=74004362001106759351764648275" rel="stylesheet" type="text/css" media="all" />
  <link href="//healthbuy.com/cdn/shop/t/10/assets/card-block-swatch-input.css?v=120337310385964060141764648275" rel="stylesheet" type="text/css" media="all" />


<style>
   .card--card, .card--standard .card__inner {
    border: 5px solid #E6E7E84D;
   }
   .card__heading, .card__heading a {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px !important;
      line-height: 25px!important;
      letter-spacing: 0;
      text-transform: capitalize;
      text-align: center!important;
   }
   .price .price__regular span {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px!important;
      line-height: 22px;
      letter-spacing: 0;
      text-align: center!important;
      text-transform: capitalize;
      text-decoration: none;
      color: #52CD5F;
      font-size: 1.6rem;
   }
   .title_sw_group .price__regular {
    justify-content: end;
}
   .card__content .product-vendor {
      font-family: Syne;
      font-weight: 600;
      font-size: 14px !important;
      letter-spacing: 0;
      text-transform: uppercase;
      text-align: center;
      margin: .5rem 0 0;
      display: inline-block;
      width: 100%;
      word-break: break-all;
      color: #03ACC3 !important;
    }

  @media only screen and (max-width: 1250px) {
     .card__heading, .card__heading a {
      font-size: 16px !important;
      line-height: 25px !important;
    }
  }
  @media screen and (max-width: 640px) {
    .card--card, .card--standard .card__inner, .card .card__inner .card__media {
        border-radius: 300px;
    }
    
}
@media screen and (max-width: 749px) {
    .title_sw_group .price__regular {
        justify-content: center!important;
    }
}
</style><div class="card-wrapper product-card-wrapper quick_cart_center ">
    <div
      class="
        card card--standard
         card--media
        
        
      "
      style="--ratio-percent: 149.99%;"
    >
      <div
        class="card__inner  ratio"
        style="--ratio-percent: 149.99%; --border-radius: 200px; --border-radius-mob: 200px;"
      >
        <a
          class="product_card_link"
          aria-label="Revitol Hair Removal Cream"
          
            href="/products/revitol-hair-removal-cream"
          
          tabindex="-1"
        >
        Revitol Hair Removal Cream
        </a><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//healthbuy.com/cdn/shop/files/hairRemovalPro_540x_1_bf063625-c9b8-4ac2-872c-dfef3fa8c013.webp?v=1724439962&width=165 165w,//healthbuy.com/cdn/shop/files/hairRemovalPro_540x_1_bf063625-c9b8-4ac2-872c-dfef3fa8c013.webp?v=1724439962&width=360 360w,//healthbuy.com/cdn/shop/files/hairRemovalPro_540x_1_bf063625-c9b8-4ac2-872c-dfef3fa8c013.webp?v=1724439962&width=533 533w,//healthbuy.com/cdn/shop/files/hairRemovalPro_540x_1_bf063625-c9b8-4ac2-872c-dfef3fa8c013.webp?v=1724439962&width=720 720w,//healthbuy.com/cdn/shop/files/hairRemovalPro_540x_1_bf063625-c9b8-4ac2-872c-dfef3fa8c013.webp?v=1724439962&width=940 940w,//healthbuy.com/cdn/shop/files/hairRemovalPro_540x_1_bf063625-c9b8-4ac2-872c-dfef3fa8c013.webp?v=1724439962&width=1066 1066w,//healthbuy.com/cdn/shop/files/hairRemovalPro_540x_1_bf063625-c9b8-4ac2-872c-dfef3fa8c013.webp?v=1724439962 2000w
                "
                src="//healthbuy.com/cdn/shop/files/hairRemovalPro_540x_1_bf063625-c9b8-4ac2-872c-dfef3fa8c013.webp?v=1724439962&width=533"
                sizes="(min-width: 1920px) 447px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Revitol Hair Removal Cream"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="2000"
                height="2000"
              >
              
</div>
          </div>
        <div class="card__content content_aligncenter">
          <div class="card__information">
            <h3
              class="card__heading h3"
              
            >
              <a
                tabindex="-1"
                
                href="/products/revitol-hair-removal-cream"
                
                
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19138447310983__main_featured_collection_qffyez-7866116505735 NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7866116505735"
              >
                Revitol Hair Removal Cream
              </a>
            </h3>
          </div>
          <div class="card__badge badge--vertical card__badge-portrait top center sale_badge_wrapper true ">
            <span
                id="NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7866116505735"
                class="sale_badge badge badge--bottom-left"
              >
                
                
                66%<span> OFF</span>
              </span></div>
          

              <div class="quick_action_wrapper   quick_action_wrapper_has_options">
                
                  <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-7866116505735">
                        <button
                          id="quick-add-template--19138447310983__main_featured_collection_qffyez7866116505735-submit"
                          type="submit"
                          name="add"
                          class="quick-add__submit button button--full-width button--secondary"
                          aria-haspopup="dialog"
                          aria-labelledby="quick-add-template--19138447310983__main_featured_collection_qffyez7866116505735-submit title-template--19138447310983__main_featured_collection_qffyez-7866116505735"
                          aria-label="Quick add — Choose options"
                          data-product-url="/products/revitol-hair-removal-cream"
                          
                        >
                          <span>
                              
                              <div class="quick_add__icon__wrapper ">
                                <div class="bag">
                                  <svg class="icon-cart-lid" width="36" height="16" viewBox="0 0 36 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M35.0509 10.0363L35.1073 6.15457C35.1016 5.80789 35.0245 5.46611 34.8808 5.1506C34.737 4.83508 34.5297 4.55261 34.2718 4.32083C32.1428 2.19179 25.6373 0.836345 18.0832 0.944824C9.60815 1.06919 1.00049 3.05195 0.94899 6.60437L0.892558 10.4861C0.898249 10.8327 0.975385 11.1745 1.11914 11.49C1.2629 11.8056 1.4702 12.088 1.72807 12.3198C3.85711 14.4488 10.3626 15.8043 17.9161 15.6953C26.3917 15.5714 34.9994 13.5887 35.0509 10.0363ZM18.1062 2.49531C25.9688 2.3819 31.642 3.88253 33.1761 5.41658C33.2836 5.50474 33.3726 5.61331 33.4379 5.73602C33.5033 5.85873 33.5437 5.99315 33.5569 6.13156C33.5338 7.76203 27.585 10.1234 17.9501 10.2636C10.0864 10.3781 4.41704 8.87915 2.87915 7.34126C2.66199 7.16405 2.52405 6.90788 2.49564 6.62902C2.52468 4.99471 8.4735 2.63557 18.1062 2.49531ZM17.8937 14.1453C10.0311 14.2587 4.36061 12.7608 2.82382 11.2241C2.71613 11.1364 2.62681 11.0284 2.56099 10.9062C2.49518 10.784 2.45416 10.6499 2.4403 10.5118L2.46496 8.98379C5.08983 10.7934 11.0907 11.9116 17.9726 11.8125C24.2764 11.7204 30.6465 10.5989 33.5223 8.56905L33.5015 10.0143C33.4774 11.6448 27.5286 14.0051 17.8937 14.1453Z" fill="white"/>
</svg>

                                </div>
                                <span class="quick_atc">Choose options</span>
                                <div class="iqa bag_wrap">
                                    
                                    <svg class="icon-quick-bag" width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.90308 1L1.90308 5V19C1.90308 19.5304 2.11379 20.0391 2.488806 20.4142C2.86394 20.7893 3.37264 21 3.90308 21H17.9031C18.4335 21 18.9422 20.7893 19.3173 20.4142C19.6924 20.0391 19.9031 19.5304 19.9031 19V5L16.9031 1H4.90308Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M1.90308 5H19.9031" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M14.9031 9C14.9031 10.0609 14.4816 11.0783 13.7315 11.8284C12.9814 12.5786 11.9639 13 10.9031 13C9.84221 13 8.82479 12.5786 8.07465 11.8284C7.3245 11.0783 6.90308 10.0609 6.90308 9"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
</svg>

                                  
                                </div>
                              </div>
                            
                          </span><link href="//healthbuy.com/cdn/shop/t/10/assets/block-loading-spinner.css?v=177701165360776258541764648275" rel="stylesheet" type="text/css" media="all" />

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"    
    viewBox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
</button>
                      </modal-opener>
                      <quick-add-modal id="QuickAdd-7866116505735" class="quick-add-modal">
                        <div
                          role="dialog"
                          aria-label="Choose options for Revitol Hair Removal Cream"
                          aria-modal="true"
                          class="quick-add-modal__content global-settings-popup"
                          tabindex="-1"
                        >
                          <button
                            id="ModalClose-7866116505735"
                            type="button"
                            class="quick-add-modal__toggle"
                            aria-label="Close"
                          >
                            <svg version="1.0"  class="icon icon-close" xmlns="http://www.w3.org/2000/svg" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet">

<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" fill="var(--text-color)" stroke="none">
<path d="M4580 4789 c-14 -5 -474 -458 -1022 -1007 l-998 -997 -997 997
c-1085 1084 -1016 1021 -1110 1003 -49 -9 -109 -69 -118 -118 -18 -94 -81 -25
1003 -1109 l997 -998 -1002 -1002 c-1087 -1089 -1026 -1021 -1009 -1114 9 -47
73 -111 120 -120 93 -17 25 -78 1113 1009 l1003 1002 1002 -1002 c1090 -1089
1021 -1026 1115 -1008 49 9 109 69 118 118 18 94 81 25 -1008 1114 l-1002
1003 1002 1002 c1086 1087 1026 1021 1009 1113 -17 91 -127 149 -216 114z"></path>
</g>
</svg>
                          </button>
                          <div id="QuickAddInfo-7866116505735" class="quick-add-modal__content-info"></div>
                        </div>
                      </quick-add-modal></div>
                
              </div>
            
          
        </div>
      </div>
      <div class="card__content content_aligncenter">
        <div class="card__information alignment_left">
          
<span class="visually-hidden">Vendor:</span>
              <div class="product-vendor caption-with-letter-spacing light">HealthBuy</div>
          <h3
            class="card__heading h3"
            
              id="title-template--19138447310983__main_featured_collection_qffyez-7866116505735"
            
          >
            <a
              
                href="/products/revitol-hair-removal-cream"
                
             
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19138447310983__main_featured_collection_qffyez-7866116505735 Badge-template--19138447310983__main_featured_collection_qffyez-7866116505735"
            >
              Revitol Hair Removal Cream
            </a>
          </h3>

          
          <div class="card-information">
            
            <span class="caption-large light"></span>
            
            <div class="title_sw_group">
            
            
<div
  class="
    price  price--on-sale
  "
>
  <div class="price__container">
   
    <div class="price__regular "><span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span class="price-item price-item--regular">
          From $40.00
        </span></div>


    
     
    
    <div class="price__sale no_cap  hide-price-compir">
        <span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span>
          <s class="price-item price-item--regular">
            
              $120.00
            
          </s>
        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
      <span class="price-item price-item--sale price-item--last">
        From $40.00
      </span>
    </div>
    <small class="unit-price caption hidden">
      <span class="visually-hidden">Unit price</span>
      <span class="price-item price-item--last">
        <span></span>
        <span aria-hidden="true">/</span>
        <span class="visually-hidden">&nbsp;per&nbsp;</span>
        <span>
        </span>
      </span>
    </small>
  </div>
  
</div>

            
            
              
                
                  
                
              
            
            
             
             </div>
            
            

            

          </div>
        </div>

        <div class="card__badge top center badge--vertical"><span
              class="badge badge--bottom-left"
            >
              
              hello
            </span></div>
      </div>
    </div>
  </div>
          </div>  
        
          <div
            class="product_card swiper-slide scroll-trigger animate--slide-in"
          >    
            
  <link href="//healthbuy.com/cdn/shop/t/10/assets/block-product-variant-selector.css?v=74004362001106759351764648275" rel="stylesheet" type="text/css" media="all" />
  <link href="//healthbuy.com/cdn/shop/t/10/assets/card-block-swatch-input.css?v=120337310385964060141764648275" rel="stylesheet" type="text/css" media="all" />


<style>
   .card--card, .card--standard .card__inner {
    border: 5px solid #E6E7E84D;
   }
   .card__heading, .card__heading a {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px !important;
      line-height: 25px!important;
      letter-spacing: 0;
      text-transform: capitalize;
      text-align: center!important;
   }
   .price .price__regular span {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px!important;
      line-height: 22px;
      letter-spacing: 0;
      text-align: center!important;
      text-transform: capitalize;
      text-decoration: none;
      color: #52CD5F;
      font-size: 1.6rem;
   }
   .title_sw_group .price__regular {
    justify-content: end;
}
   .card__content .product-vendor {
      font-family: Syne;
      font-weight: 600;
      font-size: 14px !important;
      letter-spacing: 0;
      text-transform: uppercase;
      text-align: center;
      margin: .5rem 0 0;
      display: inline-block;
      width: 100%;
      word-break: break-all;
      color: #03ACC3 !important;
    }

  @media only screen and (max-width: 1250px) {
     .card__heading, .card__heading a {
      font-size: 16px !important;
      line-height: 25px !important;
    }
  }
  @media screen and (max-width: 640px) {
    .card--card, .card--standard .card__inner, .card .card__inner .card__media {
        border-radius: 300px;
    }
    
}
@media screen and (max-width: 749px) {
    .title_sw_group .price__regular {
        justify-content: center!important;
    }
}
</style><div class="card-wrapper product-card-wrapper quick_cart_center ">
    <div
      class="
        card card--standard
         card--media
        
        
      "
      style="--ratio-percent: 149.99%;"
    >
      <div
        class="card__inner  ratio"
        style="--ratio-percent: 149.99%; --border-radius: 200px; --border-radius-mob: 200px;"
      >
        <a
          class="product_card_link"
          aria-label="Revitol Eye Cream"
          
            href="/products/revitol-eye-cream"
          
          tabindex="-1"
        >
        Revitol Eye Cream
        </a><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//healthbuy.com/cdn/shop/files/eye-cream_540x_1_61b6e76d-9399-4892-8e82-ecbb3868a7b4.webp?v=1724439969&width=165 165w,//healthbuy.com/cdn/shop/files/eye-cream_540x_1_61b6e76d-9399-4892-8e82-ecbb3868a7b4.webp?v=1724439969&width=360 360w,//healthbuy.com/cdn/shop/files/eye-cream_540x_1_61b6e76d-9399-4892-8e82-ecbb3868a7b4.webp?v=1724439969&width=533 533w,//healthbuy.com/cdn/shop/files/eye-cream_540x_1_61b6e76d-9399-4892-8e82-ecbb3868a7b4.webp?v=1724439969&width=720 720w,//healthbuy.com/cdn/shop/files/eye-cream_540x_1_61b6e76d-9399-4892-8e82-ecbb3868a7b4.webp?v=1724439969&width=940 940w,//healthbuy.com/cdn/shop/files/eye-cream_540x_1_61b6e76d-9399-4892-8e82-ecbb3868a7b4.webp?v=1724439969&width=1066 1066w,//healthbuy.com/cdn/shop/files/eye-cream_540x_1_61b6e76d-9399-4892-8e82-ecbb3868a7b4.webp?v=1724439969 2000w
                "
                src="//healthbuy.com/cdn/shop/files/eye-cream_540x_1_61b6e76d-9399-4892-8e82-ecbb3868a7b4.webp?v=1724439969&width=533"
                sizes="(min-width: 1920px) 447px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Revitol Eye Cream"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="2000"
                height="2000"
              >
              
</div>
          </div>
        <div class="card__content content_aligncenter">
          <div class="card__information">
            <h3
              class="card__heading h3"
              
            >
              <a
                tabindex="-1"
                
                href="/products/revitol-eye-cream"
                
                
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19138447310983__main_featured_collection_qffyez-7866114441351 NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7866114441351"
              >
                Revitol Eye Cream
              </a>
            </h3>
          </div>
          <div class="card__badge badge--vertical card__badge-portrait top center sale_badge_wrapper true ">
            <span
                id="NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7866114441351"
                class="sale_badge badge badge--bottom-left"
              >
                
                
                66%<span> OFF</span>
              </span></div>
          

              <div class="quick_action_wrapper   quick_action_wrapper_has_options">
                
                  <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-7866114441351">
                        <button
                          id="quick-add-template--19138447310983__main_featured_collection_qffyez7866114441351-submit"
                          type="submit"
                          name="add"
                          class="quick-add__submit button button--full-width button--secondary"
                          aria-haspopup="dialog"
                          aria-labelledby="quick-add-template--19138447310983__main_featured_collection_qffyez7866114441351-submit title-template--19138447310983__main_featured_collection_qffyez-7866114441351"
                          aria-label="Quick add — Choose options"
                          data-product-url="/products/revitol-eye-cream"
                          
                        >
                          <span>
                              
                              <div class="quick_add__icon__wrapper ">
                                <div class="bag">
                                  <svg class="icon-cart-lid" width="36" height="16" viewBox="0 0 36 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M35.0509 10.0363L35.1073 6.15457C35.1016 5.80789 35.0245 5.46611 34.8808 5.1506C34.737 4.83508 34.5297 4.55261 34.2718 4.32083C32.1428 2.19179 25.6373 0.836345 18.0832 0.944824C9.60815 1.06919 1.00049 3.05195 0.94899 6.60437L0.892558 10.4861C0.898249 10.8327 0.975385 11.1745 1.11914 11.49C1.2629 11.8056 1.4702 12.088 1.72807 12.3198C3.85711 14.4488 10.3626 15.8043 17.9161 15.6953C26.3917 15.5714 34.9994 13.5887 35.0509 10.0363ZM18.1062 2.49531C25.9688 2.3819 31.642 3.88253 33.1761 5.41658C33.2836 5.50474 33.3726 5.61331 33.4379 5.73602C33.5033 5.85873 33.5437 5.99315 33.5569 6.13156C33.5338 7.76203 27.585 10.1234 17.9501 10.2636C10.0864 10.3781 4.41704 8.87915 2.87915 7.34126C2.66199 7.16405 2.52405 6.90788 2.49564 6.62902C2.52468 4.99471 8.4735 2.63557 18.1062 2.49531ZM17.8937 14.1453C10.0311 14.2587 4.36061 12.7608 2.82382 11.2241C2.71613 11.1364 2.62681 11.0284 2.56099 10.9062C2.49518 10.784 2.45416 10.6499 2.4403 10.5118L2.46496 8.98379C5.08983 10.7934 11.0907 11.9116 17.9726 11.8125C24.2764 11.7204 30.6465 10.5989 33.5223 8.56905L33.5015 10.0143C33.4774 11.6448 27.5286 14.0051 17.8937 14.1453Z" fill="white"/>
</svg>

                                </div>
                                <span class="quick_atc">Choose options</span>
                                <div class="iqa bag_wrap">
                                    
                                    <svg class="icon-quick-bag" width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.90308 1L1.90308 5V19C1.90308 19.5304 2.11379 20.0391 2.488806 20.4142C2.86394 20.7893 3.37264 21 3.90308 21H17.9031C18.4335 21 18.9422 20.7893 19.3173 20.4142C19.6924 20.0391 19.9031 19.5304 19.9031 19V5L16.9031 1H4.90308Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M1.90308 5H19.9031" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M14.9031 9C14.9031 10.0609 14.4816 11.0783 13.7315 11.8284C12.9814 12.5786 11.9639 13 10.9031 13C9.84221 13 8.82479 12.5786 8.07465 11.8284C7.3245 11.0783 6.90308 10.0609 6.90308 9"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
</svg>

                                  
                                </div>
                              </div>
                            
                          </span><link href="//healthbuy.com/cdn/shop/t/10/assets/block-loading-spinner.css?v=177701165360776258541764648275" rel="stylesheet" type="text/css" media="all" />

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"    
    viewBox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
</button>
                      </modal-opener>
                      <quick-add-modal id="QuickAdd-7866114441351" class="quick-add-modal">
                        <div
                          role="dialog"
                          aria-label="Choose options for Revitol Eye Cream"
                          aria-modal="true"
                          class="quick-add-modal__content global-settings-popup"
                          tabindex="-1"
                        >
                          <button
                            id="ModalClose-7866114441351"
                            type="button"
                            class="quick-add-modal__toggle"
                            aria-label="Close"
                          >
                            <svg version="1.0"  class="icon icon-close" xmlns="http://www.w3.org/2000/svg" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet">

<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" fill="var(--text-color)" stroke="none">
<path d="M4580 4789 c-14 -5 -474 -458 -1022 -1007 l-998 -997 -997 997
c-1085 1084 -1016 1021 -1110 1003 -49 -9 -109 -69 -118 -118 -18 -94 -81 -25
1003 -1109 l997 -998 -1002 -1002 c-1087 -1089 -1026 -1021 -1009 -1114 9 -47
73 -111 120 -120 93 -17 25 -78 1113 1009 l1003 1002 1002 -1002 c1090 -1089
1021 -1026 1115 -1008 49 9 109 69 118 118 18 94 81 25 -1008 1114 l-1002
1003 1002 1002 c1086 1087 1026 1021 1009 1113 -17 91 -127 149 -216 114z"></path>
</g>
</svg>
                          </button>
                          <div id="QuickAddInfo-7866114441351" class="quick-add-modal__content-info"></div>
                        </div>
                      </quick-add-modal></div>
                
              </div>
            
          
        </div>
      </div>
      <div class="card__content content_aligncenter">
        <div class="card__information alignment_left">
          
<span class="visually-hidden">Vendor:</span>
              <div class="product-vendor caption-with-letter-spacing light">HealthBuy</div>
          <h3
            class="card__heading h3"
            
              id="title-template--19138447310983__main_featured_collection_qffyez-7866114441351"
            
          >
            <a
              
                href="/products/revitol-eye-cream"
                
             
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19138447310983__main_featured_collection_qffyez-7866114441351 Badge-template--19138447310983__main_featured_collection_qffyez-7866114441351"
            >
              Revitol Eye Cream
            </a>
          </h3>

          
          <div class="card-information">
            
            <span class="caption-large light"></span>
            
            <div class="title_sw_group">
            
            
<div
  class="
    price  price--on-sale
  "
>
  <div class="price__container">
   
    <div class="price__regular "><span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span class="price-item price-item--regular">
          From $40.00
        </span></div>


    
     
    
    <div class="price__sale no_cap  hide-price-compir">
        <span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span>
          <s class="price-item price-item--regular">
            
              $120.00
            
          </s>
        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
      <span class="price-item price-item--sale price-item--last">
        From $40.00
      </span>
    </div>
    <small class="unit-price caption hidden">
      <span class="visually-hidden">Unit price</span>
      <span class="price-item price-item--last">
        <span></span>
        <span aria-hidden="true">/</span>
        <span class="visually-hidden">&nbsp;per&nbsp;</span>
        <span>
        </span>
      </span>
    </small>
  </div>
  
</div>

            
            
              
                
                  
                
              
            
            
             
             </div>
            
            

            

          </div>
        </div>

        <div class="card__badge top center badge--vertical"><span
              class="badge badge--bottom-left"
            >
              
              hello
            </span></div>
      </div>
    </div>
  </div>
          </div>  
        
          <div
            class="product_card swiper-slide scroll-trigger animate--slide-in"
          >    
            
  <link href="//healthbuy.com/cdn/shop/t/10/assets/block-product-variant-selector.css?v=74004362001106759351764648275" rel="stylesheet" type="text/css" media="all" />
  <link href="//healthbuy.com/cdn/shop/t/10/assets/card-block-swatch-input.css?v=120337310385964060141764648275" rel="stylesheet" type="text/css" media="all" />


<style>
   .card--card, .card--standard .card__inner {
    border: 5px solid #E6E7E84D;
   }
   .card__heading, .card__heading a {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px !important;
      line-height: 25px!important;
      letter-spacing: 0;
      text-transform: capitalize;
      text-align: center!important;
   }
   .price .price__regular span {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px!important;
      line-height: 22px;
      letter-spacing: 0;
      text-align: center!important;
      text-transform: capitalize;
      text-decoration: none;
      color: #52CD5F;
      font-size: 1.6rem;
   }
   .title_sw_group .price__regular {
    justify-content: end;
}
   .card__content .product-vendor {
      font-family: Syne;
      font-weight: 600;
      font-size: 14px !important;
      letter-spacing: 0;
      text-transform: uppercase;
      text-align: center;
      margin: .5rem 0 0;
      display: inline-block;
      width: 100%;
      word-break: break-all;
      color: #03ACC3 !important;
    }

  @media only screen and (max-width: 1250px) {
     .card__heading, .card__heading a {
      font-size: 16px !important;
      line-height: 25px !important;
    }
  }
  @media screen and (max-width: 640px) {
    .card--card, .card--standard .card__inner, .card .card__inner .card__media {
        border-radius: 300px;
    }
    
}
@media screen and (max-width: 749px) {
    .title_sw_group .price__regular {
        justify-content: center!important;
    }
}
</style><div class="card-wrapper product-card-wrapper quick_cart_center ">
    <div
      class="
        card card--standard
         card--media
        
        
      "
      style="--ratio-percent: 149.99%;"
    >
      <div
        class="card__inner  ratio"
        style="--ratio-percent: 149.99%; --border-radius: 200px; --border-radius-mob: 200px;"
      >
        <a
          class="product_card_link"
          aria-label="Idol White Teeth Whitening"
          
            href="/products/idol-white"
          
          tabindex="-1"
        >
        Idol White Teeth Whitening
        </a><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//healthbuy.com/cdn/shop/files/Frame167_1.webp?v=1720779029&width=165 165w,//healthbuy.com/cdn/shop/files/Frame167_1.webp?v=1720779029&width=360 360w,//healthbuy.com/cdn/shop/files/Frame167_1.webp?v=1720779029&width=533 533w,//healthbuy.com/cdn/shop/files/Frame167_1.webp?v=1720779029&width=720 720w,//healthbuy.com/cdn/shop/files/Frame167_1.webp?v=1720779029&width=940 940w,//healthbuy.com/cdn/shop/files/Frame167_1.webp?v=1720779029&width=1066 1066w,//healthbuy.com/cdn/shop/files/Frame167_1.webp?v=1720779029 4000w
                "
                src="//healthbuy.com/cdn/shop/files/Frame167_1.webp?v=1720779029&width=533"
                sizes="(min-width: 1920px) 447px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Idol White Teeth Whitening"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="4000"
                height="4000"
              >
              
</div>
          </div>
        <div class="card__content content_aligncenter">
          <div class="card__information">
            <h3
              class="card__heading h3"
              
            >
              <a
                tabindex="-1"
                
                href="/products/idol-white"
                
                
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19138447310983__main_featured_collection_qffyez-7823487631495 NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7823487631495"
              >
                Idol White Teeth Whitening
              </a>
            </h3>
          </div>
          <div class="card__badge badge--vertical card__badge-portrait top center sale_badge_wrapper true ">
            <span
                id="NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7823487631495"
                class="sale_badge badge badge--bottom-left"
              >
                
                
                66%<span> OFF</span>
              </span></div>
          

              <div class="quick_action_wrapper   quick_action_wrapper_has_options">
                
                  <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-7823487631495">
                        <button
                          id="quick-add-template--19138447310983__main_featured_collection_qffyez7823487631495-submit"
                          type="submit"
                          name="add"
                          class="quick-add__submit button button--full-width button--secondary"
                          aria-haspopup="dialog"
                          aria-labelledby="quick-add-template--19138447310983__main_featured_collection_qffyez7823487631495-submit title-template--19138447310983__main_featured_collection_qffyez-7823487631495"
                          aria-label="Quick add — Choose options"
                          data-product-url="/products/idol-white"
                          
                        >
                          <span>
                              
                              <div class="quick_add__icon__wrapper ">
                                <div class="bag">
                                  <svg class="icon-cart-lid" width="36" height="16" viewBox="0 0 36 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M35.0509 10.0363L35.1073 6.15457C35.1016 5.80789 35.0245 5.46611 34.8808 5.1506C34.737 4.83508 34.5297 4.55261 34.2718 4.32083C32.1428 2.19179 25.6373 0.836345 18.0832 0.944824C9.60815 1.06919 1.00049 3.05195 0.94899 6.60437L0.892558 10.4861C0.898249 10.8327 0.975385 11.1745 1.11914 11.49C1.2629 11.8056 1.4702 12.088 1.72807 12.3198C3.85711 14.4488 10.3626 15.8043 17.9161 15.6953C26.3917 15.5714 34.9994 13.5887 35.0509 10.0363ZM18.1062 2.49531C25.9688 2.3819 31.642 3.88253 33.1761 5.41658C33.2836 5.50474 33.3726 5.61331 33.4379 5.73602C33.5033 5.85873 33.5437 5.99315 33.5569 6.13156C33.5338 7.76203 27.585 10.1234 17.9501 10.2636C10.0864 10.3781 4.41704 8.87915 2.87915 7.34126C2.66199 7.16405 2.52405 6.90788 2.49564 6.62902C2.52468 4.99471 8.4735 2.63557 18.1062 2.49531ZM17.8937 14.1453C10.0311 14.2587 4.36061 12.7608 2.82382 11.2241C2.71613 11.1364 2.62681 11.0284 2.56099 10.9062C2.49518 10.784 2.45416 10.6499 2.4403 10.5118L2.46496 8.98379C5.08983 10.7934 11.0907 11.9116 17.9726 11.8125C24.2764 11.7204 30.6465 10.5989 33.5223 8.56905L33.5015 10.0143C33.4774 11.6448 27.5286 14.0051 17.8937 14.1453Z" fill="white"/>
</svg>

                                </div>
                                <span class="quick_atc">Choose options</span>
                                <div class="iqa bag_wrap">
                                    
                                    <svg class="icon-quick-bag" width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.90308 1L1.90308 5V19C1.90308 19.5304 2.11379 20.0391 2.488806 20.4142C2.86394 20.7893 3.37264 21 3.90308 21H17.9031C18.4335 21 18.9422 20.7893 19.3173 20.4142C19.6924 20.0391 19.9031 19.5304 19.9031 19V5L16.9031 1H4.90308Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M1.90308 5H19.9031" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M14.9031 9C14.9031 10.0609 14.4816 11.0783 13.7315 11.8284C12.9814 12.5786 11.9639 13 10.9031 13C9.84221 13 8.82479 12.5786 8.07465 11.8284C7.3245 11.0783 6.90308 10.0609 6.90308 9"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
</svg>

                                  
                                </div>
                              </div>
                            
                          </span><link href="//healthbuy.com/cdn/shop/t/10/assets/block-loading-spinner.css?v=177701165360776258541764648275" rel="stylesheet" type="text/css" media="all" />

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"    
    viewBox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
</button>
                      </modal-opener>
                      <quick-add-modal id="QuickAdd-7823487631495" class="quick-add-modal">
                        <div
                          role="dialog"
                          aria-label="Choose options for Idol White Teeth Whitening"
                          aria-modal="true"
                          class="quick-add-modal__content global-settings-popup"
                          tabindex="-1"
                        >
                          <button
                            id="ModalClose-7823487631495"
                            type="button"
                            class="quick-add-modal__toggle"
                            aria-label="Close"
                          >
                            <svg version="1.0"  class="icon icon-close" xmlns="http://www.w3.org/2000/svg" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet">

<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" fill="var(--text-color)" stroke="none">
<path d="M4580 4789 c-14 -5 -474 -458 -1022 -1007 l-998 -997 -997 997
c-1085 1084 -1016 1021 -1110 1003 -49 -9 -109 -69 -118 -118 -18 -94 -81 -25
1003 -1109 l997 -998 -1002 -1002 c-1087 -1089 -1026 -1021 -1009 -1114 9 -47
73 -111 120 -120 93 -17 25 -78 1113 1009 l1003 1002 1002 -1002 c1090 -1089
1021 -1026 1115 -1008 49 9 109 69 118 118 18 94 81 25 -1008 1114 l-1002
1003 1002 1002 c1086 1087 1026 1021 1009 1113 -17 91 -127 149 -216 114z"></path>
</g>
</svg>
                          </button>
                          <div id="QuickAddInfo-7823487631495" class="quick-add-modal__content-info"></div>
                        </div>
                      </quick-add-modal></div>
                
              </div>
            
          
        </div>
      </div>
      <div class="card__content content_aligncenter">
        <div class="card__information alignment_left">
          
<span class="visually-hidden">Vendor:</span>
              <div class="product-vendor caption-with-letter-spacing light">HealthBuy</div>
          <h3
            class="card__heading h3"
            
              id="title-template--19138447310983__main_featured_collection_qffyez-7823487631495"
            
          >
            <a
              
                href="/products/idol-white"
                
             
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19138447310983__main_featured_collection_qffyez-7823487631495 Badge-template--19138447310983__main_featured_collection_qffyez-7823487631495"
            >
              Idol White Teeth Whitening
            </a>
          </h3>

          
          <div class="card-information">
            
            <span class="caption-large light"></span>
            
            <div class="title_sw_group">
            
            
<div
  class="
    price  price--on-sale
  "
>
  <div class="price__container">
   
    <div class="price__regular "><span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span class="price-item price-item--regular">
          From $40.00
        </span></div>


    
     
    
    <div class="price__sale no_cap  hide-price-compir">
        <span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span>
          <s class="price-item price-item--regular">
            
              $120.00
            
          </s>
        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
      <span class="price-item price-item--sale price-item--last">
        From $40.00
      </span>
    </div>
    <small class="unit-price caption hidden">
      <span class="visually-hidden">Unit price</span>
      <span class="price-item price-item--last">
        <span></span>
        <span aria-hidden="true">/</span>
        <span class="visually-hidden">&nbsp;per&nbsp;</span>
        <span>
        </span>
      </span>
    </small>
  </div>
  
</div>

            
            
              
                
                  
                
              
            
            
             
             </div>
            
            

            

          </div>
        </div>

        <div class="card__badge top center badge--vertical"><span
              class="badge badge--bottom-left"
            >
              
              hello
            </span></div>
      </div>
    </div>
  </div>
          </div>  
        
          <div
            class="product_card swiper-slide scroll-trigger animate--slide-in"
          >    
            
  <link href="//healthbuy.com/cdn/shop/t/10/assets/block-product-variant-selector.css?v=74004362001106759351764648275" rel="stylesheet" type="text/css" media="all" />
  <link href="//healthbuy.com/cdn/shop/t/10/assets/card-block-swatch-input.css?v=120337310385964060141764648275" rel="stylesheet" type="text/css" media="all" />


<style>
   .card--card, .card--standard .card__inner {
    border: 5px solid #E6E7E84D;
   }
   .card__heading, .card__heading a {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px !important;
      line-height: 25px!important;
      letter-spacing: 0;
      text-transform: capitalize;
      text-align: center!important;
   }
   .price .price__regular span {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px!important;
      line-height: 22px;
      letter-spacing: 0;
      text-align: center!important;
      text-transform: capitalize;
      text-decoration: none;
      color: #52CD5F;
      font-size: 1.6rem;
   }
   .title_sw_group .price__regular {
    justify-content: end;
}
   .card__content .product-vendor {
      font-family: Syne;
      font-weight: 600;
      font-size: 14px !important;
      letter-spacing: 0;
      text-transform: uppercase;
      text-align: center;
      margin: .5rem 0 0;
      display: inline-block;
      width: 100%;
      word-break: break-all;
      color: #03ACC3 !important;
    }

  @media only screen and (max-width: 1250px) {
     .card__heading, .card__heading a {
      font-size: 16px !important;
      line-height: 25px !important;
    }
  }
  @media screen and (max-width: 640px) {
    .card--card, .card--standard .card__inner, .card .card__inner .card__media {
        border-radius: 300px;
    }
    
}
@media screen and (max-width: 749px) {
    .title_sw_group .price__regular {
        justify-content: center!important;
    }
}
</style><div class="card-wrapper product-card-wrapper quick_cart_center ">
    <div
      class="
        card card--standard
         card--media
        
        
      "
      style="--ratio-percent: 149.99%;"
    >
      <div
        class="card__inner  ratio"
        style="--ratio-percent: 149.99%; --border-radius: 200px; --border-radius-mob: 200px;"
      >
        <a
          class="product_card_link"
          aria-label="Revitol Scar Removal Cream"
          
            href="/products/revitol-scar-removal-cream"
          
          tabindex="-1"
        >
        Revitol Scar Removal Cream
        </a><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//healthbuy.com/cdn/shop/files/scarPro_540x_1_276756bd-3f77-4d16-910e-3d7cbaf9b225.webp?v=1724439945&width=165 165w,//healthbuy.com/cdn/shop/files/scarPro_540x_1_276756bd-3f77-4d16-910e-3d7cbaf9b225.webp?v=1724439945&width=360 360w,//healthbuy.com/cdn/shop/files/scarPro_540x_1_276756bd-3f77-4d16-910e-3d7cbaf9b225.webp?v=1724439945&width=533 533w,//healthbuy.com/cdn/shop/files/scarPro_540x_1_276756bd-3f77-4d16-910e-3d7cbaf9b225.webp?v=1724439945&width=720 720w,//healthbuy.com/cdn/shop/files/scarPro_540x_1_276756bd-3f77-4d16-910e-3d7cbaf9b225.webp?v=1724439945&width=940 940w,//healthbuy.com/cdn/shop/files/scarPro_540x_1_276756bd-3f77-4d16-910e-3d7cbaf9b225.webp?v=1724439945&width=1066 1066w,//healthbuy.com/cdn/shop/files/scarPro_540x_1_276756bd-3f77-4d16-910e-3d7cbaf9b225.webp?v=1724439945 2000w
                "
                src="//healthbuy.com/cdn/shop/files/scarPro_540x_1_276756bd-3f77-4d16-910e-3d7cbaf9b225.webp?v=1724439945&width=533"
                sizes="(min-width: 1920px) 447px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Revitol Scar Removal Cream"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="2000"
                height="2000"
              >
              
</div>
          </div>
        <div class="card__content content_aligncenter">
          <div class="card__information">
            <h3
              class="card__heading h3"
              
            >
              <a
                tabindex="-1"
                
                href="/products/revitol-scar-removal-cream"
                
                
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19138447310983__main_featured_collection_qffyez-7866122502279 NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7866122502279"
              >
                Revitol Scar Removal Cream
              </a>
            </h3>
          </div>
          <div class="card__badge badge--vertical card__badge-portrait top center sale_badge_wrapper true ">
            <span
                id="NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7866122502279"
                class="sale_badge badge badge--bottom-left"
              >
                
                
                66%<span> OFF</span>
              </span></div>
          

              <div class="quick_action_wrapper   quick_action_wrapper_has_options">
                
                  <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-7866122502279">
                        <button
                          id="quick-add-template--19138447310983__main_featured_collection_qffyez7866122502279-submit"
                          type="submit"
                          name="add"
                          class="quick-add__submit button button--full-width button--secondary"
                          aria-haspopup="dialog"
                          aria-labelledby="quick-add-template--19138447310983__main_featured_collection_qffyez7866122502279-submit title-template--19138447310983__main_featured_collection_qffyez-7866122502279"
                          aria-label="Quick add — Choose options"
                          data-product-url="/products/revitol-scar-removal-cream"
                          
                        >
                          <span>
                              
                              <div class="quick_add__icon__wrapper ">
                                <div class="bag">
                                  <svg class="icon-cart-lid" width="36" height="16" viewBox="0 0 36 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M35.0509 10.0363L35.1073 6.15457C35.1016 5.80789 35.0245 5.46611 34.8808 5.1506C34.737 4.83508 34.5297 4.55261 34.2718 4.32083C32.1428 2.19179 25.6373 0.836345 18.0832 0.944824C9.60815 1.06919 1.00049 3.05195 0.94899 6.60437L0.892558 10.4861C0.898249 10.8327 0.975385 11.1745 1.11914 11.49C1.2629 11.8056 1.4702 12.088 1.72807 12.3198C3.85711 14.4488 10.3626 15.8043 17.9161 15.6953C26.3917 15.5714 34.9994 13.5887 35.0509 10.0363ZM18.1062 2.49531C25.9688 2.3819 31.642 3.88253 33.1761 5.41658C33.2836 5.50474 33.3726 5.61331 33.4379 5.73602C33.5033 5.85873 33.5437 5.99315 33.5569 6.13156C33.5338 7.76203 27.585 10.1234 17.9501 10.2636C10.0864 10.3781 4.41704 8.87915 2.87915 7.34126C2.66199 7.16405 2.52405 6.90788 2.49564 6.62902C2.52468 4.99471 8.4735 2.63557 18.1062 2.49531ZM17.8937 14.1453C10.0311 14.2587 4.36061 12.7608 2.82382 11.2241C2.71613 11.1364 2.62681 11.0284 2.56099 10.9062C2.49518 10.784 2.45416 10.6499 2.4403 10.5118L2.46496 8.98379C5.08983 10.7934 11.0907 11.9116 17.9726 11.8125C24.2764 11.7204 30.6465 10.5989 33.5223 8.56905L33.5015 10.0143C33.4774 11.6448 27.5286 14.0051 17.8937 14.1453Z" fill="white"/>
</svg>

                                </div>
                                <span class="quick_atc">Choose options</span>
                                <div class="iqa bag_wrap">
                                    
                                    <svg class="icon-quick-bag" width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.90308 1L1.90308 5V19C1.90308 19.5304 2.11379 20.0391 2.488806 20.4142C2.86394 20.7893 3.37264 21 3.90308 21H17.9031C18.4335 21 18.9422 20.7893 19.3173 20.4142C19.6924 20.0391 19.9031 19.5304 19.9031 19V5L16.9031 1H4.90308Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M1.90308 5H19.9031" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M14.9031 9C14.9031 10.0609 14.4816 11.0783 13.7315 11.8284C12.9814 12.5786 11.9639 13 10.9031 13C9.84221 13 8.82479 12.5786 8.07465 11.8284C7.3245 11.0783 6.90308 10.0609 6.90308 9"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
</svg>

                                  
                                </div>
                              </div>
                            
                          </span><link href="//healthbuy.com/cdn/shop/t/10/assets/block-loading-spinner.css?v=177701165360776258541764648275" rel="stylesheet" type="text/css" media="all" />

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"    
    viewBox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
</button>
                      </modal-opener>
                      <quick-add-modal id="QuickAdd-7866122502279" class="quick-add-modal">
                        <div
                          role="dialog"
                          aria-label="Choose options for Revitol Scar Removal Cream"
                          aria-modal="true"
                          class="quick-add-modal__content global-settings-popup"
                          tabindex="-1"
                        >
                          <button
                            id="ModalClose-7866122502279"
                            type="button"
                            class="quick-add-modal__toggle"
                            aria-label="Close"
                          >
                            <svg version="1.0"  class="icon icon-close" xmlns="http://www.w3.org/2000/svg" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet">

<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" fill="var(--text-color)" stroke="none">
<path d="M4580 4789 c-14 -5 -474 -458 -1022 -1007 l-998 -997 -997 997
c-1085 1084 -1016 1021 -1110 1003 -49 -9 -109 -69 -118 -118 -18 -94 -81 -25
1003 -1109 l997 -998 -1002 -1002 c-1087 -1089 -1026 -1021 -1009 -1114 9 -47
73 -111 120 -120 93 -17 25 -78 1113 1009 l1003 1002 1002 -1002 c1090 -1089
1021 -1026 1115 -1008 49 9 109 69 118 118 18 94 81 25 -1008 1114 l-1002
1003 1002 1002 c1086 1087 1026 1021 1009 1113 -17 91 -127 149 -216 114z"></path>
</g>
</svg>
                          </button>
                          <div id="QuickAddInfo-7866122502279" class="quick-add-modal__content-info"></div>
                        </div>
                      </quick-add-modal></div>
                
              </div>
            
          
        </div>
      </div>
      <div class="card__content content_aligncenter">
        <div class="card__information alignment_left">
          
<span class="visually-hidden">Vendor:</span>
              <div class="product-vendor caption-with-letter-spacing light">HealthBuy</div>
          <h3
            class="card__heading h3"
            
              id="title-template--19138447310983__main_featured_collection_qffyez-7866122502279"
            
          >
            <a
              
                href="/products/revitol-scar-removal-cream"
                
             
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19138447310983__main_featured_collection_qffyez-7866122502279 Badge-template--19138447310983__main_featured_collection_qffyez-7866122502279"
            >
              Revitol Scar Removal Cream
            </a>
          </h3>

          
          <div class="card-information">
            
            <span class="caption-large light"></span>
            
            <div class="title_sw_group">
            
            
<div
  class="
    price  price--on-sale
  "
>
  <div class="price__container">
   
    <div class="price__regular "><span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span class="price-item price-item--regular">
          From $40.00
        </span></div>


    
     
    
    <div class="price__sale no_cap  hide-price-compir">
        <span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span>
          <s class="price-item price-item--regular">
            
              $120.00
            
          </s>
        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
      <span class="price-item price-item--sale price-item--last">
        From $40.00
      </span>
    </div>
    <small class="unit-price caption hidden">
      <span class="visually-hidden">Unit price</span>
      <span class="price-item price-item--last">
        <span></span>
        <span aria-hidden="true">/</span>
        <span class="visually-hidden">&nbsp;per&nbsp;</span>
        <span>
        </span>
      </span>
    </small>
  </div>
  
</div>

            
            
              
                
                  
                
              
            
            
             
             </div>
            
            

            

          </div>
        </div>

        <div class="card__badge top center badge--vertical"><span
              class="badge badge--bottom-left"
            >
              
              hello
            </span></div>
      </div>
    </div>
  </div>
          </div>  
        
          <div
            class="product_card swiper-slide scroll-trigger animate--slide-in"
          >    
            
  <link href="//healthbuy.com/cdn/shop/t/10/assets/block-product-variant-selector.css?v=74004362001106759351764648275" rel="stylesheet" type="text/css" media="all" />
  <link href="//healthbuy.com/cdn/shop/t/10/assets/card-block-swatch-input.css?v=120337310385964060141764648275" rel="stylesheet" type="text/css" media="all" />


<style>
   .card--card, .card--standard .card__inner {
    border: 5px solid #E6E7E84D;
   }
   .card__heading, .card__heading a {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px !important;
      line-height: 25px!important;
      letter-spacing: 0;
      text-transform: capitalize;
      text-align: center!important;
   }
   .price .price__regular span {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px!important;
      line-height: 22px;
      letter-spacing: 0;
      text-align: center!important;
      text-transform: capitalize;
      text-decoration: none;
      color: #52CD5F;
      font-size: 1.6rem;
   }
   .title_sw_group .price__regular {
    justify-content: end;
}
   .card__content .product-vendor {
      font-family: Syne;
      font-weight: 600;
      font-size: 14px !important;
      letter-spacing: 0;
      text-transform: uppercase;
      text-align: center;
      margin: .5rem 0 0;
      display: inline-block;
      width: 100%;
      word-break: break-all;
      color: #03ACC3 !important;
    }

  @media only screen and (max-width: 1250px) {
     .card__heading, .card__heading a {
      font-size: 16px !important;
      line-height: 25px !important;
    }
  }
  @media screen and (max-width: 640px) {
    .card--card, .card--standard .card__inner, .card .card__inner .card__media {
        border-radius: 300px;
    }
    
}
@media screen and (max-width: 749px) {
    .title_sw_group .price__regular {
        justify-content: center!important;
    }
}
</style><div class="card-wrapper product-card-wrapper quick_cart_center ">
    <div
      class="
        card card--standard
         card--media
        
        
      "
      style="--ratio-percent: 149.99%;"
    >
      <div
        class="card__inner  ratio"
        style="--ratio-percent: 149.99%; --border-radius: 200px; --border-radius-mob: 200px;"
      >
        <a
          class="product_card_link"
          aria-label="Revitol Hair, Skin & Nails Supplement Treatment with Biotin - 60 Capsules"
          
            href="/products/revitol-hair-skin-nails-supplement-treatment-with-biotin-60-capsules"
          
          tabindex="-1"
        >
        Revitol Hair, Skin & Nails Supplement Treatment with Biotin - 60 Capsules
        </a><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//healthbuy.com/cdn/shop/files/hairSkinNailsPro_540x_1_2bdfc53a-27a6-473c-8963-1daa5dfa6f29.webp?v=1724439956&width=165 165w,//healthbuy.com/cdn/shop/files/hairSkinNailsPro_540x_1_2bdfc53a-27a6-473c-8963-1daa5dfa6f29.webp?v=1724439956&width=360 360w,//healthbuy.com/cdn/shop/files/hairSkinNailsPro_540x_1_2bdfc53a-27a6-473c-8963-1daa5dfa6f29.webp?v=1724439956&width=533 533w,//healthbuy.com/cdn/shop/files/hairSkinNailsPro_540x_1_2bdfc53a-27a6-473c-8963-1daa5dfa6f29.webp?v=1724439956&width=720 720w,//healthbuy.com/cdn/shop/files/hairSkinNailsPro_540x_1_2bdfc53a-27a6-473c-8963-1daa5dfa6f29.webp?v=1724439956&width=940 940w,//healthbuy.com/cdn/shop/files/hairSkinNailsPro_540x_1_2bdfc53a-27a6-473c-8963-1daa5dfa6f29.webp?v=1724439956&width=1066 1066w,//healthbuy.com/cdn/shop/files/hairSkinNailsPro_540x_1_2bdfc53a-27a6-473c-8963-1daa5dfa6f29.webp?v=1724439956 2000w
                "
                src="//healthbuy.com/cdn/shop/files/hairSkinNailsPro_540x_1_2bdfc53a-27a6-473c-8963-1daa5dfa6f29.webp?v=1724439956&width=533"
                sizes="(min-width: 1920px) 447px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Revitol Hair, Skin &amp; Nails Supplement Treatment with Biotin - 60 Capsules"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="2000"
                height="2000"
              >
              
</div>
          </div>
        <div class="card__content content_aligncenter">
          <div class="card__information">
            <h3
              class="card__heading h3"
              
            >
              <a
                tabindex="-1"
                
                href="/products/revitol-hair-skin-nails-supplement-treatment-with-biotin-60-capsules"
                
                
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19138447310983__main_featured_collection_qffyez-7866119192711 NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7866119192711"
              >
                Revitol Hair, Skin &amp; Nails Supplement Treatment with Biotin - 60 Capsules
              </a>
            </h3>
          </div>
          <div class="card__badge badge--vertical card__badge-portrait top center sale_badge_wrapper true ">
            <span
                id="NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7866119192711"
                class="sale_badge badge badge--bottom-left"
              >
                
                
                66%<span> OFF</span>
              </span></div>
          

              <div class="quick_action_wrapper   quick_action_wrapper_has_options">
                
                  <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-7866119192711">
                        <button
                          id="quick-add-template--19138447310983__main_featured_collection_qffyez7866119192711-submit"
                          type="submit"
                          name="add"
                          class="quick-add__submit button button--full-width button--secondary"
                          aria-haspopup="dialog"
                          aria-labelledby="quick-add-template--19138447310983__main_featured_collection_qffyez7866119192711-submit title-template--19138447310983__main_featured_collection_qffyez-7866119192711"
                          aria-label="Quick add — Choose options"
                          data-product-url="/products/revitol-hair-skin-nails-supplement-treatment-with-biotin-60-capsules"
                          
                        >
                          <span>
                              
                              <div class="quick_add__icon__wrapper ">
                                <div class="bag">
                                  <svg class="icon-cart-lid" width="36" height="16" viewBox="0 0 36 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M35.0509 10.0363L35.1073 6.15457C35.1016 5.80789 35.0245 5.46611 34.8808 5.1506C34.737 4.83508 34.5297 4.55261 34.2718 4.32083C32.1428 2.19179 25.6373 0.836345 18.0832 0.944824C9.60815 1.06919 1.00049 3.05195 0.94899 6.60437L0.892558 10.4861C0.898249 10.8327 0.975385 11.1745 1.11914 11.49C1.2629 11.8056 1.4702 12.088 1.72807 12.3198C3.85711 14.4488 10.3626 15.8043 17.9161 15.6953C26.3917 15.5714 34.9994 13.5887 35.0509 10.0363ZM18.1062 2.49531C25.9688 2.3819 31.642 3.88253 33.1761 5.41658C33.2836 5.50474 33.3726 5.61331 33.4379 5.73602C33.5033 5.85873 33.5437 5.99315 33.5569 6.13156C33.5338 7.76203 27.585 10.1234 17.9501 10.2636C10.0864 10.3781 4.41704 8.87915 2.87915 7.34126C2.66199 7.16405 2.52405 6.90788 2.49564 6.62902C2.52468 4.99471 8.4735 2.63557 18.1062 2.49531ZM17.8937 14.1453C10.0311 14.2587 4.36061 12.7608 2.82382 11.2241C2.71613 11.1364 2.62681 11.0284 2.56099 10.9062C2.49518 10.784 2.45416 10.6499 2.4403 10.5118L2.46496 8.98379C5.08983 10.7934 11.0907 11.9116 17.9726 11.8125C24.2764 11.7204 30.6465 10.5989 33.5223 8.56905L33.5015 10.0143C33.4774 11.6448 27.5286 14.0051 17.8937 14.1453Z" fill="white"/>
</svg>

                                </div>
                                <span class="quick_atc">Choose options</span>
                                <div class="iqa bag_wrap">
                                    
                                    <svg class="icon-quick-bag" width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.90308 1L1.90308 5V19C1.90308 19.5304 2.11379 20.0391 2.488806 20.4142C2.86394 20.7893 3.37264 21 3.90308 21H17.9031C18.4335 21 18.9422 20.7893 19.3173 20.4142C19.6924 20.0391 19.9031 19.5304 19.9031 19V5L16.9031 1H4.90308Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M1.90308 5H19.9031" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M14.9031 9C14.9031 10.0609 14.4816 11.0783 13.7315 11.8284C12.9814 12.5786 11.9639 13 10.9031 13C9.84221 13 8.82479 12.5786 8.07465 11.8284C7.3245 11.0783 6.90308 10.0609 6.90308 9"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
</svg>

                                  
                                </div>
                              </div>
                            
                          </span><link href="//healthbuy.com/cdn/shop/t/10/assets/block-loading-spinner.css?v=177701165360776258541764648275" rel="stylesheet" type="text/css" media="all" />

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"    
    viewBox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
</button>
                      </modal-opener>
                      <quick-add-modal id="QuickAdd-7866119192711" class="quick-add-modal">
                        <div
                          role="dialog"
                          aria-label="Choose options for Revitol Hair, Skin &amp;amp; Nails Supplement Treatment with Biotin - 60 Capsules"
                          aria-modal="true"
                          class="quick-add-modal__content global-settings-popup"
                          tabindex="-1"
                        >
                          <button
                            id="ModalClose-7866119192711"
                            type="button"
                            class="quick-add-modal__toggle"
                            aria-label="Close"
                          >
                            <svg version="1.0"  class="icon icon-close" xmlns="http://www.w3.org/2000/svg" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet">

<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" fill="var(--text-color)" stroke="none">
<path d="M4580 4789 c-14 -5 -474 -458 -1022 -1007 l-998 -997 -997 997
c-1085 1084 -1016 1021 -1110 1003 -49 -9 -109 -69 -118 -118 -18 -94 -81 -25
1003 -1109 l997 -998 -1002 -1002 c-1087 -1089 -1026 -1021 -1009 -1114 9 -47
73 -111 120 -120 93 -17 25 -78 1113 1009 l1003 1002 1002 -1002 c1090 -1089
1021 -1026 1115 -1008 49 9 109 69 118 118 18 94 81 25 -1008 1114 l-1002
1003 1002 1002 c1086 1087 1026 1021 1009 1113 -17 91 -127 149 -216 114z"></path>
</g>
</svg>
                          </button>
                          <div id="QuickAddInfo-7866119192711" class="quick-add-modal__content-info"></div>
                        </div>
                      </quick-add-modal></div>
                
              </div>
            
          
        </div>
      </div>
      <div class="card__content content_aligncenter">
        <div class="card__information alignment_left">
          
<span class="visually-hidden">Vendor:</span>
              <div class="product-vendor caption-with-letter-spacing light">HealthBuy</div>
          <h3
            class="card__heading h3"
            
              id="title-template--19138447310983__main_featured_collection_qffyez-7866119192711"
            
          >
            <a
              
                href="/products/revitol-hair-skin-nails-supplement-treatment-with-biotin-60-capsules"
                
             
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19138447310983__main_featured_collection_qffyez-7866119192711 Badge-template--19138447310983__main_featured_collection_qffyez-7866119192711"
            >
              Revitol Hair, Skin &amp; Nails Supplement Treatment with Biotin - 60 Capsules
            </a>
          </h3>

          
          <div class="card-information">
            
            <span class="caption-large light"></span>
            
            <div class="title_sw_group">
            
            
<div
  class="
    price  price--on-sale
  "
>
  <div class="price__container">
   
    <div class="price__regular "><span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span class="price-item price-item--regular">
          From $40.00
        </span></div>


    
     
    
    <div class="price__sale no_cap  hide-price-compir">
        <span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span>
          <s class="price-item price-item--regular">
            
              $120.00
            
          </s>
        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
      <span class="price-item price-item--sale price-item--last">
        From $40.00
      </span>
    </div>
    <small class="unit-price caption hidden">
      <span class="visually-hidden">Unit price</span>
      <span class="price-item price-item--last">
        <span></span>
        <span aria-hidden="true">/</span>
        <span class="visually-hidden">&nbsp;per&nbsp;</span>
        <span>
        </span>
      </span>
    </small>
  </div>
  
</div>

            
            
              
                
                  
                
              
            
            
             
             </div>
            
            

            

          </div>
        </div>

        <div class="card__badge top center badge--vertical"><span
              class="badge badge--bottom-left"
            >
              
              hello
            </span></div>
      </div>
    </div>
  </div>
          </div>  
        
          <div
            class="product_card swiper-slide scroll-trigger animate--slide-in"
          >    
            
  <link href="//healthbuy.com/cdn/shop/t/10/assets/block-product-variant-selector.css?v=74004362001106759351764648275" rel="stylesheet" type="text/css" media="all" />
  <link href="//healthbuy.com/cdn/shop/t/10/assets/card-block-swatch-input.css?v=120337310385964060141764648275" rel="stylesheet" type="text/css" media="all" />


<style>
   .card--card, .card--standard .card__inner {
    border: 5px solid #E6E7E84D;
   }
   .card__heading, .card__heading a {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px !important;
      line-height: 25px!important;
      letter-spacing: 0;
      text-transform: capitalize;
      text-align: center!important;
   }
   .price .price__regular span {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px!important;
      line-height: 22px;
      letter-spacing: 0;
      text-align: center!important;
      text-transform: capitalize;
      text-decoration: none;
      color: #52CD5F;
      font-size: 1.6rem;
   }
   .title_sw_group .price__regular {
    justify-content: end;
}
   .card__content .product-vendor {
      font-family: Syne;
      font-weight: 600;
      font-size: 14px !important;
      letter-spacing: 0;
      text-transform: uppercase;
      text-align: center;
      margin: .5rem 0 0;
      display: inline-block;
      width: 100%;
      word-break: break-all;
      color: #03ACC3 !important;
    }

  @media only screen and (max-width: 1250px) {
     .card__heading, .card__heading a {
      font-size: 16px !important;
      line-height: 25px !important;
    }
  }
  @media screen and (max-width: 640px) {
    .card--card, .card--standard .card__inner, .card .card__inner .card__media {
        border-radius: 300px;
    }
    
}
@media screen and (max-width: 749px) {
    .title_sw_group .price__regular {
        justify-content: center!important;
    }
}
</style><div class="card-wrapper product-card-wrapper quick_cart_center ">
    <div
      class="
        card card--standard
         card--media
        
        
      "
      style="--ratio-percent: 149.99%;"
    >
      <div
        class="card__inner  ratio"
        style="--ratio-percent: 149.99%; --border-radius: 200px; --border-radius-mob: 200px;"
      >
        <a
          class="product_card_link"
          aria-label="Revitol Skin Tag Removal Treatment"
          
            href="/products/revitol-skin-tag-removal-treatment"
          
          tabindex="-1"
        >
        Revitol Skin Tag Removal Treatment
        </a><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//healthbuy.com/cdn/shop/files/skinTagPro_540x_1_96a02cca-0414-42e2-907e-7666c6691b18.webp?v=1724439931&width=165 165w,//healthbuy.com/cdn/shop/files/skinTagPro_540x_1_96a02cca-0414-42e2-907e-7666c6691b18.webp?v=1724439931&width=360 360w,//healthbuy.com/cdn/shop/files/skinTagPro_540x_1_96a02cca-0414-42e2-907e-7666c6691b18.webp?v=1724439931&width=533 533w,//healthbuy.com/cdn/shop/files/skinTagPro_540x_1_96a02cca-0414-42e2-907e-7666c6691b18.webp?v=1724439931&width=720 720w,//healthbuy.com/cdn/shop/files/skinTagPro_540x_1_96a02cca-0414-42e2-907e-7666c6691b18.webp?v=1724439931&width=940 940w,//healthbuy.com/cdn/shop/files/skinTagPro_540x_1_96a02cca-0414-42e2-907e-7666c6691b18.webp?v=1724439931&width=1066 1066w,//healthbuy.com/cdn/shop/files/skinTagPro_540x_1_96a02cca-0414-42e2-907e-7666c6691b18.webp?v=1724439931 2000w
                "
                src="//healthbuy.com/cdn/shop/files/skinTagPro_540x_1_96a02cca-0414-42e2-907e-7666c6691b18.webp?v=1724439931&width=533"
                sizes="(min-width: 1920px) 447px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Revitol Skin Tag Removal Treatment"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="2000"
                height="2000"
              >
              
</div>
          </div>
        <div class="card__content content_aligncenter">
          <div class="card__information">
            <h3
              class="card__heading h3"
              
            >
              <a
                tabindex="-1"
                
                href="/products/revitol-skin-tag-removal-treatment"
                
                
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19138447310983__main_featured_collection_qffyez-7866133708935 NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7866133708935"
              >
                Revitol Skin Tag Removal Treatment
              </a>
            </h3>
          </div>
          <div class="card__badge badge--vertical card__badge-portrait top center sale_badge_wrapper true ">
            <span
                id="NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7866133708935"
                class="sale_badge badge badge--bottom-left"
              >
                
                
                66%<span> OFF</span>
              </span></div>
          

              <div class="quick_action_wrapper   quick_action_wrapper_has_options">
                
                  <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-7866133708935">
                        <button
                          id="quick-add-template--19138447310983__main_featured_collection_qffyez7866133708935-submit"
                          type="submit"
                          name="add"
                          class="quick-add__submit button button--full-width button--secondary"
                          aria-haspopup="dialog"
                          aria-labelledby="quick-add-template--19138447310983__main_featured_collection_qffyez7866133708935-submit title-template--19138447310983__main_featured_collection_qffyez-7866133708935"
                          aria-label="Quick add — Choose options"
                          data-product-url="/products/revitol-skin-tag-removal-treatment"
                          
                        >
                          <span>
                              
                              <div class="quick_add__icon__wrapper ">
                                <div class="bag">
                                  <svg class="icon-cart-lid" width="36" height="16" viewBox="0 0 36 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M35.0509 10.0363L35.1073 6.15457C35.1016 5.80789 35.0245 5.46611 34.8808 5.1506C34.737 4.83508 34.5297 4.55261 34.2718 4.32083C32.1428 2.19179 25.6373 0.836345 18.0832 0.944824C9.60815 1.06919 1.00049 3.05195 0.94899 6.60437L0.892558 10.4861C0.898249 10.8327 0.975385 11.1745 1.11914 11.49C1.2629 11.8056 1.4702 12.088 1.72807 12.3198C3.85711 14.4488 10.3626 15.8043 17.9161 15.6953C26.3917 15.5714 34.9994 13.5887 35.0509 10.0363ZM18.1062 2.49531C25.9688 2.3819 31.642 3.88253 33.1761 5.41658C33.2836 5.50474 33.3726 5.61331 33.4379 5.73602C33.5033 5.85873 33.5437 5.99315 33.5569 6.13156C33.5338 7.76203 27.585 10.1234 17.9501 10.2636C10.0864 10.3781 4.41704 8.87915 2.87915 7.34126C2.66199 7.16405 2.52405 6.90788 2.49564 6.62902C2.52468 4.99471 8.4735 2.63557 18.1062 2.49531ZM17.8937 14.1453C10.0311 14.2587 4.36061 12.7608 2.82382 11.2241C2.71613 11.1364 2.62681 11.0284 2.56099 10.9062C2.49518 10.784 2.45416 10.6499 2.4403 10.5118L2.46496 8.98379C5.08983 10.7934 11.0907 11.9116 17.9726 11.8125C24.2764 11.7204 30.6465 10.5989 33.5223 8.56905L33.5015 10.0143C33.4774 11.6448 27.5286 14.0051 17.8937 14.1453Z" fill="white"/>
</svg>

                                </div>
                                <span class="quick_atc">Choose options</span>
                                <div class="iqa bag_wrap">
                                    
                                    <svg class="icon-quick-bag" width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.90308 1L1.90308 5V19C1.90308 19.5304 2.11379 20.0391 2.488806 20.4142C2.86394 20.7893 3.37264 21 3.90308 21H17.9031C18.4335 21 18.9422 20.7893 19.3173 20.4142C19.6924 20.0391 19.9031 19.5304 19.9031 19V5L16.9031 1H4.90308Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M1.90308 5H19.9031" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M14.9031 9C14.9031 10.0609 14.4816 11.0783 13.7315 11.8284C12.9814 12.5786 11.9639 13 10.9031 13C9.84221 13 8.82479 12.5786 8.07465 11.8284C7.3245 11.0783 6.90308 10.0609 6.90308 9"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
</svg>

                                  
                                </div>
                              </div>
                            
                          </span><link href="//healthbuy.com/cdn/shop/t/10/assets/block-loading-spinner.css?v=177701165360776258541764648275" rel="stylesheet" type="text/css" media="all" />

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"    
    viewBox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
</button>
                      </modal-opener>
                      <quick-add-modal id="QuickAdd-7866133708935" class="quick-add-modal">
                        <div
                          role="dialog"
                          aria-label="Choose options for Revitol Skin Tag Removal Treatment"
                          aria-modal="true"
                          class="quick-add-modal__content global-settings-popup"
                          tabindex="-1"
                        >
                          <button
                            id="ModalClose-7866133708935"
                            type="button"
                            class="quick-add-modal__toggle"
                            aria-label="Close"
                          >
                            <svg version="1.0"  class="icon icon-close" xmlns="http://www.w3.org/2000/svg" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet">

<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" fill="var(--text-color)" stroke="none">
<path d="M4580 4789 c-14 -5 -474 -458 -1022 -1007 l-998 -997 -997 997
c-1085 1084 -1016 1021 -1110 1003 -49 -9 -109 -69 -118 -118 -18 -94 -81 -25
1003 -1109 l997 -998 -1002 -1002 c-1087 -1089 -1026 -1021 -1009 -1114 9 -47
73 -111 120 -120 93 -17 25 -78 1113 1009 l1003 1002 1002 -1002 c1090 -1089
1021 -1026 1115 -1008 49 9 109 69 118 118 18 94 81 25 -1008 1114 l-1002
1003 1002 1002 c1086 1087 1026 1021 1009 1113 -17 91 -127 149 -216 114z"></path>
</g>
</svg>
                          </button>
                          <div id="QuickAddInfo-7866133708935" class="quick-add-modal__content-info"></div>
                        </div>
                      </quick-add-modal></div>
                
              </div>
            
          
        </div>
      </div>
      <div class="card__content content_aligncenter">
        <div class="card__information alignment_left">
          
<span class="visually-hidden">Vendor:</span>
              <div class="product-vendor caption-with-letter-spacing light">HealthBuy</div>
          <h3
            class="card__heading h3"
            
              id="title-template--19138447310983__main_featured_collection_qffyez-7866133708935"
            
          >
            <a
              
                href="/products/revitol-skin-tag-removal-treatment"
                
             
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19138447310983__main_featured_collection_qffyez-7866133708935 Badge-template--19138447310983__main_featured_collection_qffyez-7866133708935"
            >
              Revitol Skin Tag Removal Treatment
            </a>
          </h3>

          
          <div class="card-information">
            
            <span class="caption-large light"></span>
            
            <div class="title_sw_group">
            
            
<div
  class="
    price  price--on-sale
  "
>
  <div class="price__container">
   
    <div class="price__regular "><span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span class="price-item price-item--regular">
          From $40.00
        </span></div>


    
     
    
    <div class="price__sale no_cap  hide-price-compir">
        <span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span>
          <s class="price-item price-item--regular">
            
              $120.00
            
          </s>
        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
      <span class="price-item price-item--sale price-item--last">
        From $40.00
      </span>
    </div>
    <small class="unit-price caption hidden">
      <span class="visually-hidden">Unit price</span>
      <span class="price-item price-item--last">
        <span></span>
        <span aria-hidden="true">/</span>
        <span class="visually-hidden">&nbsp;per&nbsp;</span>
        <span>
        </span>
      </span>
    </small>
  </div>
  
</div>

            
            
              
                
                  
                
              
            
            
             
             </div>
            
            

            

          </div>
        </div>

        <div class="card__badge top center badge--vertical"><span
              class="badge badge--bottom-left"
            >
              
              hello
            </span></div>
      </div>
    </div>
  </div>
          </div>  
        
          <div
            class="product_card swiper-slide scroll-trigger animate--slide-in"
          >    
            
  <link href="//healthbuy.com/cdn/shop/t/10/assets/block-product-variant-selector.css?v=74004362001106759351764648275" rel="stylesheet" type="text/css" media="all" />
  <link href="//healthbuy.com/cdn/shop/t/10/assets/card-block-swatch-input.css?v=120337310385964060141764648275" rel="stylesheet" type="text/css" media="all" />


<style>
   .card--card, .card--standard .card__inner {
    border: 5px solid #E6E7E84D;
   }
   .card__heading, .card__heading a {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px !important;
      line-height: 25px!important;
      letter-spacing: 0;
      text-transform: capitalize;
      text-align: center!important;
   }
   .price .price__regular span {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px!important;
      line-height: 22px;
      letter-spacing: 0;
      text-align: center!important;
      text-transform: capitalize;
      text-decoration: none;
      color: #52CD5F;
      font-size: 1.6rem;
   }
   .title_sw_group .price__regular {
    justify-content: end;
}
   .card__content .product-vendor {
      font-family: Syne;
      font-weight: 600;
      font-size: 14px !important;
      letter-spacing: 0;
      text-transform: uppercase;
      text-align: center;
      margin: .5rem 0 0;
      display: inline-block;
      width: 100%;
      word-break: break-all;
      color: #03ACC3 !important;
    }

  @media only screen and (max-width: 1250px) {
     .card__heading, .card__heading a {
      font-size: 16px !important;
      line-height: 25px !important;
    }
  }
  @media screen and (max-width: 640px) {
    .card--card, .card--standard .card__inner, .card .card__inner .card__media {
        border-radius: 300px;
    }
    
}
@media screen and (max-width: 749px) {
    .title_sw_group .price__regular {
        justify-content: center!important;
    }
}
</style><div class="card-wrapper product-card-wrapper quick_cart_center ">
    <div
      class="
        card card--standard
         card--media
        
        
      "
      style="--ratio-percent: 149.99%;"
    >
      <div
        class="card__inner  ratio"
        style="--ratio-percent: 149.99%; --border-radius: 200px; --border-radius-mob: 200px;"
      >
        <a
          class="product_card_link"
          aria-label="Revitol Derma Phytoceramides"
          
            href="/products/revitol-derma-phytoceramides"
          
          tabindex="-1"
        >
        Revitol Derma Phytoceramides
        </a><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//healthbuy.com/cdn/shop/files/download_15_4_9b2f6e50-ed8d-434c-adb0-ef725f9e6afa.webp?v=1724439975&width=165 165w,//healthbuy.com/cdn/shop/files/download_15_4_9b2f6e50-ed8d-434c-adb0-ef725f9e6afa.webp?v=1724439975&width=360 360w,//healthbuy.com/cdn/shop/files/download_15_4_9b2f6e50-ed8d-434c-adb0-ef725f9e6afa.webp?v=1724439975&width=533 533w,//healthbuy.com/cdn/shop/files/download_15_4_9b2f6e50-ed8d-434c-adb0-ef725f9e6afa.webp?v=1724439975&width=720 720w,//healthbuy.com/cdn/shop/files/download_15_4_9b2f6e50-ed8d-434c-adb0-ef725f9e6afa.webp?v=1724439975&width=940 940w,//healthbuy.com/cdn/shop/files/download_15_4_9b2f6e50-ed8d-434c-adb0-ef725f9e6afa.webp?v=1724439975&width=1066 1066w,//healthbuy.com/cdn/shop/files/download_15_4_9b2f6e50-ed8d-434c-adb0-ef725f9e6afa.webp?v=1724439975 2000w
                "
                src="//healthbuy.com/cdn/shop/files/download_15_4_9b2f6e50-ed8d-434c-adb0-ef725f9e6afa.webp?v=1724439975&width=533"
                sizes="(min-width: 1920px) 447px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Revitol Derma Phytoceramides"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="2000"
                height="2000"
              >
              
</div>
          </div>
        <div class="card__content content_aligncenter">
          <div class="card__information">
            <h3
              class="card__heading h3"
              
            >
              <a
                tabindex="-1"
                
                href="/products/revitol-derma-phytoceramides"
                
                
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19138447310983__main_featured_collection_qffyez-7866105757831 NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7866105757831"
              >
                Revitol Derma Phytoceramides
              </a>
            </h3>
          </div>
          <div class="card__badge badge--vertical card__badge-portrait top center sale_badge_wrapper true ">
            <span
                id="NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7866105757831"
                class="sale_badge badge badge--bottom-left"
              >
                
                
                66%<span> OFF</span>
              </span></div>
          

              <div class="quick_action_wrapper   quick_action_wrapper_has_options">
                
                  <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-7866105757831">
                        <button
                          id="quick-add-template--19138447310983__main_featured_collection_qffyez7866105757831-submit"
                          type="submit"
                          name="add"
                          class="quick-add__submit button button--full-width button--secondary"
                          aria-haspopup="dialog"
                          aria-labelledby="quick-add-template--19138447310983__main_featured_collection_qffyez7866105757831-submit title-template--19138447310983__main_featured_collection_qffyez-7866105757831"
                          aria-label="Quick add — Choose options"
                          data-product-url="/products/revitol-derma-phytoceramides"
                          
                        >
                          <span>
                              
                              <div class="quick_add__icon__wrapper ">
                                <div class="bag">
                                  <svg class="icon-cart-lid" width="36" height="16" viewBox="0 0 36 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M35.0509 10.0363L35.1073 6.15457C35.1016 5.80789 35.0245 5.46611 34.8808 5.1506C34.737 4.83508 34.5297 4.55261 34.2718 4.32083C32.1428 2.19179 25.6373 0.836345 18.0832 0.944824C9.60815 1.06919 1.00049 3.05195 0.94899 6.60437L0.892558 10.4861C0.898249 10.8327 0.975385 11.1745 1.11914 11.49C1.2629 11.8056 1.4702 12.088 1.72807 12.3198C3.85711 14.4488 10.3626 15.8043 17.9161 15.6953C26.3917 15.5714 34.9994 13.5887 35.0509 10.0363ZM18.1062 2.49531C25.9688 2.3819 31.642 3.88253 33.1761 5.41658C33.2836 5.50474 33.3726 5.61331 33.4379 5.73602C33.5033 5.85873 33.5437 5.99315 33.5569 6.13156C33.5338 7.76203 27.585 10.1234 17.9501 10.2636C10.0864 10.3781 4.41704 8.87915 2.87915 7.34126C2.66199 7.16405 2.52405 6.90788 2.49564 6.62902C2.52468 4.99471 8.4735 2.63557 18.1062 2.49531ZM17.8937 14.1453C10.0311 14.2587 4.36061 12.7608 2.82382 11.2241C2.71613 11.1364 2.62681 11.0284 2.56099 10.9062C2.49518 10.784 2.45416 10.6499 2.4403 10.5118L2.46496 8.98379C5.08983 10.7934 11.0907 11.9116 17.9726 11.8125C24.2764 11.7204 30.6465 10.5989 33.5223 8.56905L33.5015 10.0143C33.4774 11.6448 27.5286 14.0051 17.8937 14.1453Z" fill="white"/>
</svg>

                                </div>
                                <span class="quick_atc">Choose options</span>
                                <div class="iqa bag_wrap">
                                    
                                    <svg class="icon-quick-bag" width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.90308 1L1.90308 5V19C1.90308 19.5304 2.11379 20.0391 2.488806 20.4142C2.86394 20.7893 3.37264 21 3.90308 21H17.9031C18.4335 21 18.9422 20.7893 19.3173 20.4142C19.6924 20.0391 19.9031 19.5304 19.9031 19V5L16.9031 1H4.90308Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M1.90308 5H19.9031" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M14.9031 9C14.9031 10.0609 14.4816 11.0783 13.7315 11.8284C12.9814 12.5786 11.9639 13 10.9031 13C9.84221 13 8.82479 12.5786 8.07465 11.8284C7.3245 11.0783 6.90308 10.0609 6.90308 9"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
</svg>

                                  
                                </div>
                              </div>
                            
                          </span><link href="//healthbuy.com/cdn/shop/t/10/assets/block-loading-spinner.css?v=177701165360776258541764648275" rel="stylesheet" type="text/css" media="all" />

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"    
    viewBox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
</button>
                      </modal-opener>
                      <quick-add-modal id="QuickAdd-7866105757831" class="quick-add-modal">
                        <div
                          role="dialog"
                          aria-label="Choose options for Revitol Derma Phytoceramides"
                          aria-modal="true"
                          class="quick-add-modal__content global-settings-popup"
                          tabindex="-1"
                        >
                          <button
                            id="ModalClose-7866105757831"
                            type="button"
                            class="quick-add-modal__toggle"
                            aria-label="Close"
                          >
                            <svg version="1.0"  class="icon icon-close" xmlns="http://www.w3.org/2000/svg" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet">

<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" fill="var(--text-color)" stroke="none">
<path d="M4580 4789 c-14 -5 -474 -458 -1022 -1007 l-998 -997 -997 997
c-1085 1084 -1016 1021 -1110 1003 -49 -9 -109 -69 -118 -118 -18 -94 -81 -25
1003 -1109 l997 -998 -1002 -1002 c-1087 -1089 -1026 -1021 -1009 -1114 9 -47
73 -111 120 -120 93 -17 25 -78 1113 1009 l1003 1002 1002 -1002 c1090 -1089
1021 -1026 1115 -1008 49 9 109 69 118 118 18 94 81 25 -1008 1114 l-1002
1003 1002 1002 c1086 1087 1026 1021 1009 1113 -17 91 -127 149 -216 114z"></path>
</g>
</svg>
                          </button>
                          <div id="QuickAddInfo-7866105757831" class="quick-add-modal__content-info"></div>
                        </div>
                      </quick-add-modal></div>
                
              </div>
            
          
        </div>
      </div>
      <div class="card__content content_aligncenter">
        <div class="card__information alignment_left">
          
<span class="visually-hidden">Vendor:</span>
              <div class="product-vendor caption-with-letter-spacing light">HealthBuy</div>
          <h3
            class="card__heading h3"
            
              id="title-template--19138447310983__main_featured_collection_qffyez-7866105757831"
            
          >
            <a
              
                href="/products/revitol-derma-phytoceramides"
                
             
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19138447310983__main_featured_collection_qffyez-7866105757831 Badge-template--19138447310983__main_featured_collection_qffyez-7866105757831"
            >
              Revitol Derma Phytoceramides
            </a>
          </h3>

          
          <div class="card-information">
            
            <span class="caption-large light"></span>
            
            <div class="title_sw_group">
            
            
<div
  class="
    price  price--on-sale
  "
>
  <div class="price__container">
   
    <div class="price__regular "><span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span class="price-item price-item--regular">
          From $40.00
        </span></div>


    
     
    
    <div class="price__sale no_cap  hide-price-compir">
        <span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span>
          <s class="price-item price-item--regular">
            
              $120.00
            
          </s>
        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
      <span class="price-item price-item--sale price-item--last">
        From $40.00
      </span>
    </div>
    <small class="unit-price caption hidden">
      <span class="visually-hidden">Unit price</span>
      <span class="price-item price-item--last">
        <span></span>
        <span aria-hidden="true">/</span>
        <span class="visually-hidden">&nbsp;per&nbsp;</span>
        <span>
        </span>
      </span>
    </small>
  </div>
  
</div>

            
            
              
                
                  
                
              
            
            
             
             </div>
            
            

            

          </div>
        </div>

        <div class="card__badge top center badge--vertical"><span
              class="badge badge--bottom-left"
            >
              
              hello
            </span></div>
      </div>
    </div>
  </div>
          </div>  
        
          <div
            class="product_card swiper-slide scroll-trigger animate--slide-in"
          >    
            
  <link href="//healthbuy.com/cdn/shop/t/10/assets/block-product-variant-selector.css?v=74004362001106759351764648275" rel="stylesheet" type="text/css" media="all" />
  <link href="//healthbuy.com/cdn/shop/t/10/assets/card-block-swatch-input.css?v=120337310385964060141764648275" rel="stylesheet" type="text/css" media="all" />


<style>
   .card--card, .card--standard .card__inner {
    border: 5px solid #E6E7E84D;
   }
   .card__heading, .card__heading a {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px !important;
      line-height: 25px!important;
      letter-spacing: 0;
      text-transform: capitalize;
      text-align: center!important;
   }
   .price .price__regular span {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px!important;
      line-height: 22px;
      letter-spacing: 0;
      text-align: center!important;
      text-transform: capitalize;
      text-decoration: none;
      color: #52CD5F;
      font-size: 1.6rem;
   }
   .title_sw_group .price__regular {
    justify-content: end;
}
   .card__content .product-vendor {
      font-family: Syne;
      font-weight: 600;
      font-size: 14px !important;
      letter-spacing: 0;
      text-transform: uppercase;
      text-align: center;
      margin: .5rem 0 0;
      display: inline-block;
      width: 100%;
      word-break: break-all;
      color: #03ACC3 !important;
    }

  @media only screen and (max-width: 1250px) {
     .card__heading, .card__heading a {
      font-size: 16px !important;
      line-height: 25px !important;
    }
  }
  @media screen and (max-width: 640px) {
    .card--card, .card--standard .card__inner, .card .card__inner .card__media {
        border-radius: 300px;
    }
    
}
@media screen and (max-width: 749px) {
    .title_sw_group .price__regular {
        justify-content: center!important;
    }
}
</style><div class="card-wrapper product-card-wrapper quick_cart_center ">
    <div
      class="
        card card--standard
         card--media
        
        
      "
      style="--ratio-percent: 149.99%;"
    >
      <div
        class="card__inner  ratio"
        style="--ratio-percent: 149.99%; --border-radius: 200px; --border-radius-mob: 200px;"
      >
        <a
          class="product_card_link"
          aria-label="Revitol Cellulite Solution"
          
            href="/products/revitol-cellulite-solution"
          
          tabindex="-1"
        >
        Revitol Cellulite Solution
        </a><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//healthbuy.com/cdn/shop/files/download_15_3_53010e51-50ea-46bd-8c9f-fcf237ce66bf.webp?v=1724439979&width=165 165w,//healthbuy.com/cdn/shop/files/download_15_3_53010e51-50ea-46bd-8c9f-fcf237ce66bf.webp?v=1724439979&width=360 360w,//healthbuy.com/cdn/shop/files/download_15_3_53010e51-50ea-46bd-8c9f-fcf237ce66bf.webp?v=1724439979&width=533 533w,//healthbuy.com/cdn/shop/files/download_15_3_53010e51-50ea-46bd-8c9f-fcf237ce66bf.webp?v=1724439979&width=720 720w,//healthbuy.com/cdn/shop/files/download_15_3_53010e51-50ea-46bd-8c9f-fcf237ce66bf.webp?v=1724439979&width=940 940w,//healthbuy.com/cdn/shop/files/download_15_3_53010e51-50ea-46bd-8c9f-fcf237ce66bf.webp?v=1724439979&width=1066 1066w,//healthbuy.com/cdn/shop/files/download_15_3_53010e51-50ea-46bd-8c9f-fcf237ce66bf.webp?v=1724439979 2000w
                "
                src="//healthbuy.com/cdn/shop/files/download_15_3_53010e51-50ea-46bd-8c9f-fcf237ce66bf.webp?v=1724439979&width=533"
                sizes="(min-width: 1920px) 447px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Revitol Cellulite Solution"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="2000"
                height="2000"
              >
              
</div>
          </div>
        <div class="card__content content_aligncenter">
          <div class="card__information">
            <h3
              class="card__heading h3"
              
            >
              <a
                tabindex="-1"
                
                href="/products/revitol-cellulite-solution"
                
                
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-template--19138447310983__main_featured_collection_qffyez-7866104807559 NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7866104807559"
              >
                Revitol Cellulite Solution
              </a>
            </h3>
          </div>
          <div class="card__badge badge--vertical card__badge-portrait top center sale_badge_wrapper true ">
            <span
                id="NoMediaStandardBadge-template--19138447310983__main_featured_collection_qffyez-7866104807559"
                class="sale_badge badge badge--bottom-left"
              >
                
                
                66%<span> OFF</span>
              </span></div>
          

              <div class="quick_action_wrapper   quick_action_wrapper_has_options">
                
                  <div class="quick-add no-js-hidden"><modal-opener data-modal="#QuickAdd-7866104807559">
                        <button
                          id="quick-add-template--19138447310983__main_featured_collection_qffyez7866104807559-submit"
                          type="submit"
                          name="add"
                          class="quick-add__submit button button--full-width button--secondary"
                          aria-haspopup="dialog"
                          aria-labelledby="quick-add-template--19138447310983__main_featured_collection_qffyez7866104807559-submit title-template--19138447310983__main_featured_collection_qffyez-7866104807559"
                          aria-label="Quick add — Choose options"
                          data-product-url="/products/revitol-cellulite-solution"
                          
                        >
                          <span>
                              
                              <div class="quick_add__icon__wrapper ">
                                <div class="bag">
                                  <svg class="icon-cart-lid" width="36" height="16" viewBox="0 0 36 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M35.0509 10.0363L35.1073 6.15457C35.1016 5.80789 35.0245 5.46611 34.8808 5.1506C34.737 4.83508 34.5297 4.55261 34.2718 4.32083C32.1428 2.19179 25.6373 0.836345 18.0832 0.944824C9.60815 1.06919 1.00049 3.05195 0.94899 6.60437L0.892558 10.4861C0.898249 10.8327 0.975385 11.1745 1.11914 11.49C1.2629 11.8056 1.4702 12.088 1.72807 12.3198C3.85711 14.4488 10.3626 15.8043 17.9161 15.6953C26.3917 15.5714 34.9994 13.5887 35.0509 10.0363ZM18.1062 2.49531C25.9688 2.3819 31.642 3.88253 33.1761 5.41658C33.2836 5.50474 33.3726 5.61331 33.4379 5.73602C33.5033 5.85873 33.5437 5.99315 33.5569 6.13156C33.5338 7.76203 27.585 10.1234 17.9501 10.2636C10.0864 10.3781 4.41704 8.87915 2.87915 7.34126C2.66199 7.16405 2.52405 6.90788 2.49564 6.62902C2.52468 4.99471 8.4735 2.63557 18.1062 2.49531ZM17.8937 14.1453C10.0311 14.2587 4.36061 12.7608 2.82382 11.2241C2.71613 11.1364 2.62681 11.0284 2.56099 10.9062C2.49518 10.784 2.45416 10.6499 2.4403 10.5118L2.46496 8.98379C5.08983 10.7934 11.0907 11.9116 17.9726 11.8125C24.2764 11.7204 30.6465 10.5989 33.5223 8.56905L33.5015 10.0143C33.4774 11.6448 27.5286 14.0051 17.8937 14.1453Z" fill="white"/>
</svg>

                                </div>
                                <span class="quick_atc">Choose options</span>
                                <div class="iqa bag_wrap">
                                    
                                    <svg class="icon-quick-bag" width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.90308 1L1.90308 5V19C1.90308 19.5304 2.11379 20.0391 2.488806 20.4142C2.86394 20.7893 3.37264 21 3.90308 21H17.9031C18.4335 21 18.9422 20.7893 19.3173 20.4142C19.6924 20.0391 19.9031 19.5304 19.9031 19V5L16.9031 1H4.90308Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M1.90308 5H19.9031" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M14.9031 9C14.9031 10.0609 14.4816 11.0783 13.7315 11.8284C12.9814 12.5786 11.9639 13 10.9031 13C9.84221 13 8.82479 12.5786 8.07465 11.8284C7.3245 11.0783 6.90308 10.0609 6.90308 9"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
</svg>

                                  
                                </div>
                              </div>
                            
                          </span><link href="//healthbuy.com/cdn/shop/t/10/assets/block-loading-spinner.css?v=177701165360776258541764648275" rel="stylesheet" type="text/css" media="all" />

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"    
    viewBox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
</button>
                      </modal-opener>
                      <quick-add-modal id="QuickAdd-7866104807559" class="quick-add-modal">
                        <div
                          role="dialog"
                          aria-label="Choose options for Revitol Cellulite Solution"
                          aria-modal="true"
                          class="quick-add-modal__content global-settings-popup"
                          tabindex="-1"
                        >
                          <button
                            id="ModalClose-7866104807559"
                            type="button"
                            class="quick-add-modal__toggle"
                            aria-label="Close"
                          >
                            <svg version="1.0"  class="icon icon-close" xmlns="http://www.w3.org/2000/svg" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet">

<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" fill="var(--text-color)" stroke="none">
<path d="M4580 4789 c-14 -5 -474 -458 -1022 -1007 l-998 -997 -997 997
c-1085 1084 -1016 1021 -1110 1003 -49 -9 -109 -69 -118 -118 -18 -94 -81 -25
1003 -1109 l997 -998 -1002 -1002 c-1087 -1089 -1026 -1021 -1009 -1114 9 -47
73 -111 120 -120 93 -17 25 -78 1113 1009 l1003 1002 1002 -1002 c1090 -1089
1021 -1026 1115 -1008 49 9 109 69 118 118 18 94 81 25 -1008 1114 l-1002
1003 1002 1002 c1086 1087 1026 1021 1009 1113 -17 91 -127 149 -216 114z"></path>
</g>
</svg>
                          </button>
                          <div id="QuickAddInfo-7866104807559" class="quick-add-modal__content-info"></div>
                        </div>
                      </quick-add-modal></div>
                
              </div>
            
          
        </div>
      </div>
      <div class="card__content content_aligncenter">
        <div class="card__information alignment_left">
          
<span class="visually-hidden">Vendor:</span>
              <div class="product-vendor caption-with-letter-spacing light">HealthBuy</div>
          <h3
            class="card__heading h3"
            
              id="title-template--19138447310983__main_featured_collection_qffyez-7866104807559"
            
          >
            <a
              
                href="/products/revitol-cellulite-solution"
                
             
              class="full-unstyled-link"
              aria-labelledby="CardLink-template--19138447310983__main_featured_collection_qffyez-7866104807559 Badge-template--19138447310983__main_featured_collection_qffyez-7866104807559"
            >
              Revitol Cellulite Solution
            </a>
          </h3>

          
          <div class="card-information">
            
            <span class="caption-large light"></span>
            
            <div class="title_sw_group">
            
            
<div
  class="
    price  price--on-sale
  "
>
  <div class="price__container">
   
    <div class="price__regular "><span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span class="price-item price-item--regular">
          From $40.00
        </span></div>


    
     
    
    <div class="price__sale no_cap  hide-price-compir">
        <span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span>
          <s class="price-item price-item--regular">
            
              $120.00
            
          </s>
        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
      <span class="price-item price-item--sale price-item--last">
        From $40.00
      </span>
    </div>
    <small class="unit-price caption hidden">
      <span class="visually-hidden">Unit price</span>
      <span class="price-item price-item--last">
        <span></span>
        <span aria-hidden="true">/</span>
        <span class="visually-hidden">&nbsp;per&nbsp;</span>
        <span>
        </span>
      </span>
    </small>
  </div>
  
</div>

            
            
              
                
                  
                
              
            
            
             
             </div>
            
            

            

          </div>
        </div>

        <div class="card__badge top center badge--vertical"><span
              class="badge badge--bottom-left"
            >
              
              hello
            </span></div>
      </div>
    </div>
  </div>
          </div>  
        
        </div>
      </div>
    
  
    
  </div>
</div>


  <script>
    var fcColumns = 4;
    var fcSpacing = 30;
    var fcShowNext = false;
    var fcMed = 3;
    var fcSmall = 2;
    var fcXS = 1;

    if(fcShowNext) {
      fcColumns = Number(fcColumns + 0.3);
      fcMed = 3.3;
      fcSmall = 2.2;
      fcXS = 1.3
    }

    var swiper = new Swiper(".fci-template--19138447310983__main_featured_collection_qffyez", {
        slidesPerView: fcColumns,
        loop: false,
        speed: 600,
        spaceBetween: fcSpacing,
        navigation: {
            nextEl: ".fc_right-template--19138447310983__main_featured_collection_qffyez",
            prevEl: ".fc_left-template--19138447310983__main_featured_collection_qffyez",
        },
        breakpoints: {
        0: {
          slidesPerView: fcXS,
          spaceBetween: 15,
          freeMode: false,
          speed: 600
        },
        500: {
          slidesPerView: fcXS,
          spaceBetween: 15,
          freeMode: false,
          speed: 600
        },
        641: {
          slidesPerView: fcSmall,
          spaceBetween: fcSpacing,
        },
        990: {
          slidesPerView: fcMed,
          spaceBetween: fcSpacing,
        },
        1250: {
          slidesPerView: fcColumns,
          spaceBetween: fcSpacing,
        },
      },
      });
  </script>


<script>
  var variantSwatches = document.querySelectorAll('.swatch_variant');
  variantSwatches.forEach((swatch) => {
    swatch.addEventListener('focus', () => {
      swatch.closest('label').style.outline = '1px solid #000';
      swatch.closest('label').style.outlineOffset = '3px';
    });

    swatch.addEventListener('blur', () => {
      swatch.closest('label').style.outline = 'none';
    });
  });

  var buttons = document.querySelectorAll('.quick-add__submit');
  buttons.forEach((button) => {
    button.addEventListener('focus', () => {
      let wrapper = button.closest('.quick_action_wrapper');
      if (wrapper) {
        wrapper.style.outline = '0.1rem solid #000';
        wrapper.style.outlineOffset = '0.3rem';
      }
    });

    button.addEventListener('blur', () => {
      let wrapper = button.closest('.quick_action_wrapper');
      if (wrapper) {
        wrapper.style.outline = 'none';
      }
    });
  });
</script>


</div><div id="shopify-section-template--19138447310983__video_background_MwYWA9" class="shopify-section video-background-section"><style data-shopify>
  .video_bg_content_inner span {
    font-family: Syne;
    font-weight: 600;
    font-size: 20px!important;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }
  .video_bg_content_inner h2 {
    font-family: Syne;
    font-weight: 500;
    font-size: 65px!important;
    letter-spacing: 0;
    text-align: center;
    line-height: 6.8rem!important;
    margin: 1rem 0 0;
    color: var(--text-color);
  }
  .video_bg_text p {
    margin: 0;
    font-family: Syne;
    font-weight: 600;
    font-size: 18px!important;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    line-height: calc(1.6rem * 1.4);
    color: var(--text-color);
  }

  .video_bg_btns .btn {
    padding: 0 50px;
  }

  @media only screen and (max-width: 1440px) {
    .video_bg_content_inner h2 {
        font-size: 45px !important; 
    }
  }
  @media only screen and (max-width: 550px) {
    .video_bg_content_inner h2 {
        font-size: 30px !important;
        line-height: 30px!important;
    }
    .video_bg_text p {
    font-size: 16px !important;
    line-height: 25px!important;
    }
    .video_bg_text {
    margin: 0.83rem 0 0!important;
}
}
</style>

<link href="//healthbuy.com/cdn/shop/t/10/assets/video-background.css?v=47051181012318858561764648275" rel="stylesheet" type="text/css" media="all" />

<div class="video_backgrond_wrapper-template--19138447310983__video_background_MwYWA9"
    style="--border-radius: 0px;
    --mob-border-radius: 0px;
    --overlay: 0%;
    --max-width: 780px;
    --text-color: #ffffff;
    --btn-bg: #52cd5f;
    --btn-text: #ffffff;
    --btn-hover-bg: #000000;
    --btn-hover-text: #ffffff;
    "
>
  <div class="vb_full_width">
    <div class="video_background_inner vb-auto">
      <div class="video_bg_video vbv-auto">
        
          <video playsinline="true" autoplay="autoplay" loop="loop" muted="muted" tabindex="-1" preload="metadata" poster="//healthbuy.com/cdn/shop/files/preview_images/8a17ce9459eb4c3cb063d7e022a7dc04.thumbnail.0000000000_1920x.jpg?v=1764738740"><source src="//healthbuy.com/cdn/shop/videos/c/vp/8a17ce9459eb4c3cb063d7e022a7dc04/8a17ce9459eb4c3cb063d7e022a7dc04.HD-1080p-7.2Mbps-64346530.mp4?v=0" type="video/mp4"><img src="//healthbuy.com/cdn/shop/files/preview_images/8a17ce9459eb4c3cb063d7e022a7dc04.thumbnail.0000000000_1920x.jpg?v=1764738740"></video>
        
      </div>

      <div class="video_bg_content_wrapper video_bg_text--center vb_content--middle_center">
        <div class="video_bg_content_inner">
            
                <span class="scroll-trigger animate--slide-in"
                    
                        data-cascade
                        style="--animation-order: 1;
                        "
                        
                >Health Evolution</span>
               

            
                <h2 class="scroll-trigger animate--slide-in"
                    
                        data-cascade
                        style="--animation-order: 2;"
                        
                >Stronger, Healthier, Better</h2>
               

            
                <div class="video_bg_text scroll-trigger animate--slide-in"
                    
                        data-cascade
                        style="--animation-order: 3;"
                      
                ><p>Focus on positive changes in daily life and vitality.</p></div>
               

            
                <div class="video_bg_btns   vb_btn--center  scroll-trigger animate--slide-in"
                    
                        data-cascade
                        style="--animation-order: 4;"
                      
                >
                    
                        <a href="/collections/general-health" aria-label="Video background button" class="btn">Learn More
                          
                            <span></span>
                          </a>
                        
                    
                </div>
               
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  var vbRoot = document.querySelector('.video_backgrond_wrapper-template--19138447310983__video_background_MwYWA9');
  var vbVideo = vbRoot.querySelector('video');
  if(vbVideo) {
    vbVideo.querySelector('img').setAttribute('alt', 'Video background image');
  }
</script>


</div><div id="shopify-section-template--19138447310983__image_with_text_HRw8md" class="shopify-section image-with-text-section"><style data-shopify>
  .image_with_text_wrapper-template--19138447310983__image_with_text_HRw8md {
    padding-top: 80px;
    padding-bottom: 64px;  
  }
   
  @media screen and (max-width: 749px) {
    .image_with_text_wrapper-template--19138447310983__image_with_text_HRw8md {
      padding-top: 40px;
      padding-bottom: 40px;
    }  
  }
</style>

<link href="//healthbuy.com/cdn/shop/t/10/assets/image-with-text.css?v=162417950198401375621764648275" rel="stylesheet" type="text/css" media="all" />

<style>
  .iwt_text_inner .main_heading {
    text-align: left;
  }
  .iwt_text_inner span {
    font-family: Syne;
    font-weight: 600;
    font-size: 18px!important;
    line-height: 22px !important;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #03ACC3;
  }
  .iwt_text_inner p {
    font-family: Syne;
    font-weight: 500;
    font-size: 16px !important;
    letter-spacing: 0.4px !important;
    text-transform: capitalize;
    line-height: 25px;
  }
  .iwt_btn a {
    max-width: 23rem;
    font-family: Syne;
    font-weight: 700;
    font-size: 16px;
    line-height: 31.2px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }
  .iwt_text_wrapper {
    flex: 0 0 54%;
    max-width: 54%;
  }
  .iwt_img_wrapper.stretch_img {
    flex: 0 0 46%;
    max-width: 46%;
  }
  .image_with_text_inner {
    border-radius: var(--border-radius);
  }
  .iwt_img_wrapper img {
    object-fit: contain;
  }
  .iwt_text_inner h2 {
    font-weight: 700;
  }

  @media only screen and (max-width: 989px) {
    .iwt_text_wrapper,
    .iwt_img_wrapper.stretch_img {
        flex: 0 0 100%;
        max-width: 100%;
    }
  }

  @media only screen and (max-width: 768px) {
    .iwt_text_inner h2 {
      font-size: 32px;  
      line-height: 40px;
        
    }
  }
  @media only screen and (max-width: 550px) {
    .iwt_text_inner h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .iwt_text_inner p {
        font-size: 14px !important;
        line-height: 23px;
        margin: 1rem 0 0;
    }
    .iwt_container_width .img-last .iwt_text_wrapper {
        padding: 5rem 1.5rem 0;
    }
}
</style>

<div class="image_with_text_wrapper-template--19138447310983__image_with_text_HRw8md "
  style="--section-bg: #ffffff; 
  --text-color: #000000;
  --btn-bg: #03acc3;
  --btn-text: #ffffff;
  --btn-hover-bg: #03acc3;
  --btn-hover-text: #ffffff;
  ">
  <div class="iwt_container_width">
    <div
      class="image_with_text_inner img-last "
      style="--border-radius: 20px; --border-radius-mob: 10px; --border-color: #bdbdbd;"
    >
      <div class="iwt_img_wrapper without_badge stretch_img"
      style=" --font-heading-family: Assistant, sans-serif;">
       
        
             
            <img src="//healthbuy.com/cdn/shop/files/Rectangle_9328.png?v=1764655129&amp;width=1920" alt="" srcset="//healthbuy.com/cdn/shop/files/Rectangle_9328.png?v=1764655129&amp;width=352 352w, //healthbuy.com/cdn/shop/files/Rectangle_9328.png?v=1764655129&amp;width=832 832w, //healthbuy.com/cdn/shop/files/Rectangle_9328.png?v=1764655129&amp;width=1200 1200w, //healthbuy.com/cdn/shop/files/Rectangle_9328.png?v=1764655129&amp;width=1920 1920w" width="1920" height="1182" loading="lazy" class="scroll-trigger animate--scale-in"> 
          
           
   
        
      </div>
      <div class="iwt_text_wrapper content--left">
        <div class="iwt_text_inner">
          
            <span
              
                class="scroll-trigger animate--slide-in"
              
              data-cascade
              style="--animation-order: 1"
            >BROWSE BY COLLECTION</span>
          

          
            <h2
              class="main_heading  scroll-trigger animate--slide-in"
              data-cascade
              style="--animation-order: 2"
            >
              THE TRIED-AND-TRUE PROVILLUS FORMULA
            </h2>
          

          
            
              <div
                class="scroll-trigger animate--slide-in"
                data-cascade
                style="--animation-rder: 3"
              >
            
            <p>Hair Loss, Damaged Hair, Thinning Roots, and Weak Follicles are all symptoms of completely different causes. So why would any company focus on just one thing, when we need to fix all FOUR to get truly beautiful, full, and strong hair? Our unique patented formula includes:<br/><br/>Minoxidil for fuller, faster growing hair. Biotin, for healthier strands and stronger follicles. And a proprietary blend to maintain complete and proper hair growth function. We LOADED our system with the world’s best ingredients because we knew it was the only way to deliver the results you’re looking for. <br/></p>
            </div>
          

          
            
              <div
                class="iwt_btn scroll-trigger animate--slide-in"
                data-cascade
                style="--animation-order: 4"
              >
                <a
                  class="btn"
                  
                  href="/collections/skin-nails-beauty"
                >
                  Shop Now 
                  
                  <span></span>
                </a>
              </div>
            
          
        </div>
      </div>
    </div>
  </div>
</div>


</div><div id="shopify-section-template--19138447310983__image_product_section_QBEqte" class="shopify-section">

<style>
.carousel-wrapper {
  position: relative;
  overflow: hidden;
}
.carousel-controls {
    position: absolute;
    right: 10rem;
    top: 45%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-slide {
  min-width: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  
}

@media (min-width: 990px) {
  .carousel-slide.row {
    flex-direction: row;
  }
  .carousel-slide.row-reverse {
    flex-direction: row-reverse;
  }
}

.carousel-controls button {
  width: 7rem;
  height: 7rem;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 15px;
  position: absolute;
    top: 80%;
    left: 70%;
}

.carousel-dots span {
  width: 60px;
  height: 5px;
  background: #7DA6AC;
}

.carousel-dots span.active {
  background: #000;
}
.product-block h4 {
    font-family: Syne;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.product-block h2 {
    font-family: Syne;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
}
.product-block p {
    font-family: Syne;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
}
.image-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-block {
     background: #B3E6ED;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1440px) {
  .carousel-controls {
    right: 5rem;
    top: 40%;
  }
  .carousel-dots {
    top: 85%;
}
}

@media only screen and (max-width: 1249px) {
    .carousel-dots {
        top: 87%;
        left: 67%;
    }
    .carousel-controls {
        right: 5rem;
        top: 35%;
    }
}

@media only screen and (max-width : 989px) {
  .product-block {
    padding: 40px 0 60px;
  }
  .carousel-dots {
      top: 94%;
      left: 40%;
  }
}

@media only screen and (max-width : 768px) {
  .carousel-controls button {
    width: 5rem;
    height: 5rem;
  }
}
@media only screen and (max-width: 550px) {
    .carousel-dots {
        top: 94%;
        left: 30%;
        margin: 0 auto;
    }
        .carousel-controls {
        right: 2rem;
        top: 40%;
    }
}

</style>

<div class="carousel-wrapper" id="carousel-template--19138447310983__image_product_section_QBEqte">

  <div class="carousel-track" id="carousel-track-template--19138447310983__image_product_section_QBEqte">
    
    
      
      
      <div class="carousel-slide row">
        
        <!-- IMAGE -->
        <div class="image-block" style="flex: 1;">
          
            <img 
              src="//healthbuy.com/cdn/shop/files/ChatGPT_Image_Dec_9_2025_11_08_13_AM_a437aff7-b678-41c5-a5f7-fa832d5fe19c_800x.png?v=1765258829"
              class="w-full rounded-xl object-cover shadow"
            >
          
        </div>

        <!-- PRODUCT DETAILS -->
        
        <!-- PRODUCT DETAILS -->
<div class="product-block" style="flex: 1; text-align: center;">
  
    <a href="/products/provillus-women" style="display:block;">
      <img 
        src="//healthbuy.com/cdn/shop/files/Frame186_1_400x.webp?v=1721037196"
        class="mx-auto mb-4"
      >
      <h4 class="uppercase text-gray-500 text-sm">HealthBuy</h4>
      <h2 class="text-xl font-bold mt-2 mb-1">Provillus Womans Hair Regrowth</h2>
      <p class="text-lg font-semibold text-gray-700 mb-4">$40.00</p>
    </a>
  
</div>


      </div>

    
      
      
      <div class="carousel-slide row">
        
        <!-- IMAGE -->
        <div class="image-block" style="flex: 1;">
          
            <img 
              src="//healthbuy.com/cdn/shop/files/ChatGPT_Image_Dec_9_2025_10_59_05_AM_800x.png?v=1765258270"
              class="w-full rounded-xl object-cover shadow"
            >
          
        </div>

        <!-- PRODUCT DETAILS -->
        
        <!-- PRODUCT DETAILS -->
<div class="product-block" style="flex: 1; text-align: center;">
  
    <a href="/products/boost-breast-milk" style="display:block;">
      <img 
        src="//healthbuy.com/cdn/shop/files/Frame_127_4__enhanced_1_1_400x.webp?v=1720782026"
        class="mx-auto mb-4"
      >
      <h4 class="uppercase text-gray-500 text-sm">HealthBuy</h4>
      <h2 class="text-xl font-bold mt-2 mb-1">Boost Breast Milk Enhancer</h2>
      <p class="text-lg font-semibold text-gray-700 mb-4">$40.00</p>
    </a>
  
</div>


      </div>

    
      
      
      <div class="carousel-slide row">
        
        <!-- IMAGE -->
        <div class="image-block" style="flex: 1;">
          
            <img 
              src="//healthbuy.com/cdn/shop/files/ChatGPT_Image_Dec_9_2025_10_49_39_AM_800x.png?v=1765257621"
              class="w-full rounded-xl object-cover shadow"
            >
          
        </div>

        <!-- PRODUCT DETAILS -->
        
        <!-- PRODUCT DETAILS -->
<div class="product-block" style="flex: 1; text-align: center;">
  
    <a href="/products/revitol-anti-aging-collogen-and-peptide-formula" style="display:block;">
      <img 
        src="//healthbuy.com/cdn/shop/files/download_15_2_9037a105-a781-4d6e-a538-171949eb95a1_400x.webp?v=1724439984"
        class="mx-auto mb-4"
      >
      <h4 class="uppercase text-gray-500 text-sm">HealthBuy</h4>
      <h2 class="text-xl font-bold mt-2 mb-1">Revitol Anti Aging Collogen and Peptide Formula</h2>
      <p class="text-lg font-semibold text-gray-700 mb-4">$40.00</p>
    </a>
  
</div>


      </div>

    
  </div>

  <!-- CONTROLS -->
  <div class="carousel-controls flex justify-center gap-4 mt-6">
    <button onclick="prevSlide('template--19138447310983__image_product_section_QBEqte')"> <svg width="38" height="11" viewBox="0 0 38 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M37.3501 6.1001C23.8922 6.6001 5.88748 6.1001 1.8501 6.1001M1.8501 6.1001C2.97159 4.76676 5.71926 1.9001 7.73795 1.1001M1.8501 6.1001C3.81271 6.93343 7.90617 8.9001 8.57907 10.1001" stroke="var(--text-color)" stroke-width="1.82"/>
</svg>
  </button>
    <button onclick="nextSlide('template--19138447310983__image_product_section_QBEqte')"><svg width="38" height="11" viewBox="0 0 38 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0.850098 6.1001C14.308 6.6001 32.3127 6.1001 36.3501 6.1001M36.3501 6.1001C35.2286 4.76676 32.4809 1.9001 30.4622 1.1001M36.3501 6.1001C34.3875 6.93343 30.294 8.9001 29.6211 10.1001" stroke="var(--text-color)" stroke-width="1.82"/>
</svg>
</button>
  </div>

  <!-- DOTS -->
  <div class="carousel-dots" id="dots-template--19138447310983__image_product_section_QBEqte"></div>

</div>

<script>
document.addEventListener("DOMContentLoaded", function () {
  initCarousel("template--19138447310983__image_product_section_QBEqte");
});

function initCarousel(id) {
  const track = document.getElementById(`carousel-track-${id}`);
  const slides = track.children;
  const dotsContainer = document.getElementById(`dots-${id}`);

  if (!slides.length) return;

  window[`carousel_${id}`] = {
    index: 0,
    slides,
    track,
    dotsContainer
  };

  for (let i = 0; i < slides.length; i++) {
    const dot = document.createElement("span");
    if (i === 0) dot.classList.add("active");
    dotsContainer.appendChild(dot);
  }
}

function updateCarousel(id) {
  const slider = window[`carousel_${id}`];
  const width = slider.slides[0].offsetWidth;

  slider.track.style.transform = `translateX(-${slider.index * width}px)`;

  [...slider.dotsContainer.children].forEach((dot, i) => {
    dot.classList.toggle("active", i === slider.index);
  });
}

function nextSlide(id) {
  const slider = window[`carousel_${id}`];
  slider.index = (slider.index + 1) % slider.slides.length;
  updateCarousel(id);
}

function prevSlide(id) {
  const slider = window[`carousel_${id}`];
  slider.index =
    (slider.index - 1 + slider.slides.length) % slider.slides.length;
  updateCarousel(id);
}
</script>

</div><div id="shopify-section-template--19138447310983__product_video_slider_yFHXmx" class="shopify-section product-video-slider-section"><style data-shopify>
  .product_video_slider_wrapper-template--19138447310983__product_video_slider_yFHXmx {
      background: var(--section-bg);
      padding-top: 40px;
      padding-bottom: 40px;
  }

  @media screen and (max-width: 640px) {
      .product_video_slider_wrapper-template--19138447310983__product_video_slider_yFHXmx {
          padding-top: 40px;
          padding-bottom: 40px;
      }
  }
</style>

<link href="//healthbuy.com/cdn/shop/t/10/assets/product-video-slider.css?v=88951123887745944931764832289" rel="stylesheet" type="text/css" media="all" />

<link href="//healthbuy.com/cdn/shop/t/10/assets/quick-add.css?v=126901603719598408221764648275" rel="stylesheet" type="text/css" media="all" />

<style>
  .pvs_product_img img {
    border-radius: 70px;
  }
  .no_overlay .pvs_product_info.with_quick_add_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .below_video .pvs_quick {
    display: none;
  }
  .pvs_product_info h4 a, .pvs_product_info p a {
    font-family: Syne;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    text-align: center;
    
    text-transform: capitalize;
    text-decoration: none;
    color: var(--product-color);
  }
  .pvs_price_wrapper {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px;
      line-height: 22px;
      letter-spacing: 0;
      text-align: center;
      text-transform: capitalize;
      display: flex;
      align-items: center;
      gap: 1rem;
      justify-content: center;
      
  }
  .pvs_price_wrapper span {
      color: #52CD5F; 
  }

  @media only screen and(max-width: 748px) {
    .pvs_arrows.pvs_arrows-circle .pvs_arrow {
        width: 5rem!important;
        height: 5rem!important;
        border-radius: 50%;
    }
  }
</style>
<script src="//healthbuy.com/cdn/shop/t/10/assets/product-form.js?v=6274868397573281181764648275" defer="defer"></script>

<script src="//healthbuy.com/cdn/shop/t/10/assets/quick-add-modal.js?v=72941365865587197511764648275" defer="defer"></script>



<div
  class="product_video_slider_wrapper-template--19138447310983__product_video_slider_yFHXmx   no_overlay"
  style="
    --section-bg: #ffffff;
    --text-color: #000000;
    --product-color: #000000;
    --quick-bg: #000000;
    --quick-text: #ffffff;
    --border-radius: 200px;
    --mob-border-radius: 0px;
    --gap: 30px;
    --btn-bg: #000000;
    --btn-text: #ffffff;
    --btn-hover-bg: #ffffff;
    --btn-hover-text: #000000;
    
  "
>
  
    <div class="product_video_slider_header pvs--center">
      
       <div class="collection_list_head cl-center ">
        <h2 class="main_heading scroll-trigger animate--slide-in">
          Product Video Slider
        </h2>
        
          <div class="header_wrapper_btn">
          <a role="link" class="btn btn_disabled">Button Label
            <span></span>
          </a>
        </div>
        
      </div>
      
    </div>
  

  
    <div class="product_video_slider_main_inner has_slider  split__Arrow no_next">
      <div class="product_video_slider_inner pvs-template--19138447310983__product_video_slider_yFHXmx swiper">
        <div class="swiper-wrapper">
        
          
          
          <div
            class="product_video_slider_blocks  swiper-slide scroll-trigger animate--slide-in"
            
              data-cascade
              style="--animation-order: 1;"
            
          >
            
              <div
                class="product_slider_media_wrapper ratio"
                style="--ratio-percent: 149.92503748125935%;"
              >
                <img src="//healthbuy.com/cdn/shop/files/7667500_9.png?v=1764752886&amp;width=1200" alt="" srcset="//healthbuy.com/cdn/shop/files/7667500_9.png?v=1764752886&amp;width=352 352w, //healthbuy.com/cdn/shop/files/7667500_9.png?v=1764752886&amp;width=832 832w, //healthbuy.com/cdn/shop/files/7667500_9.png?v=1764752886&amp;width=1200 1200w" width="1200" height="1794" loading="lazy">
              </div>
            

            
              
              <product-video-slider>
              </product-video-slider>
              
                 <div class="pvs_below_wrapper  below_video " style="--btn-bg: #000000;
                  --btn-text: #ffffff">
                
                  <div class="pvs_product_img">
                    <a href="/products/bowtrolcoloncleanse">
                      <img src="//healthbuy.com/cdn/shop/files/Frame161.webp?v=1720769793&amp;width=500" alt="Bowtrol Gut Health &amp; Parasite Cleanser" srcset="//healthbuy.com/cdn/shop/files/Frame161.webp?v=1720769793&amp;width=352 352w, //healthbuy.com/cdn/shop/files/Frame161.webp?v=1720769793&amp;width=500 500w" width="500" height="500" loading="lazy">
                    </a>
                  </div>
                
                <div class="pvs_product_info with_quick_add_btn">
                  <div class="product_pv_outer">
                  <p>
                    <a href="/products/bowtrolcoloncleanse">Bowtrol Gut Health & Parasite Cleanser</a>
                  </p>
                  <div class="pvs_price_wrapper">
                    <span>$40.00</span>
                    
                      <s>$120.00</s>
                    
                  </div>
                </div>
                <div class="pvs_quick">
                  <div class="pvs_qform"><modal-opener data-modal="#QuickAdd-7823468429447">
                      <button
                        id="quick-add-template--19138447310983__product_video_slider_yFHXmx7823468429447-submit"
                        type="submit"
                        name="add"
                        class="quick-add__submit button button--full-width button--secondary"
                        aria-label="Quick add button"
                        aria-haspopup="dialog"
                        aria-labelledby="quick-add-template--19138447310983__product_video_slider_yFHXmx7823468429447-submit title-template--19138447310983__product_video_slider_yFHXmx-7823468429447"
                        data-product-url="/products/bowtrolcoloncleanse"
                        
                      >
                        <span>
                          
                            <div class="pvs_icon_wrapper">
                              
                                <svg class="icon-quick-bag" width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.90308 1L1.90308 5V19C1.90308 19.5304 2.11379 20.0391 2.488806 20.4142C2.86394 20.7893 3.37264 21 3.90308 21H17.9031C18.4335 21 18.9422 20.7893 19.3173 20.4142C19.6924 20.0391 19.9031 19.5304 19.9031 19V5L16.9031 1H4.90308Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M1.90308 5H19.9031" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M14.9031 9C14.9031 10.0609 14.4816 11.0783 13.7315 11.8284C12.9814 12.5786 11.9639 13 10.9031 13C9.84221 13 8.82479 12.5786 8.07465 11.8284C7.3245 11.0783 6.90308 10.0609 6.90308 9"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
</svg>

                                 
                            </div>
                          
                        </span><link href="//healthbuy.com/cdn/shop/t/10/assets/block-loading-spinner.css?v=177701165360776258541764648275" rel="stylesheet" type="text/css" media="all" />

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"    
    viewBox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
</button>
                    </modal-opener>
                    <quick-add-modal id="QuickAdd-7823468429447" class="quick-add-modal">
                      <div
                        role="dialog"
                        aria-label="Choose options for Bowtrol Gut Health &amp;amp; Parasite Cleanser"
                        aria-modal="true"
                        class="quick-add-modal__content global-settings-popup"
                        tabindex="-1"
                      >
                        <button
                          id="ModalClose-7823468429447"
                          type="button"
                          class="quick-add-modal__toggle"
                          aria-label="Close"
                        >
                          <svg version="1.0"  class="icon icon-close" xmlns="http://www.w3.org/2000/svg" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet">

<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" fill="var(--text-color)" stroke="none">
<path d="M4580 4789 c-14 -5 -474 -458 -1022 -1007 l-998 -997 -997 997
c-1085 1084 -1016 1021 -1110 1003 -49 -9 -109 -69 -118 -118 -18 -94 -81 -25
1003 -1109 l997 -998 -1002 -1002 c-1087 -1089 -1026 -1021 -1009 -1114 9 -47
73 -111 120 -120 93 -17 25 -78 1113 1009 l1003 1002 1002 -1002 c1090 -1089
1021 -1026 1115 -1008 49 9 109 69 118 118 18 94 81 25 -1008 1114 l-1002
1003 1002 1002 c1086 1087 1026 1021 1009 1113 -17 91 -127 149 -216 114z"></path>
</g>
</svg>
                        </button>
                        <div id="QuickAddInfo-7823468429447" class="quick-add-modal__content-info"></div>
                      </div>
                    </quick-add-modal>
                  
                </div>
                </div>
                </div>
              </div>
              
            
          </div>
        
          
          
          <div
            class="product_video_slider_blocks  swiper-slide scroll-trigger animate--slide-in"
            
              data-cascade
              style="--animation-order: 2;"
            
          >
            
              <div
                class="product_slider_media_wrapper ratio"
                style="--ratio-percent: 149.92503748125935%;"
              >
                <img src="//healthbuy.com/cdn/shop/files/7667500_10.png?v=1764752886&amp;width=1200" alt="" srcset="//healthbuy.com/cdn/shop/files/7667500_10.png?v=1764752886&amp;width=352 352w, //healthbuy.com/cdn/shop/files/7667500_10.png?v=1764752886&amp;width=832 832w, //healthbuy.com/cdn/shop/files/7667500_10.png?v=1764752886&amp;width=1200 1200w" width="1200" height="1794" loading="lazy">
              </div>
            

            
              
              <product-video-slider>
              </product-video-slider>
              
                 <div class="pvs_below_wrapper  below_video " style="--btn-bg: #000000;
                  --btn-text: #ffffff">
                
                  <div class="pvs_product_img">
                    <a href="/products/ketosis-advanced">
                      <img src="//healthbuy.com/cdn/shop/files/Frame164_1_1.webp?v=1720778500&amp;width=500" alt="Ketosis Advanced" srcset="//healthbuy.com/cdn/shop/files/Frame164_1_1.webp?v=1720778500&amp;width=352 352w, //healthbuy.com/cdn/shop/files/Frame164_1_1.webp?v=1720778500&amp;width=500 500w" width="500" height="500" loading="lazy">
                    </a>
                  </div>
                
                <div class="pvs_product_info with_quick_add_btn">
                  <div class="product_pv_outer">
                  <p>
                    <a href="/products/ketosis-advanced">Ketosis Advanced</a>
                  </p>
                  <div class="pvs_price_wrapper">
                    <span>$40.00</span>
                    
                      <s>$120.00</s>
                    
                  </div>
                </div>
                <div class="pvs_quick">
                  <div class="pvs_qform"><modal-opener data-modal="#QuickAdd-7823592030343">
                      <button
                        id="quick-add-template--19138447310983__product_video_slider_yFHXmx7823592030343-submit"
                        type="submit"
                        name="add"
                        class="quick-add__submit button button--full-width button--secondary"
                        aria-label="Quick add button"
                        aria-haspopup="dialog"
                        aria-labelledby="quick-add-template--19138447310983__product_video_slider_yFHXmx7823592030343-submit title-template--19138447310983__product_video_slider_yFHXmx-7823592030343"
                        data-product-url="/products/ketosis-advanced"
                        
                      >
                        <span>
                          
                            <div class="pvs_icon_wrapper">
                              
                                <svg class="icon-quick-bag" width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.90308 1L1.90308 5V19C1.90308 19.5304 2.11379 20.0391 2.488806 20.4142C2.86394 20.7893 3.37264 21 3.90308 21H17.9031C18.4335 21 18.9422 20.7893 19.3173 20.4142C19.6924 20.0391 19.9031 19.5304 19.9031 19V5L16.9031 1H4.90308Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M1.90308 5H19.9031" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M14.9031 9C14.9031 10.0609 14.4816 11.0783 13.7315 11.8284C12.9814 12.5786 11.9639 13 10.9031 13C9.84221 13 8.82479 12.5786 8.07465 11.8284C7.3245 11.0783 6.90308 10.0609 6.90308 9"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
</svg>

                                 
                            </div>
                          
                        </span><link href="//healthbuy.com/cdn/shop/t/10/assets/block-loading-spinner.css?v=177701165360776258541764648275" rel="stylesheet" type="text/css" media="all" />

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"    
    viewBox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
</button>
                    </modal-opener>
                    <quick-add-modal id="QuickAdd-7823592030343" class="quick-add-modal">
                      <div
                        role="dialog"
                        aria-label="Choose options for Ketosis Advanced"
                        aria-modal="true"
                        class="quick-add-modal__content global-settings-popup"
                        tabindex="-1"
                      >
                        <button
                          id="ModalClose-7823592030343"
                          type="button"
                          class="quick-add-modal__toggle"
                          aria-label="Close"
                        >
                          <svg version="1.0"  class="icon icon-close" xmlns="http://www.w3.org/2000/svg" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet">

<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" fill="var(--text-color)" stroke="none">
<path d="M4580 4789 c-14 -5 -474 -458 -1022 -1007 l-998 -997 -997 997
c-1085 1084 -1016 1021 -1110 1003 -49 -9 -109 -69 -118 -118 -18 -94 -81 -25
1003 -1109 l997 -998 -1002 -1002 c-1087 -1089 -1026 -1021 -1009 -1114 9 -47
73 -111 120 -120 93 -17 25 -78 1113 1009 l1003 1002 1002 -1002 c1090 -1089
1021 -1026 1115 -1008 49 9 109 69 118 118 18 94 81 25 -1008 1114 l-1002
1003 1002 1002 c1086 1087 1026 1021 1009 1113 -17 91 -127 149 -216 114z"></path>
</g>
</svg>
                        </button>
                        <div id="QuickAddInfo-7823592030343" class="quick-add-modal__content-info"></div>
                      </div>
                    </quick-add-modal>
                  
                </div>
                </div>
                </div>
              </div>
              
            
          </div>
        
          
          
          <div
            class="product_video_slider_blocks  swiper-slide scroll-trigger animate--slide-in"
            
              data-cascade
              style="--animation-order: 3;"
            
          >
            
              <div
                class="product_slider_media_wrapper ratio"
                style="--ratio-percent: 149.92503748125935%;"
              >
                <img src="//healthbuy.com/cdn/shop/files/7667500_11.png?v=1764752887&amp;width=1200" alt="" srcset="//healthbuy.com/cdn/shop/files/7667500_11.png?v=1764752887&amp;width=352 352w, //healthbuy.com/cdn/shop/files/7667500_11.png?v=1764752887&amp;width=832 832w, //healthbuy.com/cdn/shop/files/7667500_11.png?v=1764752887&amp;width=1200 1200w" width="1200" height="1794" loading="lazy">
              </div>
            

            
              
              <product-video-slider>
              </product-video-slider>
              
                 <div class="pvs_below_wrapper  below_video " style="--btn-bg: #000000;
                  --btn-text: #ffffff">
                
                  <div class="pvs_product_img">
                    <a href="/products/venorex">
                      <img src="//healthbuy.com/cdn/shop/files/download_15_e35b6d9d-6cd6-4d93-896e-fda604418fc7.jpg?v=1721390717&amp;width=500" alt="Venorex Varicose Vein Defense" srcset="//healthbuy.com/cdn/shop/files/download_15_e35b6d9d-6cd6-4d93-896e-fda604418fc7.jpg?v=1721390717&amp;width=352 352w, //healthbuy.com/cdn/shop/files/download_15_e35b6d9d-6cd6-4d93-896e-fda604418fc7.jpg?v=1721390717&amp;width=500 500w" width="500" height="500" loading="lazy">
                    </a>
                  </div>
                
                <div class="pvs_product_info with_quick_add_btn">
                  <div class="product_pv_outer">
                  <p>
                    <a href="/products/venorex">Venorex Varicose Vein Defense</a>
                  </p>
                  <div class="pvs_price_wrapper">
                    <span>$40.00</span>
                    
                      <s>$120.00</s>
                    
                  </div>
                </div>
                <div class="pvs_quick">
                  <div class="pvs_qform"><modal-opener data-modal="#QuickAdd-7823469215879">
                      <button
                        id="quick-add-template--19138447310983__product_video_slider_yFHXmx7823469215879-submit"
                        type="submit"
                        name="add"
                        class="quick-add__submit button button--full-width button--secondary"
                        aria-label="Quick add button"
                        aria-haspopup="dialog"
                        aria-labelledby="quick-add-template--19138447310983__product_video_slider_yFHXmx7823469215879-submit title-template--19138447310983__product_video_slider_yFHXmx-7823469215879"
                        data-product-url="/products/venorex"
                        
                      >
                        <span>
                          
                            <div class="pvs_icon_wrapper">
                              
                                <svg class="icon-quick-bag" width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.90308 1L1.90308 5V19C1.90308 19.5304 2.11379 20.0391 2.488806 20.4142C2.86394 20.7893 3.37264 21 3.90308 21H17.9031C18.4335 21 18.9422 20.7893 19.3173 20.4142C19.6924 20.0391 19.9031 19.5304 19.9031 19V5L16.9031 1H4.90308Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M1.90308 5H19.9031" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M14.9031 9C14.9031 10.0609 14.4816 11.0783 13.7315 11.8284C12.9814 12.5786 11.9639 13 10.9031 13C9.84221 13 8.82479 12.5786 8.07465 11.8284C7.3245 11.0783 6.90308 10.0609 6.90308 9"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
</svg>

                                 
                            </div>
                          
                        </span><link href="//healthbuy.com/cdn/shop/t/10/assets/block-loading-spinner.css?v=177701165360776258541764648275" rel="stylesheet" type="text/css" media="all" />

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"    
    viewBox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
</button>
                    </modal-opener>
                    <quick-add-modal id="QuickAdd-7823469215879" class="quick-add-modal">
                      <div
                        role="dialog"
                        aria-label="Choose options for Venorex Varicose Vein Defense"
                        aria-modal="true"
                        class="quick-add-modal__content global-settings-popup"
                        tabindex="-1"
                      >
                        <button
                          id="ModalClose-7823469215879"
                          type="button"
                          class="quick-add-modal__toggle"
                          aria-label="Close"
                        >
                          <svg version="1.0"  class="icon icon-close" xmlns="http://www.w3.org/2000/svg" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet">

<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" fill="var(--text-color)" stroke="none">
<path d="M4580 4789 c-14 -5 -474 -458 -1022 -1007 l-998 -997 -997 997
c-1085 1084 -1016 1021 -1110 1003 -49 -9 -109 -69 -118 -118 -18 -94 -81 -25
1003 -1109 l997 -998 -1002 -1002 c-1087 -1089 -1026 -1021 -1009 -1114 9 -47
73 -111 120 -120 93 -17 25 -78 1113 1009 l1003 1002 1002 -1002 c1090 -1089
1021 -1026 1115 -1008 49 9 109 69 118 118 18 94 81 25 -1008 1114 l-1002
1003 1002 1002 c1086 1087 1026 1021 1009 1113 -17 91 -127 149 -216 114z"></path>
</g>
</svg>
                        </button>
                        <div id="QuickAddInfo-7823469215879" class="quick-add-modal__content-info"></div>
                      </div>
                    </quick-add-modal>
                  
                </div>
                </div>
                </div>
              </div>
              
            
          </div>
        
          
          
          <div
            class="product_video_slider_blocks  swiper-slide scroll-trigger animate--slide-in"
            
              data-cascade
              style="--animation-order: 4;"
            
          >
            
              <div
                class="product_slider_media_wrapper ratio"
                style="--ratio-percent: 149.92503748125935%;"
              >
                <img src="//healthbuy.com/cdn/shop/files/7667500_12.png?v=1764752886&amp;width=1200" alt="" srcset="//healthbuy.com/cdn/shop/files/7667500_12.png?v=1764752886&amp;width=352 352w, //healthbuy.com/cdn/shop/files/7667500_12.png?v=1764752886&amp;width=832 832w, //healthbuy.com/cdn/shop/files/7667500_12.png?v=1764752886&amp;width=1200 1200w" width="1200" height="1794" loading="lazy">
              </div>
            

            
              
              <product-video-slider>
              </product-video-slider>
              
                 <div class="pvs_below_wrapper  below_video " style="--btn-bg: #000000;
                  --btn-text: #ffffff">
                
                  <div class="pvs_product_img">
                    <a href="/products/provillus-women">
                      <img src="//healthbuy.com/cdn/shop/files/Frame186_1.webp?v=1721037196&amp;width=500" alt="Provillus Womans Hair Regrowth" srcset="//healthbuy.com/cdn/shop/files/Frame186_1.webp?v=1721037196&amp;width=352 352w, //healthbuy.com/cdn/shop/files/Frame186_1.webp?v=1721037196&amp;width=500 500w" width="500" height="500" loading="lazy">
                    </a>
                  </div>
                
                <div class="pvs_product_info with_quick_add_btn">
                  <div class="product_pv_outer">
                  <p>
                    <a href="/products/provillus-women">Provillus Womans Hair Regrowth</a>
                  </p>
                  <div class="pvs_price_wrapper">
                    <span>$40.00</span>
                    
                      <s>$120.00</s>
                    
                  </div>
                </div>
                <div class="pvs_quick">
                  <div class="pvs_qform"><modal-opener data-modal="#QuickAdd-7823575449735">
                      <button
                        id="quick-add-template--19138447310983__product_video_slider_yFHXmx7823575449735-submit"
                        type="submit"
                        name="add"
                        class="quick-add__submit button button--full-width button--secondary"
                        aria-label="Quick add button"
                        aria-haspopup="dialog"
                        aria-labelledby="quick-add-template--19138447310983__product_video_slider_yFHXmx7823575449735-submit title-template--19138447310983__product_video_slider_yFHXmx-7823575449735"
                        data-product-url="/products/provillus-women"
                        
                      >
                        <span>
                          
                            <div class="pvs_icon_wrapper">
                              
                                <svg class="icon-quick-bag" width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.90308 1L1.90308 5V19C1.90308 19.5304 2.11379 20.0391 2.488806 20.4142C2.86394 20.7893 3.37264 21 3.90308 21H17.9031C18.4335 21 18.9422 20.7893 19.3173 20.4142C19.6924 20.0391 19.9031 19.5304 19.9031 19V5L16.9031 1H4.90308Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M1.90308 5H19.9031" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M14.9031 9C14.9031 10.0609 14.4816 11.0783 13.7315 11.8284C12.9814 12.5786 11.9639 13 10.9031 13C9.84221 13 8.82479 12.5786 8.07465 11.8284C7.3245 11.0783 6.90308 10.0609 6.90308 9"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
</svg>

                                 
                            </div>
                          
                        </span><link href="//healthbuy.com/cdn/shop/t/10/assets/block-loading-spinner.css?v=177701165360776258541764648275" rel="stylesheet" type="text/css" media="all" />

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"    
    viewBox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
</button>
                    </modal-opener>
                    <quick-add-modal id="QuickAdd-7823575449735" class="quick-add-modal">
                      <div
                        role="dialog"
                        aria-label="Choose options for Provillus Womans Hair Regrowth"
                        aria-modal="true"
                        class="quick-add-modal__content global-settings-popup"
                        tabindex="-1"
                      >
                        <button
                          id="ModalClose-7823575449735"
                          type="button"
                          class="quick-add-modal__toggle"
                          aria-label="Close"
                        >
                          <svg version="1.0"  class="icon icon-close" xmlns="http://www.w3.org/2000/svg" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet">

<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" fill="var(--text-color)" stroke="none">
<path d="M4580 4789 c-14 -5 -474 -458 -1022 -1007 l-998 -997 -997 997
c-1085 1084 -1016 1021 -1110 1003 -49 -9 -109 -69 -118 -118 -18 -94 -81 -25
1003 -1109 l997 -998 -1002 -1002 c-1087 -1089 -1026 -1021 -1009 -1114 9 -47
73 -111 120 -120 93 -17 25 -78 1113 1009 l1003 1002 1002 -1002 c1090 -1089
1021 -1026 1115 -1008 49 9 109 69 118 118 18 94 81 25 -1008 1114 l-1002
1003 1002 1002 c1086 1087 1026 1021 1009 1113 -17 91 -127 149 -216 114z"></path>
</g>
</svg>
                        </button>
                        <div id="QuickAddInfo-7823575449735" class="quick-add-modal__content-info"></div>
                      </div>
                    </quick-add-modal>
                  
                </div>
                </div>
                </div>
              </div>
              
            
          </div>
        
          
          
          <div
            class="product_video_slider_blocks  swiper-slide scroll-trigger animate--slide-in"
            
              data-cascade
              style="--animation-order: 5;"
            
          >
            
              <div
                class="product_slider_media_wrapper ratio"
                style="--ratio-percent: 149.92503748125935%;"
              >
                <img src="//healthbuy.com/cdn/shop/files/7667500.png?v=1764656148&amp;width=1200" alt="" srcset="//healthbuy.com/cdn/shop/files/7667500.png?v=1764656148&amp;width=352 352w, //healthbuy.com/cdn/shop/files/7667500.png?v=1764656148&amp;width=832 832w, //healthbuy.com/cdn/shop/files/7667500.png?v=1764656148&amp;width=1200 1200w" width="1200" height="1794" loading="lazy">
              </div>
            

            
              
              <product-video-slider>
              </product-video-slider>
              
                 <div class="pvs_below_wrapper  below_video " style="--btn-bg: #000000;
                  --btn-text: #ffffff">
                
                  <div class="pvs_product_img">
                    <a href="/products/curcumin-2000">
                      <img src="//healthbuy.com/cdn/shop/files/Frame_178.png?v=1721027294&amp;width=500" alt="Curcumin 2000" srcset="//healthbuy.com/cdn/shop/files/Frame_178.png?v=1721027294&amp;width=352 352w, //healthbuy.com/cdn/shop/files/Frame_178.png?v=1721027294&amp;width=500 500w" width="500" height="500" loading="lazy">
                    </a>
                  </div>
                
                <div class="pvs_product_info with_quick_add_btn">
                  <div class="product_pv_outer">
                  <p>
                    <a href="/products/curcumin-2000">Curcumin 2000</a>
                  </p>
                  <div class="pvs_price_wrapper">
                    <span>$40.00</span>
                    
                      <s>$120.00</s>
                    
                  </div>
                </div>
                <div class="pvs_quick">
                  <div class="pvs_qform"><modal-opener data-modal="#QuickAdd-8029948739719">
                      <button
                        id="quick-add-template--19138447310983__product_video_slider_yFHXmx8029948739719-submit"
                        type="submit"
                        name="add"
                        class="quick-add__submit button button--full-width button--secondary"
                        aria-label="Quick add button"
                        aria-haspopup="dialog"
                        aria-labelledby="quick-add-template--19138447310983__product_video_slider_yFHXmx8029948739719-submit title-template--19138447310983__product_video_slider_yFHXmx-8029948739719"
                        data-product-url="/products/curcumin-2000"
                        
                      >
                        <span>
                          
                            <div class="pvs_icon_wrapper">
                              
                                <svg class="icon-quick-bag" width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.90308 1L1.90308 5V19C1.90308 19.5304 2.11379 20.0391 2.488806 20.4142C2.86394 20.7893 3.37264 21 3.90308 21H17.9031C18.4335 21 18.9422 20.7893 19.3173 20.4142C19.6924 20.0391 19.9031 19.5304 19.9031 19V5L16.9031 1H4.90308Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M1.90308 5H19.9031" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
<path d="M14.9031 9C14.9031 10.0609 14.4816 11.0783 13.7315 11.8284C12.9814 12.5786 11.9639 13 10.9031 13C9.84221 13 8.82479 12.5786 8.07465 11.8284C7.3245 11.0783 6.90308 10.0609 6.90308 9"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="var(--text-color)"/>
</svg>

                                 
                            </div>
                          
                        </span><link href="//healthbuy.com/cdn/shop/t/10/assets/block-loading-spinner.css?v=177701165360776258541764648275" rel="stylesheet" type="text/css" media="all" />

<div class="loading__spinner hidden">
  <svg
    aria-hidden="true"
    focusable="false"    
    viewBox="0 0 66 66"
    xmlns="http://www.w3.org/2000/svg"
  >
    <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  </svg>
</div>
</button>
                    </modal-opener>
                    <quick-add-modal id="QuickAdd-8029948739719" class="quick-add-modal">
                      <div
                        role="dialog"
                        aria-label="Choose options for Curcumin 2000"
                        aria-modal="true"
                        class="quick-add-modal__content global-settings-popup"
                        tabindex="-1"
                      >
                        <button
                          id="ModalClose-8029948739719"
                          type="button"
                          class="quick-add-modal__toggle"
                          aria-label="Close"
                        >
                          <svg version="1.0"  class="icon icon-close" xmlns="http://www.w3.org/2000/svg" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet">

<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" fill="var(--text-color)" stroke="none">
<path d="M4580 4789 c-14 -5 -474 -458 -1022 -1007 l-998 -997 -997 997
c-1085 1084 -1016 1021 -1110 1003 -49 -9 -109 -69 -118 -118 -18 -94 -81 -25
1003 -1109 l997 -998 -1002 -1002 c-1087 -1089 -1026 -1021 -1009 -1114 9 -47
73 -111 120 -120 93 -17 25 -78 1113 1009 l1003 1002 1002 -1002 c1090 -1089
1021 -1026 1115 -1008 49 9 109 69 118 118 18 94 81 25 -1008 1114 l-1002
1003 1002 1002 c1086 1087 1026 1021 1009 1113 -17 91 -127 149 -216 114z"></path>
</g>
</svg>
                        </button>
                        <div id="QuickAddInfo-8029948739719" class="quick-add-modal__content-info"></div>
                      </div>
                    </quick-add-modal>
                  
                </div>
                </div>
                </div>
              </div>
              
            
          </div>
        
        </div>
      </div>
       
        
          <div class="pvs_arrows pvs_arrows-circle">
            <div class="pvs_arrow pvs__prev pvs_prev_arrow-template--19138447310983__product_video_slider_yFHXmx">
              <button aria-label="Previous arrow">
                
                      <svg width="38" height="11" viewBox="0 0 38 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M37.3501 6.1001C23.8922 6.6001 5.88748 6.1001 1.8501 6.1001M1.8501 6.1001C2.97159 4.76676 5.71926 1.9001 7.73795 1.1001M1.8501 6.1001C3.81271 6.93343 7.90617 8.9001 8.57907 10.1001" stroke="var(--text-color)" stroke-width="1.82"/>
</svg>

                     
              </button>
            </div>
            <div class="pvs_arrow pvs__next pvs_next_arrow-template--19138447310983__product_video_slider_yFHXmx">
              <button aria-label="Next arrow">
                  
                <svg width="38" height="11" viewBox="0 0 38 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0.850098 6.1001C14.308 6.6001 32.3127 6.1001 36.3501 6.1001M36.3501 6.1001C35.2286 4.76676 32.4809 1.9001 30.4622 1.1001M36.3501 6.1001C34.3875 6.93343 30.294 8.9001 29.6211 10.1001" stroke="var(--text-color)" stroke-width="1.82"/>
</svg>

              
              </button>
            </div>
          </div>
        
      
    </div>
  
</div>


  <script>
    var pvColumns = 4;
    var pvSpacing = 30;
    var pvShowNext = false;
    var pvMed = 3;
    var pvSmall = 2;
    var pvS = 1;
    var pvXS = 1;

    if(pvShowNext) {
      pvColumns = Number(pvColumns + 0.3);
      var pvMed = 3.3;
      var pvSmall = 2.3;
      var pvS = 1.8;
      var pvXS = 1.2;
    }

    var pvSwiper = new Swiper('.pvs-template--19138447310983__product_video_slider_yFHXmx', {
      slidesPerView: pvColumns,
      spaceBetween: pvSpacing, 
      loop: false,
      speed: 600,
      navigation: {
            nextEl: ".pvs_next_arrow-template--19138447310983__product_video_slider_yFHXmx",
            prevEl: ".pvs_prev_arrow-template--19138447310983__product_video_slider_yFHXmx",
        },
      breakpoints: {
        0: {
          slidesPerView: pvXS,
          spaceBetween: 15,
          freeMode: false,
          speed: 800
        },
        500: {
          slidesPerView: pvS,
          spaceBetween: 15,
          freeMode: false,
          speed: 800
        },
        641: {
          slidesPerView: pvSmall,
          spaceBetween: pvSpacing,
        },
        990: {
          slidesPerView: pvMed,
          spaceBetween: pvSpacing,
        },
        1250: {
          slidesPerView: pvColumns,
          spaceBetween: pvSpacing,
        },
      },
    })
  </script>


<script>
  const pvsRoot = document.querySelector('.product_video_slider_wrapper-template--19138447310983__product_video_slider_yFHXmx');
  const pvsVideo = pvsRoot.querySelectorAll('video');
  if(pvsVideo) {
    pvsVideo.forEach((video) => {
      video.querySelector('img').setAttribute('alt', 'Product video slider');
    })
  }

</script>


</div><div id="shopify-section-template--19138447310983__multi_column_g4atHa" class="shopify-section multicolumn-section"><style data-shopify>
  .multicolumn_wrapper--template--19138447310983__multi_column_g4atHa  {
    padding-top: 0px;
    padding-bottom: 0px;
    
  }
  
  .multicolumn_inner {
    background: var(--section-bg);
  }

  @media screen and (max-width: 749px) {
    .multicolumn_wrapper--template--19138447310983__multi_column_g4atHa  {
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }
</style>

<link href="//healthbuy.com/cdn/shop/t/10/assets/multicolumn.css?v=175085081356207082821764648275" rel="stylesheet" type="text/css" media="all" />

<style>
  .multicolumn_inner {
    padding: 40px 80px;
  }
  .multicolumn_block {
    padding: 46px;
}
  #shopify-section-template--19138447310983__multi_column_g4atHa .multicolumn_block_img img {
    object-fit: contain;
  }
  .multicolumn_block_img.multimg_medium {
    max-width: 150px;
    height: 150px;
    border-radius: 200px;
    margin-left: auto;
    margin-right: auto;
   }
  .multicolumn_block--content h4.h3 {
    font-family: Syne;
    font-weight: 600;
    font-size: 22px !important;
    line-height: 25px!important;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
  }
  .index .multicolumn_block--content p {
    font-family: Syne;
    font-weight: 500;
    font-size: 15px!important;
    line-height: 22px!important;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
  }
  .multi_column_head .main_heading {
     font-family: Syne;
    font-weight: 700;
    font-size: 42px;
    line-height: 67px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;

  }
  #shopify-section-template--19172901519495__multi_column_jCadfJ .multicolumn_block,
  #shopify-section-template--19181745143943__multi_column_J74gxB .multicolumn_block,
  #shopify-section-template--19180300435591__multi_column_EipmPX .multicolumn_block {
    background: #F5F5F5;
    border-radius: 20px;
}
   #shopify-section-template--19181619806343__multi_column_kCbbm6 .multimg_small {
    max-width: 15rem;
    min-height: 6rem;
  }
  #shopify-section-template--19181619806343__multi_column_kCbbm6 .multicolumn_block--content p {
    margin: 0 auto;
  }

  @media only screen and (max-width: 1250px) {
    .multicolumn_block {
        padding: 0px;
    }
  }
  @media screen and (max-width: 640px) {
    .multicolumn_inner {
        display: flex;
        flex-direction: column;
    }
    .multi_column_head .main_heading {
    font-family: Syne;
    font-weight: 700;
    font-size: 24px !important;
    line-height: 30px !important;
    }
    .multicolumn_inner {
    padding: 40px 20px;
}
.multicolumn_block--content {
    padding: 0 10px;
}
}
</style>

<div
  class="multicolumn_wrapper--template--19138447310983__multi_column_g4atHa multicolumn_full_width"
  style="--section-bg: #52cd5f"
>
   
  <div
    class="multicolumn_inner"
    style="--border-radius: 0px; --columns: 4"
  >
    
      
      <div
        class="multicolumn_block scroll-trigger animate--slide-in"
        
          data-cascade
          style="--animation-order: 1"
        
      >
        
        
          
          
            
            <div
              class="multicolumn_block_img ratio multimg_small"
              style="--aspect-ratio: 100%"
            >
              <img src="//healthbuy.com/cdn/shop/files/fast_1.svg?v=1764671282&amp;width=500" alt="" srcset="//healthbuy.com/cdn/shop/files/fast_1.svg?v=1764671282&amp;width=352 352w, //healthbuy.com/cdn/shop/files/fast_1.svg?v=1764671282&amp;width=500 500w" width="500" height="500" loading="lazy">
            </div>
          
        
        
        <div class="multicolumn_block--content" style="--text-align: center;">
          
            <h4 class="h3">Free Shipping</h4>
          

          
            <p>We make shopping easier with free shipping on orders above $50. </p>
          

          
        </div>
      </div>
      
    
      
      <div
        class="multicolumn_block scroll-trigger animate--slide-in"
        
          data-cascade
          style="--animation-order: 2"
        
      >
        
        
          
          
            
            <div
              class="multicolumn_block_img ratio multimg_small"
              style="--aspect-ratio: 100%"
            >
              <img src="//healthbuy.com/cdn/shop/files/Vector_28.svg?v=1764671327&amp;width=500" alt="" srcset="//healthbuy.com/cdn/shop/files/Vector_28.svg?v=1764671327&amp;width=352 352w, //healthbuy.com/cdn/shop/files/Vector_28.svg?v=1764671327&amp;width=500 500w" width="500" height="543" loading="lazy">
            </div>
          
        
        
        <div class="multicolumn_block--content" style="--text-align: center;">
          
            <h4 class="h3">Support 24/7</h4>
          

          
            <p>Our support team is available 24/7 to assist you with anything you need.</p>
          

          
        </div>
      </div>
      
    
      
      <div
        class="multicolumn_block scroll-trigger animate--slide-in"
        
          data-cascade
          style="--animation-order: 3"
        
      >
        
        
          
          
            
            <div
              class="multicolumn_block_img ratio multimg_small"
              style="--aspect-ratio: 100%"
            >
              <img src="//healthbuy.com/cdn/shop/files/shield_1.svg?v=1764671326&amp;width=500" alt="" srcset="//healthbuy.com/cdn/shop/files/shield_1.svg?v=1764671326&amp;width=352 352w, //healthbuy.com/cdn/shop/files/shield_1.svg?v=1764671326&amp;width=500 500w" width="500" height="500" loading="lazy">
            </div>
          
        
        
        <div class="multicolumn_block--content" style="--text-align: center;">
          
            <h4 class="h3">100% safety</h4>
          

          
            <p>We follow strict safety guidelines to guarantee that every item you receive is 100% safe,</p>
          

          
        </div>
      </div>
      
    
      
      <div
        class="multicolumn_block scroll-trigger animate--slide-in"
        
          data-cascade
          style="--animation-order: 4"
        
      >
        
        
          
          
            
            <div
              class="multicolumn_block_img ratio multimg_small"
              style="--aspect-ratio: 100%"
            >
              <img src="//healthbuy.com/cdn/shop/files/Group_10.svg?v=1764671326&amp;width=500" alt="" srcset="//healthbuy.com/cdn/shop/files/Group_10.svg?v=1764671326&amp;width=352 352w, //healthbuy.com/cdn/shop/files/Group_10.svg?v=1764671326&amp;width=500 500w" width="500" height="595" loading="lazy">
            </div>
          
        
        
        <div class="multicolumn_block--content" style="--text-align: center;">
          
            <h4 class="h3">Hot Offers</h4>
          

          
            <p>Grab the hottest offers of the season! Enjoy big savings on our best-selling product</p>
          

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


</div><div id="shopify-section-template--19138447310983__main_featured_blog_wRkg9c" class="shopify-section featured-blog-section"><style data-shopify>
  .featured_blog_wrapper-template--19138447310983__main_featured_blog_wRkg9c {
    padding-top: 40px;
    padding-bottom: 40px;
    background: var(--section-bg);
    overflow: hidden
  }

  .fbiw_inner.fci-template--19138447310983__main_featured_blog_wRkg9c, .fbiw_inner.fci_no_slider-template--19138447310983__main_featured_blog_wRkg9c {
    margin: 5rem 0 0;
  }

  .fbiw_inner.fci_no_slider-template--19138447310983__main_featured_blog_wRkg9c {
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
    align-items: start;
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }

  @media screen and (max-width: 1248px) {
    .fbiw_inner.fci_no_slider-template--19138447310983__main_featured_blog_wRkg9c {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media screen and (max-width: 989px) {
    .fbiw_inner.fci_no_slider-template--19138447310983__main_featured_blog_wRkg9c {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media screen and (max-width: 640px) {
    .featured_blog_wrapper-template--19138447310983__main_featured_blog_wRkg9c {
      padding-top: 40px;
      padding-bottom: 40px;
    }

    .fbiw_inner.fci_no_slider-template--19138447310983__main_featured_blog_wRkg9c {
      gap: 1.5rem
    }
  }

  @media screen and (max-width: 550px) {
    .fbiw_inner.fci_no_slider-template--19138447310983__main_featured_blog_wRkg9c {
      display: flex;
      justify-content: flex-start;
      /* white-space: nowrap; */
      scroll-snap-type: x mandatory;
      overflow: hidden;
      width: 100%;
      flex-wrap: nowrap;
      overflow-x: auto;
      align-items: start;
      /* height: 100%; */
    }
    .fbiw_inner.fci_no_slider-template--19138447310983__main_featured_blog_wRkg9c .fbiw_article_wrapper {
      flex:0 0 55%;
      scroll-snap-align: start;
      /* margin: 0 0 5rem; */
    }
    .fbiw_inner.fci_no_slider-template--19138447310983__main_featured_blog_wRkg9c::-webkit-scrollbar {
      display: none;
    }
  }

  @media screen and (max-width: 499px) {
    .fbiw_inner.fci_no_slider-template--19138447310983__main_featured_blog_wRkg9c .fbiw_article_wrapper {
      flex:0 0 80%;
    }
  }   
</style>  

<style>
   .article_author_wrapper span, .article_date_wrapper span {
      font-family: Syne;
      font-weight: 600;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0;
      text-align: center;
      text-transform: uppercase;
      color: #03ACC3!important;
   }
  .fbiw_content_wrapper h3, .fbiw_content_wrapper h3 a {
    font-family: Syne;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 32px !important;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
  }
  .fbiw_content p {
    font-family: Syne;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 22px !important;
    letter-spacing: 0;
    text-transform: capitalize;
  }
  a.learn_more {
    font-family: Syne;
    font-weight: 600;
    font-size: 16px!important;
    line-height: 22px !important;
    letter-spacing: 0;
    text-align: center;
    color: #52CD5F !important;
    justify-content: center;
    text-decoration: none;
  }
  .fbiw_content {
    max-height: calc(3 * 1.45rem * 1.6)!important;
  }

  @media only screen and(max-width: 1440px){
    .fbiw_content_wrapper h3, .fbiw_content_wrapper h3 a {
      font-size: 20px !important;
      line-height: 25px !important;
    }
  }

  @media only screen and (max-width: 1250px) {
    .fbiw_content_wrapper h3, .fbiw_content_wrapper h3 a {
      font-family: Syne;
      font-weight: 600;
      font-size: 20px !important;
      line-height: 25px !important;
    }
  }

  @media only screen and (max-width: 768px) {
    .fbiw_inner.fci-template--19138447310983__main_featured_blog_wRkg9c, 
    .fbiw_inner.fci_no_slider-template--19138447310983__main_featured_blog_wRkg9c {
        margin: 4rem 0 0;
    }
    .fbiw_content_wrapper h3, .fbiw_content_wrapper h3 a {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .fbiw_content p {
    font-size: 1.4rem;
    }
  }

  @media only screen and (max-width: 550px) {
    .fbiw_content p  {
      font-size: 14px !important;
      line-height: 20px !important;
    }
    .fbiw_content {
        max-height: calc(3 * 1.45rem * 1.4)!important;
    }
  }
</style>

<link href="//healthbuy.com/cdn/shop/t/10/assets/featured-blog.css?v=48881141062324327381764648275" rel="stylesheet" type="text/css" media="all" />

<div
  class="featured_blog_wrapper-template--19138447310983__main_featured_blog_wRkg9c"
  style="
    --section-bg: #ffffff;
    --text-color: #000000;
    --btn-bg: #000000;
    --btn-text: #ffffff;
    --btn-hover-bg: #ffffff;
    --btn-hover-text: #000000;
    --columns: 3;
    --nmbr: 3;
    --border-radius: 0px;
    --border-radius-mob: 0px;
    --highlight-color: #e50000;
  "
>   
  <div class="featured_blog_main_inner split__Arrow  no_next">
      
    <div class="featured_blog_inner">  
         
        
          <div class="fb_arrows fb_arrows--circle">
            <div class="fb_left fb_left-template--19138447310983__main_featured_blog_wRkg9c fb_arrow">
              <button aria-label="Slide left"> 
                
                <svg width="38" height="11" viewBox="0 0 38 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M37.3501 6.1001C23.8922 6.6001 5.88748 6.1001 1.8501 6.1001M1.8501 6.1001C2.97159 4.76676 5.71926 1.9001 7.73795 1.1001M1.8501 6.1001C3.81271 6.93343 7.90617 8.9001 8.57907 10.1001" stroke="var(--text-color)" stroke-width="1.82"/>
</svg>

                </button>
            </div>
            <div class="fb_right fb_right-template--19138447310983__main_featured_blog_wRkg9c fb_arrow">
              <button aria-label="Slide right">
                
                <svg width="38" height="11" viewBox="0 0 38 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0.850098 6.1001C14.308 6.6001 32.3127 6.1001 36.3501 6.1001M36.3501 6.1001C35.2286 4.76676 32.4809 1.9001 30.4622 1.1001M36.3501 6.1001C34.3875 6.93343 30.294 8.9001 29.6211 10.1001" stroke="var(--text-color)" stroke-width="1.82"/>
</svg>

              
              </button>
            </div>
          </div>
        
      
      
        
          <div class="featured_blog_inner_wrapper">
               
      <div class="collection_list_head cl-center ">
        <h2 class="main_heading scroll-trigger animate--slide-in">
          Latest News
        </h2>
        
      </div>
    
            <div class="fbiw_inner  fci-template--19138447310983__main_featured_blog_wRkg9c fbiw_inner-template--19138447310983__main_featured_blog_wRkg9c">
              <div class="swiper-wrapper">
              
                <div
                  class="fbiw_article_wrapper swiper-slide"
                  
                >
                  
                  
                    <a href="/blogs/news/nad-what-is-it-and-why-it-matters" tabindex="-1">
                      <div
                        class="featured_blog_img ratio"
                        style="--inner-aspect-ratio: 66.68%"
                      >
                        <img src="//healthbuy.com/cdn/shop/articles/1722387267-cell-featuring-mitochondria20161028-31199-144bq9m.webp?v=1765718862&amp;width=800" alt="NAD+ What is it and why it matters" srcset="//healthbuy.com/cdn/shop/articles/1722387267-cell-featuring-mitochondria20161028-31199-144bq9m.webp?v=1765718862&amp;width=352 352w, //healthbuy.com/cdn/shop/articles/1722387267-cell-featuring-mitochondria20161028-31199-144bq9m.webp?v=1765718862&amp;width=800 800w" width="800" height="533" loading="lazy">
                      </div>
                    </a>
                  

                  <div class="fbiw_content_wrapper fbiw--center">
                    
                      <div class="fbiw_author_wrapper au_wrapper-center has_date">
                        

                        
                          
                            <div class="article_date_wrapper">
                              
                              <span class="article_date">December 11, 25</span>
                            </div>
                          
                        
                      </div>
                    

                    <h3>
                      <a href="/blogs/news/nad-what-is-it-and-why-it-matters">NAD+ What is it and why it matters</a>
                    </h3>
                  </div>
                  <div class="fbiw_content fbiw_content--center">
                    <p data-start="267" data-end="350"><strong data-start="269" data-end="350">NAD+: What It Is, Why It Matters, and Why So Many People Are Talking About It</strong></p>
<p data-start="394" data-end="694">If you’ve been following the latest in longevity, energy, or cellular health, you’ve probably seen <strong data-start="493" data-end="501">NAD+</strong> everywhere lately. It shows up in supplement ads, podcasts, anti-aging clinics, and even performance-focused wellness programs. But most people only have a vague idea of what it actually does.</p>
<p data-start="696" data-end="806">Here’s the straight, simple version — and whether adding an NAD+ supplement makes sense for your health goals.</p>
<hr data-start="808" data-end="811">
<h2 data-start="813" data-end="852"><strong data-start="816" data-end="852">What Is NAD+? (In Plain English)</strong></h2>
<p data-start="854" data-end="964">NAD+ (nicotinamide adenine dinucleotide) is a coenzyme found in every cell of the body. Your cells use it for:</p>
<ul>
<li data-start="968" data-end="1027">
<strong data-start="968" data-end="989">Energy production</strong> (it fuels mitochondrial ATP output)</li>
<li data-start="1030" data-end="1046"><strong data-start="1030" data-end="1044">DNA repair</strong></li>
<li data-start="1049" data-end="1073"><strong data-start="1049" data-end="1071">Metabolic function</strong></li>
<li data-start="1076" data-end="1105"><strong data-start="1076" data-end="1103">Healthy aging processes</strong></li>
<li data-start="1108" data-end="1136"><strong data-start="1108" data-end="1136">Cellular stress response</strong></li>
</ul>
<p data-start="1138" data-end="1327">Think of NAD+ as the “charge” that keeps your internal batteries running. Without enough of it, everything slows down — energy, metabolism, focus, recovery, and overall cellular resilience.</p>
<hr data-start="1329" data-end="1332">
<h2 data-start="1334" data-end="1372"><strong data-start="1337" data-end="1372">Why NAD+ Levels Drop as You Age</strong></h2>
<p data-start="1374" data-end="1423">This part is not marketing; it’s well-documented.</p>
<p data-start="1425" data-end="1567">Around your mid-20s, NAD+ levels start declining. By the time you’re 50, your levels can drop by <strong data-start="1522" data-end="1535">up to 50%</strong>. Lower NAD+ is associated with:</p>
<ul>
<li data-start="1571" data-end="1590">Slower metabolism</li>
<li data-start="1593" data-end="1622">Lower energy and motivation</li>
<li data-start="1625" data-end="1648">More oxidative stress</li>
<li data-start="1651" data-end="1682">Harder recovery from exercise</li>
<li data-start="1685" data-end="1709">Increased inflammation</li>
<li data-start="1712" data-end="1732">Cognitive slowdown</li>
</ul>
<p>That natural decline is a major reason NAD+ supplements have exploded in popularity. They aim to support your body's ability to maintain healthy NAD+ levels as you age.</p>
<hr data-start="1904" data-end="1907">
<h2 data-start="1909" data-end="1959"><strong data-start="1912" data-end="1959">The Main Benefits People Look For With NAD+</strong></h2>
<p data-start="1961" data-end="2040">Here’s what customers typically seek when they add NAD+ to their daily routine:</p>
<h3 data-start="2042" data-end="2076"><strong data-start="2046" data-end="2076">1. Sustained, Clean Energy</strong></h3>
<p data-start="2077" data-end="2206">NAD+ plays a central role in ATP production. When levels go up, users often report improved day-to-day energy without stimulants.</p>
<h3 data-start="2208" data-end="2236"><strong data-start="2212" data-end="2236">2. Metabolic Support</strong></h3>
<p data-start="2237" data-end="2391">NAD+ helps regulate how your body converts carbohydrates, fats, and proteins into usable energy. Many people take it to support healthy weight management.</p>
<h3 data-start="2393" data-end="2431"><strong data-start="2397" data-end="2431">3. Cellular Repair &amp; Longevity</strong></h3>
<p data-start="2432" data-end="2539">Researchers often link NAD+ with healthy aging because of its role in DNA repair pathways and cell renewal.</p>
<h3 data-start="2541" data-end="2569"><strong data-start="2545" data-end="2569">4. Cognitive Clarity</strong></h3>
<p data-start="2570" data-end="2678">Improved mitochondrial function = better brain energy. Many people describe better focus and mental stamina.</p>
<h3 data-start="2680" data-end="2708"><strong data-start="2684" data-end="2708">5. Exercise Recovery</strong></h3>
<p data-start="2709" data-end="2788">Higher NAD+ supports the body’s natural repair processes after physical stress.</p>
<p data-start="2790" data-end="2938"><em data-start="2790" data-end="2807">Important note:</em> NAD+ supplements support normal biological function — they are not drugs and are not intended to treat or cure medical conditions.</p>
<hr data-start="2940" data-end="2943">
<h2 data-start="2945" data-end="2995"><strong data-start="2948" data-end="2995">NAD+ vs. NMN vs. NR: What’s the Difference?</strong></h2>
<p data-start="2997" data-end="3027">You’ll see three common terms:</p>
<ul>
<li data-start="3031" data-end="3064">
<strong data-start="3031" data-end="3039">NAD+</strong> – the actual coenzyme.</li>
<li data-start="3067" data-end="3150">
<strong data-start="3067" data-end="3104">NMN (nicotinamide mononucleotide)</strong> – a precursor your body converts into NAD+.</li>
<li data-start="3153" data-end="3241">
<strong data-start="3153" data-end="3183">NR (nicotinamide riboside)</strong> – another precursor that converts into NMN → then NAD+.</li>
</ul>
<p data-start="3243" data-end="3462">Many consumers prefer <strong data-start="3265" data-end="3296">direct NAD+ supplementation</strong> to simplify the process, while others choose NMN because of existing research on absorption. HealthBuy carries both options depending on preference and intended use.</p>
<hr data-start="3464" data-end="3467">
<h2 data-start="3469" data-end="3508"><strong data-start="3472" data-end="3508">How Long Does NAD+ Take to Work?</strong></h2>
<p data-start="3510" data-end="3697">Most users report noticing changes around the <strong data-start="3556" data-end="3568">2–4 week</strong> mark, depending on dosage and consistency. Cellular health supplements aren’t “instant,” but they accumulate benefits over time.</p>
<hr data-start="3699" data-end="3702">
<h2 data-start="3704" data-end="3761"><strong data-start="3707" data-end="3761">What to Look for in a High-Quality NAD+ Supplement</strong></h2>
<p data-start="3763" data-end="3813">Not all NAD+ products are created equal. Look for:</p>
<ul>
<li data-start="3817" data-end="3851"><strong data-start="3817" data-end="3849">Clinically dosed ingredients</strong></li>
<li data-start="3854" data-end="3911"><strong data-start="3854" data-end="3909">Stabilized NAD+ or high-quality precursors (NMN/NR)</strong></li>
<li data-start="3914" data-end="3977"><strong data-start="3914" data-end="3975">Manufactured in FDA-registered, cGMP-certified facilities</strong></li>
<li data-start="3980" data-end="4012"><strong data-start="3980" data-end="4010">Third-party purity testing</strong></li>
<li data-start="4015" data-end="4060"><strong data-start="4015" data-end="4060">Clear labeling without proprietary blends</strong></li>
</ul>
<p data-start="4062" data-end="4184">HealthBuy specializes in science-backed formulas with transparent sourcing so customers know exactly what they’re getting.</p>
<hr data-start="4186" data-end="4189">
<h2 data-start="4191" data-end="4218"><strong data-start="4194" data-end="4218">Who Uses NAD+ Today?</strong></h2>
<p data-start="4220" data-end="4259">NAD+ supplementation is widely used by:</p>
<ul>
<li data-start="4263" data-end="4295">High-performance professionals</li>
<li data-start="4298" data-end="4323">Athletes and biohackers</li>
<li data-start="4326" data-end="4364">Individuals focused on healthy aging</li>
<li data-start="4367" data-end="4431">Anyone feeling the effects of low energy or metabolic slowdown</li>
</ul>
<p data-start="4433" data-end="4536">Its popularity has grown because it addresses core cellular processes, not just surface-level symptoms.</p>
<hr data-start="4538" data-end="4541">
<h2 data-start="4543" data-end="4563"><strong data-start="4546" data-end="4563">Is NAD+ Safe?</strong></h2>
<p data-start="4565" data-end="4763">For most healthy adults, NAD+ supplements and their precursors (NMN and NR) are generally well tolerated. Some people experience mild digestive discomfort when starting, which usually fades quickly.</p>
<p data-start="4765" data-end="4851">If you’re pregnant, nursing, or on medication, check with a healthcare provider first.</p>
<hr data-start="4853" data-end="4856">
<h2 data-start="4858" data-end="4899"><strong data-start="4861" data-end="4899">Bottom Line: Is NAD+ Worth Trying?</strong></h2>
<p data-start="4901" data-end="4923">If your goals include:</p>
<ul>
<li data-start="4927" data-end="4948">More natural energy</li>
<li data-start="4951" data-end="4981">Better metabolic performance</li>
<li data-start="4984" data-end="4999">Healthy aging</li>
<li data-start="5002" data-end="5030">Sharper cognitive function</li>
<li data-start="5033" data-end="5067">Stronger recovery and resilience</li>
</ul>
<p data-start="5069" data-end="5208">…then NAD+ is one of the most promising supplements available today. It targets cellular health at the source rather than masking symptoms.</p>
<p data-start="5210" data-end="5327">HealthBuy offers curated NAD+ products designed for customers who want real, science-driven formulas instead of hype.</p>
                  </div>

                  
                    <a class="learn_more" href="/blogs/news/nad-what-is-it-and-why-it-matters" aria-label="Learn more link">Read more</a>
                  
                </div>
              
                <div
                  class="fbiw_article_wrapper swiper-slide"
                  
                >
                  
                  
                    <a href="/blogs/news/experience-a-complete-health-transformation-with-visible-results" tabindex="-1">
                      <div
                        class="featured_blog_img ratio"
                        style="--inner-aspect-ratio: 58.82%"
                      >
                        <img src="//healthbuy.com/cdn/shop/articles/Rectangle_7333_43d48d48-b6f2-405c-926e-14ee9b383e1f.png?v=1765348585&amp;width=800" alt="Discover the Powerful Difference Quality Health Products Make" srcset="//healthbuy.com/cdn/shop/articles/Rectangle_7333_43d48d48-b6f2-405c-926e-14ee9b383e1f.png?v=1765348585&amp;width=352 352w, //healthbuy.com/cdn/shop/articles/Rectangle_7333_43d48d48-b6f2-405c-926e-14ee9b383e1f.png?v=1765348585&amp;width=800 800w" width="800" height="471" loading="lazy">
                      </div>
                    </a>
                  

                  <div class="fbiw_content_wrapper fbiw--center">
                    
                      <div class="fbiw_author_wrapper au_wrapper-center has_date">
                        

                        
                          
                            <div class="article_date_wrapper">
                              
                              <span class="article_date">December 02, 25</span>
                            </div>
                          
                        
                      </div>
                    

                    <h3>
                      <a href="/blogs/news/experience-a-complete-health-transformation-with-visible-results">Discover the Powerful Difference Quality Health Products Make</a>
                    </h3>
                  </div>
                  <div class="fbiw_content fbiw_content--center">
                    <p data-start="188" data-end="463">Choosing the right health products can transform your wellness journey in ways you may not expect. With so many options available, it’s important to understand how high-quality supplements and wellness items can support your body more effectively than low-grade alternatives.</p>
<h3 data-start="465" data-end="512"><strong data-start="469" data-end="512">1. Better Absorption and Faster Results</strong></h3>
<p data-start="513" data-end="733">Premium health products are made with pure, bioavailable ingredients that your body can absorb easily. This means you experience benefits more quickly—whether it’s improved energy, better digestion, or stronger immunity.</p>
<h3 data-start="735" data-end="784"><strong data-start="739" data-end="784">2. Backed by Research and Trusted Sources</strong></h3>
<p data-start="785" data-end="1037">High-quality supplements often use ingredients supported by scientific studies. This ensures you’re giving your body the safest and most effective nutrients available. When products are backed by research, you feel more confident in what you’re taking.</p>
<h3 data-start="1039" data-end="1070"><strong data-start="1043" data-end="1070">3. No Harmful Additives</strong></h3>
<p data-start="1071" data-end="1314">Cheap or low-quality products may contain fillers, artificial colors, and unnecessary chemicals. Quality brands avoid these and focus only on what your body needs, reducing the risk of side effects and ensuring a cleaner, healthier experience.</p>
<h3 data-start="1316" data-end="1369"><strong data-start="1320" data-end="1369">4. Consistent Support for Your Wellness Goals</strong></h3>
<p data-start="1370" data-end="1594">Whether your goal is gut health, weight management, energy, or overall wellness, using trusted products helps you stay on track. They provide consistent support, allowing you to make steady progress toward your health goals.</p>
<h3 data-start="1596" data-end="1648"><strong data-start="1600" data-end="1648">5. Long-Term Benefits for a Better Lifestyle</strong></h3>
<p data-start="1649" data-end="1835">Good health is an investment. When you choose better products, you’re investing in long-term wellness—stronger immunity, improved digestion, better sleep, and enhanced daily performance.</p>
                  </div>

                  
                    <a class="learn_more" href="/blogs/news/experience-a-complete-health-transformation-with-visible-results" aria-label="Learn more link">Read more</a>
                  
                </div>
              
                <div
                  class="fbiw_article_wrapper swiper-slide"
                  
                >
                  
                  
                    <a href="/blogs/news/see-how-consistent-health-care-support-creates-real-changes-you-can-feel-daily" tabindex="-1">
                      <div
                        class="featured_blog_img ratio"
                        style="--inner-aspect-ratio: 58.82%"
                      >
                        <img src="//healthbuy.com/cdn/shop/articles/Rectangle_7333_1_e80fff88-4fd9-43ef-8dbf-df352b4bce50.png?v=1765348549&amp;width=800" alt="See How Consistent Health Care Support Creates Real Changes You Can Feel Daily" srcset="//healthbuy.com/cdn/shop/articles/Rectangle_7333_1_e80fff88-4fd9-43ef-8dbf-df352b4bce50.png?v=1765348549&amp;width=352 352w, //healthbuy.com/cdn/shop/articles/Rectangle_7333_1_e80fff88-4fd9-43ef-8dbf-df352b4bce50.png?v=1765348549&amp;width=800 800w" width="800" height="471" loading="lazy">
                      </div>
                    </a>
                  

                  <div class="fbiw_content_wrapper fbiw--center">
                    
                      <div class="fbiw_author_wrapper au_wrapper-center has_date">
                        

                        
                          
                            <div class="article_date_wrapper">
                              
                              <span class="article_date">December 02, 25</span>
                            </div>
                          
                        
                      </div>
                    

                    <h3>
                      <a href="/blogs/news/see-how-consistent-health-care-support-creates-real-changes-you-can-feel-daily">See How Consistent Health Care Support Creates Real Changes You Can Feel Daily</a>
                    </h3>
                  </div>
                  <div class="fbiw_content fbiw_content--center">
                    <p data-start="222" data-end="489">Real wellness isn’t achieved overnight. It’s the result of steady habits, mindful choices, and consistent support for your body’s needs. When you prioritize your health every day, you begin to experience visible improvements that enhance your overall quality of life.</p>
<h3 data-start="491" data-end="535"><strong data-start="495" data-end="535">1. Increased Energy and Better Focus</strong></h3>
<p data-start="536" data-end="752">Daily health support—whether through proper nutrition, supplements, or hydration—helps your body function at its best. Over time, you’ll notice higher energy levels, improved concentration, and fewer mid-day crashes.</p>
<h3 data-start="754" data-end="787"><strong data-start="758" data-end="787">2. Stronger Immune System</strong></h3>
<p data-start="788" data-end="1008">Consistency helps build a resilient immune system. Supporting your body with vitamins, minerals, and healthy habits reduces the frequency of colds, fatigue, and overall discomfort, helping you stay active and productive.</p>
<h3 data-start="1010" data-end="1055"><strong data-start="1014" data-end="1055">3. Improved Digestion and Gut Balance</strong></h3>
<p data-start="1056" data-end="1288">Daily routines like drinking enough water, eating fiber-rich foods, or taking gut-friendly supplements can significantly improve digestion. Reduced bloating, smoother digestion, and better gut balance become noticeable within weeks.</p>
<h3 data-start="1290" data-end="1329"><strong data-start="1294" data-end="1329">4. Stable Mood and Better Sleep</strong></h3>
<p data-start="1330" data-end="1522">When your body receives consistent care, your sleep cycle becomes more regular, and your mood starts to stabilize. This leads to calmer days, reduced stress, and deeper, more refreshing sleep.</p>
<h3 data-start="1524" data-end="1570"><strong data-start="1528" data-end="1570">5. Long-Lasting Lifestyle Improvements</strong></h3>
<p data-start="1571" data-end="1755">Small daily steps—no matter how simple—build long-term habits. These habits turn into a healthier lifestyle, allowing you to enjoy improved wellness that you can feel every single day.</p>
                  </div>

                  
                    <a class="learn_more" href="/blogs/news/see-how-consistent-health-care-support-creates-real-changes-you-can-feel-daily" aria-label="Learn more link">Read more</a>
                  
                </div>
              
              </div>              
              <div class="swiper-pagination"></div>
            </div>
          </div>
        
      
    </div>
    
    
  
  </div>
</div>


<script>
  var fbbCols = Number(3);
  var fbbNmbr = Number(3);
  var fbbSpacing = 30;
  var fbbShowNext = false;
  var fbbMed = 3;
  var  fbbSmall = 2;
  var  fbbXS = 1;

  if(fbbShowNext) {  
    fbbCols = fbbCols + 0.3;
    fbbMed = 3.3;
    fbbSmall = 2.3;
    fbbXS = 1.2;
  }   

  var swiper = new Swiper(".fbiw_inner-template--19138447310983__main_featured_blog_wRkg9c", {
        slidesPerView: fbbCols,
        loop: false,
        grabCursor: true,
        speed: 600,
        spaceBetween: fbbSpacing,
        navigation: {
            nextEl: ".fb_right-template--19138447310983__main_featured_blog_wRkg9c",
            prevEl: ".fb_left-template--19138447310983__main_featured_blog_wRkg9c",
        },
        pagination: {
              el: ".swiper-pagination",
            },
        breakpoints: {
          0: {
            slidesPerView: fbbXS,
            spaceBetween: 15,
            freeMode: false,
            speed: 800
          },
          500: {
            slidesPerView: fbbXS,
            spaceBetween: 15,
            freeMode: false,
            speed: 800,

          },
          641: {
            slidesPerView: fbbSmall,
            spaceBetween: fbbSpacing,
          },
          990: {
            slidesPerView: fbbMed,
            spaceBetween: fbbSpacing,
          },
          1250: {
            slidesPerView: fbbCols,
            spaceBetween: fbbSpacing,
          },
        },
      });

  document.addEventListener('DOMContentLoaded', () => {
    const wrappers = document.querySelectorAll('.featured_blog_inner');

    wrappers.forEach((wrapper) => {
      const prevArrow = wrapper.querySelector('.fbiw_swiper_prev');
      const nextArrow = wrapper.querySelector('.fbiw_swiper_next');
      const arrows = wrapper.querySelector('.fb_arrows');

      if(prevArrow && nextArrow) {
        if(prevArrow.classList.contains('swiper-button-lock') && nextArrow.classList.contains('swiper-button-lock')) {
          arrows.style.display = 'none';
        }
      }
    })
  })
</script>



</div>
      
    </main>

    <!-- BEGIN sections: footer-group -->
<div id="shopify-section-sections--19138441707655__footer" class="shopify-section shopify-section-group-footer-group"><style data-shopify>
  .footer_wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    
      background: var(--footer-bg);
      
  }

  .footer_main_inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer_blocks.footer_block--newsletter.border_right:after {
    background: rgba(255, 255, 255, 0.2)
  }
</style>

<style>
  .footer_full_width .footer_main_inner,.footer_full_width .footer_main_inner, .footer_full_width .footer_copyright_main_inner  {
    padding-inline: 0!important;
  }
  .footer_blocks {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .footer_blocks.footer_block--newsletter {
    padding-left: 100px;
        background: #03ACC3;
  }
  .footer_inner {
    padding-right: 100px;
  }

  .footer_copyright_wrapper {
    margin: 0!important;
  }
  .footer_copyright_main_inner {
    padding: 0!important;
    flex-direction: row-reverse;
   }
   .footer__payment_icons {
    display: flex;
    justify-content: flex-start!important;
    padding: 20px 0 20px 100px;
    background: #03ACC3;
    
  }
  small.copyright__content, small.copyright__content a {
    color: var(--color);
    font-family: Syne;
    font-weight: 500;
    font-size: 20px!important;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
}
.footer_copyright_main_inner .footer__payment_icons {
    min-width: 45.6%!important;
}
.footer_copyright_main_inner .footer_copyright__wrapper {
    min-width: 54.4%!important;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.footer_inner:after {
    left: 45.6%!important;
    width: 54.4%!important;
}
.footer_newsletter_inner {
    max-width: 50rem;
}
.footer_newsletter_inner p {
    font-family: Syne;
    font-weight: 400;
    font-size: 14px!important;
    line-height: 22px!important;
    letter-spacing: 0;
    margin: 0;
        width: 60rem;
}
.footer_block_head h2 {
    font-family: Syne;
    font-weight: 600;
    font-size: 24px !important;
    letter-spacing: 0;
    text-transform: capitalize;
}
.footer_blocks.footer_block--menu ul li {
    display: flex;
    margin: 0 0 1.5rem;
    font-family: Syne;
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 0;
    text-transform: capitalize;
}

@media only screen and (max-width: 1600px) {
  .footer_copyright_main_inner .footer__payment_icons {
    min-width: 45%!important;
  }
}
@media only screen and (max-width: 1440px) {
    .footer_copyright_main_inner .footer__payment_icons {
        min-width: 44.6% !important;
    }
    .footer_newsletter_inner p {
        width: 100%;
    }
}
@media only screen and (max-width: 1249px) {
    .footer_copyright_main_inner .footer__payment_icons {
        min-width: 43.9% !important;
    }
    .footer_blocks.footer_block--newsletter {
        padding-left: 50px;
        background: #03ACC3;
    }
    .footer_blocks {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .footer_inner {
        padding-right: 50px;
    }
    .footer_copyright_main_inner .footer_copyright__wrapper {
        min-width: 54.1% !important;
    }
    .footer_copyright_main_inner .footer__payment_icons {
        min-width: 48.9% !important;
    }
}
@media only screen and (max-width: 1024px) {
    .footer_copyright_main_inner .footer__payment_icons {
        min-width: 50% !important;
        background: #000;
        padding: 20px 0 20px 50px;
    }
    .footer_inner:after {
        left: 0% !important;
        width: 100% !important;
    }
    .footer_copyright_main_inner .footer_copyright__wrapper {
        min-width: 50% !important;
    }
    .footer_inner {
        padding-right: 50px;
        padding-left: 50px;
    }
        .footer_blocks.footer_block--newsletter {
        padding-left: 0;
        background: #000;
    }
}

@media only screen and (max-width: 768px) {
  .footer_inner {
    row-gap: 0!important;
  }
      .footer_blocks {
        padding-bottom: 15px;
        padding-top: 15px;
        
    }
    .footer_inner {
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 40px;
    }
    .footer_copyright_main_inner .footer__payment_icons {
        padding: 20px 0 20px 0px;
    }
    small.copyright__content, small.copyright__content a {
      font-size: 15px !important;
    }
    .footer_copyright_wrapper {
    margin: 1rem 0 0!important;
    }
}

@media only screen and (max-width: 550px) {
  .footer_blocks.footer_block--menu ul li a {
    font-size: 14px !important;
    line-height: 12px !important; 
  }
  .footer_block_head h2 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
}
</style>

<link href="//healthbuy.com/cdn/shop/t/10/assets/footer.css?v=9563414578184029811764648275" rel="stylesheet" type="text/css" media="all" />

<footer
  class="footer_wrapper"
  style="
  --footer-bg:#000000;
  --footer-text: #ffffff;
  --border-radius: 0px;
  --border-radius-mob: 0px;
  --padding-bottom: -0px;
  "
>
  <div class="footer_full_width ">
    <div class="footer_main_inner">
      <div class="footer_inner scroll-trigger animate--slide-in">
        
          
              <div
                class="footer_blocks footer_block--newsletter border_right"
                style="--max-width: 49%"
              >
                <div class="footer_news_letter">
                
                  <div class="footer_block_head">
                    <h2><strong>Newsletter</strong></h2>
                  </div>
                
                <div class="footer_newsletter_inner">
                  
                    <p>Share contact information, store details, and brand content with your customers.</p>
                  

                  <div class="footer_newsletter_form_wrapper"><form method="post" action="/contact#ContactFooter" id="ContactFooter" accept-charset="UTF-8" class="newsletter_footer newsletter-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="contact[tags]" value="newsletter">
                      <div class="footer_newsletter__form_inner">
                        <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23.25 9.02246C23.625 9.02246 24 9.39746 24 9.77246V21.8193C24 23.0381 22.9688 24.0225 21.75 24.0225H2.25C0.984375 24.0225 0 23.0381 0 21.7725V9.77246C0 9.39746 0.328125 9.02246 0.75 9.02246C1.125 9.02246 1.5 9.39746 1.5 9.77246V21.7725C1.5 22.1943 1.82812 22.5225 2.25 22.5225H21.75C22.125 22.5225 22.5 22.1943 22.5 21.7725V9.77246C22.5 9.39746 22.8281 9.02246 23.25 9.02246ZM3 13.0068C3 12.96 3 12.9131 3 12.8662C3 12.8193 3 12.8193 3 12.7725V2.27246C3 1.05371 3.98438 0.0224609 5.25 0.0224609H18.75C19.9688 0.0224609 21 1.05371 21 2.27246V12.7725C21 12.8193 20.9531 12.8193 20.9531 12.8193C20.9531 12.8662 20.9531 12.9131 20.9531 12.96C20.9062 13.0068 20.9062 13.0537 20.9062 13.1006C20.8594 13.1475 20.8594 13.1475 20.8125 13.1943C20.7656 13.2412 20.7656 13.2881 20.7188 13.335C20.6719 13.335 20.6719 13.335 20.6719 13.335L14.4375 17.9287C13.7344 18.4912 12.8906 18.7725 12 18.7725C11.0625 18.7725 10.2188 18.4912 9.51562 17.9756L3.28125 13.3818C3.28125 13.3818 3.28125 13.3818 3.23438 13.3818C3.1875 13.335 3.1875 13.2881 3.14062 13.2412C3.09375 13.1943 3.09375 13.1943 3.04688 13.1475C3.04688 13.1006 3.04688 13.0537 3 13.0068ZM4.5 2.27246V12.3975L10.4062 16.7568C11.3438 17.46 12.6094 17.46 13.5469 16.7568L19.5 12.3975V2.27246C19.5 1.89746 19.125 1.52246 18.75 1.52246H5.25C4.82812 1.52246 4.5 1.89746 4.5 2.27246ZM16.5 11.2725C16.5 11.6943 16.125 12.0225 15.75 11.9756H8.25C7.82812 11.9756 7.5 11.6475 7.5 11.2725C7.5 10.8506 7.82812 10.5225 8.25 10.5225H15.75C16.125 10.5225 16.5 10.8506 16.5 11.2725ZM8.25 7.52246C7.82812 7.52246 7.5 7.19434 7.5 6.77246C7.5 6.44434 7.82812 6.06934 8.25 6.06934H15.75C16.125 6.06934 16.5 6.39746 16.5 6.77246C16.5 7.14746 16.125 7.52246 15.75 7.52246H8.25Z" fill="var(--text-color)"/>
</svg>
                        <div class="field_input">
                          <input
                            id="FooterNewsletterForm--sections--19138441707655__footer"
                            type="email"
                            name="contact[email]"
                            value=""
                            aria-required="true"
                            autocorrect="off"
                            autocapitalize="off"
                            autocomplete="email"
                            
                            placeholder="Enter Your Email Address"
                            required
                          >
                          <label for="FooterNewsletterForm--sections--19138441707655__footer">Enter Your Email Address</label>
                        </div>
                        <button
                          type="submit"
                          class="newsletter-form__button"
                          name="commit"
                          id="Subscribe"
                          aria-label="Subscribe Now"
                        >
                          <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M28.1875 1.06543C29.5352 0.245117 31.1758 1.41699 30.9414 2.94043L27.1914 27.374C27.0156 28.6045 25.7266 29.3076 24.6133 28.8389L17.2305 25.792L13.6562 30.1279C12.543 31.4756 10.375 30.7139 10.375 28.8975V22.9209L2.11328 19.5225C0.707031 18.9365 0.589844 16.9443 1.9375 16.1826L28.1875 1.06543ZM12.25 28.8975L15.4141 25.0303L12.25 23.7412V28.8975ZM25.375 27.1396L29.125 2.64746L2.875 17.8232L9.49609 20.5771L24.4375 7.80371C24.7891 7.51074 25.2578 7.97949 24.9648 8.33105L13.2461 22.1006L25.375 27.1396Z" fill="var(--text-color)"/>
</svg>

                        </button>
                      </div>
                      <h3 class="newsletter_form_submit_error red">
                        <span>Email already exists</span>
                      </h3>
                    </form>
                  </div>

                  
                    <div class="">
                      <div class="social_media_wrapper">
  <ul>
    
      <li>
        <a target="_blank" aria-label="Facebook Icon" href="https://www.facebook.com/shopify"><svg class="icon icon-facebook" width="13" height="21" viewBox="0 0 13 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.18359 12.6797H0.605469V8.89062H3.18359V7.21094C3.13151 3.01823 5.16276 0.947917 9.27734 1C9.69401 1 10.1758 1.02604 10.7227 1.07812C11.2695 1.15625 11.6992 1.23438 12.0117 1.3125V4.78906C11.6992 4.73698 11.2174 4.71094 10.5664 4.71094C9.55078 4.71094 8.82161 4.93229 8.37891 5.375C7.9362 5.81771 7.71484 6.53385 7.71484 7.52344V8.85156H11.8164L11.1133 12.6797H7.71484V21H3.18359V12.6797V21V12.6797Z" fill=""/>
</svg>
</a>
      </li>
    

    
      <li>
        <a target="_blank" aria-label="Twitter Icon" href="https://www.x.com/shopify"><svg class="icon icon-twitter" viewBox="0 0 20 20"><path fill="" fill-rule="evenodd" d="M7.273 2.8 10.8 7.822 15.218 2.8h1.768l-5.4 6.139 5.799 8.254h-4.658l-3.73-5.31-4.671 5.31H2.558l5.654-6.427L2.615 2.8zm6.242 13.125L5.07 4.109h1.405l8.446 11.816z" clip-rule="evenodd"/></svg>
</a>
      </li>
    

    

    
      <li>
        <a target="_blank" aria-label="Instagram Icon" href="https://www.instagram.com/shopify"><svg class="icon icon-instagram" viewBox="0 0 20 20"><path fill="" fill-rule="evenodd" d="M13.23 3.492c-.84-.037-1.096-.046-3.23-.046-2.144 0-2.39.01-3.238.055-.776.027-1.195.164-1.487.273a2.4 2.4 0 0 0-.912.593 2.5 2.5 0 0 0-.602.922c-.11.282-.238.702-.274 1.486-.046.84-.046 1.095-.046 3.23s.01 2.39.046 3.229c.004.51.097 1.016.274 1.495.145.365.319.639.602.913.282.282.538.456.92.602.474.176.974.268 1.479.273.848.046 1.103.046 3.238.046s2.39-.01 3.23-.046c.784-.036 1.203-.164 1.486-.273.374-.146.648-.329.921-.602.283-.283.447-.548.602-.922.177-.476.27-.979.274-1.486.037-.84.046-1.095.046-3.23s-.01-2.39-.055-3.229c-.027-.784-.164-1.204-.274-1.495a2.4 2.4 0 0 0-.593-.913 2.6 2.6 0 0 0-.92-.602c-.284-.11-.703-.237-1.488-.273ZM6.697 2.05c.857-.036 1.131-.045 3.302-.045a63 63 0 0 1 3.302.045c.664.014 1.321.14 1.943.374a4 4 0 0 1 1.414.922c.41.397.728.88.93 1.414.23.622.354 1.279.365 1.942C18 7.56 18 7.824 18 10.005c0 2.17-.01 2.444-.046 3.292-.036.858-.173 1.442-.374 1.943-.2.53-.474.976-.92 1.423a3.9 3.9 0 0 1-1.415.922c-.51.191-1.095.337-1.943.374-.857.036-1.122.045-3.302.045-2.171 0-2.445-.009-3.302-.055-.849-.027-1.432-.164-1.943-.364a4.15 4.15 0 0 1-1.414-.922 4.1 4.1 0 0 1-.93-1.423c-.183-.51-.329-1.085-.365-1.943C2.009 12.45 2 12.167 2 10.004c0-2.161 0-2.435.055-3.302.027-.848.164-1.432.365-1.942a4.4 4.4 0 0 1 .92-1.414 4.2 4.2 0 0 1 1.415-.93c.51-.183 1.094-.33 1.943-.366Zm.427 4.806a4.105 4.105 0 1 1 5.805 5.805 4.105 4.105 0 0 1-5.805-5.805m1.882 5.371a2.668 2.668 0 1 0 2.042-4.93 2.668 2.668 0 0 0-2.042 4.93m5.922-5.942a.958.958 0 1 1-1.355-1.355.958.958 0 0 1 1.355 1.355" clip-rule="evenodd"/></svg>
</a>
      </li>
    

    
      <li>
        <a target="_blank" aria-label="Youtube Icon" href="https://www.youtube.com/shopify"><svg class="icon icon-youtube" viewBox="0 0 20 20"><path fill="" d="M18.16 5.87c.34 1.309.34 4.08.34 4.08s0 2.771-.34 4.08a2.13 2.13 0 0 1-1.53 1.53c-1.309.34-6.63.34-6.63.34s-5.321 0-6.63-.34a2.13 2.13 0 0 1-1.53-1.53c-.34-1.309-.34-4.08-.34-4.08s0-2.771.34-4.08a2.17 2.17 0 0 1 1.53-1.53C4.679 4 10 4 10 4s5.321 0 6.63.34a2.17 2.17 0 0 1 1.53 1.53M8.3 12.5l4.42-2.55L8.3 7.4z"/></svg>
</a>
      </li>
    

    

    
  </ul>
</div>

                    </div>
                  
</div>
                </div>
              </div>
          
        
          
              <div
                class="footer_blocks footer_block--menu"
                style="--max-width: 17%; --menu-position: center"
              >
                <div class="footer_block--menu_inner">
                  
                    <div class="footer_block_head">
                      <h2>Category list</h2>
                    </div>
                  
                  <div class="footer_block--content">
                    <ul>
                      
                        <li>
                          <a class="underline_hover" href="/collections/digestion">Digestion General </a>
                        </li>
                      
                        <li>
                          <a class="underline_hover" href="/collections/men-s-health">Health Men's </a>
                        </li>
                      
                        <li>
                          <a class="underline_hover" href="/collections/skin-nails-beauty">Health Skin, Nails & Beauty </a>
                        </li>
                      
                        <li>
                          <a class="underline_hover" href="/collections/woman-s-health">Woman's Health</a>
                        </li>
                      
                        <li>
                          <a class="underline_hover" href="/collections/general-health">General Health</a>
                        </li>
                      
                        <li>
                          <a class="underline_hover" href="/collections/peptides">Peptides</a>
                        </li>
                      
                        <li>
                          <a class="underline_hover" href="/collections/weight-loss">Weight Loss</a>
                        </li>
                      
                    </ul>
                  </div>
                </div>
              </div>
            
        
          
              <div
                class="footer_blocks footer_block--menu"
                style="--max-width: 17%; --menu-position: center"
              >
                <div class="footer_block--menu_inner">
                  
                    <div class="footer_block_head">
                      <h2>Information</h2>
                    </div>
                  
                  <div class="footer_block--content">
                    <ul>
                      
                        <li>
                          <a class="underline_hover" href="/pages/contact">Contact Us</a>
                        </li>
                      
                        <li>
                          <a class="underline_hover" href="/pages/about-us">About Us</a>
                        </li>
                      
                        <li>
                          <a class="underline_hover" href="/pages/faq">FAQ's</a>
                        </li>
                      
                        <li>
                          <a class="underline_hover" href="http://www.markethealth.com">Affiliate Program</a>
                        </li>
                      
                        <li>
                          <a class="underline_hover" href="/blogs/news">Blog</a>
                        </li>
                      
                    </ul>
                  </div>
                </div>
              </div>
            
        
          
              <div
                class="footer_blocks footer_block--menu"
                style="--max-width: 17%; --menu-position: center"
              >
                <div class="footer_block--menu_inner">
                  
                    <div class="footer_block_head">
                      <h2>Need Help?</h2>
                    </div>
                  
                  <div class="footer_block--content">
                    <ul>
                      
                        <li>
                          <a class="underline_hover" href="/policies/terms-of-service">Terms and conditions</a>
                        </li>
                      
                        <li>
                          <a class="underline_hover" href="/policies/privacy-policy">Privacy Polices</a>
                        </li>
                      
                        <li>
                          <a class="underline_hover" href="/pages/contact">Customer services</a>
                        </li>
                      
                    </ul>
                  </div>
                </div>
              </div>
            
        
      </div>
    </div>
    <div
      class="footer_copyright_wrapper"
      style="--copyright-bg: #000000; --color: #ffffff"
    >
      <div class="footer_copyright_main_inner has_payment_icons no_selectors"><div class="footer_copyright__wrapper">
          <small class="copyright__content"
            >&copy; 2026, <a href="/" title="">HealthBuy</a></small>
          <small class="copyright__content"><a target="_blank" rel="nofollow" href="https://www.shopify.com?utm_campaign=poweredby&amp;utm_medium=shopify&amp;utm_source=onlinestore">Powered by Shopify</a></small></div>

        
          <div class="footer__payment_icons">
            <span class="visually-hidden">Payment methods</span>
            <ul class="list list-payment" role="list"><li class="list-payment__item">
                  <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-american_express" viewBox="0 0 38 24" width="38" height="24"><title id="pi-american_express">American Express</title><path fill="#000" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3Z" opacity=".07"/><path fill="#006FCF" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32Z"/><path fill="#FFF" d="M22.012 19.936v-8.421L37 11.528v2.326l-1.732 1.852L37 17.573v2.375h-2.766l-1.47-1.622-1.46 1.628-9.292-.02Z"/><path fill="#006FCF" d="M23.013 19.012v-6.57h5.572v1.513h-3.768v1.028h3.678v1.488h-3.678v1.01h3.768v1.531h-5.572Z"/><path fill="#006FCF" d="m28.557 19.012 3.083-3.289-3.083-3.282h2.386l1.884 2.083 1.89-2.082H37v.051l-3.017 3.23L37 18.92v.093h-2.307l-1.917-2.103-1.898 2.104h-2.321Z"/><path fill="#FFF" d="M22.71 4.04h3.614l1.269 2.881V4.04h4.46l.77 2.159.771-2.159H37v8.421H19l3.71-8.421Z"/><path fill="#006FCF" d="m23.395 4.955-2.916 6.566h2l.55-1.315h2.98l.55 1.315h2.05l-2.904-6.566h-2.31Zm.25 3.777.875-2.09.873 2.09h-1.748Z"/><path fill="#006FCF" d="M28.581 11.52V4.953l2.811.01L32.84 9l1.456-4.046H37v6.565l-1.74.016v-4.51l-1.644 4.494h-1.59L30.35 7.01v4.51h-1.768Z"/></svg>

                </li><li class="list-payment__item">
                  <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-diners_club"><title id="pi-diners_club">Diners Club</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M12 12v3.7c0 .3-.2.3-.5.2-1.9-.8-3-3.3-2.3-5.4.4-1.1 1.2-2 2.3-2.4.4-.2.5-.1.5.2V12zm2 0V8.3c0-.3 0-.3.3-.2 2.1.8 3.2 3.3 2.4 5.4-.4 1.1-1.2 2-2.3 2.4-.4.2-.4.1-.4-.2V12zm7.2-7H13c3.8 0 6.8 3.1 6.8 7s-3 7-6.8 7h8.2c3.8 0 6.8-3.1 6.8-7s-3-7-6.8-7z" fill="#3086C8"/></svg>
                </li><li class="list-payment__item">
                  <svg class="icon icon--full-color" viewBox="0 0 38 24" width="38" height="24" role="img" aria-labelledby="pi-discover" fill="none" xmlns="http://www.w3.org/2000/svg"><title id="pi-discover">Discover</title><path fill="#000" opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32z" fill="#fff"/><path d="M3.57 7.16H2v5.5h1.57c.83 0 1.43-.2 1.96-.63.63-.52 1-1.3 1-2.11-.01-1.63-1.22-2.76-2.96-2.76zm1.26 4.14c-.34.3-.77.44-1.47.44h-.29V8.1h.29c.69 0 1.11.12 1.47.44.37.33.59.84.59 1.37 0 .53-.22 1.06-.59 1.39zm2.19-4.14h1.07v5.5H7.02v-5.5zm3.69 2.11c-.64-.24-.83-.4-.83-.69 0-.35.34-.61.8-.61.32 0 .59.13.86.45l.56-.73c-.46-.4-1.01-.61-1.62-.61-.97 0-1.72.68-1.72 1.58 0 .76.35 1.15 1.35 1.51.42.15.63.25.74.31.21.14.32.34.32.57 0 .45-.35.78-.83.78-.51 0-.92-.26-1.17-.73l-.69.67c.49.73 1.09 1.05 1.9 1.05 1.11 0 1.9-.74 1.9-1.81.02-.89-.35-1.29-1.57-1.74zm1.92.65c0 1.62 1.27 2.87 2.9 2.87.46 0 .86-.09 1.34-.32v-1.26c-.43.43-.81.6-1.29.6-1.08 0-1.85-.78-1.85-1.9 0-1.06.79-1.89 1.8-1.89.51 0 .9.18 1.34.62V7.38c-.47-.24-.86-.34-1.32-.34-1.61 0-2.92 1.28-2.92 2.88zm12.76.94l-1.47-3.7h-1.17l2.33 5.64h.58l2.37-5.64h-1.16l-1.48 3.7zm3.13 1.8h3.04v-.93h-1.97v-1.48h1.9v-.93h-1.9V8.1h1.97v-.94h-3.04v5.5zm7.29-3.87c0-1.03-.71-1.62-1.95-1.62h-1.59v5.5h1.07v-2.21h.14l1.48 2.21h1.32l-1.73-2.32c.81-.17 1.26-.72 1.26-1.56zm-2.16.91h-.31V8.03h.33c.67 0 1.03.28 1.03.82 0 .55-.36.85-1.05.85z" fill="#231F20"/><path d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint0_linear)"/><path opacity=".65" d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint1_linear)"/><path d="M36.57 7.506c0-.1-.07-.15-.18-.15h-.16v.48h.12v-.19l.14.19h.14l-.16-.2c.06-.01.1-.06.1-.13zm-.2.07h-.02v-.13h.02c.06 0 .09.02.09.06 0 .05-.03.07-.09.07z" fill="#231F20"/><path d="M36.41 7.176c-.23 0-.42.19-.42.42 0 .23.19.42.42.42.23 0 .42-.19.42-.42 0-.23-.19-.42-.42-.42zm0 .77c-.18 0-.34-.15-.34-.35 0-.19.15-.35.34-.35.18 0 .33.16.33.35 0 .19-.15.35-.33.35z" fill="#231F20"/><path d="M37 12.984S27.09 19.873 8.976 23h26.023a2 2 0 002-1.984l.024-3.02L37 12.985z" fill="#F48120"/><defs><linearGradient id="pi-paint0_linear" x1="21.657" y1="12.275" x2="19.632" y2="9.104" gradientUnits="userSpaceOnUse"><stop stop-color="#F89F20"/><stop offset=".25" stop-color="#F79A20"/><stop offset=".533" stop-color="#F68D20"/><stop offset=".62" stop-color="#F58720"/><stop offset=".723" stop-color="#F48120"/><stop offset="1" stop-color="#F37521"/></linearGradient><linearGradient id="pi-paint1_linear" x1="21.338" y1="12.232" x2="18.378" y2="6.446" gradientUnits="userSpaceOnUse"><stop stop-color="#F58720"/><stop offset=".359" stop-color="#E16F27"/><stop offset=".703" stop-color="#D4602C"/><stop offset=".982" stop-color="#D05B2E"/></linearGradient></defs></svg>
                </li><li class="list-payment__item">
                  <svg class="icon icon--full-color" width="38" height="24" role="img" aria-labelledby="pi-jcb" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg"><title id="pi-jcb">JCB</title><g fill="none" fill-rule="evenodd"><g fill-rule="nonzero"><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000" opacity=".07"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" fill="#FFF"/></g><path d="M11.5 5H15v11.5a2.5 2.5 0 0 1-2.5 2.5H9V7.5A2.5 2.5 0 0 1 11.5 5z" fill="#006EBC"/><path d="M18.5 5H22v11.5a2.5 2.5 0 0 1-2.5 2.5H16V7.5A2.5 2.5 0 0 1 18.5 5z" fill="#F00036"/><path d="M25.5 5H29v11.5a2.5 2.5 0 0 1-2.5 2.5H23V7.5A2.5 2.5 0 0 1 25.5 5z" fill="#2AB419"/><path d="M10.755 14.5c-1.06 0-2.122-.304-2.656-.987l.78-.676c.068 1.133 3.545 1.24 3.545-.19V9.5h1.802v3.147c0 .728-.574 1.322-1.573 1.632-.466.144-1.365.221-1.898.221zm8.116 0c-.674 0-1.388-.107-1.965-.366-.948-.425-1.312-1.206-1.3-2.199.012-1.014.436-1.782 1.468-2.165 1.319-.49 3.343-.261 3.926.27v.972c-.572-.521-1.958-.898-2.919-.46-.494.226-.737.917-.744 1.448-.006.56.245 1.252.744 1.497.953.467 2.39.04 2.919-.441v1.01c-.358.255-1.253.434-2.129.434zm8.679-2.587c.37-.235.582-.567.582-1.005 0-.438-.116-.687-.348-.939-.206-.207-.58-.469-1.238-.469H23v5h3.546c.696 0 1.097-.23 1.315-.415.283-.25.426-.53.426-.96 0-.431-.155-.908-.737-1.212zm-1.906-.281h-1.428v-1.444h1.495c.956 0 .944 1.444-.067 1.444zm.288 2.157h-1.716v-1.513h1.716c.986 0 1.083 1.513 0 1.513z" fill="#FFF" fill-rule="nonzero"/></g></svg>
                </li><li class="list-payment__item">
                  <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-maestro"><title id="pi-maestro">Maestro</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#00A2E5" cx="23" cy="12" r="7"/><path fill="#7375CF" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg>
                </li><li class="list-payment__item">
                  <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg>
                </li><li class="list-payment__item">
                  <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-paypal"><title id="pi-paypal">PayPal</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path fill="#003087" d="M23.9 8.3c.2-1 0-1.7-.6-2.3-.6-.7-1.7-1-3.1-1h-4.1c-.3 0-.5.2-.6.5L14 15.6c0 .2.1.4.3.4H17l.4-3.4 1.8-2.2 4.7-2.1z"/><path fill="#3086C8" d="M23.9 8.3l-.2.2c-.5 2.8-2.2 3.8-4.6 3.8H18c-.3 0-.5.2-.6.5l-.6 3.9-.2 1c0 .2.1.4.3.4H19c.3 0 .5-.2.5-.4v-.1l.4-2.4v-.1c0-.2.3-.4.5-.4h.3c2.1 0 3.7-.8 4.1-3.2.2-1 .1-1.8-.4-2.4-.1-.5-.3-.7-.5-.8z"/><path fill="#012169" d="M23.3 8.1c-.1-.1-.2-.1-.3-.1-.1 0-.2 0-.3-.1-.3-.1-.7-.1-1.1-.1h-3c-.1 0-.2 0-.2.1-.2.1-.3.2-.3.4l-.7 4.4v.1c0-.3.3-.5.6-.5h1.3c2.5 0 4.1-1 4.6-3.8v-.2c-.1-.1-.3-.2-.5-.2h-.1z"/></svg>
                </li><li class="list-payment__item">
                  <svg class="icon icon--full-color" viewBox="0 0 38 24" width="38" height="24" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-venmo"><title id="pi-venmo">Venmo</title><g fill="none" fill-rule="evenodd"><rect fill-opacity=".07" fill="#000" width="38" height="24" rx="3"/><path fill="#3D95CE" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M24.675 8.36c0 3.064-2.557 7.045-4.633 9.84h-4.74L13.4 6.57l4.151-.402 1.005 8.275c.94-1.566 2.099-4.025 2.099-5.702 0-.918-.154-1.543-.394-2.058l3.78-.783c.437.738.634 1.499.634 2.46z" fill="#FFF" fill-rule="nonzero"/></g></svg>

                </li><li class="list-payment__item">
                  <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"/></svg>
                </li></ul>
          </div>
        
      </div>
    </div>
  </div>
</footer>

  



<script>
  document.addEventListener('DOMContentLoaded', ()=> {
    const href = window.location.href;
    const error = document.querySelector('.newsletter_form_submit_error');
     if(href.includes('customer_posted=true#ContactFooter')) {
    } else if(href.includes('contact%5Btags%5D=newsletter&form_type=customer#ContactFooter')) {
       error.style.display = 'block';
    }
  })
</script>


</div>
<!-- END sections: footer-group -->
    
      <button aria-label="Scroll to top" class="scrollTop">
        <svg width="38" height="11" viewBox="0 0 38 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M37.3501 6.1001C23.8922 6.6001 5.88748 6.1001 1.8501 6.1001M1.8501 6.1001C2.97159 4.76676 5.71926 1.9001 7.73795 1.1001M1.8501 6.1001C3.81271 6.93343 7.90617 8.9001 8.57907 10.1001" stroke="var(--text-color)" stroke-width="1.82"/>
</svg>

        <span class="scrolltop__inner"></span>
      </button>
    

    <div id="shopify-section-promotional-popup" class="shopify-section promotional-popup-section">


</div>

<div id="shopify-section-cart-drawer" class="shopify-section"><style data-shopify>
    cart-drawer .cart__empty-text, cart-drawer .cart__login-title,
    cart-drawer .cart__login-paragraph, cart-drawer .drawer__heading,
    cart-drawer .drawer__heading sup, cart-drawer .cd_free_shipping_inner p,
    cart-drawer .cart-item__name, .cart-drawer .price,
    cart-drawer .product_options_wrapper .product-option *,
    cart-drawer .discounts__discount, cart-drawer .totals__total,
    cart-drawer .totals__total-value {
      color: var(--drawer-text) !important;
    }

    cart-drawer .cart-close svg path {
      fill: var(--drawer-text);
    }

    cart-drawer .cart__login-paragraph a {
      color: var(--btn-bg);
    }

    cart-drawer .cart__note .field__input {
      background: #f2f2f2;
      color: var(--drawer-text);
    }

    cart-drawer cart-remove-button .icon-remove path,
    cart-drawer .discounts__discount svg path,
    cart-drawer  button.quantity__button svg path {
      fill: var(--drawer-highlight);
    }

    .gift_wrapper_drawer_wrapper {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin: 0 0 0.5rem;
  }

  .gift_wrapper_drawer_wrapper label {
      font-size: 1.4rem;
      color: var(--footer-title-color);
      letter-spacing: 0;
      cursor: pointer;
  }

  .gift_wrapper_drawer_wrapper input {
      margin: 0;
      appearance: none;
      width: 1.2rem;
      height: 1.2rem;
      background: #fff;
      border-radius: 2px;
      cursor: pointer;
      position: relative;
      border: 1px solid var(--drawer-text);
  }

  .gift_wrapper_drawer_wrapper input:checked {
    background: var(--btn-bg);
    border: 1px solid transparent;
  }

  .gift_wrapper_drawer_wrapper input:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: var(--btn-bg);
      border-radius: 2px;
      transform: scale(0, 1);
      transition: transform 0.2s;
  }

  .gift_wrapper_drawer_wrapper input:checked:after {
      transform: scale(1, 1);
  }
</style>

<style>
  .cart_upsell_wrapper .card__content .price .price__regular {
    display: none;
  }
  .cart_upsell_wrapper .quick-add button {
    font-size: 0.6rem !important;
  }
</style><link href="//healthbuy.com/cdn/shop/t/10/assets/product-card.css?v=14765015604350745751764648275" rel="stylesheet" type="text/css" media="all" />

<cart-drawer
  class="drawer_cart is-empty drawer--right"
  style="
    --drawer-bg: #fff;
    --drawer-text: #000;
    --drawer-highlight: #E51A1A;
  "
>
  <div class="cursor">

<svg
  version="1.0"
  xmlns="http://www.w3.org/2000/svg"
  width="512.000000pt"
  height="512.000000pt"
  viewBox="0 0 512.000000 512.000000"
  preserveAspectRatio="xMidYMid meet"
>
  <g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
  fill="#000000" stroke="none">
  <path d="M1217 4086 c-154 -42 -232 -206 -168 -351 18 -41 120 -148 584 -612
  l562 -563 -562 -562 c-614 -615 -606 -606 -606 -719 0 -141 111 -252 253 -252
  112 0 104 -7 718 606 l562 562 563 -562 c614 -614 605 -606 718 -606 141 0
  252 111 252 253 0 112 7 104 -606 718 l-562 562 562 563 c613 613 606 605 606
  717 0 142 -111 253 -252 253 -113 0 -104 8 -718 -606 l-563 -562 -562 562
  c-589 588 -594 593 -693 607 -22 3 -62 -1 -88 -8z"/>
  </g>
</svg>
</div>

  <div id="CartDrawer" class="cart-drawer">
    <div id="CartDrawer-Overlay" class="cart-drawer__overlay"></div>
    <div
      class="drawer__inner"
      role="dialog"
      aria-modal="true"
      aria-label="Cart"
      tabindex="-1"
    ><div class="drawer__empty-state">
          <div class="cart-drawer__alerts center">
            <div class="cart-drawer__empty-content">
              <h2 class="main_heading cart__empty-text">Your cart is empty</h2>
              <button
                class="cart-close"
                type="button"
                onclick="this.closest('cart-drawer').close()"
                aria-label="Close"
              >
                

<svg
  version="1.0"
  xmlns="http://www.w3.org/2000/svg"
  width="512.000000pt"
  height="512.000000pt"
  viewBox="0 0 512.000000 512.000000"
  preserveAspectRatio="xMidYMid meet"
>
  <g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
  fill="#000000" stroke="none">
  <path d="M1217 4086 c-154 -42 -232 -206 -168 -351 18 -41 120 -148 584 -612
  l562 -563 -562 -562 c-614 -615 -606 -606 -606 -719 0 -141 111 -252 253 -252
  112 0 104 -7 718 606 l562 562 563 -562 c614 -614 605 -606 718 -606 141 0
  252 111 252 253 0 112 7 104 -606 718 l-562 562 562 563 c613 613 606 605 606
  717 0 142 -111 253 -252 253 -113 0 -104 8 -718 -606 l-563 -562 -562 562
  c-589 588 -594 593 -693 607 -22 3 -62 -1 -88 -8z"/>
  </g>
</svg>

              </button>
              <a href="/collections/all" class="btn">
                Continue shopping
                <span></span>
              </a><p class="cart__login-title h3">Have an account?</p>
                <p class="cart__login-paragraph">
                  <a href="/account/login" class="link underlined-link">Log in</a> to check out faster.
                </p></div>
          </div>
        </div>
      <cart-item-list
        
          class=" is-empty"
        
      >
        <form
          action="/cart"
          id="CartDrawer-Form"
          class="cart__contents cart-drawer__form"
          method="post"
        >
          <div id="CartDrawer-CartItems" class="drawer__contents js-contents"><p id="CartDrawer-LiveRegionText" class="visually-hidden" role="status"></p>
            <p id="CartDrawer-LineItemStatus" class="visually-hidden" aria-hidden="true" role="status">
              Loading...
            </p>
          </div>
          <div id="CartDrawer-CartErrors" role="alert"></div>
        </form>
      </cart-item-list>

      <!-- drawer__bottom -->
      <div class="drawer__bottom">
        
          <div class="cart_upsell_wrapper">
            
            

            

            
              
                <div class="cart_upsell_head">
                  <h3 class="h2">Deal of the day!</h3>
                </div>
              

              <div class="cart_upsell_product_inner wrapper">
                
  <link href="//healthbuy.com/cdn/shop/t/10/assets/block-product-variant-selector.css?v=74004362001106759351764648275" rel="stylesheet" type="text/css" media="all" />
  <link href="//healthbuy.com/cdn/shop/t/10/assets/card-block-swatch-input.css?v=120337310385964060141764648275" rel="stylesheet" type="text/css" media="all" />


<style>
   .card--card, .card--standard .card__inner {
    border: 5px solid #E6E7E84D;
   }
   .card__heading, .card__heading a {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px !important;
      line-height: 25px!important;
      letter-spacing: 0;
      text-transform: capitalize;
      text-align: center!important;
   }
   .price .price__regular span {
      font-family: Syne;
      font-weight: 600;
      font-size: 18px!important;
      line-height: 22px;
      letter-spacing: 0;
      text-align: center!important;
      text-transform: capitalize;
      text-decoration: none;
      color: #52CD5F;
      font-size: 1.6rem;
   }
   .title_sw_group .price__regular {
    justify-content: end;
}
   .card__content .product-vendor {
      font-family: Syne;
      font-weight: 600;
      font-size: 14px !important;
      letter-spacing: 0;
      text-transform: uppercase;
      text-align: center;
      margin: .5rem 0 0;
      display: inline-block;
      width: 100%;
      word-break: break-all;
      color: #03ACC3 !important;
    }

  @media only screen and (max-width: 1250px) {
     .card__heading, .card__heading a {
      font-size: 16px !important;
      line-height: 25px !important;
    }
  }
  @media screen and (max-width: 640px) {
    .card--card, .card--standard .card__inner, .card .card__inner .card__media {
        border-radius: 300px;
    }
    
}
@media screen and (max-width: 749px) {
    .title_sw_group .price__regular {
        justify-content: center!important;
    }
}
</style><div class="card-wrapper product-card-wrapper quick_cart_center ">
    <div
      class="
        card card--standard
         card--media
        
         card--horizontal
      "
      style="--ratio-percent: 100%;"
    >
      <div
        class="card__inner  ratio"
        style="--ratio-percent: 100%; --border-radius: px; --border-radius-mob: px;"
      >
        <a
          class="product_card_link"
          aria-label="Bowtrol Probiotics"
          
            href="/products/bowtrolprobiotic"
          
          tabindex="-1"
        >
        Bowtrol Probiotics
        </a><div class="card__media">
            <div class="media media--transparent media--hover-effect">
              
              <img
                srcset="//healthbuy.com/cdn/shop/files/Frame_123_19.png?v=1738595140&width=165 165w,//healthbuy.com/cdn/shop/files/Frame_123_19.png?v=1738595140&width=360 360w,//healthbuy.com/cdn/shop/files/Frame_123_19.png?v=1738595140&width=533 533w,//healthbuy.com/cdn/shop/files/Frame_123_19.png?v=1738595140&width=720 720w,//healthbuy.com/cdn/shop/files/Frame_123_19.png?v=1738595140&width=940 940w,//healthbuy.com/cdn/shop/files/Frame_123_19.png?v=1738595140&width=1066 1066w,//healthbuy.com/cdn/shop/files/Frame_123_19.png?v=1738595140 1280w
                "
                src="//healthbuy.com/cdn/shop/files/Frame_123_19.png?v=1738595140&width=533"
                sizes="(min-width: 1920px) 447px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)"
                alt="Bowtrol Probiotics"
                class="motion-reduce"
                
                  loading="lazy"
                
                width="1280"
                height="1280"
              >
              
</div>
          </div>
        <div class="card__content content_align">
          <div class="card__information">
            <h3
              class="card__heading h3"
              
            >
              <a
                tabindex="-1"
                
                href="/products/bowtrolprobiotic"
                
                
                class="full-unstyled-link"
                aria-labelledby="StandardCardNoMediaLink-cart-drawer-7823476752519 NoMediaStandardBadge-cart-drawer-7823476752519"
              >
                Bowtrol Probiotics
              </a>
            </h3>
          </div>
          <div class="card__badge badge--vertical card__badge-square top center sale_badge_wrapper true ">
            <span
                id="NoMediaStandardBadge-cart-drawer-7823476752519"
                class="sale_badge badge badge--bottom-left"
              >
                
                
                66%<span> OFF</span>
              </span></div>
          

          
        </div>
      </div>
      <div class="card__content content_align">
        <div class="card__information">
          
          <h3
            class="card__heading h3"
            
              id="title-cart-drawer-7823476752519"
            
          >
            <a
              
                href="/products/bowtrolprobiotic"
                
             
              class="full-unstyled-link"
              aria-labelledby="CardLink-cart-drawer-7823476752519 Badge-cart-drawer-7823476752519"
            >
              Bowtrol Probiotics
            </a>
          </h3>

          
          <div class="card-information">
            

            <span class="caption-large light"></span>
            
            
<div
  class="
    price  price--on-sale
  "
>
  <div class="price__container">
   
    <div class="price__regular "><span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span class="price-item price-item--regular">
          From $40.00
        </span></div>


    
     
    
    <div class="price__sale no_cap  hide-price-compir">
        <span class="visually-hidden visually-hidden--inline">Regular price</span>
        <span>
          <s class="price-item price-item--regular">
            
              $120.00
            
          </s>
        </span><span class="visually-hidden visually-hidden--inline">Sale price</span>
      <span class="price-item price-item--sale price-item--last">
        From $40.00
      </span>
    </div>
    <small class="unit-price caption hidden">
      <span class="visually-hidden">Unit price</span>
      <span class="price-item price-item--last">
        <span></span>
        <span aria-hidden="true">/</span>
        <span class="visually-hidden">&nbsp;per&nbsp;</span>
        <span>
        </span>
      </span>
    </small>
  </div>
  
</div>

            
             
            
<div class="quick-add no-js-hidden  card--horizontal__quick-addblock"><product-form data-section-id="cart-drawer"><form method="post" action="/cart/add" id="quick-add-cart-drawer7823476752519" accept-charset="UTF-8" class="form" enctype="multipart/form-data" novalidate="novalidate" data-type="add-to-cart-form"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /><input
                      type="hidden"
                      name="id"
                      value="41702524878983"
                      class="product-first-variant-id"
                      
                    >
                    <div class="hqa_btn">
                      
                      <button
                        id="quick-add-cart-drawer7823476752519-submit"
                        type="submit"
                        name="add"
                        class="quick-add__submit btn  btn card--horizontal__quick-add"
                        aria-haspopup="dialog"
                        aria-labelledby="quick-add-cart-drawer7823476752519-submit title-cart-drawer-7823476752519"
                        aria-live="polite"
                        aria-label="Quick add — Choose options"
                        data-sold-out-message="true"
                        
                      >
                        <codes>
                          
                          <div class="cp_plus"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="icon icon-plus">
 <path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z" fill="var(--text-color)"/>
</svg>
</div>
                        </codes>
                      </button>
                    
                    </div><input type="hidden" name="product-id" value="7823476752519" /><input type="hidden" name="section-id" value="cart-drawer" /></form></product-form>
              </div>
            
            

             
            
              
                
                  
                
              
            
          
          </div>
        </div>

        <div class="card__badge top center badge--vertical"><span
              class="badge badge--bottom-left"
            >
              
              hello
            </span></div>
      </div>
    </div>
  </div>
              </div>
            
          </div>
        
<details id="Details-CartDrawer">
            <summary>
              <span class="summary__title">
                Order special instructions
                <div class="icon_wrapper">
                  <svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.91724 1.10416L5.12557 4.89583L1.3339 1.10416" stroke="var(--text-color)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

                </div>
              </span>
            </summary>
            <cart-note class="cart__note field">
              <label class="visually-hidden" for="CartDrawer-Note">Order special instructions</label>
              <textarea
                id="CartDrawer-Note"
                class="text-area text-area--resize-vertical field__input"
                name="note"
                placeholder="Order special instructions"
              ></textarea>
            </cart-note>
          </details><!-- Start blocks -->
        <!-- Subtotals -->

        <div class="cart-drawer__footer" >
          
          <div></div>

          <div class="totals" role="status">
            <p class="totals__total">Estimated total</p>
            <p class="totals__total-value">$0.00 USD</p>
          </div>

          <small class="tax-info caption-large rte">Taxes, Discounts and <a href="/policies/shipping-policy">shipping</a> calculated at checkout
</small>
        </div>

        <!-- CTAs -->

        <div class="cart__actions" >
          <a class="btn btn-bordered cart_drawer--view_cart" href="/cart">
            View Cart
            <span></span>
          </a>
          <button
            type="submit"
            id="CartDrawer-Checkout"
            class="cart__checkout-button btn"
            name="checkout"
            form="CartDrawer-Form"
            
              disabled
            
          >
            Check out
            <span></span>
          </button>
        </div>
      </div>
    </div>
  </div>
</cart-drawer>

<script>
  document.querySelector('.drawer__inner').addEventListener('mouseenter',function(e){
    let cursor = this.closest('#CartDrawer').previousElementSibling;
    cursor.style.transform = 'translate(-50%,-50%)';
    cursor.style.scale = '0';
  })

  document.querySelector('.drawer__inner').addEventListener('mouseleave',function(e){
    let cursor = this.closest('#CartDrawer').previousElementSibling;
    let left = e.clientX + 'px';
    let top = e.clientY + 'px';
    cursor.style.left = left;
    cursor.style.top = top;
    cursor.style.transform = 'translate(-50%,-50%)';
    cursor.style.scale = '1';

  })

    const totalPrice = 0.0

    function shippingBar(totalPrice = 0) {
    const threshold = "500";
    const currency = Shopify.currency?.active || 'USD';

    const rate = Shopify.currency?.rate || 1;
    const finalThreshold = Math.round(threshold * rate * 100) / 100;
    const convertedTotal = totalPrice;

    const remaining = finalThreshold - convertedTotal;
    const percentage = Math.min(Math.round((convertedTotal / finalThreshold) * 100), 100);

    function formatMoney(cents, currency = 'USD') {
      return new Intl.NumberFormat(undefined, {
        style: 'currency',
        currency,
        minimumFractionDigits: 2
      }).format(cents / 100);
    }

    const shippingMsg = document.querySelector('.cd_free_shipping_inner p');
    if (shippingMsg) {
      if (remaining > 0) {
        shippingMsg.textContent = `Spend ${formatMoney(remaining * 100, currency)} more to reach free shipping`;
      } else {
        shippingMsg.textContent = `You are eligible for free shipping!`;
      }
    }

    const bar = document.querySelector('.cart_drawer--free-shipping__progress_inner');
    if (bar) {
      bar.style.setProperty('--width', `${percentage}%`);
    }
   }
  
   document.addEventListener('DOMContentLoaded', () => {
     shippingBar(totalPrice);
   })

  window.addEventListener("cart:updated", (e) => {
    const { cartData } = e.detail;
    const totalPrice = cartData.total_price / 100;

    shippingBar(totalPrice);
});
</script>

<script>
  document.addEventListener('DOMContentLoaded', () => {
    //GIFT WRAPPING SCRIPT
    document.addEventListener('cart:refresh', () => {
      handleChange();
    });

    document.addEventListener('cart:updated', (e) => {
      let data = e.detail.cartData
      handleChange();
    });

    function handleChange() {
      let giftWrapperInput = document.querySelector('#gift_wrapping_cart_drawer');
      if (!giftWrapperInput) return;
      giftWrapperInput.addEventListener('change', async () => {
        let id = giftWrapperInput.closest('.gift_wrapper_drawer_wrapper').dataset.id;
        if (giftWrapperInput.checked) {
          await addGiftWrapping(id);
        } else {
          await removeGiftWrapping();
        }
      });
    }

    handleChange();

    async function addGiftWrapping(id) {
      const response = await fetch(window.Shopify.routes.root + 'cart/add.js', {
        method: 'POST',
        headers: {
          'Content-Type': 'application/json',
        },
        body: JSON.stringify({
          items: [
            {
              id: id,
              quantity: 1,
            },
          ],
        }),
      })
        .then((res) => res.json())
        .then((data) => {
          const cartItems = document.querySelector('.drawer__inner').querySelector('cart-item-list');
          if (cartItems) {
            cartItems.updateQuantity(1, 1);
          }
        })
        .catch((err) => {
          console.log('Error adding product', err);
        });
    }

    async function removeGiftWrapping() {
      fetch(window.Shopify.routes.root + 'cart.js')
        .then((res) => res.json())
        .then((cart) => {
          const giftItem = cart.items.find((item) => {
            return item.handle == 'gift-wrapping';
          });

          if (giftItem) {
            let giftItemIndex = cart.items.findIndex((item) => {
              return item.handle == 'gift-wrapping';
            });

            const index = Number(giftItemIndex) + 1;

            let key = giftItem.key;
            handleDeleteGiftItem(index);
          }
        });
    }

    function handleDeleteGiftItem(line) {
      const cartItems = document.querySelector('.drawer__inner').querySelector('cart-item-list');
      if (cartItems) {
        cartItems.updateQuantity(line, 0);
      }
    }
  });
</script>

</div>
<script src="//healthbuy.com/cdn/shop/t/10/assets/cart_item.js?v=109540502738114368761764648275" defer="defer"></script>

    <ul hidden>
      <li id="a11y-refresh-page-message">Choosing a selection results in a full page refresh.</li>
      <li id="a11y-new-window-message">Opens in a new window.</li>
    </ul>

    <script>
      window.shopUrl = 'https://healthbuy.com';
      window.routes = {
        cart_add_url: '/cart/add',
        cart_change_url: '/cart/change',
        cart_update_url: '/cart/update',
        cart_url: '/cart',
        predictive_search_url: '/search/suggest',
      };

      window.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.`,
      };

      window.variantStrings = {
        addToCart: `Add to cart`,
        soldOut: `Sold out`,
        unavailable: `Unavailable`,
        pre_order: `Pre Order`,
        unavailable_with_option: `[value] - Unavailable`,
      };

      window.quickOrderListStrings = {
        itemsAdded: `[quantity] items added`,
        itemAdded: `[quantity] item added`,
        itemsRemoved: `[quantity] items removed`,
        itemRemoved: `[quantity] item removed`,
        viewCart: `View cart`,
        each: `[money]/ea`,
        min_error: `This item has a minimum of [min]`,
        max_error: `This item has a maximum of [max]`,
        step_error: `You can only add this item in increments of [step]`,
      };

      window.accessibilityStrings = {
        imageAvailable: `Image [index] is now available in gallery view`,
        shareSuccess: `Link copied to clipboard`,
        pauseSlideshow: `Pause slideshow`,
        playSlideshow: `Play slideshow`,
        recipientFormExpanded: `Gift card recipient form expanded`,
        recipientFormCollapsed: `Gift card recipient form collapsed`,
        countrySelectorSearchCount: `[count] countries/regions found`,
      };
    </script>

      <script>
        let cursors = document.querySelectorAll('.cursor');

        document.addEventListener('mousemove', function (e) {
          let left = e.clientX + 'px';
          let top = e.clientY + 'px';

          cursors.forEach(function (cursor) {
            cursor.style.left = left;
            cursor.style.top = top;
            // cursor.style.transform = "translate(-" + left + ", -" + top + ")";
          });
        });
      </script>
        <script src="//healthbuy.com/cdn/shop/t/10/assets/cart-side-drawer.js?v=174875935726539466381764648275" defer="defer"></script>
      

  <div id="shopify-block-AN01qVTkwS3FSQmw0M__1552424856277674997" class="shopify-block shopify-app-block">



  <!-- BEGIN app snippet: privacy-policy-modal -->

<div id="insureship-privacy-modal" class="insureship-modal" style="display: none; position: fixed; z-index: 10000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);">
  <div class="insureship-modal-content" style="background-color: #fefefe; margin: 5% auto; padding: 20px; border: 1px solid #888; width: 90%; max-width: 600px; border-radius: 8px; max-height: 80vh; overflow-y: auto;">
    <div class="insureship-modal-header" style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;">
      <div style="display: flex; align-items: center; gap: 10px;">
        <img src="https://insureship.blob.core.windows.net/assets/insureship-new_1200x1200.png" alt="InsureShip Logo" style="width: 20px; height: 20px;" width="20" height="20">
        <h2 style="margin: 0; color: #333; font-size: 12px; font-weight: 400;">POWERED BY INSURESHIP</h2>
      </div>
      <span class="insureship-modal-close" style="color: #aaa; font-size: 28px; font-weight: bold; cursor: pointer; line-height: 1;">&times;</span>
    </div>
    
    <div class="insureship-modal-body" style="line-height: 1.6; color: #555;">
      <h3 style="color: #333; margin-top: 0; margin-bottom: 10px; font-size: 22px;">We've got you covered.</h3>
      <p style="font-size: 18px; margin-bottom: 10px;">Shipping Protection gives you peace of mind while saving you time and money.</p>
      
      <div style="margin-bottom: 10px;">
        <h4 style="color: #333; margin-bottom: 5px; font-size: 16px;">✓ Shipping Protection</h4>
        <p style="margin: 0;">Coverage in case your package is damaged in transit, stolen, or doesn't arrive.</p>
      </div>
      
      <div style="margin-bottom: 10px;">
        <h4 style="color: #333; margin-bottom: 5px; font-size: 16px; margin-top: 10px;">✓ Instant Issue Resolution</h4>
        <p style="margin: 0;">Get a refund or replacement in just a few clicks.</p>
      </div>
      
      <div style="margin-bottom: 10px;">
        <h4 style="color: #333; margin-bottom: 5px; font-size: 16px; margin-top: 10px;">✓ 24/7 Claim Support</h4>
        <p style="margin: 0;">InsureShip is here for you whenever an issue arises — with an average response time of under an hour.</p>
      </div>
      
      <div style="background-color: #f8f9fa; padding: 5px; border-radius: 8px; margin-bottom: 30px;">
        <p style="margin: 0; font-size: 12px; line-height: 1.25;">
          Online Shipping Insurance Services, Inc (InsureShip) provides shipping insurance for your online purchases from lost, damaged and theft while in transit. InsureShip is committed to shipping insurance underwriting excellence. We have over 13 years of experience in commercial shipping insurance and provide worldwide shipping insurance coverage for all carriers. When you purchase your shipping insurance from us you will receive world-class service, fast & easy online claims processing and the peace of mind that comes when you insure your order with a trusted name such as InsureShip.com.
        </p>
      </div>
    </div>
    
    <div class="insureship-modal-footer" style="border-top: 1px solid #eee; padding-top: 20px; margin-top: 20px; display: flex; justify-content: center; gap: 30px; flex-wrap: wrap;">
      <a href="pages/file-a-claim" target="_blank" style="color: #0066cc; text-decoration: none; font-size: 14px;">File a claim</a>
      <a href="https://www.insureship.com/privacy" target="_blank" style="color: #0066cc; text-decoration: none; font-size: 14px;">User privacy</a>
      <a href="https://www.insureship.com/terms" target="_blank" style="color: #0066cc; text-decoration: none; font-size: 14px;">Terms of Service</a>
    </div>
  </div>
</div>

<style>
.insureship-modal {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.insureship-modal-content {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.insureship-modal-close:hover,
.insureship-modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.insureship-modal-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .insureship-modal-content {
    width: 95%;
    margin: 10% auto;
    padding: 15px;
  }
  
  .insureship-modal-footer {
    gap: 20px;
  }
}
</style>

<script>
document.addEventListener('DOMContentLoaded', function() {
  const modal = document.getElementById('insureship-privacy-modal');
  const closeBtn = document.querySelector('.insureship-modal-close');
  
  if (closeBtn) {
    closeBtn.addEventListener('click', function() {
      modal.style.display = 'none';
    });
  }
  
  // Close modal when clicking outside of it
  window.addEventListener('click', function(event) {
    if (event.target === modal) {
      modal.style.display = 'none';
    }
  });
  
  // Close modal with Escape key
  document.addEventListener('keydown', function(event) {
    if (event.key === 'Escape' && modal.style.display === 'block') {
      modal.style.display = 'none';
    }
  });
});

// Function to open the privacy modal
function openInsureShipPrivacyModal() {
  const modal = document.getElementById('insureship-privacy-modal');
  if (modal) {
    modal.style.display = 'block';
  }
}
</script> <!-- END app snippet --><style>
    /* Hide InsureShip product from collection pages and product grids */
    .resource-list__item:has(a[href*="insureship"]),
    .product-grid__item:has(a[href*="insureship"]),
    .grid__item:has(a[href*="insureship"]),
    .card-wrapper:has(a[href*="insureship"]),
    .product-card-wrapper:has(a[href*="insureship"]),
    [data-product-id]:has(a[href*="insureship"]),
    .card__inner:has(a[href*="insureship"]) {
      display: none !important;
    }
  </style>
  
  <script>    
  (function(){
    try {      
      var backend = '' || 'https://app-insureship-api-prod-001.azurewebsites.net';
      var customScript = "" || "";
      var customMountSelector = '' || "";
      var customCheckoutSelector = '' || "";
      var s = document.createElement('script');
      var appUrl = '' || 'https://insureship-app.onrender.com';
      s.src = appUrl + '/widget.js?backend=' + encodeURIComponent(backend) + '&custom=' + encodeURIComponent(customScript) + '&mount=' + encodeURIComponent(customMountSelector) + '&checkout=' + encodeURIComponent(customCheckoutSelector);
      s.async = true;
      document.currentScript.parentNode.insertBefore(s, document.currentScript.nextSibling);
    } catch(e) { console.warn('InsureShip loader failed', e); }
  })();
  </script></div></body>
</html>
