sugarbearpro.com Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: https://trk.klclick1.com/ls/click?upn=3CoNdCrSHlvVGq-2FVyTR036eFEtUFy-2BFPnoNHH1RCa-2BMPBdQ5Op8OxhTy9LGGfzl026VRp1Yy-2Fmi...
Effective URL: https://sugarbearpro.com/products/sugarbear-hair-vitamins-3-month-pack-free-gift?utm_source=Klaviyo&utm_medium=email&utm_...
Submission: On March 14 via api from US — Scanned from DE

Form analysis 8 forms found in the DOM

/search

<form class="#header-searchbar-form" id="searchForm-g_header" action="/search">
  <input type="hidden" name="type" value="product">
  <input class="#header-searchbar-input" type="text" placeholder="Type to search Sugarbear® Pro" name="q" value="" autocomplete="off">
  <button class="#header-searchbar-button" aria-label="Search">
    <svg class="#icon">
      <use href="#svg-icon-magnifying-glass"></use>
    </svg>
  </button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product-form-installment-template--14504988147796__main" accept-charset="UTF-8" class="shopify-product-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product"><input
    type="hidden" name="utf8" value="✓"><input type="hidden" name="id" value="39789128745044">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="productFormtemplate--14504988147796__main" accept-charset="UTF-8" class="form" enctype="multipart/form-data" novalidate="novalidate" data-to-cart-form=""><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓">
  <script type="text/javascript">
    (function() {
      window.retextionApi = Object.assign({
        productData: [],
        variants: {},
        queryParamsGet: function() {
          let [location, searchHash] = window.location.toString().split('?');
          let [search] = (searchHash || "").split('#');
          return (search || '').split('&').reduce((o, e) => {
            let [key, value] = e.split('=').map(x => decodeURIComponent(x));
            if (!key || !value) return o;
            o[key] = value;
            return o;
          }, {});
        },
        queryParamsGenerate: function(params) {
          let {
            queryParams
          } = params;
          queryParams = queryParams || {};
          // Remove undefined
          Object.keys(queryParams).forEach(key => {
            if (typeof queryParams[key] !== typeof undefined) return;
            delete queryParams[key];
          });
          return Object.keys(queryParams).reduce((x, key, i) => {
            let value = queryParams[key];
            if (i != 0) x += '&';
            return x += encodeURIComponent(key) + '=' + encodeURIComponent(value);
          }, '');
        },
        sellingPlanPushHistory: function(params) {
          const {
            sellingPlan
          } = params;
          let queryParams = window.retextionApi.queryParamsGet();
          if (sellingPlan) {
            queryParams['selling_plan'] = sellingPlan.id || sellingPlan;
          } else {
            delete queryParams['selling_plan'];
          }
          const qs = window.retextionApi.queryParamsGenerate({
            queryParams
          });
          try {
            let hash;
            hash = (hash = window.location.toString().split('#')).length > 1 ? hash[1] : null;
            const url = (window.location.toString().split('?')[0] + (qs.length ? '?' + qs : '') + (hash ? '#' + hash : ''));
            window.history.pushState(queryParams, '', url);
          } catch (e) { // Catching since older browsers and iOS can have issues
            console.error(e);
          }
        },
        productAdd: function(params) {
          const {
            product
          } = params;
          if (!product) return;
          window.retextionApi.productData.push(product);
          product.variants.forEach(variant => {
            window.retextionApi.variants[variant.id] = product.id;
          });
        },
        formatMoney: function(money) {
          try {
            if (window && window.Shopify && typeof window.Shopify.formatMoney === 'function') return window.Shopify.formatMoney(money);
            if (window && window.theme && window.theme.utils && typeof window.theme.utils === 'function') return theme.utils.formatMoney(money);
            return '$' + (money / 100).toFixed(2);
          } catch (e) {
            return '$' + (money / 100).toFixed(2);
          }
        }
      }, window.retextionApi);
    })();
  </script>
  <style type="text/css">
    .rtx-subscription,
    .rtx-subcription * {
      box-sizing: border-box;
    }

    .rtx-subscription {
      margin-bottom: 1.5rem;
    }

    .rtx-subscription-box {
      display: none;
    }

    .rtx-subscription-box.is-visible {
      display: block;
    }

    .rtx-subscription-label {
      padding: 1rem;
      border-radius: 0.25rem;
      display: block;
    }

    .rtx-subscription-label__inner {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      cursor: pointer;
    }

    .rtx-subscription-label.is-selected {
      background: #EEE;
      color: #000;
    }

    .rtx-subscription-label__inner>span {
      display: block;
      margin-left: 0.5rem;
    }

    .rtx-subscription-dropdown.is-hidden {
      display: none;
    }

    .rtx-subscription-single-label {
      display: none;
      padding: 1rem 0 0 1.8rem;
    }

    .rtx-subscription-single-label.is-visible {
      display: block;
    }

    .rtx-modal-button {
      padding: 0;
      font-size: 0.875rem;
      background: none;
      border: none;
      margin-bottom: 2rem;
      text-transform: initial;
      height: auto;
      min-height: 0;
    }

    .rtx-modal-is-visible {
      overflow: hidden;
      height: 100%;
    }

    .rtx-modal {
      display: none;
    }

    .rtx-modal__backdrop {
      /*appearance: none;
      -webkit-appearance: none;*/
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      padding: 0;
      transition: all 0.2s ease-out;
      cursor: pointer;
      opacity: 0;
    }

    .rtx-modal__frame {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow-y: auto;
      z-index: 99999999999;
    }

    .rtx-modal__frame-inner {
      padding: 0.5rem;
      width: 100%;
      min-height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .rtx-modal__content {
      position: relative;
      background: white;
      width: 100%;
      max-width: 40rem;
      overflow-x: hidden;
      padding: 1rem 2rem;
      transform: translateY(-1rem);
      opacity: 0;
      transition: all 0.2s ease-out;
    }

    .rtx-modal__dismiss {
      margin: 0;
      border: none;
      border-radius: 0;
      line-height: 0;
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.5rem;
      height: 2.5rem;
      font-size: 1.5rem;
      top: 0rem;
      right: 0rem;
      cursor: pointer;
    }

    .rtx-modal.is-visible,
    .rtx-modal.is-fading-out {
      display: block;
    }

    .rtx-modal.is-fading-in,
    .rtx-modal.has-faded-in {
      opacity: 1;
    }

    .rtx-modal.is-fading-in .rtx-modal__backdrop,
    .rtx-modal.has-faded-in .rtx-modal__backdrop {
      opacity: 1;
    }

    .rtx-modal.is-fading-in .rtx-modal__content,
    .rtx-modal.has-faded-in .rtx-modal__content {
      transform: translateY(0);
      opacity: 1;
    }
  </style>
  <div data-rtx-subscription-b1d8b2d777ae7d95bb21398d72267d57="" class="rtx-subscription">
    <div>
      <label for="purchaseTypeOneTimeb1d8b2d777ae7d95bb21398d72267d57" class="rtx-subscription-label is-selected">
        <div class="rtx-subscription-label__inner">
          <input type="radio" id="purchaseTypeOneTimeb1d8b2d777ae7d95bb21398d72267d57" name="purchaseType" value="purchaseTypeOneTime" checked="">
          <span>One Time: <span data-rtx-onetime-price="">$89.99</span></span>
        </div>
      </label>
      <label class="rtx-subscription-label " for="purchaseTypeSubscriptionb1d8b2d777ae7d95bb21398d72267d57">
        <div class="rtx-subscription-label__inner">
          <input type="radio" id="purchaseTypeSubscriptionb1d8b2d777ae7d95bb21398d72267d57" name="purchaseType" value="purchaseTypeSubscription">
          <span> Subscribe Now <span data-rtx-subscription-price=""></span>
          </span>
        </div>
        <div data-retextion-subscription-box="" class="
            rtx-subscription-box
            
          ">
          <span class="rtx-subscription-single-label is-visible">Delivered every 3 months</span>
          <select class="rtx-subscription-dropdown is-hidden" name="selling_plan">
            <option selected="" value="">One Time</option>
            <option value="526024788">Delivered every 3 months</option>
          </select>
        </div>
      </label>
    </div>
  </div>
  <script type="text/javascript">
    ((buyBoxes) => {
      const buyBox = {
        boxId: "b1d8b2d777ae7d95bb21398d72267d57"
      };
      buyBox.product = {
        "id": 6755757621332,
        "title": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift",
        "handle": "sugarbear-hair-vitamins-3-month-pack-free-gift",
        "description": "\u003cmeta charset=\"utf-8\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eThis website exclusive 3-month gift pack saves you over $9 USD and comes with your choice of a FREE gift.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eSugarbear® is an animal-conscious brand named after the founder’s childhood dogs Sugar and Bear. Sugarbear® Vitamin Care is passionate about creating premium vegan vitamin solutions to help you and your loved ones thrive. \u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e\u003cstrong\u003eWHAT IS VITAMIN CARE?\u003c\/strong\u003e Vitamins with a purpose. Sugarbear® Hair Vitamins are scientifically formulated gummies made with Zinc, Biotin, and 12 nutrients. Zinc and Biotin both contribute to the maintenance of normal hair.*  \u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e\u003cstrong\u003eWILL THIS WORK FOR ME?\u003c\/strong\u003e Yes! 97% of Sugarbear® users started to see results in the overall look and health of their hair based on a 12 week U.S. consumer study.* We care about your care. If you aren’t absolutely happy with the vitamins Sugarbear® honors a 100 Day Money Back Guarantee with proof of purchase.\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e\u003cstrong\u003eWE WANT TO HEAR FROM YOU!\u003c\/strong\u003e You are the core of our brand. This is why we designed the logo with bear ears, we’re here to listen and help! If you have any questions or need us, please email \u003c\/span\u003e\u003ca class=\"autolinked\" data-behavior=\"truncate\" href=\"mailto:care@SugarbearVitaminCare.com\" target=\"_blank\"\u003ecare@SugarbearVitaminCare.com\u003c\/a\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eWith your order, you will receive three bottles of\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cmeta charset=\"utf-8\"\u003eSugarbear® Hair Vitamin Gummies, which is a three-month supply. There are 75 gummies per bottle, which will last 37 days each.  We recommend 2 gummy bears a day. \u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eThe vitamins work best taken for a minimum of 3 months but best results are at 6 months. Results will vary from person to person.  Recommended for ages 13 and older. Ages under 13 must get doctor's permission.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e*DISCLAIMER: These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure or prevent any disease. The views and nutritional advice expressed by Sugarbear are not intended to be a substitute for conventional medical service. If you have a severe medical condition, see your physician of choice. Individual results may vary.\u003c\/p\u003e\n\u003cdiv dir=\"ltr\" data-mce-fragment=\"1\"\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\n\u003cspan data-mce-fragment=\"1\"\u003e\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/files\/Sugarbear_Hair_Vegan_Vitamins_75_count_1_Month_bottle_Supplement_Facts_480x480.png?v=1661978807\" alt=\"\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/files\/Sugarbear_Hair_Vegan_Vitamins_75_count_1_Month_bottle_Supplement_Facts_480x480.png?v=1661978807\"\u003e",
        "published_at": "2022-08-31T22:46:52-04:00",
        "created_at": "2022-08-31T12:47:54-04:00",
        "vendor": "Sugarbear® Original Vitamin Care",
        "type": "Hair Vitamins",
        "tags": ["3", "Active on Shopify", "dtc", "Hair Vitamins", "hr", "SugarBearHair", "SugarBearHair Vitamins", "YGroup_vitamin_reviews"],
        "price": 8999,
        "price_min": 8999,
        "price_max": 8999,
        "available": true,
        "price_varies": false,
        "compare_at_price": 10497,
        "compare_at_price_min": 10497,
        "compare_at_price_max": 10497,
        "compare_at_price_varies": false,
        "variants": [{
          "id": 39789128745044,
          "title": "Free Hair Brush with 3 Month Pack",
          "option1": "Free Hair Brush with 3 Month Pack",
          "option2": null,
          "option3": null,
          "sku": "10GMY100KT75-3B-RTL-04",
          "requires_shipping": true,
          "taxable": true,
          "featured_image": {
            "id": 29744649535572,
            "product_id": 6755757621332,
            "position": 12,
            "created_at": "2023-01-21T23:00:02-05:00",
            "updated_at": "2023-02-15T14:56:53-05:00",
            "alt": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift - Sugarbear Vitamin Care",
            "width": 1800,
            "height": 1800,
            "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-916010.jpg?v=1676491013",
            "variant_ids": [39789128745044]
          },
          "available": true,
          "name": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift - Free Hair Brush with 3 Month Pack",
          "public_title": "Free Hair Brush with 3 Month Pack",
          "options": ["Free Hair Brush with 3 Month Pack"],
          "price": 8999,
          "weight": 966,
          "compare_at_price": 10497,
          "inventory_quantity": -21441,
          "inventory_management": "shopify",
          "inventory_policy": "continue",
          "barcode": "850000303591",
          "featured_media": {
            "alt": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift - Sugarbear Vitamin Care",
            "id": 22201700188244,
            "position": 12,
            "preview_image": {
              "aspect_ratio": 1.0,
              "height": 1800,
              "width": 1800,
              "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-916010.jpg?v=1676491013"
            }
          },
          "requires_selling_plan": false,
          "selling_plan_allocations": [{
            "price_adjustments": [{
              "position": 1,
              "price": 8999
            }],
            "price": 8999,
            "compare_at_price": 8999,
            "per_delivery_price": 8999,
            "selling_plan_id": 526024788,
            "selling_plan_group_id": "2f5ee1edcfdf78db1e9293704cc9cdd85d62dacc"
          }]
        }, {
          "id": 39789128810580,
          "title": "Free Travel Bag with 3 Month Pack",
          "option1": "Free Travel Bag with 3 Month Pack",
          "option2": null,
          "option3": null,
          "sku": "10GMY100KT75-3B-RTL-06",
          "requires_shipping": true,
          "taxable": true,
          "featured_image": {
            "id": 29744649502804,
            "product_id": 6755757621332,
            "position": 11,
            "created_at": "2023-01-21T23:00:01-05:00",
            "updated_at": "2023-02-15T14:57:00-05:00",
            "alt": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift - Sugarbear Vitamin Care",
            "width": 1800,
            "height": 1800,
            "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-801514.jpg?v=1676491020",
            "variant_ids": [39789128810580]
          },
          "available": true,
          "name": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift - Free Travel Bag with 3 Month Pack",
          "public_title": "Free Travel Bag with 3 Month Pack",
          "options": ["Free Travel Bag with 3 Month Pack"],
          "price": 8999,
          "weight": 966,
          "compare_at_price": 10497,
          "inventory_quantity": -7703,
          "inventory_management": "shopify",
          "inventory_policy": "continue",
          "barcode": "850000303607",
          "featured_media": {
            "alt": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift - Sugarbear Vitamin Care",
            "id": 22201700155476,
            "position": 11,
            "preview_image": {
              "aspect_ratio": 1.0,
              "height": 1800,
              "width": 1800,
              "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-801514.jpg?v=1676491020"
            }
          },
          "requires_selling_plan": false,
          "selling_plan_allocations": [{
            "price_adjustments": [{
              "position": 1,
              "price": 8999
            }],
            "price": 8999,
            "compare_at_price": 8999,
            "per_delivery_price": 8999,
            "selling_plan_id": 526024788,
            "selling_plan_group_id": "2f5ee1edcfdf78db1e9293704cc9cdd85d62dacc"
          }]
        }, {
          "id": 39789128876116,
          "title": "Free Cosmetic Bag with 3 Month Pack",
          "option1": "Free Cosmetic Bag with 3 Month Pack",
          "option2": null,
          "option3": null,
          "sku": "10GMY100KT75-3B-RTL-02",
          "requires_shipping": true,
          "taxable": true,
          "featured_image": {
            "id": 29744649568340,
            "product_id": 6755757621332,
            "position": 13,
            "created_at": "2023-01-21T23:00:02-05:00",
            "updated_at": "2023-02-15T14:56:48-05:00",
            "alt": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift - Sugarbear Vitamin Care",
            "width": 1800,
            "height": 1800,
            "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-948281.jpg?v=1676491008",
            "variant_ids": [39789128876116]
          },
          "available": true,
          "name": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift - Free Cosmetic Bag with 3 Month Pack",
          "public_title": "Free Cosmetic Bag with 3 Month Pack",
          "options": ["Free Cosmetic Bag with 3 Month Pack"],
          "price": 8999,
          "weight": 966,
          "compare_at_price": 10497,
          "inventory_quantity": -5607,
          "inventory_management": "shopify",
          "inventory_policy": "continue",
          "barcode": "850000303669",
          "featured_media": {
            "alt": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift - Sugarbear Vitamin Care",
            "id": 22201700221012,
            "position": 13,
            "preview_image": {
              "aspect_ratio": 1.0,
              "height": 1800,
              "width": 1800,
              "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-948281.jpg?v=1676491008"
            }
          },
          "requires_selling_plan": false,
          "selling_plan_allocations": [{
            "price_adjustments": [{
              "position": 1,
              "price": 8999
            }],
            "price": 8999,
            "compare_at_price": 8999,
            "per_delivery_price": 8999,
            "selling_plan_id": 526024788,
            "selling_plan_group_id": "2f5ee1edcfdf78db1e9293704cc9cdd85d62dacc"
          }]
        }],
        "images": ["\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-531759.jpg?v=1676491128",
          "\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-257241.gif?v=1676491120",
          "\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-379323.jpg?v=1676491115",
          "\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-776602.jpg?v=1676491107",
          "\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-480188.jpg?v=1676491101",
          "\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-108072.jpg?v=1676491048",
          "\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-348626.jpg?v=1676491043",
          "\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-978678.jpg?v=1676491037",
          "\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-242138.jpg?v=1676491031",
          "\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-793205.jpg?v=1676491025",
          "\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-801514.jpg?v=1676491020",
          "\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-916010.jpg?v=1676491013",
          "\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-948281.jpg?v=1676491008"
        ],
        "featured_image": "\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-531759.jpg?v=1676491128",
        "options": ["Choose your free gift below"],
        "media": [{
          "alt": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift - Sugarbear Vitamin Care",
          "id": 22201699827796,
          "position": 1,
          "preview_image": {
            "aspect_ratio": 1.0,
            "height": 2000,
            "width": 2000,
            "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-531759.jpg?v=1676491128"
          },
          "aspect_ratio": 1.0,
          "height": 2000,
          "media_type": "image",
          "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-531759.jpg?v=1676491128",
          "width": 2000
        }, {
          "alt": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift - Sugarbear Vitamin Care",
          "id": 22201699860564,
          "position": 2,
          "preview_image": {
            "aspect_ratio": 1.0,
            "height": 1800,
            "width": 1800,
            "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-257241.gif?v=1676491120"
          },
          "aspect_ratio": 1.0,
          "height": 1800,
          "media_type": "image",
          "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-257241.gif?v=1676491120",
          "width": 1800
        }, {
          "alt": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift - Sugarbear Vitamin Care",
          "id": 22201699893332,
          "position": 3,
          "preview_image": {
            "aspect_ratio": 1.0,
            "height": 2000,
            "width": 2000,
            "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-379323.jpg?v=1676491115"
          },
          "aspect_ratio": 1.0,
          "height": 2000,
          "media_type": "image",
          "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-379323.jpg?v=1676491115",
          "width": 2000
        }, {
          "alt": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift - Sugarbear Vitamin Care",
          "id": 22201699926100,
          "position": 4,
          "preview_image": {
            "aspect_ratio": 0.746,
            "height": 1350,
            "width": 1007,
            "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-776602.jpg?v=1676491107"
          },
          "aspect_ratio": 0.746,
          "height": 1350,
          "media_type": "image",
          "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-776602.jpg?v=1676491107",
          "width": 1007
        }, {
          "alt": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift - Sugarbear Vitamin Care",
          "id": 22201699958868,
          "position": 5,
          "preview_image": {
            "aspect_ratio": 0.746,
            "height": 1350,
            "width": 1007,
            "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-480188.jpg?v=1676491101"
          },
          "aspect_ratio": 0.746,
          "height": 1350,
          "media_type": "image",
          "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-480188.jpg?v=1676491101",
          "width": 1007
        }, {
          "alt": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift - Sugarbear Vitamin Care",
          "id": 22201699991636,
          "position": 6,
          "preview_image": {
            "aspect_ratio": 0.746,
            "height": 1350,
            "width": 1007,
            "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-108072.jpg?v=1676491048"
          },
          "aspect_ratio": 0.746,
          "height": 1350,
          "media_type": "image",
          "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-108072.jpg?v=1676491048",
          "width": 1007
        }, {
          "alt": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift - Sugarbear Vitamin Care",
          "id": 22201700024404,
          "position": 7,
          "preview_image": {
            "aspect_ratio": 0.746,
            "height": 1350,
            "width": 1007,
            "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-348626.jpg?v=1676491043"
          },
          "aspect_ratio": 0.746,
          "height": 1350,
          "media_type": "image",
          "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-348626.jpg?v=1676491043",
          "width": 1007
        }, {
          "alt": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift - Sugarbear Vitamin Care",
          "id": 22201700057172,
          "position": 8,
          "preview_image": {
            "aspect_ratio": 0.746,
            "height": 1350,
            "width": 1007,
            "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-978678.jpg?v=1676491037"
          },
          "aspect_ratio": 0.746,
          "height": 1350,
          "media_type": "image",
          "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-978678.jpg?v=1676491037",
          "width": 1007
        }, {
          "alt": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift - Sugarbear Vitamin Care",
          "id": 22201700089940,
          "position": 9,
          "preview_image": {
            "aspect_ratio": 0.746,
            "height": 1350,
            "width": 1007,
            "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-242138.jpg?v=1676491031"
          },
          "aspect_ratio": 0.746,
          "height": 1350,
          "media_type": "image",
          "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-242138.jpg?v=1676491031",
          "width": 1007
        }, {
          "alt": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift - Sugarbear Vitamin Care",
          "id": 22201700122708,
          "position": 10,
          "preview_image": {
            "aspect_ratio": 0.746,
            "height": 1350,
            "width": 1007,
            "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-793205.jpg?v=1676491025"
          },
          "aspect_ratio": 0.746,
          "height": 1350,
          "media_type": "image",
          "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-793205.jpg?v=1676491025",
          "width": 1007
        }, {
          "alt": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift - Sugarbear Vitamin Care",
          "id": 22201700155476,
          "position": 11,
          "preview_image": {
            "aspect_ratio": 1.0,
            "height": 1800,
            "width": 1800,
            "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-801514.jpg?v=1676491020"
          },
          "aspect_ratio": 1.0,
          "height": 1800,
          "media_type": "image",
          "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-801514.jpg?v=1676491020",
          "width": 1800
        }, {
          "alt": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift - Sugarbear Vitamin Care",
          "id": 22201700188244,
          "position": 12,
          "preview_image": {
            "aspect_ratio": 1.0,
            "height": 1800,
            "width": 1800,
            "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-916010.jpg?v=1676491013"
          },
          "aspect_ratio": 1.0,
          "height": 1800,
          "media_type": "image",
          "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-916010.jpg?v=1676491013",
          "width": 1800
        }, {
          "alt": "Sugarbear Hair Vitamins - 3 Month Pack + Free Gift - Sugarbear Vitamin Care",
          "id": 22201700221012,
          "position": 13,
          "preview_image": {
            "aspect_ratio": 1.0,
            "height": 1800,
            "width": 1800,
            "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-948281.jpg?v=1676491008"
          },
          "aspect_ratio": 1.0,
          "height": 1800,
          "media_type": "image",
          "src": "https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/products\/sugarbear-hair-vitamins-3-month-pack-free-gift-948281.jpg?v=1676491008",
          "width": 1800
        }],
        "requires_selling_plan": false,
        "selling_plan_groups": [{
          "id": "2f5ee1edcfdf78db1e9293704cc9cdd85d62dacc",
          "name": "Subscribe Now",
          "options": [{
            "name": "Deliver every",
            "position": 1,
            "values": ["Every 3 Months"]
          }],
          "selling_plans": [{
            "id": 526024788,
            "name": "Delivered every 3 months",
            "description": null,
            "options": [{
              "name": "Deliver every",
              "position": 1,
              "value": "Every 3 Months"
            }],
            "recurring_deliveries": true,
            "price_adjustments": [{
              "order_count": null,
              "position": 1,
              "value_type": "percentage",
              "value": 0
            }],
            "checkout_charge": {
              "value_type": "percentage",
              "value": 100
            }
          }],
          "app_id": "5859381"
        }],
        "content": "\u003cmeta charset=\"utf-8\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eThis website exclusive 3-month gift pack saves you over $9 USD and comes with your choice of a FREE gift.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eSugarbear® is an animal-conscious brand named after the founder’s childhood dogs Sugar and Bear. Sugarbear® Vitamin Care is passionate about creating premium vegan vitamin solutions to help you and your loved ones thrive. \u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e\u003cstrong\u003eWHAT IS VITAMIN CARE?\u003c\/strong\u003e Vitamins with a purpose. Sugarbear® Hair Vitamins are scientifically formulated gummies made with Zinc, Biotin, and 12 nutrients. Zinc and Biotin both contribute to the maintenance of normal hair.*  \u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e\u003cstrong\u003eWILL THIS WORK FOR ME?\u003c\/strong\u003e Yes! 97% of Sugarbear® users started to see results in the overall look and health of their hair based on a 12 week U.S. consumer study.* We care about your care. If you aren’t absolutely happy with the vitamins Sugarbear® honors a 100 Day Money Back Guarantee with proof of purchase.\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e\u003cstrong\u003eWE WANT TO HEAR FROM YOU!\u003c\/strong\u003e You are the core of our brand. This is why we designed the logo with bear ears, we’re here to listen and help! If you have any questions or need us, please email \u003c\/span\u003e\u003ca class=\"autolinked\" data-behavior=\"truncate\" href=\"mailto:care@SugarbearVitaminCare.com\" target=\"_blank\"\u003ecare@SugarbearVitaminCare.com\u003c\/a\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eWith your order, you will receive three bottles of\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cmeta charset=\"utf-8\"\u003eSugarbear® Hair Vitamin Gummies, which is a three-month supply. There are 75 gummies per bottle, which will last 37 days each.  We recommend 2 gummy bears a day. \u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eThe vitamins work best taken for a minimum of 3 months but best results are at 6 months. Results will vary from person to person.  Recommended for ages 13 and older. Ages under 13 must get doctor's permission.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e*DISCLAIMER: These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure or prevent any disease. The views and nutritional advice expressed by Sugarbear are not intended to be a substitute for conventional medical service. If you have a severe medical condition, see your physician of choice. Individual results may vary.\u003c\/p\u003e\n\u003cdiv dir=\"ltr\" data-mce-fragment=\"1\"\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\n\u003cspan data-mce-fragment=\"1\"\u003e\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/files\/Sugarbear_Hair_Vegan_Vitamins_75_count_1_Month_bottle_Supplement_Facts_480x480.png?v=1661978807\" alt=\"\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0896\/3738\/files\/Sugarbear_Hair_Vegan_Vitamins_75_count_1_Month_bottle_Supplement_Facts_480x480.png?v=1661978807\"\u003e"
      };
      buyBox.variantId = 39789128745044;
      buyBox.root = document.querySelector(`[data-rtx-subscription-${buyBox.boxId}]`);
      buyBox.form = buyBox.root.closest('form[action="/cart/add"]') || buyBox.root.closest('form') || document.querySelector('form[action="/cart/add"]') || document.documentElement;
      buyBox.subscriptionBox = buyBox.root.querySelector('[data-retextion-subscription-box]');
      buyBox.sellingPlanSelector = buyBox.root.querySelector('[name="selling_plan"]');
      buyBox.quantitySelector = buyBox.form.querySelector('[name="quantity"]');
      buyBox.purchaseType = buyBox.form.querySelectorAll('[name="purchaseType"]');
      buyBox.variantSelectors = buyBox.form.querySelectorAll('[name="id"]');
      buyBox.labelOneTime = buyBox.form.querySelector('[for="purchaseTypeOneTimeb1d8b2d777ae7d95bb21398d72267d57"]');
      buyBox.labelSubscription = buyBox.form.querySelector('[for="purchaseTypeSubscriptionb1d8b2d777ae7d95bb21398d72267d57"]');
      buyBox.cachedSellingPlanId = buyBox.sellingPlanSelector.value;
      buyBox.removeEmptyOption = () => {
        const optEmpty = buyBox.sellingPlanSelector.querySelectorAll('[value=""]');
        optEmpty.forEach(e => e.remove());
      }
      buyBox.addEmptyOption = () => {
        let optEmpty = buyBox.sellingPlanSelector.querySelector('[value=""]');
        if (optEmpty) return;
        optEmpty = document.createElement('option');
        optEmpty.value = '';
        optEmpty.textContent = 'One Time';
        buyBox.sellingPlanSelector.appendChild(optEmpty);
      }
      buyBox.hideSubscriptionBox = () => {
        buyBox.cachedSellingPlanId = buyBox.sellingPlanSelector.value;
        buyBox.subscriptionBox.classList.remove('is-visible');
        buyBox.addEmptyOption();
        buyBox.sellingPlanSelector.value = '';
        buyBox.updateSellingPlan();
        if (buyBox.labelOneTime) buyBox.labelOneTime.classList.add('is-selected');
        if (buyBox.labelSubscription) buyBox.labelSubscription.classList.remove('is-selected');
      }
      buyBox.showSubscriptionBox = () => {
        buyBox.subscriptionBox.classList.add('is-visible');
        buyBox.sellingPlanSelector.value = buyBox.cachedSellingPlanId;
        buyBox.removeEmptyOption();
        buyBox.updateSellingPlan();
        if (buyBox.labelOneTime) buyBox.labelOneTime.classList.remove('is-selected');
        if (buyBox.labelSubscription) buyBox.labelSubscription.classList.add('is-selected');
      }
      buyBox.isSubscriptionBoxVisible = () => {
        return buyBox.subscriptionBox.classList.contains('is-visible');
      }
      buyBox.getSellingPlanId = () => {
        return parseInt(buyBox.sellingPlanSelector.value);
      }
      buyBox.setSellingPlan = (sellingPlan) => {
        sellingPlan = sellingPlan && sellingPlan.id ? sellingPlan.id : sellingPlan;
        buyBox.sellingPlanSelector.value = sellingPlan.toString();
      }
      buyBox.getFormData = () => {
        const formData = new FormData(buyBox.form);
        return Array.from(formData.entries());
      }
      buyBox.updateSellingPlan = () => {
        const discountLabels = buyBox.root.querySelectorAll('[data-rtx-subscription-price]');
        const fullPriceLabels = buyBox.root.querySelectorAll('[data-rtx-onetime-price]');
        const variant = buyBox.product.variants.find(v => v.id == buyBox.variantId);
        const sellingPlanId = buyBox.isSubscriptionBoxVisible() ? buyBox.getSellingPlanId() : undefined;
        const sellingPlanAllocation = sellingPlanId ? variant.selling_plan_allocations.find(spa => spa.selling_plan_id == sellingPlanId) : undefined;
        const firstSellingPlanAllocation = variant.selling_plan_allocations.find(spa => spa.selling_plan_id == buyBox.getSellingPlanId()) || variant.selling_plan_allocations.find(spa => spa);
        let strDiscount;
        if (firstSellingPlanAllocation && firstSellingPlanAllocation.price != variant.price) {
          let percentage = Math.round((1.0 - (firstSellingPlanAllocation.price / variant.price)) * 100);
          if (percentage != 0) {
            strDiscount = `(${percentage.toFixed(0)}%): ${window.retextionApi.formatMoney(firstSellingPlanAllocation.price)}`;
          } else {
            strDiscount = `: ${window.retextionApi.formatMoney(firstSellingPlanAllocation.price)}`;
          }
        } else {
          strDiscount = '';
        }
        let strFullPrice = window.retextionApi.formatMoney(variant.price);
        discountLabels.forEach(dl => dl.textContent = strDiscount);
        fullPriceLabels.forEach(fp => fp.textContent = strFullPrice);
        window.retextionApi.sellingPlanPushHistory({
          sellingPlan: sellingPlanId
        });
      }
      // Event Listeners
      buyBox.purchaseType.forEach(el => {
        el.addEventListener('change', e => {
          console.log('change event', el.value);
          if (el.value === 'purchaseTypeSubscription') {
            buyBox.showSubscriptionBox();
          } else {
            buyBox.hideSubscriptionBox();
          }
        });
      });
      buyBox.sellingPlanSelector.addEventListener('change', e => {
        buyBox.updateSellingPlan();
      });
      buyBox.variantSelectors.forEach(vs => {
        vs.addEventListener('change', e => {
          let newOptions = '';
          buyBox.variantId = e.target.value;
          const variant = buyBox.product.variants.find(v => v.id == buyBox.variantId);
          // Determine the selected option
          let selectedPlanId = buyBox.getSellingPlanId();
          if (!variant.selling_plan_allocations.some(spa => {
              return spa.selling_plan_id == selectedPlanId;
            })) {
            if (variant.selling_plan_allocations.length) {
              selectedPlanId = variant.selling_plan_allocations[0].selling_plan_id;
            } else {
              selectedPlanId = '';
            }
          }
          // Generate new options
          variant.selling_plan_allocations.forEach((spa, i) => {
            const sellingGroup = boxProduct.selling_plan_groups.find(spg => spg.id === spa.selling_plan_group_id);
            const sellingPlan = sellingGroup.selling_plans.find(sp => sp.id === spa.selling_plan_id);
            if (sellingGroup.app_id != "5859381") return;
            const opt = document.createElement('option');
            if (sellingPlan.id == selectedPlanId) {
              opt.setAttribute('selected', 'selected');
            }
            opt.value = sellingPlan.id;
            opt.textContent = sellingPlan.name;
            newOptions += opt.outerHTML;
          });
          // Update select
          elementSellingPlan.innerHTML = newOptions;
          buyBox.updateSellingPlan();
        });
      });
      document.body.addEventListener('click', e => {
        const dismiss = e.target.closest('[data-rtx-modal-dismiss]');
        if (!dismiss) return;
        const modal = dismiss.closest('[data-rtx-modal]');
        const isFadingOut = modal.classList.contains('is-fading-out');
        const isFadingIn = modal.classList.contains('is-fading-in');
        if (isFadingIn || isFadingOut) return;
        document.body.classList.remove('rtx-modal-is-visible');
        document.documentElement.classList.remove('rtx-modal-is-visible');
        modal.classList.add('is-fading-out');
        modal.classList.remove('is-visible');
        modal.classList.remove('has-faded-in');
        setTimeout(() => {
          modal.classList.remove('is-fading-out');
        }, 200);
      });
      document.body.addEventListener('click', e => {
        console.log('clickmuh');
        if (!e.target.matches('[data-rtx-modal-open]')) return;
        const modal = e.target.closest('[data-rtx-modal]') || buyBox.root.querySelector('[data-rtx-modal]');
        if (!modal) return;
        const isFadingOut = modal.classList.contains('is-fading-out');
        const isFadingIn = modal.classList.contains('is-fading-in');
        if (isFadingIn || isFadingOut) return;
        document.body.classList.add('rtx-modal-is-visible');
        document.documentElement.classList.add('rtx-modal-is-visible');
        modal.classList.add('is-visible');
        requestAnimationFrame(() => {
          modal.classList.add('is-fading-in');
        });
        setTimeout(() => {
          modal.classList.add('has-faded-in');
          modal.classList.remove('is-fading-in');
        }, 200);
      });
      // Init
      if (buyBox.isSubscriptionBoxVisible()) buyBox.removeEmptyOption();
      window.retextionApi.productAdd({
        product: buyBox.boxProduct
      });
      // Export globally
      return Object.assign(buyBoxes, {
        [buyBox.boxId]: buyBox
      });
    })((window.retextionBuyBox = {}));
  </script><product-variant-listener section-id="template--14504988147796__main" id="b-buttons">
    <selling-plan section-id="template--14504988147796__main"></selling-plan>
    <link href="//cdn.shopify.com/s/files/1/0896/3738/t/195/assets/products-counter.css?v=159570412835384793241678338560" rel="stylesheet" type="text/css" media="all" onload="loadStyle(this)">
    <div class="#products-counter-wrapper">
      <products-counter class="#products-counter" section-id="template--14504988147796__main" hidden=""></products-counter>
      <product-to-cart variant-id="39789128745044" section-id="template--14504988147796__main" form-child="">
        <button class="#button @display-style:gradient @size:h2 @block @shadow heading-font" style="" type="submit" data-to-cart=""> Add to cart <div class="#spinner @size:md">
            <div></div>
            <div></div>
            <div></div>
          </div>
        </button>
      </product-to-cart>
      <script type="module" src="//cdn.shopify.com/s/files/1/0896/3738/t/195/assets/product-to-cart.js?v=164934713743246472241678338560"></script>
    </div>
    <script type="module" src="//cdn.shopify.com/s/files/1/0896/3738/t/195/assets/products-counter.js?v=68327220358392992061678338560"></script>
    <!-- Beginning of Buy With Prime Widget -->
    <script defer="" src="https://code.buywithprime.amazon.com/default.variant.selector.shopify.js"></script>
    <script async="" fetchpriority="high" src="https://code.buywithprime.amazon.com/bwp.v1.js"></script>
    <div id="amzn-buy-now" data-site-id="q6usl8x49f" data-widget-id="w-umjbTNI7tS9L8gtIzL2JV6" data-sku="10GMY100KT75-3B-RTL-04"></div><iframe id="bwpFrame" title="Buy With Prime" loading="eager"
      style="max-width: 0px; height: 0px; border: none; width: 100%;"
      src="https://order.buywithprime.amazon.com/q6usl8x49f/widgets/w-umjbTNI7tS9L8gtIzL2JV6?utm_source=Klaviyo&amp;utm_medium=email&amp;utm_campaign=3.14.23-New+Website+Announcement+%282023-03-14%29&amp;utm_content=Buy+Now&amp;utm_klaviyo_id=01ER9VTYG6PD12J3S0SVB2Y3HK&amp;_kx=jfIE3g_J8WDFtXXDw-78fsnqYRdpum6cUnReR-Xrj84%3D.Xwbq82&amp;ubid_ovr=3efd5874-f8e3-438b-a31c-594387ed7d51&amp;sku=10GMY100KT75-3B-RTL-04&amp;productUrl=https%3A%2F%2Fsugarbearpro.com%2Fproducts%2Fsugarbear-hair-vitamins-3-month-pack-free-gift%3Futm_source%3DKlaviyo%26utm_medium%3Demail%26utm_campaign%3D3.14.23-New%2520Website%2520Announcement%2520%25282023-03-14%2529%26utm_content%3DBuy%2520Now%26utm_klaviyo_id%3D01ER9VTYG6PD12J3S0SVB2Y3HK%26_kx%3DjfIE3g_J8WDFtXXDw-78fsnqYRdpum6cUnReR-Xrj84%253D.Xwbq82#quantity=1"></iframe>
    <!-- End of Buy With Prime Widget -->
    <product-dynamic-checkout section-id="template--14504988147796__main">
      <div data-shopify="payment-button" data-has-selling-plan="true" data-has-fixed-selling-plan="false" class="shopify-payment-button">
        <div>
          <div>
            <div>
              <div class="shopify-cleanslate">
                <div id="shopify-svg-symbols" class="R9tDu8JrE_i1ctOEo0v_" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" xmlnsxlink="http://www.w3.org/1999/xlink" focusable="false">
                    <defs>
                      <symbol id="shopify-svg__warning" viewBox="0 0 16 14">
                        <path d="M5.925 2.344c1.146-1.889 3.002-1.893 4.149 0l4.994 8.235c1.146 1.889.288 3.421-1.916 3.421h-10.305c-2.204 0-3.063-1.529-1.916-3.421l4.994-8.235zm1.075 1.656v5h2v-5h-2zm0 6v2h2v-2h-2z"></path>
                      </symbol>
                      <symbol id="shopify-svg__loading" viewBox="0 0 32 32">
                        <path d="M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0v2C8.268 2 2 8.268 2 16s6.268 14 14 14 14-6.268 14-14h2z"></path>
                      </symbol>
                      <symbol id="shopify-svg__error" viewBox="0 0 18 18">
                        <path d="M9 18c5 0 9-4 9-9s-4-9-9-9-9 4-9 9 4 9 9 9z" style="fill: rgb(255, 62, 62);"></path>
                        <path d="M8 4h2v6H8z" style="fill: rgb(255, 255, 255);"></path>
                        <rect x="7.8" y="12" width="2.5" height="2.5" rx="1.3" style="fill: rgb(255, 255, 255);"></rect>
                      </symbol>
                      <symbol id="shopify-svg__close-circle" viewBox="0 0 16 16">
                        <circle cx="8" cy="8" r="8"></circle>
                        <path d="M10.5 5.5l-5 5M5.5 5.5l5 5" stroke="#FFF" stroke-width="1.5" stroke-linecap="square"></path>
                      </symbol>
                      <symbol id="shopify-svg__close" viewBox="0 0 20 20">
                        <path d="M17.1 4.3l-1.4-1.4-5.7 5.7-5.7-5.7-1.4 1.4 5.7 5.7-5.7 5.7 1.4 1.4 5.7-5.7 5.7 5.7 1.4-1.4-5.7-5.7z"></path>
                      </symbol>
                      <symbol id="shopify-svg__arrow-right" viewBox="0 0 16 16">
                        <path d="M16 8.1l-8.1 8.1-1.1-1.1L13 8.9H0V7.3h13L6.8 1.1 7.9 0 16 8.1z"></path>
                      </symbol>
                      <symbol id="shopify-svg__payments-google-pay-light" viewBox="0 0 41 17">
                        <path
                          d="M19.526 2.635v4.083h2.518c.6 0 1.096-.202 1.488-.605.403-.402.605-.882.605-1.437 0-.544-.202-1.018-.605-1.422-.392-.413-.888-.62-1.488-.62h-2.518zm0 5.52v4.736h-1.504V1.198h3.99c1.013 0 1.873.337 2.582 1.012.72.675 1.08 1.497 1.08 2.466 0 .991-.36 1.819-1.08 2.482-.697.665-1.559.996-2.583.996h-2.485v.001zM27.194 10.442c0 .392.166.718.499.98.332.26.722.391 1.168.391.633 0 1.196-.234 1.692-.701.497-.469.744-1.019.744-1.65-.469-.37-1.123-.555-1.962-.555-.61 0-1.12.148-1.528.442-.409.294-.613.657-.613 1.093m1.946-5.815c1.112 0 1.989.297 2.633.89.642.594.964 1.408.964 2.442v4.932h-1.439v-1.11h-.065c-.622.914-1.45 1.372-2.486 1.372-.882 0-1.621-.262-2.215-.784-.594-.523-.891-1.176-.891-1.96 0-.828.313-1.486.94-1.976s1.463-.735 2.51-.735c.892 0 1.629.163 2.206.49v-.344c0-.522-.207-.966-.621-1.33a2.132 2.132 0 0 0-1.455-.547c-.84 0-1.504.353-1.995 1.062l-1.324-.834c.73-1.045 1.81-1.568 3.238-1.568M40.993 4.889l-5.02 11.53H34.42l1.864-4.034-3.302-7.496h1.635l2.387 5.749h.032l2.322-5.75z"
                          style="fill: rgb(255, 255, 255);"></path>
                        <path d="M13.448 7.134c0-.473-.04-.93-.116-1.366H6.988v2.588h3.634a3.11 3.11 0 0 1-1.344 2.042v1.68h2.169c1.27-1.17 2.001-2.9 2.001-4.944" style="fill: rgb(66, 133, 244);"></path>
                        <path d="M6.988 13.7c1.816 0 3.344-.595 4.459-1.621l-2.169-1.681c-.603.406-1.38.643-2.29.643-1.754 0-3.244-1.182-3.776-2.774H.978v1.731a6.728 6.728 0 0 0 6.01 3.703" style="fill: rgb(52, 168, 83);"></path>
                        <path d="M3.212 8.267a4.034 4.034 0 0 1 0-2.572V3.964H.978A6.678 6.678 0 0 0 .261 6.98c0 1.085.26 2.11.717 3.017l2.234-1.731z" style="fill: rgb(251, 188, 5);"></path>
                        <path d="M6.988 2.921c.992 0 1.88.34 2.58 1.008v.001l1.92-1.918C10.324.928 8.804.262 6.989.262a6.728 6.728 0 0 0-6.01 3.702l2.234 1.731c.532-1.592 2.022-2.774 3.776-2.774" style="fill: rgb(234, 67, 53);"></path>
                      </symbol>
                      <symbol id="shopify-svg__payments-google-pay-dark" viewBox="0 0 41 17">
                        <path
                          d="M19.526 2.635v4.083h2.518c.6 0 1.096-.202 1.488-.605.403-.402.605-.882.605-1.437 0-.544-.202-1.018-.605-1.422-.392-.413-.888-.62-1.488-.62h-2.518zm0 5.52v4.736h-1.504V1.198h3.99c1.013 0 1.873.337 2.582 1.012.72.675 1.08 1.497 1.08 2.466 0 .991-.36 1.819-1.08 2.482-.697.665-1.559.996-2.583.996h-2.485v.001zM27.194 10.442c0 .392.166.718.499.98.332.26.722.391 1.168.391.633 0 1.196-.234 1.692-.701.497-.469.744-1.019.744-1.65-.469-.37-1.123-.555-1.962-.555-.61 0-1.12.148-1.528.442-.409.294-.613.657-.613 1.093m1.946-5.815c1.112 0 1.989.297 2.633.89.642.594.964 1.408.964 2.442v4.932h-1.439v-1.11h-.065c-.622.914-1.45 1.372-2.486 1.372-.882 0-1.621-.262-2.215-.784-.594-.523-.891-1.176-.891-1.96 0-.828.313-1.486.94-1.976s1.463-.735 2.51-.735c.892 0 1.629.163 2.206.49v-.344c0-.522-.207-.966-.621-1.33a2.132 2.132 0 0 0-1.455-.547c-.84 0-1.504.353-1.995 1.062l-1.324-.834c.73-1.045 1.81-1.568 3.238-1.568M40.993 4.889l-5.02 11.53H34.42l1.864-4.034-3.302-7.496h1.635l2.387 5.749h.032l2.322-5.75z"
                          style="fill: rgba(0, 0, 0, 0.55);"></path>
                        <path d="M13.448 7.134c0-.473-.04-.93-.116-1.366H6.988v2.588h3.634a3.11 3.11 0 0 1-1.344 2.042v1.68h2.169c1.27-1.17 2.001-2.9 2.001-4.944" style="fill: rgb(66, 133, 244);"></path>
                        <path d="M6.988 13.7c1.816 0 3.344-.595 4.459-1.621l-2.169-1.681c-.603.406-1.38.643-2.29.643-1.754 0-3.244-1.182-3.776-2.774H.978v1.731a6.728 6.728 0 0 0 6.01 3.703" style="fill: rgb(52, 168, 83);"></path>
                        <path d="M3.212 8.267a4.034 4.034 0 0 1 0-2.572V3.964H.978A6.678 6.678 0 0 0 .261 6.98c0 1.085.26 2.11.717 3.017l2.234-1.731z" style="fill: rgb(251, 188, 5);"></path>
                        <path d="M6.988 2.921c.992 0 1.88.34 2.58 1.008v.001l1.92-1.918C10.324.928 8.804.262 6.989.262a6.728 6.728 0 0 0-6.01 3.702l2.234 1.731c.532-1.592 2.022-2.774 3.776-2.774" style="fill: rgb(234, 67, 53);"></path>
                      </symbol>
                      <symbol id="shopify-svg__payments-facebook-pay-dark" viewBox="0 0 300 50">
                        <path
                          d="M277.374 25.35a330.858 330.858 0 0 1-5.496-14.28h6.355c1.122 3.701 2.393 7.365 3.739 11.066 1.383 3.7 2.803 7.364 4.336 10.953a271.222 271.222 0 0 0 7.29-22.019h6.131a183.26 183.26 0 0 1-2.692 7.963 500.958 500.958 0 0 1-3.402 9.159c-1.271 3.29-2.766 6.99-4.411 11.028-1.57 3.813-3.327 6.542-5.196 8.224-1.907 1.645-4.225 2.505-7.028 2.505a11.37 11.37 0 0 1-2.243-.225v-5.046c.374.037.673.074.897.112h.673c1.645 0 3.028-.449 4.149-1.309 1.122-.86 2.131-2.28 3.066-4.299-2.168-4.523-4.187-9.121-6.131-13.832h-.037Zm-9.795 13.421h-5.682v-3.888c-1.009 1.458-2.28 2.58-3.85 3.365-1.571.785-3.328 1.196-5.309 1.196-2.467 0-4.635-.636-6.505-1.87-1.906-1.233-3.364-2.99-4.448-5.158-1.084-2.206-1.608-4.71-1.608-7.514 0-2.804.561-5.346 1.645-7.552 1.084-2.168 2.617-3.887 4.561-5.121 1.944-1.234 4.187-1.87 6.692-1.87 1.906 0 3.588.375 5.121 1.122 1.495.748 2.766 1.795 3.738 3.14v-3.55h5.683v27.775l-.038-.075Zm-5.794-18.056c-.636-1.57-1.608-2.841-2.953-3.738-1.346-.898-2.879-1.384-4.636-1.384-2.467 0-4.449.823-5.944 2.505-1.458 1.682-2.205 3.925-2.205 6.767 0 2.84.71 5.121 2.13 6.803 1.421 1.682 3.327 2.505 5.795 2.505 1.794 0 3.402-.449 4.785-1.383 1.383-.935 2.43-2.168 3.028-3.739v-8.336ZM209 1.5h14.131c4.747 0 8.411 1.084 10.99 3.252 2.58 2.169 3.888 5.234 3.888 9.271 0 4.038-1.271 7.103-3.85 9.271-2.58 2.169-6.243 3.253-11.028 3.253h-8.038v12.261H209V1.5Zm13.645 19.551c3.14 0 5.42-.56 6.916-1.72 1.495-1.158 2.243-2.915 2.243-5.27 0-2.355-.748-4.225-2.243-5.346-1.496-1.122-3.813-1.72-6.916-1.72h-7.552v14.056h7.552ZM71.937 1.249h7.429l12.63 22.85 12.632-22.85h7.268v37.546h-6.06V10.019L94.758 29.946h-5.686L77.997 10.019v28.776h-6.06V1.249Zm58.947 13.999c-4.346 0-6.964 3.27-7.59 7.32h14.75c-.304-4.171-2.711-7.32-7.16-7.32Zm-13.598 9.628c0-8.522 5.508-14.725 13.703-14.725 8.061 0 12.875 6.124 12.875 15.18v1.665h-20.57c.73 4.405 3.653 7.374 8.367 7.374 3.761 0 6.112-1.147 8.34-3.246l3.22 3.943c-3.033 2.79-6.891 4.398-11.775 4.398-8.872 0-14.16-6.47-14.16-14.589Zm33.926-9.09h-5.579v-4.963h5.579V2.618h5.846v8.205h8.475v4.962h-8.475v12.577c0 4.294 1.373 5.82 4.747 5.82 1.541 0 2.424-.132 3.728-.35v4.909c-1.625.459-3.176.67-4.854.67-6.312 0-9.467-3.449-9.467-10.352V15.785v.001Zm38.941 4.825c-1.174-2.965-3.794-5.148-7.644-5.148-5.003 0-8.205 3.55-8.205 9.333 0 5.638 2.948 9.36 7.966 9.36 3.944 0 6.76-2.296 7.883-5.15V20.61v.001ZM196 38.795h-5.739v-3.916c-1.605 2.305-4.524 4.586-9.253 4.586-7.604 0-12.686-6.366-12.686-14.67 0-8.381 5.204-14.644 13.009-14.644 3.858 0 6.885 1.543 8.93 4.266v-3.594H196v27.972Z"
                          fill="#000000"></path>
                        <path
                          d="M6.422 26.042c0 2.27.498 4.013 1.15 5.068.853 1.38 2.127 1.966 3.425 1.966 1.675 0 3.207-.415 6.16-4.499 2.364-3.273 5.151-7.867 7.027-10.747l3.175-4.88c2.206-3.388 4.76-7.155 7.687-9.708C37.436 1.158 40.015 0 42.61 0c4.357 0 8.506 2.524 11.682 7.259 3.475 5.185 5.162 11.717 5.162 18.457 0 4.007-.79 6.95-2.133 9.277-1.299 2.25-3.83 4.497-8.086 4.497v-6.414c3.645 0 4.554-3.35 4.554-7.182 0-5.463-1.273-11.525-4.079-15.856-1.99-3.073-4.571-4.95-7.41-4.95-3.07 0-5.54 2.316-8.317 6.445-1.477 2.193-2.992 4.867-4.694 7.883l-1.873 3.318c-3.763 6.672-4.716 8.192-6.597 10.7-3.298 4.391-6.114 6.056-9.82 6.056-4.398 0-7.18-1.905-8.901-4.774C.69 32.377 0 29.309 0 25.813l6.422.23v-.001Z"
                          fill="#0081FB"></path>
                        <path
                          d="M5.063 7.712C8.007 3.174 12.256 0 17.13 0c2.823 0 5.628.835 8.558 3.227 3.204 2.616 6.62 6.922 10.881 14.02l1.528 2.547c3.688 6.145 5.787 9.306 7.015 10.797 1.58 1.914 2.686 2.485 4.123 2.485 3.645 0 4.554-3.35 4.554-7.182l5.665-.178c0 4.007-.79 6.95-2.133 9.277-1.299 2.25-3.83 4.496-8.086 4.496-2.647 0-4.991-.574-7.584-3.02-1.993-1.877-4.323-5.212-6.116-8.21l-5.332-8.907c-2.675-4.47-5.13-7.803-6.55-9.312-1.528-1.623-3.492-3.583-6.626-3.583-2.537 0-4.691 1.78-6.494 4.503L5.064 7.712h-.001Z"
                          fill="url(#meta-pay-button__a)"></path>
                        <path
                          d="M17.026 6.457c-2.537 0-4.691 1.78-6.494 4.503-2.55 3.848-4.11 9.579-4.11 15.082 0 2.27.498 4.013 1.15 5.068l-5.476 3.606C.691 32.377 0 29.309 0 25.813c0-6.358 1.745-12.984 5.063-18.101C8.007 3.174 12.256 0 17.13 0l-.103 6.457h-.001Z"
                          fill="url(#meta-pay-button__b)"></path>
                        <defs>
                          <linearGradient id="meta-pay-button__a" x1="12.612" y1="24.19" x2="53.549" y2="26.257" gradientUnits="userSpaceOnUse">
                            <stop stop-color="#0064E1"></stop>
                            <stop offset=".4" stop-color="#0064E1"></stop>
                            <stop offset=".83" stop-color="#0073EE"></stop>
                            <stop offset="1" stop-color="#0082FB"></stop>
                          </linearGradient>
                          <linearGradient id="meta-pay-button__b" x1="9.304" y1="28.738" x2="9.304" y2="13.646" gradientUnits="userSpaceOnUse">
                            <stop stop-color="#0082FB"></stop>
                            <stop offset="1" stop-color="#0064E0"></stop>
                          </linearGradient>
                        </defs>
                      </symbol>
                      <symbol id="shopify-svg__payments-facebook-pay-light" viewBox="0 0 300 50">
                        <path
                          d="M277.374 25.35a330.858 330.858 0 0 1-5.496-14.28h6.355c1.122 3.701 2.393 7.365 3.739 11.066 1.383 3.7 2.803 7.364 4.336 10.953a271.222 271.222 0 0 0 7.29-22.019h6.131a183.26 183.26 0 0 1-2.692 7.963 500.958 500.958 0 0 1-3.402 9.159c-1.271 3.29-2.766 6.99-4.411 11.028-1.57 3.813-3.327 6.542-5.196 8.224-1.907 1.645-4.225 2.505-7.028 2.505a11.37 11.37 0 0 1-2.243-.225v-5.046c.374.037.673.074.897.112h.673c1.645 0 3.028-.449 4.149-1.309 1.122-.86 2.131-2.28 3.066-4.299-2.168-4.523-4.187-9.121-6.131-13.832h-.037Zm-9.795 13.421h-5.682v-3.888c-1.009 1.458-2.28 2.58-3.85 3.365-1.571.785-3.328 1.196-5.309 1.196-2.467 0-4.635-.636-6.505-1.87-1.906-1.233-3.364-2.99-4.448-5.158-1.084-2.206-1.608-4.71-1.608-7.514 0-2.804.561-5.346 1.645-7.552 1.084-2.168 2.617-3.887 4.561-5.121 1.944-1.234 4.187-1.87 6.692-1.87 1.906 0 3.588.375 5.121 1.122 1.495.748 2.766 1.795 3.738 3.14v-3.55h5.683v27.775l-.038-.075Zm-5.794-18.056c-.636-1.57-1.608-2.841-2.953-3.738-1.346-.898-2.879-1.384-4.636-1.384-2.467 0-4.449.823-5.944 2.505-1.458 1.682-2.205 3.925-2.205 6.767 0 2.84.71 5.121 2.13 6.803 1.421 1.682 3.327 2.505 5.795 2.505 1.794 0 3.402-.449 4.785-1.383 1.383-.935 2.43-2.168 3.028-3.739v-8.336ZM209 1.5h14.131c4.747 0 8.411 1.084 10.99 3.252 2.58 2.169 3.888 5.234 3.888 9.271 0 4.038-1.271 7.103-3.85 9.271-2.58 2.169-6.243 3.253-11.028 3.253h-8.038v12.261H209V1.5Zm13.645 19.551c3.14 0 5.42-.56 6.916-1.72 1.495-1.158 2.243-2.915 2.243-5.27 0-2.355-.748-4.225-2.243-5.346-1.496-1.122-3.813-1.72-6.916-1.72h-7.552v14.056h7.552ZM71.937 1.249h7.429l12.63 22.85 12.632-22.85h7.268v37.546h-6.06V10.019L94.758 29.946h-5.686L77.997 10.019v28.776h-6.06V1.249Zm58.947 13.999c-4.346 0-6.964 3.27-7.59 7.32h14.75c-.304-4.171-2.711-7.32-7.16-7.32Zm-13.598 9.628c0-8.522 5.508-14.725 13.703-14.725 8.061 0 12.875 6.124 12.875 15.18v1.665h-20.57c.73 4.405 3.653 7.374 8.367 7.374 3.761 0 6.112-1.147 8.34-3.246l3.22 3.943c-3.033 2.79-6.891 4.398-11.775 4.398-8.872 0-14.16-6.47-14.16-14.589Zm33.926-9.09h-5.579v-4.963h5.579V2.618h5.846v8.205h8.475v4.962h-8.475v12.577c0 4.294 1.373 5.82 4.747 5.82 1.541 0 2.424-.132 3.728-.35v4.909c-1.625.459-3.176.67-4.854.67-6.312 0-9.467-3.449-9.467-10.352V15.785v.001Zm38.941 4.825c-1.174-2.965-3.794-5.148-7.644-5.148-5.003 0-8.205 3.55-8.205 9.333 0 5.638 2.948 9.36 7.966 9.36 3.944 0 6.76-2.296 7.883-5.15V20.61v.001ZM196 38.795h-5.739v-3.916c-1.605 2.305-4.524 4.586-9.253 4.586-7.604 0-12.686-6.366-12.686-14.67 0-8.381 5.204-14.644 13.009-14.644 3.858 0 6.885 1.543 8.93 4.266v-3.594H196v27.972Z"
                          fill="#fff"></path>
                        <path
                          d="M6.422 26.042c0 2.27.498 4.013 1.15 5.068.853 1.38 2.127 1.966 3.425 1.966 1.675 0 3.207-.415 6.16-4.499 2.364-3.273 5.151-7.867 7.027-10.747l3.175-4.88c2.206-3.388 4.76-7.155 7.687-9.708C37.436 1.158 40.015 0 42.61 0c4.357 0 8.506 2.524 11.682 7.259 3.475 5.185 5.162 11.717 5.162 18.457 0 4.007-.79 6.95-2.133 9.277-1.299 2.25-3.83 4.497-8.086 4.497v-6.414c3.645 0 4.554-3.35 4.554-7.182 0-5.463-1.273-11.525-4.079-15.856-1.99-3.073-4.571-4.95-7.41-4.95-3.07 0-5.54 2.316-8.317 6.445-1.477 2.193-2.992 4.867-4.694 7.883l-1.873 3.318c-3.763 6.672-4.716 8.192-6.597 10.7-3.298 4.391-6.114 6.056-9.82 6.056-4.398 0-7.18-1.905-8.901-4.774C.69 32.377 0 29.309 0 25.813l6.422.23v-.001Z"
                          fill="#0081FB"></path>
                        <path
                          d="M5.063 7.712C8.007 3.174 12.256 0 17.13 0c2.823 0 5.628.835 8.558 3.227 3.204 2.616 6.62 6.922 10.881 14.02l1.528 2.547c3.688 6.145 5.787 9.306 7.015 10.797 1.58 1.914 2.686 2.485 4.123 2.485 3.645 0 4.554-3.35 4.554-7.182l5.665-.178c0 4.007-.79 6.95-2.133 9.277-1.299 2.25-3.83 4.496-8.086 4.496-2.647 0-4.991-.574-7.584-3.02-1.993-1.877-4.323-5.212-6.116-8.21l-5.332-8.907c-2.675-4.47-5.13-7.803-6.55-9.312-1.528-1.623-3.492-3.583-6.626-3.583-2.537 0-4.691 1.78-6.494 4.503L5.064 7.712h-.001Z"
                          fill="url(#meta-pay-button__a)"></path>
                        <path
                          d="M17.026 6.457c-2.537 0-4.691 1.78-6.494 4.503-2.55 3.848-4.11 9.579-4.11 15.082 0 2.27.498 4.013 1.15 5.068l-5.476 3.606C.691 32.377 0 29.309 0 25.813c0-6.358 1.745-12.984 5.063-18.101C8.007 3.174 12.256 0 17.13 0l-.103 6.457h-.001Z"
                          fill="url(#meta-pay-button__b)"></path>
                        <defs>
                          <linearGradient id="meta-pay-button__a" x1="12.612" y1="24.19" x2="53.549" y2="26.257" gradientUnits="userSpaceOnUse">
                            <stop stop-color="#0064E1"></stop>
                            <stop offset=".4" stop-color="#0064E1"></stop>
                            <stop offset=".83" stop-color="#0073EE"></stop>
                            <stop offset="1" stop-color="#0082FB"></stop>
                          </linearGradient>
                          <linearGradient id="meta-pay-button__b" x1="9.304" y1="28.738" x2="9.304" y2="13.646" gradientUnits="userSpaceOnUse">
                            <stop stop-color="#0082FB"></stop>
                            <stop offset="1" stop-color="#0064E0"></stop>
                          </linearGradient>
                        </defs>
                      </symbol>
                      <symbol id="shopify-svg__payments-amazon-pay" viewBox="0 0 102 20">
                        <path
                          d="M75.19 1.786c-.994 0-1.933.326-2.815.98v5.94c.896.683 1.82 1.023 2.774 1.023 1.932 0 2.899-1.32 2.899-3.96 0-2.655-.953-3.983-2.858-3.983zm-2.962-.277A5.885 5.885 0 0 1 73.93.444a4.926 4.926 0 0 1 1.85-.362c.672 0 1.282.127 1.827.383a3.763 3.763 0 0 1 1.387 1.108c.378.482.669 1.068.872 1.757.203.689.305 1.466.305 2.332 0 .88-.109 1.675-.326 2.385-.217.71-.522 1.314-.914 1.81a4.137 4.137 0 0 1-1.429 1.16 4.165 4.165 0 0 1-1.87.416c-1.26 0-2.346-.419-3.256-1.256v4.983c0 .284-.14.426-.42.426h-1.24c-.28 0-.42-.142-.42-.426V.827c0-.284.14-.426.42-.426h.925c.28 0 .441.142.483.426l.105.682zm13.194 8.37a4.21 4.21 0 0 0 1.45-.277 5.463 5.463 0 0 0 1.45-.81V6.62c-.35-.085-.719-.152-1.104-.202a8.8 8.8 0 0 0-1.124-.075c-1.583 0-2.374.617-2.374 1.853 0 .54.147.955.441 1.246.294.29.715.437 1.261.437zm-2.458-7.625l-.158.053a.561.561 0 0 1-.179.033c-.182 0-.273-.128-.273-.384V1.38c0-.199.028-.337.084-.415.056-.078.169-.153.337-.224.448-.199 1-.359 1.66-.48.657-.12 1.316-.18 1.974-.18 1.33 0 2.311.277 2.942.83.63.554.945 1.413.945 2.577v7.284c0 .284-.14.426-.42.426h-.903c-.267 0-.42-.135-.463-.405l-.105-.702a5.74 5.74 0 0 1-1.67 1.022 4.908 4.908 0 0 1-1.817.362c-1.009 0-1.807-.288-2.395-.863-.589-.575-.883-1.345-.883-2.31 0-1.037.364-1.864 1.092-2.481.73-.618 1.71-.927 2.942-.927.784 0 1.667.12 2.647.362V3.852c0-.767-.168-1.307-.504-1.619-.336-.313-.925-.469-1.764-.469-.982 0-2.01.163-3.09.49zm14.16 10.84c-.379.98-.816 1.683-1.314 2.109-.496.426-1.144.639-1.943.639-.448 0-.847-.05-1.197-.15a.606.606 0 0 1-.336-.202c-.07-.093-.105-.237-.105-.437V14.5c0-.27.105-.405.315-.405.07 0 .175.014.315.043.14.028.33.043.567.043.532 0 .946-.128 1.24-.384.294-.255.56-.724.798-1.406l.4-1.086-4.056-10.137c-.098-.241-.146-.411-.146-.511 0-.17.097-.256.294-.256h1.26c.224 0 .378.036.463.106.083.072.167.228.251.47l2.942 8.263L99.708.976c.084-.24.168-.397.252-.469.084-.07.238-.106.462-.106h1.177c.196 0 .294.086.294.256 0 .1-.05.27-.147.51l-4.622 11.927M40.15 15.47c-3.761 2.814-9.216 4.31-13.912 4.31-6.583 0-12.51-2.466-16.996-6.572-.352-.322-.038-.763.385-.513 4.84 2.855 10.825 4.574 17.006 4.574 4.17 0 8.753-.877 12.971-2.691.636-.273 1.17.425.547.891"
                          style="fill: rgb(51, 62, 72);"></path>
                        <path
                          d="M41.717 13.657c-.482-.624-3.181-.296-4.394-.148-.368.044-.425-.281-.093-.517 2.153-1.533 5.682-1.09 6.092-.577.413.518-.108 4.104-2.127 5.816-.31.263-.605.122-.468-.225.455-1.15 1.471-3.724.99-4.349M37.429 2.06V.57A.365.365 0 0 1 37.8.193l6.59-.001c.21 0 .38.155.38.376v1.278c-.003.214-.18.494-.496.938L40.86 7.722c1.267-.03 2.607.163 3.757.818.26.148.33.367.35.582v1.59c0 .218-.237.472-.485.34-2.028-1.077-4.718-1.194-6.96.013-.23.124-.47-.126-.47-.345V9.209c0-.242.005-.656.246-1.024l3.953-5.75H37.81a.369.369 0 0 1-.38-.375M13.4 11.365h-2.005a.38.38 0 0 1-.358-.343L11.038.595a.38.38 0 0 1 .387-.375h1.866a.38.38 0 0 1 .365.35v1.36h.037C14.18.615 15.096 0 16.331 0c1.253 0 2.039.614 2.6 1.93C19.418.615 20.521 0 21.7 0c.842 0 1.758.351 2.32 1.141.635.878.505 2.15.505 3.27l-.002 6.58a.38.38 0 0 1-.387.374h-2.001a.378.378 0 0 1-.36-.374V5.463c0-.438.037-1.535-.056-1.952-.15-.703-.6-.9-1.179-.9-.486 0-.991.33-1.197.855-.206.527-.188 1.405-.188 1.997v5.527a.38.38 0 0 1-.386.375h-2.002a.379.379 0 0 1-.36-.374l-.001-5.528c0-1.163.186-2.874-1.235-2.874-1.44 0-1.384 1.668-1.384 2.874l-.001 5.527a.38.38 0 0 1-.387.375m37.059-9.236c-1.478 0-1.571 2.04-1.571 3.312 0 1.273-.02 3.993 1.552 3.993 1.554 0 1.628-2.194 1.628-3.532 0-.877-.038-1.93-.3-2.764-.224-.724-.673-1.01-1.31-1.01zM50.439 0c2.975 0 4.584 2.59 4.584 5.88 0 3.181-1.777 5.705-4.584 5.705-2.918 0-4.508-2.59-4.508-5.814C45.93 2.523 47.539 0 50.439 0zm8.441 11.365h-1.997a.379.379 0 0 1-.36-.374L56.52.561a.381.381 0 0 1 .386-.34L58.764.22c.175.009.32.13.356.291v1.595h.038C59.72.68 60.505 0 61.89 0c.898 0 1.778.329 2.339 1.229.524.834.524 2.237.524 3.247v6.561a.382.382 0 0 1-.385.328H62.36a.38.38 0 0 1-.357-.328V5.376c0-1.141.13-2.809-1.253-2.809-.487 0-.936.33-1.16.834-.281.636-.319 1.272-.319 1.975v5.614a.386.386 0 0 1-.39.375m-24.684.075a.41.41 0 0 1-.473.047c-.665-.56-.785-.82-1.149-1.354-1.1 1.136-1.879 1.477-3.304 1.477-1.687 0-3-1.055-3-3.166 0-1.65.882-2.77 2.138-3.32 1.087-.484 2.606-.572 3.769-.704v-.264c0-.484.037-1.055-.245-1.473-.243-.374-.712-.528-1.124-.528-.765 0-1.444.397-1.611 1.22-.035.183-.167.364-.348.374l-1.943-.214c-.164-.037-.346-.17-.299-.425C27.055.721 29.183 0 31.09 0c.975 0 2.25.263 3.018 1.011.975.924.881 2.155.881 3.497v3.165c0 .952.39 1.37.757 1.882.128.185.156.405-.007.54-.409.348-1.136.988-1.537 1.35l-.005-.005zm-2.02-4.953v-.44c-1.45 0-2.98.314-2.98 2.045 0 .88.45 1.473 1.218 1.473.562 0 1.069-.352 1.387-.923.394-.704.376-1.363.376-2.155zM7.926 11.44a.41.41 0 0 1-.473.047c-.667-.56-.786-.82-1.15-1.354C5.204 11.27 4.425 11.61 3 11.61c-1.688 0-3-1.055-3-3.166 0-1.65.88-2.77 2.137-3.32 1.087-.484 2.606-.572 3.768-.704v-.264c0-.484.038-1.055-.243-1.473-.244-.374-.713-.528-1.125-.528-.764 0-1.444.397-1.61 1.22-.036.183-.168.364-.35.374l-1.94-.214c-.165-.037-.347-.17-.3-.425C.783.721 2.911 0 4.818 0c.975 0 2.25.263 3.018 1.011.975.924.882 2.155.882 3.497v3.165c0 .952.39 1.37.756 1.882.128.185.157.405-.006.54a78.47 78.47 0 0 0-1.537 1.35l-.005-.005zm-2.02-4.953v-.44c-1.45 0-2.982.314-2.982 2.045 0 .88.45 1.473 1.219 1.473.562 0 1.069-.352 1.387-.923.394-.704.375-1.363.375-2.155z"
                          style="fill: rgb(51, 62, 72);"></path>
                      </symbol>
                      <symbol id="shopify-svg__payments-apple-pay-dark" viewBox="0 0 43 19">
                        <path
                          d="M6.948 1.409C7.934.147 9.305.147 9.305.147s.193 1.18-.771 2.316c-1.05 1.2-2.228.993-2.228.993s-.236-.93.642-2.047zM3.82 3.663c-1.735 0-3.6 1.51-3.6 4.363 0 2.916 2.186 6.555 3.943 6.555.6 0 1.543-.6 2.485-.6.922 0 1.607.559 2.464.559 1.907 0 3.322-3.826 3.322-3.826s-2.015-.744-2.015-2.936c0-1.944 1.629-2.73 1.629-2.73s-.836-1.447-2.936-1.447c-1.22 0-2.164.661-2.656.661-.622.021-1.5-.6-2.636-.6zM19.64 1.426c2.453 0 4.188 1.788 4.188 4.396 0 2.608-1.755 4.417-4.248 4.417h-2.932v4.564h-1.974V1.426h4.966zm-2.992 7.067h2.473c1.695 0 2.693-.967 2.693-2.65 0-1.683-.978-2.671-2.693-2.671h-2.473v5.321zm7.559 3.429c0-1.767 1.296-2.777 3.65-2.945l2.572-.147v-.78c0-1.156-.738-1.787-1.994-1.787-1.037 0-1.795.568-1.955 1.43h-1.775c.06-1.788 1.656-3.092 3.79-3.092 2.333 0 3.829 1.304 3.829 3.281v6.9h-1.815v-1.684h-.04c-.519 1.094-1.715 1.788-3.012 1.788-1.934.021-3.25-1.178-3.25-2.965zm6.222-.905v-.778l-2.313.168c-1.297.084-1.975.59-1.975 1.494 0 .862.718 1.409 1.815 1.409 1.396-.021 2.473-.968 2.473-2.293zm3.969 7.383v-1.64c.14.041.438.041.598.041.897 0 1.416-.4 1.735-1.472l.14-.526L33.4 4.707h2.054l2.453 8.224h.04L40.4 4.707h1.994l-3.57 10.538c-.818 2.419-1.715 3.197-3.67 3.197-.14.02-.598-.021-.757-.042z"
                          style="fill: rgb(0, 0, 0);"></path>
                      </symbol>
                      <symbol id="shopify-svg__payments-apple-pay-light" viewBox="0 0 43 19">
                        <path
                          d="M6.948 1.409C7.934.147 9.305.147 9.305.147s.193 1.18-.771 2.316c-1.05 1.2-2.228.993-2.228.993s-.236-.93.642-2.047zM3.82 3.663c-1.735 0-3.6 1.51-3.6 4.363 0 2.916 2.186 6.555 3.943 6.555.6 0 1.543-.6 2.485-.6.922 0 1.607.559 2.464.559 1.907 0 3.322-3.826 3.322-3.826s-2.015-.744-2.015-2.936c0-1.944 1.629-2.73 1.629-2.73s-.836-1.447-2.936-1.447c-1.22 0-2.164.661-2.656.661-.622.021-1.5-.6-2.636-.6zM19.64 1.426c2.453 0 4.188 1.788 4.188 4.396 0 2.608-1.755 4.417-4.248 4.417h-2.932v4.564h-1.974V1.426h4.966zm-2.992 7.067h2.473c1.695 0 2.693-.967 2.693-2.65 0-1.683-.978-2.671-2.693-2.671h-2.473v5.321zm7.559 3.429c0-1.767 1.296-2.777 3.65-2.945l2.572-.147v-.78c0-1.156-.738-1.787-1.994-1.787-1.037 0-1.795.568-1.955 1.43h-1.775c.06-1.788 1.656-3.092 3.79-3.092 2.333 0 3.829 1.304 3.829 3.281v6.9h-1.815v-1.684h-.04c-.519 1.094-1.715 1.788-3.012 1.788-1.934.021-3.25-1.178-3.25-2.965zm6.222-.905v-.778l-2.313.168c-1.297.084-1.975.59-1.975 1.494 0 .862.718 1.409 1.815 1.409 1.396-.021 2.473-.968 2.473-2.293zm3.969 7.383v-1.64c.14.041.438.041.598.041.897 0 1.416-.4 1.735-1.472l.14-.526L33.4 4.707h2.054l2.453 8.224h.04L40.4 4.707h1.994l-3.57 10.538c-.818 2.419-1.715 3.197-3.67 3.197-.14.02-.598-.021-.757-.042z"
                          style="fill: rgb(255, 255, 255);"></path>
                      </symbol>
                      <symbol id="shopify-svg__payments-paypal" viewBox="0 0 67 19">
                        <path
                          d="M8.44.57H3.29a.718.718 0 0 0-.707.61L.502 14.517c-.041.263.16.5.425.5h2.458a.718.718 0 0 0 .707-.61l.561-3.597a.717.717 0 0 1 .706-.611h1.63c3.391 0 5.349-1.658 5.86-4.944.23-1.437.01-2.566-.657-3.357C11.461 1.029 10.162.57 8.44.57zm.594 4.87C8.752 7.308 7.34 7.308 5.976 7.308h-.777l.545-3.485a.43.43 0 0 1 .424-.366h.356c.93 0 1.807 0 2.26.535.27.32.353.794.25 1.45zm14.796-.06h-2.466a.43.43 0 0 0-.424.367l-.109.696-.172-.252c-.534-.783-1.724-1.044-2.912-1.044-2.725 0-5.052 2.084-5.505 5.008-.235 1.46.1 2.854.919 3.827.75.894 1.826 1.267 3.105 1.267 2.195 0 3.412-1.426 3.412-1.426l-.11.692a.432.432 0 0 0 .424.502h2.22a.718.718 0 0 0 .707-.61l1.333-8.526a.43.43 0 0 0-.423-.5zm-3.437 4.849c-.238 1.422-1.356 2.378-2.782 2.378-.716 0-1.288-.232-1.655-.672-.365-.436-.503-1.058-.387-1.75.222-1.41 1.359-2.397 2.763-2.397.7 0 1.269.235 1.644.678.375.448.524 1.073.417 1.763zM36.96 5.38h-2.478a.716.716 0 0 0-.592.318l-3.417 5.085-1.448-4.887a.719.719 0 0 0-.687-.515h-2.435a.433.433 0 0 0-.407.573l2.73 8.09-2.567 3.66a.434.434 0 0 0 .35.684h2.475a.712.712 0 0 0 .588-.31l8.24-12.016a.434.434 0 0 0-.352-.681z"
                          style="fill: rgb(37, 59, 128);"></path>
                        <path
                          d="M45.163.57h-5.15a.717.717 0 0 0-.706.61l-2.082 13.337a.43.43 0 0 0 .423.5h2.642a.502.502 0 0 0 .494-.427l.591-3.78a.717.717 0 0 1 .706-.611h1.63c3.392 0 5.348-1.658 5.86-4.944.231-1.437.009-2.566-.657-3.357C48.183 1.029 46.886.57 45.163.57zm.593 4.87c-.28 1.867-1.692 1.867-3.057 1.867h-.777l.546-3.485a.429.429 0 0 1 .423-.366h.356c.93 0 1.807 0 2.26.535.27.32.353.794.25 1.45zm14.795-.06h-2.464a.428.428 0 0 0-.423.367l-.109.696-.173-.252c-.534-.783-1.723-1.044-2.911-1.044-2.724 0-5.05 2.084-5.504 5.008-.235 1.46.099 2.854.918 3.827.753.894 1.826 1.267 3.105 1.267 2.195 0 3.413-1.426 3.413-1.426l-.11.692a.432.432 0 0 0 .424.502h2.22a.717.717 0 0 0 .707-.61l1.333-8.526a.433.433 0 0 0-.426-.5zm-3.436 4.849c-.237 1.422-1.356 2.378-2.782 2.378-.714 0-1.288-.232-1.655-.672-.365-.436-.502-1.058-.387-1.75.223-1.41 1.359-2.397 2.763-2.397.7 0 1.269.235 1.644.678.377.448.526 1.073.417 1.763zM63.458.935l-2.113 13.582a.43.43 0 0 0 .423.5h2.124a.716.716 0 0 0 .707-.61L66.683 1.07a.432.432 0 0 0-.423-.5h-2.379c-.21 0-.39.156-.423.366z"
                          style="fill: rgb(23, 155, 215);"></path>
                      </symbol>
                      <symbol id="shopify-svg__payments-shop-pay" viewBox="134 256 410 1">
                        <path
                          d="M241.22,242.74c-3.07-6.44-8.89-10.6-17.66-10.6a17.58,17.58,0,0,0-13.81,7.1l-.32.39V214.39a.55.55,0,0,0-.55-.55h-12.4a.55.55,0,0,0-.54.55v72.4a.54.54,0,0,0,.54.54h13.28a.55.55,0,0,0,.55-.54V255.92c0-6,4-10.25,10.4-10.25,7,0,8.77,5.76,8.77,11.63v29.49a.54.54,0,0,0,.54.54h13.25a.55.55,0,0,0,.55-.54V255.54c0-1.07,0-2.12-.14-3.14A27.63,27.63,0,0,0,241.22,242.74Z"
                          style="fill: white;"></path>
                        <path
                          d="M174.91,253.47s-6.76-1.59-9.25-2.23-6.84-2-6.84-5.29,3.51-4.34,7.07-4.34,7.52.86,7.83,4.81a.57.57,0,0,0,.57.52l13.09-.05a.56.56,0,0,0,.56-.6c-.81-12.64-11.9-17.16-22.13-17.16-12.13,0-21,8-21,16.82,0,6.44,1.82,12.48,16.13,16.68,2.51.73,5.92,1.68,8.9,2.51,3.58,1,5.51,2.51,5.51,4.89,0,2.76-4,4.68-7.93,4.68-5.69,0-9.73-2.11-10.06-5.9a.57.57,0,0,0-.57-.5l-13.06.06a.57.57,0,0,0-.57.59c.6,11.93,12.12,18.36,22.86,18.36,16,0,23.23-9,23.23-17.43C189.27,265.93,188.36,256.91,174.91,253.47Z"
                          style="fill: white;"></path>
                        <path
                          d="M343.31,232.12c-6.65,0-12.22,3.68-15.81,8.12v-7.6a.54.54,0,0,0-.53-.54H314.55a.54.54,0,0,0-.54.54v71a.54.54,0,0,0,.54.53h13.29a.53.53,0,0,0,.53-.53V280.3h.2c2.11,3.22,7.88,7.08,15.42,7.08,14.18,0,26-11.76,26-27.65C370,244.48,358.24,232.12,343.31,232.12Zm-1.23,41.73a14.09,14.09,0,1,1,13.74-14.12A13.9,13.9,0,0,1,342.08,273.85Z"
                          style="fill: white;"></path>
                        <path
                          d="M274.68,229c-12.39,0-18.57,4.21-23.53,7.58l-.15.1a1.23,1.23,0,0,0-.37,1.63l4.9,8.44a1.24,1.24,0,0,0,.87.6,1.21,1.21,0,0,0,1-.27l.39-.32c2.55-2.14,6.64-5,16.54-5.78,5.51-.44,10.27,1,13.78,4.28,3.86,3.56,6.17,9.31,6.17,15.38,0,11.17-6.58,18.19-17.15,18.33-8.71-.05-14.56-4.59-14.56-11.3,0-3.56,1.61-5.88,4.75-8.2a1.22,1.22,0,0,0,.37-1.56l-4.4-8.32a1.29,1.29,0,0,0-.77-.62,1.24,1.24,0,0,0-1,.13c-4.94,2.93-11,8.29-10.67,18.59.4,13.11,11.3,23.12,25.47,23.53l.71,0H278c16.84-.55,29-13.05,29-30C307,245.66,295.66,229,274.68,229Z"
                          style="fill: white;"></path>
                        <path d="M342.08,245.68a14.09,14.09,0,1,0,13.74,14.05A13.84,13.84,0,0,0,342.08,245.68Z" style="fill: rgb(90, 49, 244);"></path>
                        <rect x="383.23" y="214.02" width="141.73" height="90.42" rx="14.17" style="fill: white;"></rect>
                        <path
                          d="M439.07,246.62c0,9.67-6.77,16.57-16.23,16.57h-8.92a.75.75,0,0,0-.75.75v12.7a.75.75,0,0,1-.75.75h-6.28a.76.76,0,0,1-.75-.75V230.81a.75.75,0,0,1,.75-.75h16.7C432.3,230.06,439.07,237,439.07,246.62Zm-7.78,0c0-5.54-3.79-9.6-8.93-9.6h-8.44a.76.76,0,0,0-.75.75v17.71a.75.75,0,0,0,.75.74h8.44C427.5,256.22,431.29,252.17,431.29,246.62Z"
                          style="fill: rgb(90, 49, 244);"></path>
                        <path
                          d="M440.92,268.6a8.91,8.91,0,0,1,3.72-7.64c2.44-1.83,6.22-2.78,11.83-3l5.95-.2V256c0-3.51-2.36-5-6.15-5s-6.18,1.34-6.74,3.53a.72.72,0,0,1-.72.52h-5.87a.74.74,0,0,1-.75-.85c.88-5.2,5.18-9.15,14.35-9.15,9.74,0,13.25,4.53,13.25,13.18v18.38a.75.75,0,0,1-.75.76h-5.93a.75.75,0,0,1-.75-.76v-1.37a.56.56,0,0,0-1-.39c-1.77,1.93-4.65,3.33-9.24,3.33C445.39,278.2,440.92,274.68,440.92,268.6Zm21.5-4v-1.42l-7.7.4c-4.06.21-6.43,1.9-6.43,4.74,0,2.57,2.17,4,5.95,4C459.38,272.32,462.42,269.54,462.42,264.61Z"
                          style="fill: rgb(90, 49, 244);"></path>
                        <path
                          d="M475.75,291.27v-5.35a.76.76,0,0,1,.9-.75,14.84,14.84,0,0,0,2.75.26,7.11,7.11,0,0,0,7.17-5.07l.39-1.23a.74.74,0,0,0,0-.51l-12.34-31.7a.76.76,0,0,1,.71-1h6a.77.77,0,0,1,.71.49l8.38,22.36a.77.77,0,0,0,1.44,0l7.27-22.3a.75.75,0,0,1,.72-.52H506a.76.76,0,0,1,.71,1l-13.2,35.21c-3,8.18-8.25,10.28-14,10.28a11.17,11.17,0,0,1-3.21-.39A.77.77,0,0,1,475.75,291.27Z"
                          style="fill: rgb(90, 49, 244);"></path>
                      </symbol>
                    </defs>
                  </svg></div>
              </div><button type="button" class="shopify-payment-button__button shopify-payment-button__button--unbranded BUz42FHpSPncCPJ4Pr_f jjzYeefyWpPZLH9pIgyw RWJ0IfBjxIhflh4AIrUw" data-testid="Checkout-button">Buy it now</button><button
                aria-disabled="true" aria-hidden="true" class="shopify-payment-button__more-options BUz42FHpSPncCPJ4Pr_f shopify-payment-button__button--hidden" type="button" data-testid="sheet-open-button">More payment options</button>
              <div>
                <div></div>
              </div>
              <div></div>
            </div>
          </div>
        </div>
      </div>
    </product-dynamic-checkout>
  </product-variant-listener>
</form>

<form aria-label="Write A Review Form">
  <div class="write-review-wrapper write-form">
    <div class="write-review yotpo-regular-box" id="write-review-tabpanel-main-widget" role="tabpanel">
      <div class="yotpo-header">
        <div>
          <h2 class="y-label yotpo-header-title">WRITE A REVIEW</h2>
        </div>
        <div class="yotpo-mandatory-explain"> <span class="yotpo-mandatory-mark">*</span> Indicates a required field </div> <br> <span class="yotpo-mandatory-mark">* </span> <span class="y-label"
          id="write-review-score-2599aa57-e0c4-45e8-be20-d4d6b407e939">Score: <span class="form-input-error yotpo-hidden" id="yotpo_score_message_2599aa57-e0c4-45e8-be20-d4d6b407e939"></span></span>
        <div aria-describedby="yotpo_score_message_2599aa57-e0c4-45e8-be20-d4d6b407e939" aria-labelledby="write-review-score-2599aa57-e0c4-45e8-be20-d4d6b407e939" role="radiogroup" tabindex="-1"> <span class="stars-wrapper"> <span
              class="yotpo-icon yotpo-icon-empty-star pull-left review-star" data-score="1" aria-label="score 1" role="radio" tabindex="0" aria-checked="false" aria-required="true"></span> <span
              class="yotpo-icon yotpo-icon-empty-star pull-left review-star" data-score="2" aria-label="score 2" role="radio" tabindex="-1" aria-checked="false" aria-required="true"></span> <span
              class="yotpo-icon yotpo-icon-empty-star pull-left review-star" data-score="3" aria-label="score 3" role="radio" tabindex="-1" aria-checked="false" aria-required="true"></span> <span
              class="yotpo-icon yotpo-icon-empty-star pull-left review-star" data-score="4" aria-label="score 4" role="radio" tabindex="-1" aria-checked="false" aria-required="true"></span> <span
              class="yotpo-icon yotpo-icon-empty-star pull-left review-star" data-score="5" aria-label="score 5" role="radio" tabindex="-1" aria-checked="false" aria-required="true"></span> </span> </div>
      </div>
      <div class="write-review-content">
        <div class="form-group">
          <div class="form-element"> <span class="yotpo-mandatory-mark">* </span> <label class="y-label" for="yotpo_input_review_title_2599aa57-e0c4-45e8-be20-d4d6b407e939"> Title: <span class="form-input-error yotpo-hidden"
                id="yotpo_input_review_title_error_2599aa57-e0c4-45e8-be20-d4d6b407e939"></span> </label> <input id="yotpo_input_review_title_2599aa57-e0c4-45e8-be20-d4d6b407e939" class="y-input" name="review_title" maxlength="150"
              aria-required="true" placeholder="" aria-describedby="yotpo_input_review_title_error_2599aa57-e0c4-45e8-be20-d4d6b407e939"> </div>
          <div class="form-element"> <span class="yotpo-mandatory-mark">* </span> <label class="y-label" for="yotpo_input_review_content_2599aa57-e0c4-45e8-be20-d4d6b407e939"> Review: <span class="form-input-error yotpo-hidden"
                id="yotpo_input_review_content_error_2599aa57-e0c4-45e8-be20-d4d6b407e939"></span> </label> <textarea id="yotpo_input_review_content_2599aa57-e0c4-45e8-be20-d4d6b407e939" class="y-input yotpo-text-box" name="review_content"
              aria-required="true" placeholder="" aria-describedby="yotpo_input_review_content_error_2599aa57-e0c4-45e8-be20-d4d6b407e939"></textarea> </div>
        </div>
      </div>
      <div class="yotpo-footer yotpo-animation-opacity visible" style="display: inherit;">
        <div class="socialize-wrapper">
          <div class="connected">You are connected as <span class="username"></span></div>
          <div class="socialize"> <span class="y-label">Connect with:</span>
            <div>
              <div class="yotpo-default-button yotpo-icon-btn" data-network="twitter" aria-label="connect with twitter" role="link" tabindex="0"><span class="yotpo-icon yotpo-icon-twitter pull-left"></span></div>
              <div class="yotpo-default-button yotpo-icon-btn" data-network="facebook" aria-label="connect with facebook" role="link" tabindex="0"><span class="yotpo-icon yotpo-icon-facebook pull-left"></span></div>
            </div>
          </div>
          <div class="yotpo-or"> -OR- </div>
        </div>
        <div class="connect-wrapper visible " style="display: inherit;">
          <div class="form-element name-input visible" style="display: inherit;"> <span class="yotpo-mandatory-mark">* </span> <label class="y-label" for="yotpo_input_review_username_2599aa57-e0c4-45e8-be20-d4d6b407e939">Use your name: <span
                class="form-input-error yotpo-hidden" id="yotpo_input_review_username_error_2599aa57-e0c4-45e8-be20-d4d6b407e939"></span></label> <input id="yotpo_input_review_username_2599aa57-e0c4-45e8-be20-d4d6b407e939" class="y-input"
              autocomplete="nickname" name="display_name" maxlength="40" aria-required="true" placeholder="" aria-describedby="yotpo_input_review_username_error_2599aa57-e0c4-45e8-be20-d4d6b407e939"> </div>
          <div class="form-element email-input visible" style="display: inherit;"> <span class="yotpo-mandatory-mark">* </span> <label class="y-label" for="yotpo_input_review_email_2599aa57-e0c4-45e8-be20-d4d6b407e939">Email: <span
                class="form-input-error yotpo-hidden" id="yotpo_input_review_email_error_2599aa57-e0c4-45e8-be20-d4d6b407e939"></span></label> <input id="yotpo_input_review_email_2599aa57-e0c4-45e8-be20-d4d6b407e939" class="y-input"
              autocomplete="email" name="email" aria-required="true" placeholder="" aria-describedby="yotpo_input_review_email_error_2599aa57-e0c4-45e8-be20-d4d6b407e939"> </div>
          <div class="yotpo-clr"></div>
        </div>
      </div>
      <div class="error-box yotpo-hidden">
        <div class="text-wrapper"> <span class="error-text empty yotpo-hidden">Review's title &amp; body can't be empty</span>
          <span class="error-text empty_question yotpo-hidden">Question's body can't be empty</span>
          <span class="error-text score yotpo-hidden">Please enter a star rating for this review</span>
          <span class="error-text display_name_empty yotpo-hidden">Name field cannot be empty</span>
          <span class="error-text email yotpo-hidden">Invalid email</span>
          <span class="error-text user-already-reviewed yotpo-hidden">Your review has already been submitted.</span>
          <span class="error-text max_length yotpo-hidden">Max length was exceeded</span>
          <span class="error-text mandatory_field yotpo-hidden">Please fill out all of the mandatory (*) fields</span>
          <span class="error-text open_question_answer_length yotpo-hidden">One or more of your answers does not meet the required criteria</span>
        </div>
        <div class="yotpo-icon-btn-small transparent-color-btn"><span class="yotpo-icon yotpo-icon-cross" role="button" tabindex="0" aria-label="close error message"></span></div>
      </div>
      <div class="form-element submit-button"> <span class="form-input-error yotpo-hidden"></span> <input type="button" class="yotpo-default-button primary-color-btn yotpo-submit" aria-disabled="true" data-button-type="submit" value="Post"> </div>
      <div class="yotpo-preloader-wrapper">
        <div class="yotpo yotpo-pre-loader">
          <span class="yotpo-empty-stars">
            <span class="yotpo-icon yotpo-icon-empty-star"></span>
            <span class="yotpo-icon yotpo-icon-empty-star"></span>
            <span class="yotpo-icon yotpo-icon-empty-star"></span>
            <span class="yotpo-icon yotpo-icon-empty-star"></span>
            <span class="yotpo-icon yotpo-icon-empty-star"></span>
          </span>
          <span class="yotpo-full-stars">
            <span class="yotpo-icon yotpo-icon-star"></span>
            <span class="yotpo-icon yotpo-icon-star"></span>
            <span class="yotpo-icon yotpo-icon-star"></span>
            <span class="yotpo-icon yotpo-icon-star"></span>
            <span class="yotpo-icon yotpo-icon-star"></span>
          </span>
        </div>
      </div>
      <div class="yotpo-clr"></div>
    </div>
  </div>
</form>

<form aria-label="Ask A Question Form">
  <div class="write-question-wrapper write-form">
    <div class="write-review yotpo-regular-box" id="write-question-tabpanel" role="tabpanel">
      <div>
        <h2 class="y-label yotpo-header-title">ASK A QUESTION</h2>
      </div>
      <div class="yotpo-mandatory-explain"> <span class="yotpo-mandatory-mark">* </span> Indicates a required field </div> <br>
      <div class="write-question-content">
        <div class="form-group">
          <div class="form-element"> <label class="y-label" for="yotpo_input_question_content"><span class="yotpo-mandatory-mark">* </span>Question: <span class="form-input-error yotpo-hidden"></span></label> <textarea
              id="yotpo_input_question_content" class="y-input yotpo-text-box" name="review_content" maxlength="1000" aria-required="true" placeholder=""></textarea> </div>
        </div>
      </div>
      <div class="error-box yotpo-hidden">
        <div class="text-wrapper"> <span class="error-text empty yotpo-hidden">Review's title &amp; body can't be empty</span>
          <span class="error-text empty_question yotpo-hidden">Question's body can't be empty</span>
          <span class="error-text score yotpo-hidden">Please enter a star rating for this review</span>
          <span class="error-text display_name_empty yotpo-hidden">Name field cannot be empty</span>
          <span class="error-text email yotpo-hidden">Invalid email</span>
          <span class="error-text user-already-reviewed yotpo-hidden">Your review has already been submitted.</span>
          <span class="error-text max_length yotpo-hidden">Max length was exceeded</span>
          <span class="error-text mandatory_field yotpo-hidden">Please fill out all of the mandatory (*) fields</span>
          <span class="error-text open_question_answer_length yotpo-hidden">One or more of your answers does not meet the required criteria</span>
        </div>
        <div class="yotpo-icon-btn-small transparent-color-btn"><span class="yotpo-icon yotpo-icon-cross"></span></div>
      </div>
      <div class="yotpo-footer yotpo-animation-opacity visible" style="display: inherit;">
        <div class="connect-wrapper">
          <div class="form-element name-input"> <label class="y-label" for="yotpo_input_question_username"><span class="yotpo-mandatory-mark">* </span>Use your name: <span class="form-input-error yotpo-hidden"></span></label> <input
              id="yotpo_input_question_username" class="y-input" autocomplete="nickname" name="display_name" maxlength="40" aria-required="true" placeholder=""> </div>
          <div class="form-element email-input visible" style="display: inherit;"> <label class="y-label" for="yotpo_input_question_email"><span class="yotpo-mandatory-mark">* </span>Email: <span class="form-input-error yotpo-hidden"></span></label>
            <input id="yotpo_input_question_email" class="y-input" autocomplete="email" name="email" aria-required="true" placeholder=""> </div>
          <div class="yotpo-clr"></div>
        </div>
      </div>
      <div class="form-element submit-button"> <span class="form-input-error yotpo-hidden"></span> <input type="button" class="yotpo-default-button primary-color-btn yotpo-submit" aria-disabled="true" data-button-type="submit" value="Post"> </div>
      <div class="yotpo-clr"></div>
    </div>
  </div>
</form>

POST /contact#NewsletterForm-g_footer02a7e323-ba38-469f-ad5f-cdbea0e20966

<form method="post" action="/contact#NewsletterForm-g_footer02a7e323-ba38-469f-ad5f-cdbea0e20966" id="NewsletterForm-g_footer02a7e323-ba38-469f-ad5f-cdbea0e20966" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type"
    value="customer"><input type="hidden" name="utf8" value="✓">
  <div class="#footer-newsletter">
    <input type="hidden" name="contact[tags]" value="newsletter"><label class="visually-hidden" for="NewsletterForm--g_footer">Enter your e-mail</label>
    <input class="#footer-newsletter-input" id="NewsletterForm--g_footer" type="email" name="contact[email]" value="" placeholder="Enter your e-mail" aria-required="true" autocorrect="off" autocapitalize="off" autocomplete="email" required="">
    <button class="#footer-newsletter-button" type="submit">→</button>
  </div>
</form>

<form aria-label="Write A Review Form">
  <div class="write-review-wrapper write-form">
    <div class="write-review yotpo-regular-box" id="write-review-tabpanel-testimonials" role="tabpanel">
      <div class="yotpo-header">
        <div>
          <h2 class="y-label yotpo-header-title">WRITE A REVIEW</h2>
        </div>
        <div class="yotpo-mandatory-explain"> <span class="yotpo-mandatory-mark">*</span> Indicates a required field </div> <br> <span class="yotpo-mandatory-mark">* </span> <span class="y-label"
          id="write-review-score-f14d9d91-ad56-439f-8fe9-661f0b87f428">Score: <span class="form-input-error yotpo-hidden" id="yotpo_score_message_f14d9d91-ad56-439f-8fe9-661f0b87f428"></span></span>
        <div aria-describedby="yotpo_score_message_f14d9d91-ad56-439f-8fe9-661f0b87f428" aria-labelledby="write-review-score-f14d9d91-ad56-439f-8fe9-661f0b87f428" role="radiogroup" tabindex="-1"> <span class="stars-wrapper"> <span
              class="yotpo-icon yotpo-icon-empty-star pull-left review-star" data-score="1" aria-label="score 1" role="radio" tabindex="0" aria-checked="false" aria-required="true"></span> <span
              class="yotpo-icon yotpo-icon-empty-star pull-left review-star" data-score="2" aria-label="score 2" role="radio" tabindex="-1" aria-checked="false" aria-required="true"></span> <span
              class="yotpo-icon yotpo-icon-empty-star pull-left review-star" data-score="3" aria-label="score 3" role="radio" tabindex="-1" aria-checked="false" aria-required="true"></span> <span
              class="yotpo-icon yotpo-icon-empty-star pull-left review-star" data-score="4" aria-label="score 4" role="radio" tabindex="-1" aria-checked="false" aria-required="true"></span> <span
              class="yotpo-icon yotpo-icon-empty-star pull-left review-star" data-score="5" aria-label="score 5" role="radio" tabindex="-1" aria-checked="false" aria-required="true"></span> </span> </div>
      </div>
      <div class="write-review-content">
        <div class="form-group">
          <div class="form-element"> <span class="yotpo-mandatory-mark">* </span> <label class="y-label" for="yotpo_input_review_title_f14d9d91-ad56-439f-8fe9-661f0b87f428"> Title: <span class="form-input-error yotpo-hidden"
                id="yotpo_input_review_title_error_f14d9d91-ad56-439f-8fe9-661f0b87f428"></span> </label> <input id="yotpo_input_review_title_f14d9d91-ad56-439f-8fe9-661f0b87f428" class="y-input" name="review_title" maxlength="150"
              aria-required="true" placeholder="" aria-describedby="yotpo_input_review_title_error_f14d9d91-ad56-439f-8fe9-661f0b87f428"> </div>
          <div class="form-element"> <span class="yotpo-mandatory-mark">* </span> <label class="y-label" for="yotpo_input_review_content_f14d9d91-ad56-439f-8fe9-661f0b87f428"> Review: <span class="form-input-error yotpo-hidden"
                id="yotpo_input_review_content_error_f14d9d91-ad56-439f-8fe9-661f0b87f428"></span> </label> <textarea id="yotpo_input_review_content_f14d9d91-ad56-439f-8fe9-661f0b87f428" class="y-input yotpo-text-box" name="review_content"
              aria-required="true" placeholder="" aria-describedby="yotpo_input_review_content_error_f14d9d91-ad56-439f-8fe9-661f0b87f428"></textarea> </div>
        </div>
      </div>
      <div class="yotpo-footer yotpo-animation-opacity visible" style="display: inherit;">
        <div class="socialize-wrapper">
          <div class="connected">You are connected as <span class="username"></span></div>
          <div class="socialize"> <span class="y-label">Connect with:</span>
            <div>
              <div class="yotpo-default-button yotpo-icon-btn" data-network="twitter" aria-label="connect with twitter" role="link" tabindex="0"><span class="yotpo-icon yotpo-icon-twitter pull-left"></span></div>
              <div class="yotpo-default-button yotpo-icon-btn" data-network="facebook" aria-label="connect with facebook" role="link" tabindex="0"><span class="yotpo-icon yotpo-icon-facebook pull-left"></span></div>
            </div>
          </div>
          <div class="yotpo-or"> -OR- </div>
        </div>
        <div class="connect-wrapper visible " style="display: inherit;">
          <div class="form-element name-input visible" style="display: inherit;"> <span class="yotpo-mandatory-mark">* </span> <label class="y-label" for="yotpo_input_review_username_f14d9d91-ad56-439f-8fe9-661f0b87f428">Use your name: <span
                class="form-input-error yotpo-hidden" id="yotpo_input_review_username_error_f14d9d91-ad56-439f-8fe9-661f0b87f428"></span></label> <input id="yotpo_input_review_username_f14d9d91-ad56-439f-8fe9-661f0b87f428" class="y-input"
              autocomplete="nickname" name="display_name" maxlength="40" aria-required="true" placeholder="" aria-describedby="yotpo_input_review_username_error_f14d9d91-ad56-439f-8fe9-661f0b87f428"> </div>
          <div class="form-element email-input visible" style="display: inherit;"> <span class="yotpo-mandatory-mark">* </span> <label class="y-label" for="yotpo_input_review_email_f14d9d91-ad56-439f-8fe9-661f0b87f428">Email: <span
                class="form-input-error yotpo-hidden" id="yotpo_input_review_email_error_f14d9d91-ad56-439f-8fe9-661f0b87f428"></span></label> <input id="yotpo_input_review_email_f14d9d91-ad56-439f-8fe9-661f0b87f428" class="y-input"
              autocomplete="email" name="email" aria-required="true" placeholder="" aria-describedby="yotpo_input_review_email_error_f14d9d91-ad56-439f-8fe9-661f0b87f428"> </div>
          <div class="yotpo-clr"></div>
        </div>
      </div>
      <div class="error-box yotpo-hidden">
        <div class="text-wrapper"> <span class="error-text empty yotpo-hidden">Review's title &amp; body can't be empty</span>
          <span class="error-text empty_question yotpo-hidden">Question's body can't be empty</span>
          <span class="error-text score yotpo-hidden">Please enter a star rating for this review</span>
          <span class="error-text display_name_empty yotpo-hidden">Name field cannot be empty</span>
          <span class="error-text email yotpo-hidden">Invalid email</span>
          <span class="error-text user-already-reviewed yotpo-hidden">Your review has already been submitted.</span>
          <span class="error-text max_length yotpo-hidden">Max length was exceeded</span>
          <span class="error-text mandatory_field yotpo-hidden">Please fill out all of the mandatory (*) fields</span>
          <span class="error-text open_question_answer_length yotpo-hidden">One or more of your answers does not meet the required criteria</span>
        </div>
        <div class="yotpo-icon-btn-small transparent-color-btn"><span class="yotpo-icon yotpo-icon-cross" role="button" tabindex="0" aria-label="close error message"></span></div>
      </div>
      <div class="form-element submit-button"> <span class="form-input-error yotpo-hidden"></span> <input type="button" class="yotpo-default-button primary-color-btn yotpo-submit" aria-disabled="true" data-button-type="submit" value="Post"> </div>
      <div class="yotpo-preloader-wrapper">
        <div class="yotpo yotpo-pre-loader">
          <span class="yotpo-empty-stars">
            <span class="yotpo-icon yotpo-icon-empty-star"></span>
            <span class="yotpo-icon yotpo-icon-empty-star"></span>
            <span class="yotpo-icon yotpo-icon-empty-star"></span>
            <span class="yotpo-icon yotpo-icon-empty-star"></span>
            <span class="yotpo-icon yotpo-icon-empty-star"></span>
          </span>
          <span class="yotpo-full-stars">
            <span class="yotpo-icon yotpo-icon-star"></span>
            <span class="yotpo-icon yotpo-icon-star"></span>
            <span class="yotpo-icon yotpo-icon-star"></span>
            <span class="yotpo-icon yotpo-icon-star"></span>
            <span class="yotpo-icon yotpo-icon-star"></span>
          </span>
        </div>
      </div>
      <div class="yotpo-clr"></div>
    </div>
  </div>
</form>

<form action="" onsubmit="LO.submit_chat(); return false;">
  <div id="lo_chat_input" style="position:relative; width: 100%; ">
    <div class="lo-fx-hr" style="height:0px; margin-bottom:0px; margin-top:0px; width:100%; border-top:1px solid #000000;border-bottom:1px solid #4f4f4f"></div>
    <div style="padding:10px;"><label for="lo_chat_textarea" style="display:none">Chat Input Box</label><textarea id="lo_chat_textarea" disabled="disabled" rows="2"
        style="color: black; background-color: rgb(255, 255, 255); border-radius: 5px; padding: 7px; height: auto; width: 100%; font-family: sans-serif; text-transform: none; resize: none;" dir="null" data-last-scroll-height="0"></textarea></div>
    <div id="lo_chat_sound_holder" style="position:absolute; right:0px; top:-25px; width:100%;">
      <div style="cursor: pointer; float:right; opacity:0.6; padding-right:10px; height:16px;" id="lo_chat_sound"><img alt="Click to mute chat sounds" src="https://d10lpsik1i8c69.cloudfront.net/graphics/sound-on-white.png"></div>
      <div id="lo_chat_status" style="padding-left:10px; font-size:11px; color:#6d6d6d"></div>
      <div style="clear:both;"></div>
    </div>
  </div>
</form>

Text Content

bell user minus plus bars file-lines cart-shopping magnifying-glass
magnifying-glass-plus bag-shopping arrow-left arrow-right angle-down angle-up
angle-right angle-left globe calendar star star-half check sliders caret-down
arrow-square x exclamation box pen box-open store location-dot trash circle-play
cube play tag lock envelope twitter facebook pinterest instagram snapchat
youtube vimeo shopify tumblr tiktok star-empty

Free Shipping Worldwide Over $99 USD

New Arrivals
Vitamins
LashCare
Gift Packs
Buy More & Save
Accessories
Shop All
Menu
Shop All
Hair Vitamins
Collagen Boosters
MultiVitamins
Sleep Vitamins
Lashcare



Logo


Account
Sign in
Cart
0
$0.00
 * New Arrivals
 * Vitamins
 * LashCare
 * Gift Packs
 * Buy More & Save
 * Accessories
 * Shop All
   
   HAIR VITAMINS
   
   COLLAGEN BOOSTERS
   
   MULTIVITAMINS
   
   SLEEP VITAMINS
   
   LASHCARE


Zooming image...

Zooming image...

Zooming image...

Zooming image...

Zooming image...

Zooming image...

Zooming image...

Zooming image...

Zooming image...

Zooming image...

Zooming image...

Zooming image...

Zooming image...

4.7 star rating 6451 Reviews





SUGARBEAR HAIR VITAMINS - 3 MONTH PACK + FREE GIFT

Sale price $89.99
Regular price $104.97
You save $14.98 (15%)
Taxes and shipping calculated at checkout


CHOOSE YOUR FREE GIFT BELOW:

Free Hair Brush with 3 Month Pack
Free Hair Brush with 3 Month Pack unavailable
Free Travel Bag with 3 Month Pack unavailable
Free Cosmetic Bag with 3 Month Pack unavailable
Free Hair Brush with 3 Month PackFree Travel Bag with 3 Month PackFree Cosmetic
Bag with 3 Month Pack

FREQUENTLY BOUGHT TOGETHER

Free Hair Brush with 3 Month Pack $89.99Free Travel Bag with 3 Month Pack
$89.99Free Cosmetic Bag with 3 Month Pack $89.99
One Time: $89.99
Subscribe Now
Delivered every 3 months One TimeDelivered every 3 months
Add to cart



Buy it nowMore payment options



This website exclusive 3-month gift pack saves you over $9 USD and comes with
your choice of a FREE gift.

Sugarbear® is an animal-conscious brand named after the founder’s childhood dogs
Sugar and Bear. Sugarbear® Vitamin Care is passionate about creating premium
vegan vitamin solutions to help you and your loved ones thrive. 

WHAT IS VITAMIN CARE? Vitamins with a purpose. Sugarbear® Hair Vitamins are
scientifically formulated gummies made with Zinc, Biotin, and 12 nutrients. Zinc
and Biotin both contribute to the maintenance of normal hair.*  

WILL THIS WORK FOR ME? Yes! 97% of Sugarbear® users started to see results in
the overall look and health of their hair based on a 12 week U.S. consumer
study.* We care about your care. If you aren’t absolutely happy with the
vitamins Sugarbear® honors a 100 Day Money Back Guarantee with proof of
purchase.

WE WANT TO HEAR FROM YOU! You are the core of our brand. This is why we designed
the logo with bear ears, we’re here to listen and help! If you have any
questions or need us, please email care@SugarbearVitaminCare.com

With your order, you will receive three bottles of Sugarbear® Hair Vitamin
Gummies, which is a three-month supply. There are 75 gummies per bottle, which
will last 37 days each.  We recommend 2 gummy bears a day. 

The vitamins work best taken for a minimum of 3 months but best results are at 6
months. Results will vary from person to person.  Recommended for ages 13 and
older. Ages under 13 must get doctor's permission.

*DISCLAIMER: These statements have not been evaluated by the Food and Drug
Administration. This product is not intended to diagnose, treat, cure or prevent
any disease. The views and nutritional advice expressed by Sugarbear are not
intended to be a substitute for conventional medical service. If you have a
severe medical condition, see your physician of choice. Individual results may
vary.




WE ACCEPT

Amazon
American Express
Apple Pay
Diners Club
Discover
Google Pay
JCB
Mastercard
PayPal
Venmo
Visa
4.7

4.7 star rating

4.7 star rating 6451 Reviews


Write A Review Ask A Question


WRITE A REVIEW

* Indicates a required field

* Score:

* Title:
* Review:
You are connected as
Connect with:

-OR-
* Use your name:
* Email:

Review's title & body can't be empty Question's body can't be empty Please enter
a star rating for this review Name field cannot be empty Invalid email Your
review has already been submitted. Max length was exceeded Please fill out all
of the mandatory (*) fields One or more of your answers does not meet the
required criteria




Thank you for posting a review!
We value your input. Share your review so everyone else can enjoy it too.
share
share
share
Thank you for posting a review!
Your review was sent successfully and is now waiting for our staff to publish
it.


ASK A QUESTION

* Indicates a required field

* Question:
Review's title & body can't be empty Question's body can't be empty Please enter
a star rating for this review Name field cannot be empty Invalid email Your
review has already been submitted. Max length was exceeded Please fill out all
of the mandatory (*) fields One or more of your answers does not meet the
required criteria

* Use your name:
* Email:



Thank you for posting a question!
Please click on the link in the confirmation email we just sent you to submit
your question.

Your question will appear on the site once someone answers it.
 * REVIEWS
 * QUESTIONS

Clear All

Filter Reviews
Search Reviews
Hair Results Looks Taste Feels Bottle
Improvement Vitamins Package Skin Customer Service Bears ...
Length Recommend Texture Gummies Sugar Quality
Smell Difference Amount Color Benefits Nails
Hair Results Looks ...
Taste Feels Bottle
More Filters

FILTERS Clear All
Rating
Scores filter
All Score all
5.0 star rating Score 5
4.0 star rating Score 4
3.0 star rating Score 3
2.0 star rating Score 2
1.0 star rating Score 1
Reviews
Images filter
All All reviews
With Images & Videos Images only
Show 6451 Reviews
Rating
 * All
 * 5.0 star rating
 * 4.0 star rating
 * 3.0 star rating
 * 2.0 star rating
 * 1.0 star rating

Images & Videos
 * All
 * With Images & Videos

Clear All
6451 Reviews
Sort: Select
 * Select
 * Newest
 * Highest Rating
 * Lowest Rating
 * Most Votes
 * Least Votes

Updating Results

Verified Reviewer

0.0 star rating

03/14/23
Review by Anonymous User



On
share ' Share Review by Anonymous User facebook facebook Share Review by
Anonymous User twitter twitter Share Review by Anonymous User LinkedIn linkedin
Share Review by Anonymous User
03/14/23
Was this review helpful?

0

0


S
Selena G.
Verified Buyer

5.0 star rating

11/02/17
Amazing results!

Review by Selena G. on 2 Nov 2017 review stating Amazing results!
I have played with my hair as a nervous tick forever until eventually noticed a
bald spot forming. I have tried everything possible it seemed until I found
SugarBearHair. I took the first bottle and literally noticed so much regrowth.
By day 90 I was in shock at the results. Plus they taste amazing! If you haven’t
tried this your missing out! I lo...Read MoreRead more about review stating
Amazing results!

ve my SugarBearHair! Read LessRead less about review stating Amazing results!



On Sugarbear Hair Vitamins - 3 Month Pack + Free Gift
share ' Share Review by Selena G. on 2 Nov 2017 facebook facebook Share Review
by Selena G. on 2 Nov 2017 twitter twitter Share Review by Selena G. on 2 Nov
2017 LinkedIn linkedin Share Review by Selena G. on 2 Nov 2017
11/02/17
Reviewed on: Sugarbear Vegan Vitamin Care
Was this review helpful?

2264

609

Slideshow
Slide controls
Loading...


A
Aprill G.
Verified Buyer

5.0 star rating

10/25/17
SugarBearHair

Review by Aprill G. on 25 Oct 2017 review stating SugarBearHair
I have been taking these gummies for almost 8 months and I’m totally obsessed
with them! They are super delicious and have helped my hair become thicker and
longer!😍 I recommend them to all of my family members and they became in love
with them as well. They are a little pricey but so worth it!


On Sugarbear Hair Vitamins - 3 Month Pack + Free Gift
share ' Share Review by Aprill G. on 25 Oct 2017 facebook facebook Share Review
by Aprill G. on 25 Oct 2017 twitter twitter Share Review by Aprill G. on 25 Oct
2017 LinkedIn linkedin Share Review by Aprill G. on 25 Oct 2017
10/25/17
Reviewed on: Sugarbear Vegan Vitamin Care
Was this review helpful?

1401

507

Slideshow
Slide controls
Loading...


O
Olivia J.
Verified Buyer

5.0 star rating

09/02/18
They really work!

Review by Olivia J. on 2 Sep 2018 review stating They really work!
I've taken them for 6 months and love the results ❤️


On Sugarbear Hair Vitamins - 3 Month Pack + Free Gift
share ' Share Review by Olivia J. on 2 Sep 2018 facebook facebook Share Review
by Olivia J. on 2 Sep 2018 twitter twitter Share Review by Olivia J. on 2 Sep
2018 LinkedIn linkedin Share Review by Olivia J. on 2 Sep 2018 Comments (1)   
09/02/18
Reviewed on: Sugarbear Hair Vitamins - 3 Month Pack + Free Gift
Was this review helpful?

1227

557

Comments by Store Owner on Review by Olivia J. on 2 Sep 2018
Sugarbear

06/26/22
We love having you as a part of the Sugarbear family! 💙
06/26/22
Slideshow
Slide controls
Loading...


L
Lindsey P.
Verified Buyer

5.0 star rating

10/29/18
Amazing product.

Review by Lindsey P. on 29 Oct 2018 review stating Amazing product.
I absolutely love SugarBearHair. I’ve been using it for about a year now and let
me just say that I’ve never had long hair until I started taking SugarBearHair.
My hair would just reach a certain point and just start breaking off and I could
never get it past my breasts lol. But after sugarbear I’ve had the longest hair
I’ve ever had in my life. T...Read MoreRead more about review stating Amazing
product.

hank you so much SugarBearHair 💖💗💕 Read LessRead less about review stating
Amazing product.



On Sugarbear Hair Vitamins - 3 Month Pack + Free Gift
share ' Share Review by Lindsey P. on 29 Oct 2018 facebook facebook Share Review
by Lindsey P. on 29 Oct 2018 twitter twitter Share Review by Lindsey P. on 29
Oct 2018 LinkedIn linkedin Share Review by Lindsey P. on 29 Oct 2018 Comments
(1)   
10/29/18
Reviewed on: Sugarbear Hair Vitamin Gummies - 1 Month
Was this review helpful?

404

245

Comments by Store Owner on Review by Lindsey P. on 29 Oct 2018
Sugarbear

06/24/22
Thank you so much for sharing your experience! We love to hear that you are
enjoying your products 💙
06/24/22
Slideshow
Slide controls
Loading...


M
Malak D.
Verified Buyer

5.0 star rating

12/27/18
The best journey ever 🤩🤩🤩

Review by Malak D. on 27 Dec 2018 review stating The best journey ever 🤩🤩🤩
I began to use sugar bear hair from 4.11 to 4.12 and I saw a huge difference
between how I began and how I ended the first bottle thanks for everything
💙💙💙💙💙💙💙


On Sugarbear Hair Vitamins - 3 Month Pack + Free Gift
share ' Share Review by Malak D. on 27 Dec 2018 facebook facebook Share Review
by Malak D. on 27 Dec 2018 twitter twitter Share Review by Malak D. on 27 Dec
2018 LinkedIn linkedin Share Review by Malak D. on 27 Dec 2018 Comments (1)   
12/27/18
Reviewed on: Sugarbear Vegan Vitamin Care
Was this review helpful?

174

68

Comments by Store Owner on Review by Malak D. on 27 Dec 2018
Sugarbear

06/24/22
We love having you as a part of the Sugarbear family! 💙
06/24/22
Slideshow
Slide controls
Loading...


1 2 3 4 5 6 7 8 9
be the first to ask a question


RECOMMENDED

Sugarbear Hair Vitamins - 8 Month
Quick View


SUGARBEAR HAIR VITAMINS - 8 MONTH

Sale price $199.99
Regular price $279.92

Sugarbear Sleep Deep 5‑HTP Vitamins - 3 Month Pack + Free Gift
Quick View


SUGARBEAR SLEEP DEEP 5‑HTP VITAMINS - 3 MONTH PACK + FREE GIFT

Sale price $89.99
Regular price $104.97

Sugarbear Hair Vitamin Gummies - 1 Month
Quick View


SUGARBEAR HAIR VITAMIN GUMMIES - 1 MONTH

Price $34.99

Sugarbear LashCare Vegan Vitamin-Infused Lash Serum - 3 Month Supply
Quick View


SUGARBEAR LASHCARE VEGAN VITAMIN-INFUSED LASH SERUM - 3 MONTH SUPPLY

Price $99.99

Sugarbear Women's Multi Vitamins - 3 Month Pack + Free Gift
Quick View


SUGARBEAR WOMEN'S MULTI VITAMINS - 3 MONTH PACK + FREE GIFT

Sale price $89.99
Regular price $104.97

Sugarbear Hair Vitamins 6 Month Supply
Quick View


SUGARBEAR HAIR VITAMINS 6 MONTH SUPPLY

Sale price $169.99
Regular price $200.94

Sugarbear ProCollagen Vitamins - 3 Month Pack + Free Gift
Quick View


SUGARBEAR PROCOLLAGEN VITAMINS - 3 MONTH PACK + FREE GIFT

Sale price $89.99
Regular price $104.97

Sugarbear Hair Vitamins - 8 Month
Quick View


SUGARBEAR HAIR VITAMINS - 8 MONTH

Sale price $199.99
Regular price $279.92

Sugarbear Sleep Deep 5‑HTP Vitamins - 3 Month Pack + Free Gift
Quick View


SUGARBEAR SLEEP DEEP 5‑HTP VITAMINS - 3 MONTH PACK + FREE GIFT

Sale price $89.99
Regular price $104.97

Sugarbear Hair Vitamin Gummies - 1 Month
Quick View


SUGARBEAR HAIR VITAMIN GUMMIES - 1 MONTH

Price $34.99

Sugarbear LashCare Vegan Vitamin-Infused Lash Serum - 3 Month Supply
Quick View


SUGARBEAR LASHCARE VEGAN VITAMIN-INFUSED LASH SERUM - 3 MONTH SUPPLY

Price $99.99

Sugarbear Women's Multi Vitamins - 3 Month Pack + Free Gift
Quick View


SUGARBEAR WOMEN'S MULTI VITAMINS - 3 MONTH PACK + FREE GIFT

Sale price $89.99
Regular price $104.97

Sugarbear Hair Vitamins 6 Month Supply
Quick View


SUGARBEAR HAIR VITAMINS 6 MONTH SUPPLY

Sale price $169.99
Regular price $200.94

Sugarbear ProCollagen Vitamins - 3 Month Pack + Free Gift
Quick View


SUGARBEAR PROCOLLAGEN VITAMINS - 3 MONTH PACK + FREE GIFT

Sale price $89.99
Regular price $104.97

Sugarbear Hair Vitamins - 8 Month
Quick View


SUGARBEAR HAIR VITAMINS - 8 MONTH

Sale price $199.99
Regular price $279.92



 * Choosing a selection results in a full page refresh.


STAY IN THE LOOP

Enter your e-mail →

Subscribe to our newsletter and always be the first to hear about what is
happening.

______________

*These statements have not been evaluated by the Food and Drug Administration.
This product is not intended to diagnose, treat, cure, or prevent any disease. 


SWEET LINKS

 * Have a question?
 * Results + Reviews
 * Sugarbear Promise
 * Plant-Based Ingredients
 * Store Locator
 * Wholesale
 * Contact Us
 * Privacy Policy
 * Careers


SECURE CHECKOUT

We use encrypted SSL security to ensure that your credit card information is
100% protected.





Facebook Twitter Instagram YouTube

© 2023, Sugarbear® Pro












★ Reviews
Popup content starts
close Popup


REAL REVIEWS FROM REAL CUSTOMERS LIKE YOU!


4.7

4.7 star rating

6451 Reviews



Write A Review

 * SITE REVIEWS
   Clear All
 * PRODUCT REVIEWS
   Clear All




WRITE A REVIEW

* Indicates a required field

* Score:

* Title:
* Review:
You are connected as
Connect with:

-OR-
* Use your name:
* Email:

Review's title & body can't be empty Question's body can't be empty Please enter
a star rating for this review Name field cannot be empty Invalid email Your
review has already been submitted. Max length was exceeded Please fill out all
of the mandatory (*) fields One or more of your answers does not meet the
required criteria




Thank you for posting a review!
We value your input. Share your review so everyone else can enjoy it too.
share
share
share
Thank you for posting a review!
Your review was sent successfully and is now waiting for our staff to publish
it.
Filter Reviews
Search Reviews
More Filters

FILTERS Clear All
Rating
Scores filter
All Score all
5.0 star rating Score 5
4.0 star rating Score 4
3.0 star rating Score 3
2.0 star rating Score 2
1.0 star rating Score 1
Reviews
Images filter
All All reviews
With Images & Videos Images only
Show 6451 Reviews
Rating
 * All
 * 5.0 star rating
 * 4.0 star rating
 * 3.0 star rating
 * 2.0 star rating
 * 1.0 star rating

Images & Videos
 * All
 * With Images & Videos

Clear All
6451 Reviews
Sort: Select
 * Select
 * Newest
 * Highest Rating
 * Lowest Rating
 * Most Votes
 * Least Votes

Updating Results


Filter Reviews
Search Reviews
More Filters

FILTERS Clear All
Rating
Scores filter
All Score all
5.0 star rating Score 5
4.0 star rating Score 4
3.0 star rating Score 3
2.0 star rating Score 2
1.0 star rating Score 1
Reviews
Images filter
All All reviews
With Images & Videos Images only
Show 6451 Reviews
Rating
 * All
 * 5.0 star rating
 * 4.0 star rating
 * 3.0 star rating
 * 2.0 star rating
 * 1.0 star rating

Images & Videos
 * All
 * With Images & Videos

Clear All
6451 Reviews
Sort: Select
 * Select
 * Newest
 * Highest Rating
 * Lowest Rating
 * Most Votes
 * Least Votes

Updating Results

Verified Reviewer

0.0 star rating

03/14/23
Review by Anonymous User



On
share ' Share Review by Anonymous User facebook facebook Share Review by
Anonymous User twitter twitter Share Review by Anonymous User LinkedIn linkedin
Share Review by Anonymous User
03/14/23
Was this review helpful?

0

0


C
Cheriet M.
Verified Buyer

5.0 star rating

12/04/21
Vitamin hair sugar bear

Review by Cheriet M. on 4 Dec 2021 review stating Vitamin hair sugar bear
I've tried hair vitamins, they are really amazing
It promotes hair growth and gives you noticeable energy
It is also important that it tastes great and does not bother you at all, making
you do not forget your daily portion

+4







On Sugarbear Hair Vitamins - 3 Month Pack + Free Gift
share ' Share Review by Cheriet M. on 4 Dec 2021 facebook facebook Share Review
by Cheriet M. on 4 Dec 2021 twitter twitter Share Review by Cheriet M. on 4 Dec
2021 LinkedIn linkedin Share Review by Cheriet M. on 4 Dec 2021 Comments (1)   
12/04/21
Reviewed on: Sugarbear Hair Vitamins - 3 Month Pack + Free Gift
Was this review helpful?

16

5

Comments by Store Owner on Review by Cheriet M. on 4 Dec 2021
Sugarbear

06/03/22
We can't wait to hear more about your experience! 💙
06/03/22
Slideshow
Slide controls
Loading...


D
Darlene B.
Verified Buyer

5.0 star rating

05/18/19
Love it

Review by Darlene B. on 18 May 2019 review stating Love it
Absolutely love it made a big difference in my hair in just 3 months of using
SugarBearHair my hair is now much thicker and much longer so happy with the
outcome will continue to use. Thank you

+3






On Sugarbear Hair Vitamins - 3 Month Pack + Free Gift
share ' Share Review by Darlene B. on 18 May 2019 facebook facebook Share Review
by Darlene B. on 18 May 2019 twitter twitter Share Review by Darlene B. on 18
May 2019 LinkedIn linkedin Share Review by Darlene B. on 18 May 2019 Comments
(1)   
05/18/19
Reviewed on: Sugarbear Hair Vitamin Gummies - 1 Month
Was this review helpful?

47

13

Comments by Store Owner on Review by Darlene B. on 18 May 2019
Sugarbear

06/20/22
We love having you as a part of the Sugarbear family! 💙
06/20/22
Slideshow
Slide controls
Loading...


F
Felecia B.
Verified Buyer

5.0 star rating

11/18/20
Nice Results One Month!

Review by Felecia B. on 18 Nov 2020 review stating Nice Results One Month!
I’m happy that I made the purchase so far I’m seeing quite a rapid hair growth
in a 30 day period. Thank you sugar bear Hair company. I look forward to
finishing my two bottles that’s left and look forward to more fabulous results I
do plan to continue taking the vitamins. It’s a great thing to love and care for
your hair( yourself) and to do so i...Read MoreRead more about review stating
Nice Results One Month!

s worth every dime...Oh and thanks for that lovely brush as a gift. I’m loving
it! Read LessRead less about review stating Nice Results One Month!



On Sugarbear Hair Vitamins - 3 Month Pack + Free Gift
share ' Share Review by Felecia B. on 18 Nov 2020 facebook facebook Share Review
by Felecia B. on 18 Nov 2020 twitter twitter Share Review by Felecia B. on 18
Nov 2020 LinkedIn linkedin Share Review by Felecia B. on 18 Nov 2020 Comments
(1)   
11/18/20
Reviewed on: Sugarbear Hair Vitamins - 3 Month Pack + Free Gift
Was this review helpful?

11

3

Comments by Store Owner on Review by Felecia B. on 18 Nov 2020
Sugarbear

06/14/22
Thank you so much for sharing your experience! We love to hear that you are
enjoying your products 💙
06/14/22
Slideshow
Slide controls
Loading...


L
Lea V.
Verified Buyer

5.0 star rating

05/08/19
MAGIC!! EXTRAODINARY!! UNIQUE!! 🤩💯

Review by Lea V. on 8 May 2019 review stating MAGIC!! EXTRAODINARY!! UNIQUE!!
🤩💯
MAGIC!! EXTRAODINARY!! UNIQUE!! 🤩💯


On Sugarbear Hair Vitamins - 3 Month Pack + Free Gift
share ' Share Review by Lea V. on 8 May 2019 facebook facebook Share Review by
Lea V. on 8 May 2019 twitter twitter Share Review by Lea V. on 8 May 2019
LinkedIn linkedin Share Review by Lea V. on 8 May 2019 Comments (1)   
05/08/19
Reviewed on: Sugarbear Hair Vitamins - 3 Month Pack + Free Gift
Was this review helpful?

9

6

Comments by Store Owner on Review by Lea V. on 8 May 2019
Sugarbear

06/20/22
Thank you so much for sharing your experience! We love to hear that you are
enjoying your products 💙
06/20/22
Slideshow
Slide controls
Loading...


N
Nontobeko Y.
Verified Buyer

5.0 star rating

04/06/22
Best nutrition brand

Review by Nontobeko Y. on 6 Apr 2022 review stating Best nutrition brand
Since I got the sugarbear hair vitamins,it has been the best thing ever my hair
growth is incredible I really love the hair vitamins


On Sugarbear Hair Vitamins - 3 Month Pack + Free Gift
share ' Share Review by Nontobeko Y. on 6 Apr 2022 facebook facebook Share
Review by Nontobeko Y. on 6 Apr 2022 twitter twitter Share Review by Nontobeko
Y. on 6 Apr 2022 LinkedIn linkedin Share Review by Nontobeko Y. on 6 Apr 2022
Comments (1)   
04/06/22
Reviewed on: Sugarbear Hair Vitamin Gummies - 1 Month
Was this review helpful?

1

2

Comments by Store Owner on Review by Nontobeko Y. on 6 Apr 2022
Sugarbear

06/01/22
Thank you so much for sharing your experience! We love to hear that you are
enjoying your products 💙
06/01/22
Slideshow
Slide controls
Loading...


1 2 3 4 5 6 7 8 9

Popup content ends


word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word

mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1

Live Chat is Online 
Chatting
0
×
–

undefined



Chat Input Box

Chat
Powered by