stuffuneed.com Open in urlscan Pro
23.227.38.32  Public Scan

URL: https://stuffuneed.com/
Submission Tags: sansec.io magecart Search All
Submission: On May 17 via api from US — Scanned from CA

Form analysis 10 forms found in the DOM

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <input type="email" value="" placeholder="email@example.com" name="contact[email]" id="Email" class="txtbox" aria-label="email@example.com" autocorrect="off" autocapitalize="off">
  <button class="btn btn-link" type="submit" value="Subscribe" name="commit" id="Subscribe"><span class="fa fa-check"></span></button>
</form>

GET /search

<form action="/search" method="get" role="search">
  <div class="menu_c search_menu">
    <div class="search_box">
      <input type="search" name="q" value="" class="txtbox" placeholder="Search" aria-label="Search">
      <button class="btn btn-link" type="submit" value="Search"><span class="fa fa-search"></span></button>
    </div>
  </div>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product_form_1541590581317" 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="✓">
  <div class="selector-wrapper hidden">
    <label for="product-select-Measure"> Measure </label>
    <select class="single-option-selector quick-view-selector-1541590581317" id="SingleOptionSelector-0">
      <option selected=""> Orignal </option>
      <option> Bluetooth </option>
    </select>
  </div>
  <select name="id" id="product-select-1541590581317" class="product-variants hidden">
    <option selected="selected" value="14016138182725">Orignal - $27.99 USD</option>
    <option value="14016138248261">Bluetooth - $27.99 USD</option>
  </select>
  <style>
    label[for="product-select-option-0"] {
      display: none;
    }

    #product-select-option-0 {
      display: none;
    }

    #product-select-option-0+.custom-style-select-box {
      display: none !important;
    }
  </style>
  <script>
    $(window).load(function() {
      $('#qv--collections-popular-products-etape16-digital-tape .selector-wrapper:eq(0)').addClass('hidden');
    });
  </script>
  <div class="swatch clearfix" data-option-index="0">
    <div class="header">Measure</div>
    <script>
      //     console.log('0');
      //     console.log('Orignal');
      //     console.log('0');
    </script>
    <div data-value="Orignal" class="swatch-element orignal available">
      <input id="swatch-1537038161263-1541590581317-0-orignal" type="radio" name="option-0" value="Orignal" checked="">
      <label for="swatch-1537038161263-1541590581317-0-orignal"> Orignal <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-etape16-digital-tape .swatch[data-option-index="0"] .orignal').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('1');
      //     console.log('Bluetooth');
      //     console.log('0');
    </script>
    <div data-value="Bluetooth" class="swatch-element bluetooth available">
      <input id="swatch-1537038161263-1541590581317-0-bluetooth" type="radio" name="option-0" value="Bluetooth">
      <label for="swatch-1537038161263-1541590581317-0-bluetooth"> Bluetooth <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-etape16-digital-tape .swatch[data-option-index="0"] .bluetooth').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
  </div>
  <style>
    /*----------------
Swatches
-----------------*/
    .selector-wrapper,
    .product-variants {
      display: none;
    }

    .swatch {
      margin: 1em 1em 1em 25px;
    }

    /* Label */
    .swatch .header {
      margin: 0.5em 0;
      font-weight: 700;
      color: #282727;
    }

    /* Hide radio buttons.*/
    .swatch input {
      display: none;
    }

    .swatch label {
      /* Rounded corners */
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      /* To give width and height */
      float: left;
      /* Color swatches contain no text so they need to have a width. */
      min-width: 50px !important;
      height: 35px !important;
      /* No extra spacing between them */
      margin: 0;
      /* The border when the button is not selected */
      border: #ddd 1px solid;
      /* Background color */
      background-color: #ddd;
      /* Styling text */
      font-size: 13px;
      text-align: center;
      line-height: 35px;
      white-space: nowrap;
      text-transform: uppercase;
      color: #999;
      cursor: pointer;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
    }

    .swatch-element label {
      padding: 0 10px;
    }

    .color.swatch-element label {
      padding: 0;
    }

    /* Styling selected swatch */
    /* Slightly raised */
    .swatch input:checked+label {
      border: 1px solid #628493;
      background-color: #628493;
      color: #ffffff;
    }

    .swatch .swatch-element {
      float: left;
      -webkit-transform: translateZ(0);
      /* webkit flicker fix */
      -webkit-font-smoothing: antialiased;
      /* webkit text rendering fix */
      /* Spacing between buttons */
      margin: 0px 10px 10px 0;
      /* To position the sold out graphic and tooltip */
      position: relative;
    }

    /* Image with the cross in it */
    .crossed-out {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
    }

    .swatch .swatch-element .crossed-out {
      display: none;
    }

    .swatch .swatch-element.soldout .crossed-out {
      display: block;
    }

    .swatch .swatch-element.soldout label {
      filter: alpha(opacity=60);
      /* internet explorer */
      -khtml-opacity: 0.6;
      /* khtml, old safari */
      -moz-opacity: 0.6;
      /* mozilla, netscape */
      opacity: 0.6;
      /* fx, safari, opera */
    }

    /* Tooltips */
    .swatch .tooltip {
      text-align: center;
      background: #628493;
      color: #ffffff;
      bottom: 100%;
      padding: 10px;
      display: block;
      position: absolute;
      width: 100px;
      left: -23px;
      margin-bottom: 15px;
      /* Make it invisible by default */
      filter: alpha(opacity=0);
      -khtml-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      visibility: hidden;
      /* Animations */
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
      -o-transform: translateY(10px);
      transform: translateY(10px);
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out;
      -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      z-index: 10000;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    .swatch .tooltip:before {
      bottom: -20px;
      content: " ";
      display: block;
      height: 20px;
      left: 0;
      position: absolute;
      width: 100%;
    }

    /* CSS triangle */
    .swatch .tooltip:after {
      border-left: solid transparent 10px;
      border-right: solid transparent 10px;
      border-top: solid #628493 10px;
      bottom: -10px;
      content: " ";
      height: 0;
      left: 50%;
      margin-left: -13px;
      position: absolute;
      width: 0;
    }

    .swatch .swatch-element:hover .tooltip {
      filter: alpha(opacity=100);
      -khtml-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }

    .swatch.error {
      background-color: #E8D2D2 !important;
      color: #333 !important;
      padding: 1em;
      border-radius: 5px;
    }

    .swatch.error p {
      margin: 0.7em 0;
    }

    .swatch.error p:first-child {
      margin-top: 0;
    }

    .swatch.error p:last-child {
      margin-bottom: 0;
    }

    .swatch.error code {
      font-family: monospace;
    }
  </style>
  <hr>
  <a class="  more_info_smart_checkout" href="/collections/popular/products/etape16-digital-tape">More Info</a>
  <div class="product_payments_btns product_payments_btns_qv">
    <input type="submit" name="add" class="modal-button" id="addToCart" value="Add to Cart">
    <div data-shopify="payment-button" data-has-selling-plan="false" data-has-fixed-selling-plan="false" data-customer-accounts-required="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="0 -2 341 81">
                      <path fill-rule="evenodd" clip-rule="evenodd"
                        d="M227.297 0C220.448 0 214.896 5.47237 214.896 12.2229V67.8125C214.896 74.563 220.448 80.0354 227.297 80.0354H328.357C335.206 80.0354 340.758 74.563 340.758 67.8125V12.2229C340.758 5.47237 335.206 0 328.357 0H227.297ZM244.999 55.8917V41.8012H253.993C262.21 41.8012 266.579 37.2604 266.579 30.379C266.579 23.4976 262.21 19.3782 253.993 19.3782H239.205V55.8917H244.999ZM244.999 24.8084H252.663C257.982 24.8084 260.595 26.9617 260.595 30.5663C260.595 34.1708 258.077 36.3242 252.9 36.3242H244.999V24.8084ZM276.795 56.6407C281.212 56.6407 284.109 54.7214 285.439 51.4445C285.819 55.0959 288.052 56.9684 292.896 55.7044L292.944 51.819C290.996 52.0063 290.616 51.3041 290.616 49.2912V39.7415C290.616 34.124 286.864 30.8003 279.93 30.8003C273.09 30.8003 269.148 34.1708 269.148 39.8819H274.468C274.468 37.1668 276.415 35.5284 279.835 35.5284C283.444 35.5284 285.107 37.0732 285.059 39.7415V40.9586L278.932 41.614C272.045 42.3629 268.246 44.9376 268.246 49.4316C268.246 53.1298 270.905 56.6407 276.795 56.6407ZM277.982 52.4276C274.99 52.4276 273.803 50.836 273.803 49.2443C273.803 47.091 276.273 46.1079 281.117 45.5462L284.917 45.1249C284.679 49.2443 281.877 52.4276 277.982 52.4276ZM310.537 57.7174C308.115 63.5221 304.22 65.2541 298.141 65.2541H295.528V60.4793H298.331C301.655 60.4793 303.27 59.4494 305.028 56.5002L294.246 31.5493H300.23L307.925 49.7593L314.764 31.5493H320.606L310.537 57.7174Z"
                        fill="white"></path>
                      <path
                        d="M29.5136 35.1798C21.5797 33.4835 18.0451 32.8197 18.0451 29.8064C18.0451 26.9722 20.4371 25.5604 25.221 25.5604C29.4282 25.5604 32.5036 27.3726 34.7674 30.9232C34.9382 31.1972 35.2906 31.292 35.5789 31.1445L44.506 26.6983C44.8263 26.5402 44.9438 26.1399 44.7623 25.8343C41.0569 19.5022 34.2121 16.0358 25.1996 16.0358C13.3574 16.0358 6 21.7885 6 30.9338C6 40.648 14.9591 43.1029 22.9038 44.7992C30.8484 46.4955 34.3936 47.1592 34.3936 50.1725C34.3936 53.1858 31.8095 54.6082 26.6518 54.6082C21.8893 54.6082 18.3548 52.4589 16.2191 48.2866C16.059 47.981 15.6852 47.8546 15.3756 48.0127L6.46985 52.364C6.16017 52.5221 6.03203 52.8908 6.19221 53.2069C9.72673 60.2134 16.9773 64.1538 26.6625 64.1538C38.996 64.1538 46.4494 58.496 46.4494 49.0663C46.4494 39.6365 37.4476 36.8972 29.5136 35.2009V35.1798Z"
                        fill="white"></path>
                      <path
                        d="M77.3525 16.0358C72.291 16.0358 67.8168 17.8059 64.6026 20.9561C64.3997 21.1458 64.0687 21.0088 64.0687 20.7349V0.621625C64.0687 0.273937 63.791 0 63.4387 0H52.2692C51.9168 0 51.6391 0.273937 51.6391 0.621625V63.0476C51.6391 63.3952 51.9168 63.6692 52.2692 63.6692H63.4387C63.791 63.6692 64.0687 63.3952 64.0687 63.0476V35.6644C64.0687 30.3754 68.1798 26.319 73.7219 26.319C79.2639 26.319 83.279 30.2911 83.279 35.6644V63.0476C83.279 63.3952 83.5566 63.6692 83.909 63.6692H95.0785C95.4309 63.6692 95.7085 63.3952 95.7085 63.0476V35.6644C95.7085 24.1591 88.0628 16.0464 77.3525 16.0464V16.0358Z"
                        fill="white"></path>
                      <path
                        d="M118.389 14.2552C112.324 14.2552 106.622 16.0779 102.542 18.7224C102.265 18.9016 102.169 19.2703 102.34 19.5548L107.262 27.8466C107.444 28.1416 107.828 28.247 108.127 28.0679C111.224 26.2241 114.769 25.2653 118.389 25.2864C128.138 25.2864 135.303 32.0716 135.303 41.0377C135.303 48.6763 129.569 54.3342 122.297 54.3342C116.371 54.3342 112.26 50.9311 112.26 46.1266C112.26 43.3767 113.445 41.122 116.531 39.5311C116.851 39.3625 116.969 38.9727 116.777 38.6671L112.132 30.9126C111.982 30.6598 111.662 30.5439 111.373 30.6492C105.148 32.925 100.78 38.4037 100.78 45.7579C100.78 56.8839 109.761 65.1863 122.287 65.1863C136.916 65.1863 147.434 55.1876 147.434 40.8481C147.434 25.476 135.197 14.2446 118.368 14.2446L118.389 14.2552Z"
                        fill="white"></path>
                      <path
                        d="M180.098 15.9515C174.449 15.9515 169.409 18.006 165.725 21.6304C165.522 21.8306 165.191 21.6831 165.191 21.4092V17.0473C165.191 16.6996 164.914 16.4256 164.561 16.4256H153.68C153.328 16.4256 153.05 16.6996 153.05 17.0473V79.3784C153.05 79.7261 153.328 80 153.68 80H164.849C165.202 80 165.48 79.7261 165.48 79.3784V58.9385C165.48 58.6645 165.811 58.5276 166.013 58.7067C169.687 62.0782 174.545 64.0485 180.109 64.0485C193.211 64.0485 203.43 53.5862 203.43 39.9947C203.43 26.4032 193.2 15.941 180.109 15.941L180.098 15.9515ZM177.995 53.4914C170.541 53.4914 164.892 47.6439 164.892 39.9104C164.892 32.177 170.53 26.3295 177.995 26.3295C185.459 26.3295 191.086 32.0822 191.086 39.9104C191.086 47.7387 185.533 53.4914 177.984 53.4914H177.995Z"
                        fill="white"></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>
  </div>
  <input type="hidden" name="product-id" value="1541590581317"><input type="hidden" name="section-id" value="1537038161263">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product_form_1541136482373" 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="✓">
  <div class="selector-wrapper hidden">
    <label for="product-select-Color"> Color </label>
    <select class="single-option-selector quick-view-selector-1541136482373" id="SingleOptionSelector-0">
      <option selected=""> Blue Sky </option>
      <option> Meadow </option>
      <option> Pink Berry </option>
      <option> Purple Plum </option>
      <option> Sunshine </option>
    </select>
  </div>
  <select name="id" id="product-select-1541136482373" class="product-variants hidden">
    <option selected="selected" value="14010791723077">Blue Sky - $38.50 USD</option>
    <option value="14010791755845">Meadow - $38.50 USD</option>
    <option value="14010791788613">Pink Berry - $38.50 USD</option>
    <option value="14010791821381">Purple Plum - $38.50 USD</option>
    <option value="14010791854149">Sunshine - $38.50 USD</option>
  </select>
  <style>
    label[for="product-select-option-0"] {
      display: none;
    }

    #product-select-option-0 {
      display: none;
    }

    #product-select-option-0+.custom-style-select-box {
      display: none !important;
    }
  </style>
  <script>
    $(window).load(function() {
      $('#qv--collections-popular-products-omiebox .selector-wrapper:eq(0)').addClass('hidden');
    });
  </script>
  <div class="swatch clearfix" data-option-index="0">
    <div class="header">Color</div>
    <script>
      //     console.log('0');
      //     console.log('Blue Sky');
      //     console.log('0');
    </script>
    <div data-value="Blue Sky" class="swatch-element color blue-sky available">
      <div class="tooltip">Blue Sky</div>
      <input id="swatch-1537038161263-1541136482373-0-blue-sky" type="radio" name="option-0" value="Blue Sky" checked="">
      <label for="swatch-1537038161263-1541136482373-0-blue-sky" style="background-color: sky; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/blue-sky.png?52)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-omiebox .swatch[data-option-index="0"] .blue-sky').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('1');
      //     console.log('Meadow');
      //     console.log('0');
    </script>
    <div data-value="Meadow" class="swatch-element color meadow available">
      <div class="tooltip">Meadow</div>
      <input id="swatch-1537038161263-1541136482373-0-meadow" type="radio" name="option-0" value="Meadow">
      <label for="swatch-1537038161263-1541136482373-0-meadow" style="background-color: meadow; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/meadow.png?v=126798453818613385881540327499)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-omiebox .swatch[data-option-index="0"] .meadow').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('2');
      //     console.log('Pink Berry');
      //     console.log('0');
    </script>
    <div data-value="Pink Berry" class="swatch-element color pink-berry available">
      <div class="tooltip">Pink Berry</div>
      <input id="swatch-1537038161263-1541136482373-0-pink-berry" type="radio" name="option-0" value="Pink Berry">
      <label for="swatch-1537038161263-1541136482373-0-pink-berry" style="background-color: berry; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/pink-berry.png?52)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-omiebox .swatch[data-option-index="0"] .pink-berry').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('3');
      //     console.log('Purple Plum');
      //     console.log('0');
    </script>
    <div data-value="Purple Plum" class="swatch-element color purple-plum available">
      <div class="tooltip">Purple Plum</div>
      <input id="swatch-1537038161263-1541136482373-0-purple-plum" type="radio" name="option-0" value="Purple Plum">
      <label for="swatch-1537038161263-1541136482373-0-purple-plum" style="background-color: plum; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/purple-plum.png?v=135932388861249140091540327537)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-omiebox .swatch[data-option-index="0"] .purple-plum').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('4');
      //     console.log('Sunshine');
      //     console.log('0');
    </script>
    <div data-value="Sunshine" class="swatch-element color sunshine available">
      <div class="tooltip">Sunshine</div>
      <input id="swatch-1537038161263-1541136482373-0-sunshine" type="radio" name="option-0" value="Sunshine">
      <label for="swatch-1537038161263-1541136482373-0-sunshine" style="background-color: sunshine; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/sunshine.png?v=41286342883373593991540327556)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-omiebox .swatch[data-option-index="0"] .sunshine').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
  </div>
  <style>
    /*----------------
Swatches
-----------------*/
    .selector-wrapper,
    .product-variants {
      display: none;
    }

    .swatch {
      margin: 1em 1em 1em 25px;
    }

    /* Label */
    .swatch .header {
      margin: 0.5em 0;
      font-weight: 700;
      color: #282727;
    }

    /* Hide radio buttons.*/
    .swatch input {
      display: none;
    }

    .swatch label {
      /* Rounded corners */
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      /* To give width and height */
      float: left;
      /* Color swatches contain no text so they need to have a width. */
      min-width: 50px !important;
      height: 35px !important;
      /* No extra spacing between them */
      margin: 0;
      /* The border when the button is not selected */
      border: #ddd 1px solid;
      /* Background color */
      background-color: #ddd;
      /* Styling text */
      font-size: 13px;
      text-align: center;
      line-height: 35px;
      white-space: nowrap;
      text-transform: uppercase;
      color: #999;
      cursor: pointer;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
    }

    .swatch-element label {
      padding: 0 10px;
    }

    .color.swatch-element label {
      padding: 0;
    }

    /* Styling selected swatch */
    /* Slightly raised */
    .swatch input:checked+label {
      border: 1px solid #628493;
      background-color: #628493;
      color: #ffffff;
    }

    .swatch .swatch-element {
      float: left;
      -webkit-transform: translateZ(0);
      /* webkit flicker fix */
      -webkit-font-smoothing: antialiased;
      /* webkit text rendering fix */
      /* Spacing between buttons */
      margin: 0px 10px 10px 0;
      /* To position the sold out graphic and tooltip */
      position: relative;
    }

    /* Image with the cross in it */
    .crossed-out {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
    }

    .swatch .swatch-element .crossed-out {
      display: none;
    }

    .swatch .swatch-element.soldout .crossed-out {
      display: block;
    }

    .swatch .swatch-element.soldout label {
      filter: alpha(opacity=60);
      /* internet explorer */
      -khtml-opacity: 0.6;
      /* khtml, old safari */
      -moz-opacity: 0.6;
      /* mozilla, netscape */
      opacity: 0.6;
      /* fx, safari, opera */
    }

    /* Tooltips */
    .swatch .tooltip {
      text-align: center;
      background: #628493;
      color: #ffffff;
      bottom: 100%;
      padding: 10px;
      display: block;
      position: absolute;
      width: 100px;
      left: -23px;
      margin-bottom: 15px;
      /* Make it invisible by default */
      filter: alpha(opacity=0);
      -khtml-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      visibility: hidden;
      /* Animations */
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
      -o-transform: translateY(10px);
      transform: translateY(10px);
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out;
      -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      z-index: 10000;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    .swatch .tooltip:before {
      bottom: -20px;
      content: " ";
      display: block;
      height: 20px;
      left: 0;
      position: absolute;
      width: 100%;
    }

    /* CSS triangle */
    .swatch .tooltip:after {
      border-left: solid transparent 10px;
      border-right: solid transparent 10px;
      border-top: solid #628493 10px;
      bottom: -10px;
      content: " ";
      height: 0;
      left: 50%;
      margin-left: -13px;
      position: absolute;
      width: 0;
    }

    .swatch .swatch-element:hover .tooltip {
      filter: alpha(opacity=100);
      -khtml-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }

    .swatch.error {
      background-color: #E8D2D2 !important;
      color: #333 !important;
      padding: 1em;
      border-radius: 5px;
    }

    .swatch.error p {
      margin: 0.7em 0;
    }

    .swatch.error p:first-child {
      margin-top: 0;
    }

    .swatch.error p:last-child {
      margin-bottom: 0;
    }

    .swatch.error code {
      font-family: monospace;
    }
  </style>
  <hr>
  <a class="  more_info_smart_checkout" href="/collections/popular/products/omiebox">More Info</a>
  <div class="product_payments_btns product_payments_btns_qv">
    <input type="submit" name="add" class="modal-button" id="addToCart" value="Add to Cart">
    <div data-shopify="payment-button" data-has-selling-plan="false" data-has-fixed-selling-plan="false" data-customer-accounts-required="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="0 -2 341 81">
                      <path fill-rule="evenodd" clip-rule="evenodd"
                        d="M227.297 0C220.448 0 214.896 5.47237 214.896 12.2229V67.8125C214.896 74.563 220.448 80.0354 227.297 80.0354H328.357C335.206 80.0354 340.758 74.563 340.758 67.8125V12.2229C340.758 5.47237 335.206 0 328.357 0H227.297ZM244.999 55.8917V41.8012H253.993C262.21 41.8012 266.579 37.2604 266.579 30.379C266.579 23.4976 262.21 19.3782 253.993 19.3782H239.205V55.8917H244.999ZM244.999 24.8084H252.663C257.982 24.8084 260.595 26.9617 260.595 30.5663C260.595 34.1708 258.077 36.3242 252.9 36.3242H244.999V24.8084ZM276.795 56.6407C281.212 56.6407 284.109 54.7214 285.439 51.4445C285.819 55.0959 288.052 56.9684 292.896 55.7044L292.944 51.819C290.996 52.0063 290.616 51.3041 290.616 49.2912V39.7415C290.616 34.124 286.864 30.8003 279.93 30.8003C273.09 30.8003 269.148 34.1708 269.148 39.8819H274.468C274.468 37.1668 276.415 35.5284 279.835 35.5284C283.444 35.5284 285.107 37.0732 285.059 39.7415V40.9586L278.932 41.614C272.045 42.3629 268.246 44.9376 268.246 49.4316C268.246 53.1298 270.905 56.6407 276.795 56.6407ZM277.982 52.4276C274.99 52.4276 273.803 50.836 273.803 49.2443C273.803 47.091 276.273 46.1079 281.117 45.5462L284.917 45.1249C284.679 49.2443 281.877 52.4276 277.982 52.4276ZM310.537 57.7174C308.115 63.5221 304.22 65.2541 298.141 65.2541H295.528V60.4793H298.331C301.655 60.4793 303.27 59.4494 305.028 56.5002L294.246 31.5493H300.23L307.925 49.7593L314.764 31.5493H320.606L310.537 57.7174Z"
                        fill="white"></path>
                      <path
                        d="M29.5136 35.1798C21.5797 33.4835 18.0451 32.8197 18.0451 29.8064C18.0451 26.9722 20.4371 25.5604 25.221 25.5604C29.4282 25.5604 32.5036 27.3726 34.7674 30.9232C34.9382 31.1972 35.2906 31.292 35.5789 31.1445L44.506 26.6983C44.8263 26.5402 44.9438 26.1399 44.7623 25.8343C41.0569 19.5022 34.2121 16.0358 25.1996 16.0358C13.3574 16.0358 6 21.7885 6 30.9338C6 40.648 14.9591 43.1029 22.9038 44.7992C30.8484 46.4955 34.3936 47.1592 34.3936 50.1725C34.3936 53.1858 31.8095 54.6082 26.6518 54.6082C21.8893 54.6082 18.3548 52.4589 16.2191 48.2866C16.059 47.981 15.6852 47.8546 15.3756 48.0127L6.46985 52.364C6.16017 52.5221 6.03203 52.8908 6.19221 53.2069C9.72673 60.2134 16.9773 64.1538 26.6625 64.1538C38.996 64.1538 46.4494 58.496 46.4494 49.0663C46.4494 39.6365 37.4476 36.8972 29.5136 35.2009V35.1798Z"
                        fill="white"></path>
                      <path
                        d="M77.3525 16.0358C72.291 16.0358 67.8168 17.8059 64.6026 20.9561C64.3997 21.1458 64.0687 21.0088 64.0687 20.7349V0.621625C64.0687 0.273937 63.791 0 63.4387 0H52.2692C51.9168 0 51.6391 0.273937 51.6391 0.621625V63.0476C51.6391 63.3952 51.9168 63.6692 52.2692 63.6692H63.4387C63.791 63.6692 64.0687 63.3952 64.0687 63.0476V35.6644C64.0687 30.3754 68.1798 26.319 73.7219 26.319C79.2639 26.319 83.279 30.2911 83.279 35.6644V63.0476C83.279 63.3952 83.5566 63.6692 83.909 63.6692H95.0785C95.4309 63.6692 95.7085 63.3952 95.7085 63.0476V35.6644C95.7085 24.1591 88.0628 16.0464 77.3525 16.0464V16.0358Z"
                        fill="white"></path>
                      <path
                        d="M118.389 14.2552C112.324 14.2552 106.622 16.0779 102.542 18.7224C102.265 18.9016 102.169 19.2703 102.34 19.5548L107.262 27.8466C107.444 28.1416 107.828 28.247 108.127 28.0679C111.224 26.2241 114.769 25.2653 118.389 25.2864C128.138 25.2864 135.303 32.0716 135.303 41.0377C135.303 48.6763 129.569 54.3342 122.297 54.3342C116.371 54.3342 112.26 50.9311 112.26 46.1266C112.26 43.3767 113.445 41.122 116.531 39.5311C116.851 39.3625 116.969 38.9727 116.777 38.6671L112.132 30.9126C111.982 30.6598 111.662 30.5439 111.373 30.6492C105.148 32.925 100.78 38.4037 100.78 45.7579C100.78 56.8839 109.761 65.1863 122.287 65.1863C136.916 65.1863 147.434 55.1876 147.434 40.8481C147.434 25.476 135.197 14.2446 118.368 14.2446L118.389 14.2552Z"
                        fill="white"></path>
                      <path
                        d="M180.098 15.9515C174.449 15.9515 169.409 18.006 165.725 21.6304C165.522 21.8306 165.191 21.6831 165.191 21.4092V17.0473C165.191 16.6996 164.914 16.4256 164.561 16.4256H153.68C153.328 16.4256 153.05 16.6996 153.05 17.0473V79.3784C153.05 79.7261 153.328 80 153.68 80H164.849C165.202 80 165.48 79.7261 165.48 79.3784V58.9385C165.48 58.6645 165.811 58.5276 166.013 58.7067C169.687 62.0782 174.545 64.0485 180.109 64.0485C193.211 64.0485 203.43 53.5862 203.43 39.9947C203.43 26.4032 193.2 15.941 180.109 15.941L180.098 15.9515ZM177.995 53.4914C170.541 53.4914 164.892 47.6439 164.892 39.9104C164.892 32.177 170.53 26.3295 177.995 26.3295C185.459 26.3295 191.086 32.0822 191.086 39.9104C191.086 47.7387 185.533 53.4914 177.984 53.4914H177.995Z"
                        fill="white"></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>
  </div>
  <input type="hidden" name="product-id" value="1541136482373"><input type="hidden" name="section-id" value="1537038161263">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product_form_4446525292613" 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" id="product-select-4446525292613" value="31604288487493">
  <hr>
  <a class="  more_info_smart_checkout" href="/collections/popular/products/black-coffee">More Info</a>
  <div class="product_payments_btns product_payments_btns_qv">
    <input type="submit" name="add" class="modal-button" id="addToCart" value="Add to Cart">
    <div data-shopify="payment-button" data-has-selling-plan="false" data-has-fixed-selling-plan="false" data-customer-accounts-required="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="0 -2 341 81">
                      <path fill-rule="evenodd" clip-rule="evenodd"
                        d="M227.297 0C220.448 0 214.896 5.47237 214.896 12.2229V67.8125C214.896 74.563 220.448 80.0354 227.297 80.0354H328.357C335.206 80.0354 340.758 74.563 340.758 67.8125V12.2229C340.758 5.47237 335.206 0 328.357 0H227.297ZM244.999 55.8917V41.8012H253.993C262.21 41.8012 266.579 37.2604 266.579 30.379C266.579 23.4976 262.21 19.3782 253.993 19.3782H239.205V55.8917H244.999ZM244.999 24.8084H252.663C257.982 24.8084 260.595 26.9617 260.595 30.5663C260.595 34.1708 258.077 36.3242 252.9 36.3242H244.999V24.8084ZM276.795 56.6407C281.212 56.6407 284.109 54.7214 285.439 51.4445C285.819 55.0959 288.052 56.9684 292.896 55.7044L292.944 51.819C290.996 52.0063 290.616 51.3041 290.616 49.2912V39.7415C290.616 34.124 286.864 30.8003 279.93 30.8003C273.09 30.8003 269.148 34.1708 269.148 39.8819H274.468C274.468 37.1668 276.415 35.5284 279.835 35.5284C283.444 35.5284 285.107 37.0732 285.059 39.7415V40.9586L278.932 41.614C272.045 42.3629 268.246 44.9376 268.246 49.4316C268.246 53.1298 270.905 56.6407 276.795 56.6407ZM277.982 52.4276C274.99 52.4276 273.803 50.836 273.803 49.2443C273.803 47.091 276.273 46.1079 281.117 45.5462L284.917 45.1249C284.679 49.2443 281.877 52.4276 277.982 52.4276ZM310.537 57.7174C308.115 63.5221 304.22 65.2541 298.141 65.2541H295.528V60.4793H298.331C301.655 60.4793 303.27 59.4494 305.028 56.5002L294.246 31.5493H300.23L307.925 49.7593L314.764 31.5493H320.606L310.537 57.7174Z"
                        fill="white"></path>
                      <path
                        d="M29.5136 35.1798C21.5797 33.4835 18.0451 32.8197 18.0451 29.8064C18.0451 26.9722 20.4371 25.5604 25.221 25.5604C29.4282 25.5604 32.5036 27.3726 34.7674 30.9232C34.9382 31.1972 35.2906 31.292 35.5789 31.1445L44.506 26.6983C44.8263 26.5402 44.9438 26.1399 44.7623 25.8343C41.0569 19.5022 34.2121 16.0358 25.1996 16.0358C13.3574 16.0358 6 21.7885 6 30.9338C6 40.648 14.9591 43.1029 22.9038 44.7992C30.8484 46.4955 34.3936 47.1592 34.3936 50.1725C34.3936 53.1858 31.8095 54.6082 26.6518 54.6082C21.8893 54.6082 18.3548 52.4589 16.2191 48.2866C16.059 47.981 15.6852 47.8546 15.3756 48.0127L6.46985 52.364C6.16017 52.5221 6.03203 52.8908 6.19221 53.2069C9.72673 60.2134 16.9773 64.1538 26.6625 64.1538C38.996 64.1538 46.4494 58.496 46.4494 49.0663C46.4494 39.6365 37.4476 36.8972 29.5136 35.2009V35.1798Z"
                        fill="white"></path>
                      <path
                        d="M77.3525 16.0358C72.291 16.0358 67.8168 17.8059 64.6026 20.9561C64.3997 21.1458 64.0687 21.0088 64.0687 20.7349V0.621625C64.0687 0.273937 63.791 0 63.4387 0H52.2692C51.9168 0 51.6391 0.273937 51.6391 0.621625V63.0476C51.6391 63.3952 51.9168 63.6692 52.2692 63.6692H63.4387C63.791 63.6692 64.0687 63.3952 64.0687 63.0476V35.6644C64.0687 30.3754 68.1798 26.319 73.7219 26.319C79.2639 26.319 83.279 30.2911 83.279 35.6644V63.0476C83.279 63.3952 83.5566 63.6692 83.909 63.6692H95.0785C95.4309 63.6692 95.7085 63.3952 95.7085 63.0476V35.6644C95.7085 24.1591 88.0628 16.0464 77.3525 16.0464V16.0358Z"
                        fill="white"></path>
                      <path
                        d="M118.389 14.2552C112.324 14.2552 106.622 16.0779 102.542 18.7224C102.265 18.9016 102.169 19.2703 102.34 19.5548L107.262 27.8466C107.444 28.1416 107.828 28.247 108.127 28.0679C111.224 26.2241 114.769 25.2653 118.389 25.2864C128.138 25.2864 135.303 32.0716 135.303 41.0377C135.303 48.6763 129.569 54.3342 122.297 54.3342C116.371 54.3342 112.26 50.9311 112.26 46.1266C112.26 43.3767 113.445 41.122 116.531 39.5311C116.851 39.3625 116.969 38.9727 116.777 38.6671L112.132 30.9126C111.982 30.6598 111.662 30.5439 111.373 30.6492C105.148 32.925 100.78 38.4037 100.78 45.7579C100.78 56.8839 109.761 65.1863 122.287 65.1863C136.916 65.1863 147.434 55.1876 147.434 40.8481C147.434 25.476 135.197 14.2446 118.368 14.2446L118.389 14.2552Z"
                        fill="white"></path>
                      <path
                        d="M180.098 15.9515C174.449 15.9515 169.409 18.006 165.725 21.6304C165.522 21.8306 165.191 21.6831 165.191 21.4092V17.0473C165.191 16.6996 164.914 16.4256 164.561 16.4256H153.68C153.328 16.4256 153.05 16.6996 153.05 17.0473V79.3784C153.05 79.7261 153.328 80 153.68 80H164.849C165.202 80 165.48 79.7261 165.48 79.3784V58.9385C165.48 58.6645 165.811 58.5276 166.013 58.7067C169.687 62.0782 174.545 64.0485 180.109 64.0485C193.211 64.0485 203.43 53.5862 203.43 39.9947C203.43 26.4032 193.2 15.941 180.109 15.941L180.098 15.9515ZM177.995 53.4914C170.541 53.4914 164.892 47.6439 164.892 39.9104C164.892 32.177 170.53 26.3295 177.995 26.3295C185.459 26.3295 191.086 32.0822 191.086 39.9104C191.086 47.7387 185.533 53.4914 177.984 53.4914H177.995Z"
                        fill="white"></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>
  </div>
  <input type="hidden" name="product-id" value="4446525292613"><input type="hidden" name="section-id" value="1537038161263">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product_form_1892351836229" 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="✓">
  <div class="selector-wrapper hidden">
    <label for="product-select-Color"> Color </label>
    <select class="single-option-selector quick-view-selector-1892351836229" id="SingleOptionSelector-0">
      <option selected=""> Black </option>
      <option> Pink </option>
      <option> Blue </option>
      <option> Green </option>
      <option> Purple </option>
      <option> Silver </option>
      <option> Gold </option>
      <option> Zigzag </option>
      <option> sapphire </option>
      <option> Leopard </option>
      <option> Chevron </option>
      <option> Paisley (Purple) </option>
      <option> Black (Blue Trim) </option>
      <option> Black (Red Trim) </option>
    </select>
  </div>
  <div class="selector-wrapper hidden">
    <label for="product-select-Style"> Style </label>
    <select class="single-option-selector quick-view-selector-1892351836229" id="SingleOptionSelector-1">
      <option selected=""> Cosmo </option>
      <option> Cosmo Deluxe (22'') </option>
      <option> Men's Traveler (20'') </option>
      <option> Technology Wired (19'') </option>
    </select>
  </div>
  <select name="id" id="product-select-1892351836229" class="product-variants hidden">
    <option selected="selected" value="18035032719429">Black / Cosmo - $29.95 USD</option>
    <option value="18035445956677">Pink / Cosmo - $29.95 USD</option>
    <option value="18035466305605">Blue / Cosmo - $29.95 USD</option>
    <option value="18035537281093">Green / Cosmo - $29.95 USD</option>
    <option value="18035579879493">Purple / Cosmo - $29.95 USD</option>
    <option value="18035640303685">Silver / Cosmo - $34.95 USD</option>
    <option value="18035724222533">Gold / Cosmo - $34.95 USD</option>
    <option value="18204906979397">Zigzag / Cosmo - $34.95 USD</option>
    <option value="18205052043333">sapphire / Cosmo - $34.95 USD</option>
    <option value="18205096575045">Leopard / Cosmo - $34.95 USD</option>
    <option value="18205134684229">Chevron / Cosmo - $34.95 USD</option>
    <option value="18205174267973">Paisley (Purple) / Cosmo - $34.95 USD</option>
    <option value="18205370777669">Pink / Cosmo Deluxe (22'') - $34.95 USD</option>
    <option value="18205828513861">Black (Blue Trim) / Men's Traveler (20'') - $34.95 USD</option>
    <option value="18205914759237">Black (Red Trim) / Technology Wired (19'') - $34.95 USD</option>
  </select>
  <style>
    label[for="product-select-option-0"] {
      display: none;
    }

    #product-select-option-0 {
      display: none;
    }

    #product-select-option-0+.custom-style-select-box {
      display: none !important;
    }
  </style>
  <script>
    $(window).load(function() {
      $('#qv--collections-popular-products-lay-n-go .selector-wrapper:eq(0)').addClass('hidden');
    });
  </script>
  <div class="swatch clearfix" data-option-index="0">
    <div class="header">Color</div>
    <script>
      //     console.log('0');
      //     console.log('Black');
      //     console.log('0');
    </script>
    <div data-value="Black" class="swatch-element color black available">
      <div class="tooltip">Black</div>
      <input id="swatch-1537038161263-1892351836229-0-black" type="radio" name="option-0" value="Black" checked="">
      <label for="swatch-1537038161263-1892351836229-0-black" style="background-color: black; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/black.png?52)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="0"] .black').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('1');
      //     console.log('Pink');
      //     console.log('0');
    </script>
    <div data-value="Pink" class="swatch-element color pink available">
      <div class="tooltip">Pink</div>
      <input id="swatch-1537038161263-1892351836229-0-pink" type="radio" name="option-0" value="Pink">
      <label for="swatch-1537038161263-1892351836229-0-pink" style="background-color: pink; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/pink.png?52)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="0"] .pink').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('2');
      //     console.log('Blue');
      //     console.log('0');
    </script>
    <div data-value="Blue" class="swatch-element color blue available">
      <div class="tooltip">Blue</div>
      <input id="swatch-1537038161263-1892351836229-0-blue" type="radio" name="option-0" value="Blue">
      <label for="swatch-1537038161263-1892351836229-0-blue" style="background-color: blue; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/blue.png?52)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="0"] .blue').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('3');
      //     console.log('Green');
      //     console.log('0');
    </script>
    <div data-value="Green" class="swatch-element color green available">
      <div class="tooltip">Green</div>
      <input id="swatch-1537038161263-1892351836229-0-green" type="radio" name="option-0" value="Green">
      <label for="swatch-1537038161263-1892351836229-0-green" style="background-color: green; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/green.png?52)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="0"] .green').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('4');
      //     console.log('Purple');
      //     console.log('0');
    </script>
    <div data-value="Purple" class="swatch-element color purple available">
      <div class="tooltip">Purple</div>
      <input id="swatch-1537038161263-1892351836229-0-purple" type="radio" name="option-0" value="Purple">
      <label for="swatch-1537038161263-1892351836229-0-purple" style="background-color: purple; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/purple.png?52)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="0"] .purple').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('5');
      //     console.log('Silver');
      //     console.log('0');
    </script>
    <div data-value="Silver" class="swatch-element color silver available">
      <div class="tooltip">Silver</div>
      <input id="swatch-1537038161263-1892351836229-0-silver" type="radio" name="option-0" value="Silver">
      <label for="swatch-1537038161263-1892351836229-0-silver" style="background-color: silver; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/silver.png?52)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="0"] .silver').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('6');
      //     console.log('Gold');
      //     console.log('0');
    </script>
    <div data-value="Gold" class="swatch-element color gold available">
      <div class="tooltip">Gold</div>
      <input id="swatch-1537038161263-1892351836229-0-gold" type="radio" name="option-0" value="Gold">
      <label for="swatch-1537038161263-1892351836229-0-gold" style="background-color: gold; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/gold.png?52)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="0"] .gold').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('7');
      //     console.log('Zigzag');
      //     console.log('0');
    </script>
    <div data-value="Zigzag" class="swatch-element color zigzag available">
      <div class="tooltip">Zigzag</div>
      <input id="swatch-1537038161263-1892351836229-0-zigzag" type="radio" name="option-0" value="Zigzag">
      <label for="swatch-1537038161263-1892351836229-0-zigzag" style="background-color: zigzag; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/zigzag.png?v=25808350525191386211543365655)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="0"] .zigzag').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('8');
      //     console.log('sapphire');
      //     console.log('0');
    </script>
    <div data-value="sapphire" class="swatch-element color sapphire available">
      <div class="tooltip">sapphire</div>
      <input id="swatch-1537038161263-1892351836229-0-sapphire" type="radio" name="option-0" value="sapphire">
      <label for="swatch-1537038161263-1892351836229-0-sapphire" style="background-color: sapphire; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/sapphire.png?v=147566356212752607221543365646)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="0"] .sapphire').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('9');
      //     console.log('Leopard');
      //     console.log('0');
    </script>
    <div data-value="Leopard" class="swatch-element color leopard available">
      <div class="tooltip">Leopard</div>
      <input id="swatch-1537038161263-1892351836229-0-leopard" type="radio" name="option-0" value="Leopard">
      <label for="swatch-1537038161263-1892351836229-0-leopard" style="background-color: leopard; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/leopard.png?v=155872080182548686141543365637)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="0"] .leopard').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('10');
      //     console.log('Chevron');
      //     console.log('0');
    </script>
    <div data-value="Chevron" class="swatch-element color chevron available">
      <div class="tooltip">Chevron</div>
      <input id="swatch-1537038161263-1892351836229-0-chevron" type="radio" name="option-0" value="Chevron">
      <label for="swatch-1537038161263-1892351836229-0-chevron" style="background-color: chevron; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/chevron.png?v=111596396677419935511543365628)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="0"] .chevron').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('11');
      //     console.log('Paisley (Purple)');
      //     console.log('0');
    </script>
    <div data-value="Paisley (Purple)" class="swatch-element color paisley-purple available">
      <div class="tooltip">Paisley (Purple)</div>
      <input id="swatch-1537038161263-1892351836229-0-paisley-purple" type="radio" name="option-0" value="Paisley (Purple)">
      <label for="swatch-1537038161263-1892351836229-0-paisley-purple" style="background-color: purple; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/paisley-purple.png?52)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="0"] .paisley-purple').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('12');
      //     console.log('Pink');
      //     console.log('0');
    </script>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="0"] .pink').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('13');
      //     console.log('Black (Blue Trim)');
      //     console.log('0');
    </script>
    <div data-value="Black (Blue Trim)" class="swatch-element color black-blue-trim available">
      <div class="tooltip">Black (Blue Trim)</div>
      <input id="swatch-1537038161263-1892351836229-0-black-blue-trim" type="radio" name="option-0" value="Black (Blue Trim)">
      <label for="swatch-1537038161263-1892351836229-0-black-blue-trim" style="background-color: trim; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/black-blue-trim.png?v=29127979657805222521543365609)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="0"] .black-blue-trim').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('14');
      //     console.log('Black (Red Trim)');
      //     console.log('0');
    </script>
    <div data-value="Black (Red Trim)" class="swatch-element color black-red-trim available">
      <div class="tooltip">Black (Red Trim)</div>
      <input id="swatch-1537038161263-1892351836229-0-black-red-trim" type="radio" name="option-0" value="Black (Red Trim)">
      <label for="swatch-1537038161263-1892351836229-0-black-red-trim" style="background-color: trim; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/black-red-trim.png?v=183765166393811953201543365619)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="0"] .black-red-trim').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
  </div>
  <style>
    /*----------------
Swatches
-----------------*/
    .selector-wrapper,
    .product-variants {
      display: none;
    }

    .swatch {
      margin: 1em 1em 1em 25px;
    }

    /* Label */
    .swatch .header {
      margin: 0.5em 0;
      font-weight: 700;
      color: #282727;
    }

    /* Hide radio buttons.*/
    .swatch input {
      display: none;
    }

    .swatch label {
      /* Rounded corners */
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      /* To give width and height */
      float: left;
      /* Color swatches contain no text so they need to have a width. */
      min-width: 50px !important;
      height: 35px !important;
      /* No extra spacing between them */
      margin: 0;
      /* The border when the button is not selected */
      border: #ddd 1px solid;
      /* Background color */
      background-color: #ddd;
      /* Styling text */
      font-size: 13px;
      text-align: center;
      line-height: 35px;
      white-space: nowrap;
      text-transform: uppercase;
      color: #999;
      cursor: pointer;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
    }

    .swatch-element label {
      padding: 0 10px;
    }

    .color.swatch-element label {
      padding: 0;
    }

    /* Styling selected swatch */
    /* Slightly raised */
    .swatch input:checked+label {
      border: 1px solid #628493;
      background-color: #628493;
      color: #ffffff;
    }

    .swatch .swatch-element {
      float: left;
      -webkit-transform: translateZ(0);
      /* webkit flicker fix */
      -webkit-font-smoothing: antialiased;
      /* webkit text rendering fix */
      /* Spacing between buttons */
      margin: 0px 10px 10px 0;
      /* To position the sold out graphic and tooltip */
      position: relative;
    }

    /* Image with the cross in it */
    .crossed-out {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
    }

    .swatch .swatch-element .crossed-out {
      display: none;
    }

    .swatch .swatch-element.soldout .crossed-out {
      display: block;
    }

    .swatch .swatch-element.soldout label {
      filter: alpha(opacity=60);
      /* internet explorer */
      -khtml-opacity: 0.6;
      /* khtml, old safari */
      -moz-opacity: 0.6;
      /* mozilla, netscape */
      opacity: 0.6;
      /* fx, safari, opera */
    }

    /* Tooltips */
    .swatch .tooltip {
      text-align: center;
      background: #628493;
      color: #ffffff;
      bottom: 100%;
      padding: 10px;
      display: block;
      position: absolute;
      width: 100px;
      left: -23px;
      margin-bottom: 15px;
      /* Make it invisible by default */
      filter: alpha(opacity=0);
      -khtml-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      visibility: hidden;
      /* Animations */
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
      -o-transform: translateY(10px);
      transform: translateY(10px);
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out;
      -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      z-index: 10000;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    .swatch .tooltip:before {
      bottom: -20px;
      content: " ";
      display: block;
      height: 20px;
      left: 0;
      position: absolute;
      width: 100%;
    }

    /* CSS triangle */
    .swatch .tooltip:after {
      border-left: solid transparent 10px;
      border-right: solid transparent 10px;
      border-top: solid #628493 10px;
      bottom: -10px;
      content: " ";
      height: 0;
      left: 50%;
      margin-left: -13px;
      position: absolute;
      width: 0;
    }

    .swatch .swatch-element:hover .tooltip {
      filter: alpha(opacity=100);
      -khtml-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }

    .swatch.error {
      background-color: #E8D2D2 !important;
      color: #333 !important;
      padding: 1em;
      border-radius: 5px;
    }

    .swatch.error p {
      margin: 0.7em 0;
    }

    .swatch.error p:first-child {
      margin-top: 0;
    }

    .swatch.error p:last-child {
      margin-bottom: 0;
    }

    .swatch.error code {
      font-family: monospace;
    }
  </style>
  <style>
    label[for="product-select-option-1"] {
      display: none;
    }

    #product-select-option-1 {
      display: none;
    }

    #product-select-option-1+.custom-style-select-box {
      display: none !important;
    }
  </style>
  <script>
    $(window).load(function() {
      $('#qv--collections-popular-products-lay-n-go .selector-wrapper:eq(1)').addClass('hidden');
    });
  </script>
  <div class="swatch clearfix" data-option-index="1">
    <div class="header">Style</div>
    <script>
      //     console.log('0');
      //     console.log('Cosmo');
      //     console.log('1');
    </script>
    <div data-value="Cosmo" class="swatch-element cosmo available">
      <input id="swatch-1537038161263-1892351836229-1-cosmo" type="radio" name="option-1" value="Cosmo" checked="">
      <label for="swatch-1537038161263-1892351836229-1-cosmo"> Cosmo <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="1"] .cosmo').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('1');
      //     console.log('Cosmo');
      //     console.log('1');
    </script>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="1"] .cosmo').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('2');
      //     console.log('Cosmo');
      //     console.log('1');
    </script>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="1"] .cosmo').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('3');
      //     console.log('Cosmo');
      //     console.log('1');
    </script>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="1"] .cosmo').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('4');
      //     console.log('Cosmo');
      //     console.log('1');
    </script>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="1"] .cosmo').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('5');
      //     console.log('Cosmo');
      //     console.log('1');
    </script>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="1"] .cosmo').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('6');
      //     console.log('Cosmo');
      //     console.log('1');
    </script>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="1"] .cosmo').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('7');
      //     console.log('Cosmo');
      //     console.log('1');
    </script>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="1"] .cosmo').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('8');
      //     console.log('Cosmo');
      //     console.log('1');
    </script>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="1"] .cosmo').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('9');
      //     console.log('Cosmo');
      //     console.log('1');
    </script>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="1"] .cosmo').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('10');
      //     console.log('Cosmo');
      //     console.log('1');
    </script>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="1"] .cosmo').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('11');
      //     console.log('Cosmo');
      //     console.log('1');
    </script>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="1"] .cosmo').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('12');
      //     console.log('Cosmo Deluxe (22'')');
      //     console.log('1');
    </script>
    <div data-value="Cosmo Deluxe (22'')" class="swatch-element cosmo-deluxe-22 available">
      <input id="swatch-1537038161263-1892351836229-1-cosmo-deluxe-22" type="radio" name="option-1" value="Cosmo Deluxe (22'')">
      <label for="swatch-1537038161263-1892351836229-1-cosmo-deluxe-22"> Cosmo Deluxe (22'') <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="1"] .cosmo-deluxe-22').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('13');
      //     console.log('Men's Traveler (20'')');
      //     console.log('1');
    </script>
    <div data-value="Men's Traveler (20'')" class="swatch-element mens-traveler-20 available">
      <input id="swatch-1537038161263-1892351836229-1-mens-traveler-20" type="radio" name="option-1" value="Men's Traveler (20'')">
      <label for="swatch-1537038161263-1892351836229-1-mens-traveler-20"> Men's Traveler (20'') <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="1"] .mens-traveler-20').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('14');
      //     console.log('Technology Wired (19'')');
      //     console.log('1');
    </script>
    <div data-value="Technology Wired (19'')" class="swatch-element technology-wired-19 available">
      <input id="swatch-1537038161263-1892351836229-1-technology-wired-19" type="radio" name="option-1" value="Technology Wired (19'')">
      <label for="swatch-1537038161263-1892351836229-1-technology-wired-19"> Technology Wired (19'') <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-lay-n-go .swatch[data-option-index="1"] .technology-wired-19').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
  </div>
  <style>
    /*----------------
Swatches
-----------------*/
    .selector-wrapper,
    .product-variants {
      display: none;
    }

    .swatch {
      margin: 1em 1em 1em 25px;
    }

    /* Label */
    .swatch .header {
      margin: 0.5em 0;
      font-weight: 700;
      color: #282727;
    }

    /* Hide radio buttons.*/
    .swatch input {
      display: none;
    }

    .swatch label {
      /* Rounded corners */
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      /* To give width and height */
      float: left;
      /* Color swatches contain no text so they need to have a width. */
      min-width: 50px !important;
      height: 35px !important;
      /* No extra spacing between them */
      margin: 0;
      /* The border when the button is not selected */
      border: #ddd 1px solid;
      /* Background color */
      background-color: #ddd;
      /* Styling text */
      font-size: 13px;
      text-align: center;
      line-height: 35px;
      white-space: nowrap;
      text-transform: uppercase;
      color: #999;
      cursor: pointer;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
    }

    .swatch-element label {
      padding: 0 10px;
    }

    .color.swatch-element label {
      padding: 0;
    }

    /* Styling selected swatch */
    /* Slightly raised */
    .swatch input:checked+label {
      border: 1px solid #628493;
      background-color: #628493;
      color: #ffffff;
    }

    .swatch .swatch-element {
      float: left;
      -webkit-transform: translateZ(0);
      /* webkit flicker fix */
      -webkit-font-smoothing: antialiased;
      /* webkit text rendering fix */
      /* Spacing between buttons */
      margin: 0px 10px 10px 0;
      /* To position the sold out graphic and tooltip */
      position: relative;
    }

    /* Image with the cross in it */
    .crossed-out {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
    }

    .swatch .swatch-element .crossed-out {
      display: none;
    }

    .swatch .swatch-element.soldout .crossed-out {
      display: block;
    }

    .swatch .swatch-element.soldout label {
      filter: alpha(opacity=60);
      /* internet explorer */
      -khtml-opacity: 0.6;
      /* khtml, old safari */
      -moz-opacity: 0.6;
      /* mozilla, netscape */
      opacity: 0.6;
      /* fx, safari, opera */
    }

    /* Tooltips */
    .swatch .tooltip {
      text-align: center;
      background: #628493;
      color: #ffffff;
      bottom: 100%;
      padding: 10px;
      display: block;
      position: absolute;
      width: 100px;
      left: -23px;
      margin-bottom: 15px;
      /* Make it invisible by default */
      filter: alpha(opacity=0);
      -khtml-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      visibility: hidden;
      /* Animations */
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
      -o-transform: translateY(10px);
      transform: translateY(10px);
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out;
      -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      z-index: 10000;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    .swatch .tooltip:before {
      bottom: -20px;
      content: " ";
      display: block;
      height: 20px;
      left: 0;
      position: absolute;
      width: 100%;
    }

    /* CSS triangle */
    .swatch .tooltip:after {
      border-left: solid transparent 10px;
      border-right: solid transparent 10px;
      border-top: solid #628493 10px;
      bottom: -10px;
      content: " ";
      height: 0;
      left: 50%;
      margin-left: -13px;
      position: absolute;
      width: 0;
    }

    .swatch .swatch-element:hover .tooltip {
      filter: alpha(opacity=100);
      -khtml-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }

    .swatch.error {
      background-color: #E8D2D2 !important;
      color: #333 !important;
      padding: 1em;
      border-radius: 5px;
    }

    .swatch.error p {
      margin: 0.7em 0;
    }

    .swatch.error p:first-child {
      margin-top: 0;
    }

    .swatch.error p:last-child {
      margin-bottom: 0;
    }

    .swatch.error code {
      font-family: monospace;
    }
  </style>
  <hr>
  <a class="  more_info_smart_checkout" href="/collections/popular/products/lay-n-go">More Info</a>
  <div class="product_payments_btns product_payments_btns_qv">
    <input type="submit" name="add" class="modal-button" id="addToCart" value="Add to Cart">
    <div data-shopify="payment-button" data-has-selling-plan="false" data-has-fixed-selling-plan="false" data-customer-accounts-required="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="0 -2 341 81">
                      <path fill-rule="evenodd" clip-rule="evenodd"
                        d="M227.297 0C220.448 0 214.896 5.47237 214.896 12.2229V67.8125C214.896 74.563 220.448 80.0354 227.297 80.0354H328.357C335.206 80.0354 340.758 74.563 340.758 67.8125V12.2229C340.758 5.47237 335.206 0 328.357 0H227.297ZM244.999 55.8917V41.8012H253.993C262.21 41.8012 266.579 37.2604 266.579 30.379C266.579 23.4976 262.21 19.3782 253.993 19.3782H239.205V55.8917H244.999ZM244.999 24.8084H252.663C257.982 24.8084 260.595 26.9617 260.595 30.5663C260.595 34.1708 258.077 36.3242 252.9 36.3242H244.999V24.8084ZM276.795 56.6407C281.212 56.6407 284.109 54.7214 285.439 51.4445C285.819 55.0959 288.052 56.9684 292.896 55.7044L292.944 51.819C290.996 52.0063 290.616 51.3041 290.616 49.2912V39.7415C290.616 34.124 286.864 30.8003 279.93 30.8003C273.09 30.8003 269.148 34.1708 269.148 39.8819H274.468C274.468 37.1668 276.415 35.5284 279.835 35.5284C283.444 35.5284 285.107 37.0732 285.059 39.7415V40.9586L278.932 41.614C272.045 42.3629 268.246 44.9376 268.246 49.4316C268.246 53.1298 270.905 56.6407 276.795 56.6407ZM277.982 52.4276C274.99 52.4276 273.803 50.836 273.803 49.2443C273.803 47.091 276.273 46.1079 281.117 45.5462L284.917 45.1249C284.679 49.2443 281.877 52.4276 277.982 52.4276ZM310.537 57.7174C308.115 63.5221 304.22 65.2541 298.141 65.2541H295.528V60.4793H298.331C301.655 60.4793 303.27 59.4494 305.028 56.5002L294.246 31.5493H300.23L307.925 49.7593L314.764 31.5493H320.606L310.537 57.7174Z"
                        fill="white"></path>
                      <path
                        d="M29.5136 35.1798C21.5797 33.4835 18.0451 32.8197 18.0451 29.8064C18.0451 26.9722 20.4371 25.5604 25.221 25.5604C29.4282 25.5604 32.5036 27.3726 34.7674 30.9232C34.9382 31.1972 35.2906 31.292 35.5789 31.1445L44.506 26.6983C44.8263 26.5402 44.9438 26.1399 44.7623 25.8343C41.0569 19.5022 34.2121 16.0358 25.1996 16.0358C13.3574 16.0358 6 21.7885 6 30.9338C6 40.648 14.9591 43.1029 22.9038 44.7992C30.8484 46.4955 34.3936 47.1592 34.3936 50.1725C34.3936 53.1858 31.8095 54.6082 26.6518 54.6082C21.8893 54.6082 18.3548 52.4589 16.2191 48.2866C16.059 47.981 15.6852 47.8546 15.3756 48.0127L6.46985 52.364C6.16017 52.5221 6.03203 52.8908 6.19221 53.2069C9.72673 60.2134 16.9773 64.1538 26.6625 64.1538C38.996 64.1538 46.4494 58.496 46.4494 49.0663C46.4494 39.6365 37.4476 36.8972 29.5136 35.2009V35.1798Z"
                        fill="white"></path>
                      <path
                        d="M77.3525 16.0358C72.291 16.0358 67.8168 17.8059 64.6026 20.9561C64.3997 21.1458 64.0687 21.0088 64.0687 20.7349V0.621625C64.0687 0.273937 63.791 0 63.4387 0H52.2692C51.9168 0 51.6391 0.273937 51.6391 0.621625V63.0476C51.6391 63.3952 51.9168 63.6692 52.2692 63.6692H63.4387C63.791 63.6692 64.0687 63.3952 64.0687 63.0476V35.6644C64.0687 30.3754 68.1798 26.319 73.7219 26.319C79.2639 26.319 83.279 30.2911 83.279 35.6644V63.0476C83.279 63.3952 83.5566 63.6692 83.909 63.6692H95.0785C95.4309 63.6692 95.7085 63.3952 95.7085 63.0476V35.6644C95.7085 24.1591 88.0628 16.0464 77.3525 16.0464V16.0358Z"
                        fill="white"></path>
                      <path
                        d="M118.389 14.2552C112.324 14.2552 106.622 16.0779 102.542 18.7224C102.265 18.9016 102.169 19.2703 102.34 19.5548L107.262 27.8466C107.444 28.1416 107.828 28.247 108.127 28.0679C111.224 26.2241 114.769 25.2653 118.389 25.2864C128.138 25.2864 135.303 32.0716 135.303 41.0377C135.303 48.6763 129.569 54.3342 122.297 54.3342C116.371 54.3342 112.26 50.9311 112.26 46.1266C112.26 43.3767 113.445 41.122 116.531 39.5311C116.851 39.3625 116.969 38.9727 116.777 38.6671L112.132 30.9126C111.982 30.6598 111.662 30.5439 111.373 30.6492C105.148 32.925 100.78 38.4037 100.78 45.7579C100.78 56.8839 109.761 65.1863 122.287 65.1863C136.916 65.1863 147.434 55.1876 147.434 40.8481C147.434 25.476 135.197 14.2446 118.368 14.2446L118.389 14.2552Z"
                        fill="white"></path>
                      <path
                        d="M180.098 15.9515C174.449 15.9515 169.409 18.006 165.725 21.6304C165.522 21.8306 165.191 21.6831 165.191 21.4092V17.0473C165.191 16.6996 164.914 16.4256 164.561 16.4256H153.68C153.328 16.4256 153.05 16.6996 153.05 17.0473V79.3784C153.05 79.7261 153.328 80 153.68 80H164.849C165.202 80 165.48 79.7261 165.48 79.3784V58.9385C165.48 58.6645 165.811 58.5276 166.013 58.7067C169.687 62.0782 174.545 64.0485 180.109 64.0485C193.211 64.0485 203.43 53.5862 203.43 39.9947C203.43 26.4032 193.2 15.941 180.109 15.941L180.098 15.9515ZM177.995 53.4914C170.541 53.4914 164.892 47.6439 164.892 39.9104C164.892 32.177 170.53 26.3295 177.995 26.3295C185.459 26.3295 191.086 32.0822 191.086 39.9104C191.086 47.7387 185.533 53.4914 177.984 53.4914H177.995Z"
                        fill="white"></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>
  </div>
  <input type="hidden" name="product-id" value="1892351836229"><input type="hidden" name="section-id" value="1537038161263">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product_form_1544471380037" 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="✓">
  <div class="selector-wrapper hidden">
    <label for="product-select-Color"> Color </label>
    <select class="single-option-selector quick-view-selector-1544471380037" id="SingleOptionSelector-0">
      <option selected=""> Orange </option>
      <option> Red </option>
      <option> Yellow </option>
      <option> Blue </option>
    </select>
  </div>
  <select name="id" id="product-select-1544471380037" class="product-variants hidden">
    <option selected="selected" value="14039084662853">Orange - $9.95 USD</option>
    <option value="14039084695621">Red - $9.95 USD</option>
    <option value="14039084728389">Yellow - $9.95 USD</option>
    <option value="14039084761157">Blue - $9.95 USD</option>
  </select>
  <style>
    label[for="product-select-option-0"] {
      display: none;
    }

    #product-select-option-0 {
      display: none;
    }

    #product-select-option-0+.custom-style-select-box {
      display: none !important;
    }
  </style>
  <script>
    $(window).load(function() {
      $('#qv--collections-popular-products-resqme .selector-wrapper:eq(0)').addClass('hidden');
    });
  </script>
  <div class="swatch clearfix" data-option-index="0">
    <div class="header">Color</div>
    <script>
      //     console.log('0');
      //     console.log('Orange');
      //     console.log('0');
    </script>
    <div data-value="Orange" class="swatch-element color orange available">
      <div class="tooltip">Orange</div>
      <input id="swatch-1537038161263-1544471380037-0-orange" type="radio" name="option-0" value="Orange" checked="">
      <label for="swatch-1537038161263-1544471380037-0-orange" style="background-color: orange; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/orange.png?52)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-resqme .swatch[data-option-index="0"] .orange').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('1');
      //     console.log('Red');
      //     console.log('0');
    </script>
    <div data-value="Red" class="swatch-element color red available">
      <div class="tooltip">Red</div>
      <input id="swatch-1537038161263-1544471380037-0-red" type="radio" name="option-0" value="Red">
      <label for="swatch-1537038161263-1544471380037-0-red" style="background-color: red; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/red.png?52)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-resqme .swatch[data-option-index="0"] .red').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('2');
      //     console.log('Yellow');
      //     console.log('0');
    </script>
    <div data-value="Yellow" class="swatch-element color yellow available">
      <div class="tooltip">Yellow</div>
      <input id="swatch-1537038161263-1544471380037-0-yellow" type="radio" name="option-0" value="Yellow">
      <label for="swatch-1537038161263-1544471380037-0-yellow" style="background-color: yellow; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/yellow.png?52)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-resqme .swatch[data-option-index="0"] .yellow').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('3');
      //     console.log('Blue');
      //     console.log('0');
    </script>
    <div data-value="Blue" class="swatch-element color blue available">
      <div class="tooltip">Blue</div>
      <input id="swatch-1537038161263-1544471380037-0-blue" type="radio" name="option-0" value="Blue">
      <label for="swatch-1537038161263-1544471380037-0-blue" style="background-color: blue; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/blue.png?52)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-resqme .swatch[data-option-index="0"] .blue').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
  </div>
  <style>
    /*----------------
Swatches
-----------------*/
    .selector-wrapper,
    .product-variants {
      display: none;
    }

    .swatch {
      margin: 1em 1em 1em 25px;
    }

    /* Label */
    .swatch .header {
      margin: 0.5em 0;
      font-weight: 700;
      color: #282727;
    }

    /* Hide radio buttons.*/
    .swatch input {
      display: none;
    }

    .swatch label {
      /* Rounded corners */
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      /* To give width and height */
      float: left;
      /* Color swatches contain no text so they need to have a width. */
      min-width: 50px !important;
      height: 35px !important;
      /* No extra spacing between them */
      margin: 0;
      /* The border when the button is not selected */
      border: #ddd 1px solid;
      /* Background color */
      background-color: #ddd;
      /* Styling text */
      font-size: 13px;
      text-align: center;
      line-height: 35px;
      white-space: nowrap;
      text-transform: uppercase;
      color: #999;
      cursor: pointer;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
    }

    .swatch-element label {
      padding: 0 10px;
    }

    .color.swatch-element label {
      padding: 0;
    }

    /* Styling selected swatch */
    /* Slightly raised */
    .swatch input:checked+label {
      border: 1px solid #628493;
      background-color: #628493;
      color: #ffffff;
    }

    .swatch .swatch-element {
      float: left;
      -webkit-transform: translateZ(0);
      /* webkit flicker fix */
      -webkit-font-smoothing: antialiased;
      /* webkit text rendering fix */
      /* Spacing between buttons */
      margin: 0px 10px 10px 0;
      /* To position the sold out graphic and tooltip */
      position: relative;
    }

    /* Image with the cross in it */
    .crossed-out {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
    }

    .swatch .swatch-element .crossed-out {
      display: none;
    }

    .swatch .swatch-element.soldout .crossed-out {
      display: block;
    }

    .swatch .swatch-element.soldout label {
      filter: alpha(opacity=60);
      /* internet explorer */
      -khtml-opacity: 0.6;
      /* khtml, old safari */
      -moz-opacity: 0.6;
      /* mozilla, netscape */
      opacity: 0.6;
      /* fx, safari, opera */
    }

    /* Tooltips */
    .swatch .tooltip {
      text-align: center;
      background: #628493;
      color: #ffffff;
      bottom: 100%;
      padding: 10px;
      display: block;
      position: absolute;
      width: 100px;
      left: -23px;
      margin-bottom: 15px;
      /* Make it invisible by default */
      filter: alpha(opacity=0);
      -khtml-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      visibility: hidden;
      /* Animations */
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
      -o-transform: translateY(10px);
      transform: translateY(10px);
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out;
      -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      z-index: 10000;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    .swatch .tooltip:before {
      bottom: -20px;
      content: " ";
      display: block;
      height: 20px;
      left: 0;
      position: absolute;
      width: 100%;
    }

    /* CSS triangle */
    .swatch .tooltip:after {
      border-left: solid transparent 10px;
      border-right: solid transparent 10px;
      border-top: solid #628493 10px;
      bottom: -10px;
      content: " ";
      height: 0;
      left: 50%;
      margin-left: -13px;
      position: absolute;
      width: 0;
    }

    .swatch .swatch-element:hover .tooltip {
      filter: alpha(opacity=100);
      -khtml-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }

    .swatch.error {
      background-color: #E8D2D2 !important;
      color: #333 !important;
      padding: 1em;
      border-radius: 5px;
    }

    .swatch.error p {
      margin: 0.7em 0;
    }

    .swatch.error p:first-child {
      margin-top: 0;
    }

    .swatch.error p:last-child {
      margin-bottom: 0;
    }

    .swatch.error code {
      font-family: monospace;
    }
  </style>
  <hr>
  <a class="  more_info_smart_checkout" href="/collections/popular/products/resqme">More Info</a>
  <div class="product_payments_btns product_payments_btns_qv">
    <input type="submit" name="add" class="modal-button" id="addToCart" value="Add to Cart">
    <div data-shopify="payment-button" data-has-selling-plan="false" data-has-fixed-selling-plan="false" data-customer-accounts-required="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="0 -2 341 81">
                      <path fill-rule="evenodd" clip-rule="evenodd"
                        d="M227.297 0C220.448 0 214.896 5.47237 214.896 12.2229V67.8125C214.896 74.563 220.448 80.0354 227.297 80.0354H328.357C335.206 80.0354 340.758 74.563 340.758 67.8125V12.2229C340.758 5.47237 335.206 0 328.357 0H227.297ZM244.999 55.8917V41.8012H253.993C262.21 41.8012 266.579 37.2604 266.579 30.379C266.579 23.4976 262.21 19.3782 253.993 19.3782H239.205V55.8917H244.999ZM244.999 24.8084H252.663C257.982 24.8084 260.595 26.9617 260.595 30.5663C260.595 34.1708 258.077 36.3242 252.9 36.3242H244.999V24.8084ZM276.795 56.6407C281.212 56.6407 284.109 54.7214 285.439 51.4445C285.819 55.0959 288.052 56.9684 292.896 55.7044L292.944 51.819C290.996 52.0063 290.616 51.3041 290.616 49.2912V39.7415C290.616 34.124 286.864 30.8003 279.93 30.8003C273.09 30.8003 269.148 34.1708 269.148 39.8819H274.468C274.468 37.1668 276.415 35.5284 279.835 35.5284C283.444 35.5284 285.107 37.0732 285.059 39.7415V40.9586L278.932 41.614C272.045 42.3629 268.246 44.9376 268.246 49.4316C268.246 53.1298 270.905 56.6407 276.795 56.6407ZM277.982 52.4276C274.99 52.4276 273.803 50.836 273.803 49.2443C273.803 47.091 276.273 46.1079 281.117 45.5462L284.917 45.1249C284.679 49.2443 281.877 52.4276 277.982 52.4276ZM310.537 57.7174C308.115 63.5221 304.22 65.2541 298.141 65.2541H295.528V60.4793H298.331C301.655 60.4793 303.27 59.4494 305.028 56.5002L294.246 31.5493H300.23L307.925 49.7593L314.764 31.5493H320.606L310.537 57.7174Z"
                        fill="white"></path>
                      <path
                        d="M29.5136 35.1798C21.5797 33.4835 18.0451 32.8197 18.0451 29.8064C18.0451 26.9722 20.4371 25.5604 25.221 25.5604C29.4282 25.5604 32.5036 27.3726 34.7674 30.9232C34.9382 31.1972 35.2906 31.292 35.5789 31.1445L44.506 26.6983C44.8263 26.5402 44.9438 26.1399 44.7623 25.8343C41.0569 19.5022 34.2121 16.0358 25.1996 16.0358C13.3574 16.0358 6 21.7885 6 30.9338C6 40.648 14.9591 43.1029 22.9038 44.7992C30.8484 46.4955 34.3936 47.1592 34.3936 50.1725C34.3936 53.1858 31.8095 54.6082 26.6518 54.6082C21.8893 54.6082 18.3548 52.4589 16.2191 48.2866C16.059 47.981 15.6852 47.8546 15.3756 48.0127L6.46985 52.364C6.16017 52.5221 6.03203 52.8908 6.19221 53.2069C9.72673 60.2134 16.9773 64.1538 26.6625 64.1538C38.996 64.1538 46.4494 58.496 46.4494 49.0663C46.4494 39.6365 37.4476 36.8972 29.5136 35.2009V35.1798Z"
                        fill="white"></path>
                      <path
                        d="M77.3525 16.0358C72.291 16.0358 67.8168 17.8059 64.6026 20.9561C64.3997 21.1458 64.0687 21.0088 64.0687 20.7349V0.621625C64.0687 0.273937 63.791 0 63.4387 0H52.2692C51.9168 0 51.6391 0.273937 51.6391 0.621625V63.0476C51.6391 63.3952 51.9168 63.6692 52.2692 63.6692H63.4387C63.791 63.6692 64.0687 63.3952 64.0687 63.0476V35.6644C64.0687 30.3754 68.1798 26.319 73.7219 26.319C79.2639 26.319 83.279 30.2911 83.279 35.6644V63.0476C83.279 63.3952 83.5566 63.6692 83.909 63.6692H95.0785C95.4309 63.6692 95.7085 63.3952 95.7085 63.0476V35.6644C95.7085 24.1591 88.0628 16.0464 77.3525 16.0464V16.0358Z"
                        fill="white"></path>
                      <path
                        d="M118.389 14.2552C112.324 14.2552 106.622 16.0779 102.542 18.7224C102.265 18.9016 102.169 19.2703 102.34 19.5548L107.262 27.8466C107.444 28.1416 107.828 28.247 108.127 28.0679C111.224 26.2241 114.769 25.2653 118.389 25.2864C128.138 25.2864 135.303 32.0716 135.303 41.0377C135.303 48.6763 129.569 54.3342 122.297 54.3342C116.371 54.3342 112.26 50.9311 112.26 46.1266C112.26 43.3767 113.445 41.122 116.531 39.5311C116.851 39.3625 116.969 38.9727 116.777 38.6671L112.132 30.9126C111.982 30.6598 111.662 30.5439 111.373 30.6492C105.148 32.925 100.78 38.4037 100.78 45.7579C100.78 56.8839 109.761 65.1863 122.287 65.1863C136.916 65.1863 147.434 55.1876 147.434 40.8481C147.434 25.476 135.197 14.2446 118.368 14.2446L118.389 14.2552Z"
                        fill="white"></path>
                      <path
                        d="M180.098 15.9515C174.449 15.9515 169.409 18.006 165.725 21.6304C165.522 21.8306 165.191 21.6831 165.191 21.4092V17.0473C165.191 16.6996 164.914 16.4256 164.561 16.4256H153.68C153.328 16.4256 153.05 16.6996 153.05 17.0473V79.3784C153.05 79.7261 153.328 80 153.68 80H164.849C165.202 80 165.48 79.7261 165.48 79.3784V58.9385C165.48 58.6645 165.811 58.5276 166.013 58.7067C169.687 62.0782 174.545 64.0485 180.109 64.0485C193.211 64.0485 203.43 53.5862 203.43 39.9947C203.43 26.4032 193.2 15.941 180.109 15.941L180.098 15.9515ZM177.995 53.4914C170.541 53.4914 164.892 47.6439 164.892 39.9104C164.892 32.177 170.53 26.3295 177.995 26.3295C185.459 26.3295 191.086 32.0822 191.086 39.9104C191.086 47.7387 185.533 53.4914 177.984 53.4914H177.995Z"
                        fill="white"></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>
  </div>
  <input type="hidden" name="product-id" value="1544471380037"><input type="hidden" name="section-id" value="1537038161263">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product_form_1541904269381" 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="✓">
  <div class="selector-wrapper hidden">
    <label for="product-select-Color"> Color </label>
    <select class="single-option-selector quick-view-selector-1541904269381" id="SingleOptionSelector-0">
      <option selected=""> Black </option>
      <option> White </option>
    </select>
  </div>
  <select name="id" id="product-select-1541904269381" class="product-variants hidden">
    <option selected="selected" value="14020369252421">Black - $24.99 USD</option>
    <option value="14020369285189">White - $24.99 USD</option>
  </select>
  <style>
    label[for="product-select-option-0"] {
      display: none;
    }

    #product-select-option-0 {
      display: none;
    }

    #product-select-option-0+.custom-style-select-box {
      display: none !important;
    }
  </style>
  <script>
    $(window).load(function() {
      $('#qv--collections-popular-products-the-beard-bib .selector-wrapper:eq(0)').addClass('hidden');
    });
  </script>
  <div class="swatch clearfix" data-option-index="0">
    <div class="header">Color</div>
    <script>
      //     console.log('0');
      //     console.log('Black');
      //     console.log('0');
    </script>
    <div data-value="Black" class="swatch-element color black available">
      <div class="tooltip">Black</div>
      <input id="swatch-1537038161263-1541904269381-0-black" type="radio" name="option-0" value="Black" checked="">
      <label for="swatch-1537038161263-1541904269381-0-black" style="background-color: black; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/black.png?52)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-the-beard-bib .swatch[data-option-index="0"] .black').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
    <script>
      //     console.log('1');
      //     console.log('White');
      //     console.log('0');
    </script>
    <div data-value="White" class="swatch-element color white available">
      <div class="tooltip">White</div>
      <input id="swatch-1537038161263-1541904269381-0-white" type="radio" name="option-0" value="White">
      <label for="swatch-1537038161263-1541904269381-0-white" style="background-color: white; background-image: url(//stuffuneed.com/cdn/shop/t/3/assets/white.png?52)">
        <img class="crossed-out" src="//stuffuneed.com/cdn/shop/t/3/assets/soldout.png?v=169392025580765019841539052070">
      </label>
    </div>
    <script>
      $('#qv--collections-popular-products-the-beard-bib .swatch[data-option-index="0"] .white').removeClass('soldout').addClass('available').find(':radio').removeAttr('disabled');
    </script>
  </div>
  <style>
    /*----------------
Swatches
-----------------*/
    .selector-wrapper,
    .product-variants {
      display: none;
    }

    .swatch {
      margin: 1em 1em 1em 25px;
    }

    /* Label */
    .swatch .header {
      margin: 0.5em 0;
      font-weight: 700;
      color: #282727;
    }

    /* Hide radio buttons.*/
    .swatch input {
      display: none;
    }

    .swatch label {
      /* Rounded corners */
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      /* To give width and height */
      float: left;
      /* Color swatches contain no text so they need to have a width. */
      min-width: 50px !important;
      height: 35px !important;
      /* No extra spacing between them */
      margin: 0;
      /* The border when the button is not selected */
      border: #ddd 1px solid;
      /* Background color */
      background-color: #ddd;
      /* Styling text */
      font-size: 13px;
      text-align: center;
      line-height: 35px;
      white-space: nowrap;
      text-transform: uppercase;
      color: #999;
      cursor: pointer;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
    }

    .swatch-element label {
      padding: 0 10px;
    }

    .color.swatch-element label {
      padding: 0;
    }

    /* Styling selected swatch */
    /* Slightly raised */
    .swatch input:checked+label {
      border: 1px solid #628493;
      background-color: #628493;
      color: #ffffff;
    }

    .swatch .swatch-element {
      float: left;
      -webkit-transform: translateZ(0);
      /* webkit flicker fix */
      -webkit-font-smoothing: antialiased;
      /* webkit text rendering fix */
      /* Spacing between buttons */
      margin: 0px 10px 10px 0;
      /* To position the sold out graphic and tooltip */
      position: relative;
    }

    /* Image with the cross in it */
    .crossed-out {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
    }

    .swatch .swatch-element .crossed-out {
      display: none;
    }

    .swatch .swatch-element.soldout .crossed-out {
      display: block;
    }

    .swatch .swatch-element.soldout label {
      filter: alpha(opacity=60);
      /* internet explorer */
      -khtml-opacity: 0.6;
      /* khtml, old safari */
      -moz-opacity: 0.6;
      /* mozilla, netscape */
      opacity: 0.6;
      /* fx, safari, opera */
    }

    /* Tooltips */
    .swatch .tooltip {
      text-align: center;
      background: #628493;
      color: #ffffff;
      bottom: 100%;
      padding: 10px;
      display: block;
      position: absolute;
      width: 100px;
      left: -23px;
      margin-bottom: 15px;
      /* Make it invisible by default */
      filter: alpha(opacity=0);
      -khtml-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      visibility: hidden;
      /* Animations */
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
      -o-transform: translateY(10px);
      transform: translateY(10px);
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out;
      -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      z-index: 10000;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    .swatch .tooltip:before {
      bottom: -20px;
      content: " ";
      display: block;
      height: 20px;
      left: 0;
      position: absolute;
      width: 100%;
    }

    /* CSS triangle */
    .swatch .tooltip:after {
      border-left: solid transparent 10px;
      border-right: solid transparent 10px;
      border-top: solid #628493 10px;
      bottom: -10px;
      content: " ";
      height: 0;
      left: 50%;
      margin-left: -13px;
      position: absolute;
      width: 0;
    }

    .swatch .swatch-element:hover .tooltip {
      filter: alpha(opacity=100);
      -khtml-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }

    .swatch.error {
      background-color: #E8D2D2 !important;
      color: #333 !important;
      padding: 1em;
      border-radius: 5px;
    }

    .swatch.error p {
      margin: 0.7em 0;
    }

    .swatch.error p:first-child {
      margin-top: 0;
    }

    .swatch.error p:last-child {
      margin-bottom: 0;
    }

    .swatch.error code {
      font-family: monospace;
    }
  </style>
  <hr>
  <a class="  more_info_smart_checkout" href="/collections/popular/products/the-beard-bib">More Info</a>
  <div class="product_payments_btns product_payments_btns_qv">
    <input type="submit" name="add" class="modal-button" id="addToCart" value="Add to Cart">
    <div data-shopify="payment-button" data-has-selling-plan="false" data-has-fixed-selling-plan="false" data-customer-accounts-required="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="0 -2 341 81">
                      <path fill-rule="evenodd" clip-rule="evenodd"
                        d="M227.297 0C220.448 0 214.896 5.47237 214.896 12.2229V67.8125C214.896 74.563 220.448 80.0354 227.297 80.0354H328.357C335.206 80.0354 340.758 74.563 340.758 67.8125V12.2229C340.758 5.47237 335.206 0 328.357 0H227.297ZM244.999 55.8917V41.8012H253.993C262.21 41.8012 266.579 37.2604 266.579 30.379C266.579 23.4976 262.21 19.3782 253.993 19.3782H239.205V55.8917H244.999ZM244.999 24.8084H252.663C257.982 24.8084 260.595 26.9617 260.595 30.5663C260.595 34.1708 258.077 36.3242 252.9 36.3242H244.999V24.8084ZM276.795 56.6407C281.212 56.6407 284.109 54.7214 285.439 51.4445C285.819 55.0959 288.052 56.9684 292.896 55.7044L292.944 51.819C290.996 52.0063 290.616 51.3041 290.616 49.2912V39.7415C290.616 34.124 286.864 30.8003 279.93 30.8003C273.09 30.8003 269.148 34.1708 269.148 39.8819H274.468C274.468 37.1668 276.415 35.5284 279.835 35.5284C283.444 35.5284 285.107 37.0732 285.059 39.7415V40.9586L278.932 41.614C272.045 42.3629 268.246 44.9376 268.246 49.4316C268.246 53.1298 270.905 56.6407 276.795 56.6407ZM277.982 52.4276C274.99 52.4276 273.803 50.836 273.803 49.2443C273.803 47.091 276.273 46.1079 281.117 45.5462L284.917 45.1249C284.679 49.2443 281.877 52.4276 277.982 52.4276ZM310.537 57.7174C308.115 63.5221 304.22 65.2541 298.141 65.2541H295.528V60.4793H298.331C301.655 60.4793 303.27 59.4494 305.028 56.5002L294.246 31.5493H300.23L307.925 49.7593L314.764 31.5493H320.606L310.537 57.7174Z"
                        fill="white"></path>
                      <path
                        d="M29.5136 35.1798C21.5797 33.4835 18.0451 32.8197 18.0451 29.8064C18.0451 26.9722 20.4371 25.5604 25.221 25.5604C29.4282 25.5604 32.5036 27.3726 34.7674 30.9232C34.9382 31.1972 35.2906 31.292 35.5789 31.1445L44.506 26.6983C44.8263 26.5402 44.9438 26.1399 44.7623 25.8343C41.0569 19.5022 34.2121 16.0358 25.1996 16.0358C13.3574 16.0358 6 21.7885 6 30.9338C6 40.648 14.9591 43.1029 22.9038 44.7992C30.8484 46.4955 34.3936 47.1592 34.3936 50.1725C34.3936 53.1858 31.8095 54.6082 26.6518 54.6082C21.8893 54.6082 18.3548 52.4589 16.2191 48.2866C16.059 47.981 15.6852 47.8546 15.3756 48.0127L6.46985 52.364C6.16017 52.5221 6.03203 52.8908 6.19221 53.2069C9.72673 60.2134 16.9773 64.1538 26.6625 64.1538C38.996 64.1538 46.4494 58.496 46.4494 49.0663C46.4494 39.6365 37.4476 36.8972 29.5136 35.2009V35.1798Z"
                        fill="white"></path>
                      <path
                        d="M77.3525 16.0358C72.291 16.0358 67.8168 17.8059 64.6026 20.9561C64.3997 21.1458 64.0687 21.0088 64.0687 20.7349V0.621625C64.0687 0.273937 63.791 0 63.4387 0H52.2692C51.9168 0 51.6391 0.273937 51.6391 0.621625V63.0476C51.6391 63.3952 51.9168 63.6692 52.2692 63.6692H63.4387C63.791 63.6692 64.0687 63.3952 64.0687 63.0476V35.6644C64.0687 30.3754 68.1798 26.319 73.7219 26.319C79.2639 26.319 83.279 30.2911 83.279 35.6644V63.0476C83.279 63.3952 83.5566 63.6692 83.909 63.6692H95.0785C95.4309 63.6692 95.7085 63.3952 95.7085 63.0476V35.6644C95.7085 24.1591 88.0628 16.0464 77.3525 16.0464V16.0358Z"
                        fill="white"></path>
                      <path
                        d="M118.389 14.2552C112.324 14.2552 106.622 16.0779 102.542 18.7224C102.265 18.9016 102.169 19.2703 102.34 19.5548L107.262 27.8466C107.444 28.1416 107.828 28.247 108.127 28.0679C111.224 26.2241 114.769 25.2653 118.389 25.2864C128.138 25.2864 135.303 32.0716 135.303 41.0377C135.303 48.6763 129.569 54.3342 122.297 54.3342C116.371 54.3342 112.26 50.9311 112.26 46.1266C112.26 43.3767 113.445 41.122 116.531 39.5311C116.851 39.3625 116.969 38.9727 116.777 38.6671L112.132 30.9126C111.982 30.6598 111.662 30.5439 111.373 30.6492C105.148 32.925 100.78 38.4037 100.78 45.7579C100.78 56.8839 109.761 65.1863 122.287 65.1863C136.916 65.1863 147.434 55.1876 147.434 40.8481C147.434 25.476 135.197 14.2446 118.368 14.2446L118.389 14.2552Z"
                        fill="white"></path>
                      <path
                        d="M180.098 15.9515C174.449 15.9515 169.409 18.006 165.725 21.6304C165.522 21.8306 165.191 21.6831 165.191 21.4092V17.0473C165.191 16.6996 164.914 16.4256 164.561 16.4256H153.68C153.328 16.4256 153.05 16.6996 153.05 17.0473V79.3784C153.05 79.7261 153.328 80 153.68 80H164.849C165.202 80 165.48 79.7261 165.48 79.3784V58.9385C165.48 58.6645 165.811 58.5276 166.013 58.7067C169.687 62.0782 174.545 64.0485 180.109 64.0485C193.211 64.0485 203.43 53.5862 203.43 39.9947C203.43 26.4032 193.2 15.941 180.109 15.941L180.098 15.9515ZM177.995 53.4914C170.541 53.4914 164.892 47.6439 164.892 39.9104C164.892 32.177 170.53 26.3295 177.995 26.3295C185.459 26.3295 191.086 32.0822 191.086 39.9104C191.086 47.7387 185.533 53.4914 177.984 53.4914H177.995Z"
                        fill="white"></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>
  </div>
  <input type="hidden" name="product-id" value="1541904269381"><input type="hidden" name="section-id" value="1537038161263">
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <input type="email" value="" placeholder="email@example.com" name="contact[email]" id="Email" class="txtbox" aria-label="email@example.com" autocorrect="off" autocapitalize="off">
  <button class="btn btn-link" type="submit" value="Subscribe" name="commit" id="Subscribe"><span class="fa fa-check"></span></button>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <input type="email" value="" placeholder="email@example.com" name="contact[email]" id="Email" class="txtbox" aria-label="email@example.com" autocorrect="off" autocapitalize="off">
  <button class="btn btn-link" type="submit" value="Subscribe" name="commit" id="Subscribe"><span class="fa fa-check"></span></button>
</form>

Text Content

EMAILS SUCK, OURS DON'T

We promise we'll only send over our best deals and discounts!



Sign up now and enjoy 20% off your next order (coupon code will be emailed
shortly)


 * 
 * 


Free standard shipping for orders over $75+
 * Home
 * My Account
 * About
 * Contact Us

 * 818.600.2005
 * info@stuffuneed.com

MY ACCOUNT

Welcome to stuffuneed.com!

Login Create Account
0





 * Everything
   
    * COLLECTIONS
      
      * Home & Office
      * Kitchen
      * Gadget & Accessories
      * Parenting
      * Outdoor & Leisure
      * Beauty
      * Apparel
      * Health & Wellness
   
    * CATEGORIES
      
      * Best Sellers
      * Travel Accessories & Gadgets
      * New Arrivals
   
    * GIFT IDEAS
      
      * Gifts for Her
      * Gifts for Him
      * Gifts for Kids
      * For Mom & Baby

 * Popular
 * On Sale
 * Gift Ideas
   * Gifts for Her
   * Gifts for Him
   * Gifts for Kids
   * Gifts for Mom & Baby

 * 0
   
   SHOPPING CART
   
   Your cart is currently empty.
   
   Continue Shopping

 * MY ACCOUNT
   
   Welcome to stuffuneed.com!
   
   Login Create Account
 * 


IF IT’S FUNCTIONAL, UNIQUE OR JUST COOL, IT’S ON STUFFUNEED.




✓ Ridiculously useful stuff

The place to find exciting, innovative, functional products for your life

✓ Stuffisfaction guaranteed

We’ll do everything we can to make you completely satisfied with your purchase

✓ Secure shopping

All our pages, content, and transaction information is protected by the same
level of security used by banks.


POPULAR RIGHT NOW

Quick View

ETAPE16 DIGITAL TAPE

$27.99

{"id":1541590581317,"title":"eTape16 Digital
Tape","handle":"etape16-digital-tape","description":"\u003cp\u003eThe tape
measure has remained virtually unchanged for over 100 years until now. The
eTape16 digital tape measure revolutionizes not only the tape measure but also
expands its utility as never before envisioned. The large digital display
provides easy reading while the advanced features are readily accessible. These
features include 3 memories, US or metric units, centerline calculation, re-zero
and Inside\/Outside measurements. In addition to its advanced features, the
eTape16 incorporates a sleek modern design. Made of poly carbonate plastic, the
eTape16 is made to last in the most rugged of
environments.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eFeatures\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eThe
original digital tape measure, Measuring made easy the digital
way\u003c\/li\u003e\n\u003cli\u003eRugged, durable, weather resistant, made of
poly carbonate plastic. Large digital display\u003c\/li\u003e\n\u003cli\u003e3
Memory functions: short term measurement hold. 2 long term
memories\u003c\/li\u003e\n\u003cli\u003eUS\/Metric Conversion. Re-zero
option\u003c\/li\u003e\n\u003cli\u003eCenterline calculation. Inside\/Outside
measurement\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003cstrong\u003e Technical
Details\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eItem
Weight:                   0.6 ounces\u003c\/li\u003e\n\u003cli\u003eProduct
Dimensions:      6.8 x 5 x 1.8
inches\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cb\u003eeTape16
eSmart™
Bluetooth\u003c\/b\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eLet
eTape16 eSmart™ take you to the next level in Digital Measuring! Need to take
multi measurements for your next diy project? The app can save your measurements
into a customized spreadsheet allowing you to label the columns, rows, and name
your project. Then with a push of a button export into an excel document using
Bluetooth technology. Simple, Reliable,
Accurate.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eCreate Custom
Worksheets\u003c\/li\u003e\n\u003cli\u003eExport
to Excel\u003c\/li\u003e\n\u003cli\u003ePrepare \u0026amp; Print a Cut
List\u003c\/li\u003e\n\u003cli\u003eIOS and Android
compatible\u003c\/li\u003e\n\u003c\/ul\u003e","published_at":"2018-09-13T08:49:43-07:00","created_at":"2018-09-13T09:25:55-07:00","vendor":"stuffuneed.com","type":"Gadgets
\u0026 Accessories","tags":["Etape","Industrial Power \u0026 Hand Tools","Layout
Tools","Tape Measurer","Tools and Home
Improvement"],"price":2799,"price_min":2799,"price_max":2799,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":14016138182725,"title":"Orignal","option1":"Orignal","option2":null,"option3":null,"sku":"ETAPE16-Orignal","requires_shipping":true,"taxable":true,"featured_image":{"id":4226291859525,"product_id":1541590581317,"position":8,"created_at":"2018-09-13T09:26:15-07:00","updated_at":"2018-10-23T16:09:54-07:00","alt":"eTape
| Digital Tape
","width":600,"height":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/etape16-digital-tape-measure-side_571.jpg?v=1540336194","variant_ids":[14016138182725]},"available":true,"name":"eTape16
Digital Tape -
Orignal","public_title":"Orignal","options":["Orignal"],"price":2799,"weight":272,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":"eTape
| Digital Tape
","id":3138027683909,"position":8,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/etape16-digital-tape-measure-side_571.jpg?v=1540336194"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":14016138248261,"title":"Bluetooth","option1":"Bluetooth","option2":null,"option3":null,"sku":"ETAPE16-Bluetooth","requires_shipping":true,"taxable":true,"featured_image":{"id":4226290090053,"product_id":1541590581317,"position":1,"created_at":"2018-09-13T09:26:01-07:00","updated_at":"2018-10-23T16:09:16-07:00","alt":"eTape
| Digital Tape
","width":600,"height":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/2_etape16-digital-tape-measure_571.jpg?v=1540336156","variant_ids":[14016138248261]},"available":true,"name":"eTape16
Digital Tape -
Bluetooth","public_title":"Bluetooth","options":["Bluetooth"],"price":2799,"weight":272,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":"eTape
| Digital Tape
","id":3138027028549,"position":1,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/2_etape16-digital-tape-measure_571.jpg?v=1540336156"}},"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/stuffuneed.com\/cdn\/shop\/products\/2_etape16-digital-tape-measure_571.jpg?v=1540336156","\/\/stuffuneed.com\/cdn\/shop\/products\/images_ec685840-5651-4435-a1c7-ad1918667acc.jpg?v=1539108045","\/\/stuffuneed.com\/cdn\/shop\/products\/etape011-bt571.jpg?v=1540336165","\/\/stuffuneed.com\/cdn\/shop\/products\/etape-16_1_571px.jpg?v=1540336171","\/\/stuffuneed.com\/cdn\/shop\/products\/etape-16_571px.jpg?v=1540336177","\/\/stuffuneed.com\/cdn\/shop\/products\/etape16-digital-tape-measure-back-571.jpg?v=1540336183","\/\/stuffuneed.com\/cdn\/shop\/products\/etape16-digital-tape-measure-front-571.jpg?v=1540336188","\/\/stuffuneed.com\/cdn\/shop\/products\/etape16-digital-tape-measure-side_571.jpg?v=1540336194","\/\/stuffuneed.com\/cdn\/shop\/products\/skucover_etape16v2_571.jpg?v=1540336199"],"featured_image":"\/\/stuffuneed.com\/cdn\/shop\/products\/2_etape16-digital-tape-measure_571.jpg?v=1540336156","options":["Measure"],"media":[{"alt":"eTape
| Digital Tape
","id":3138027028549,"position":1,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/2_etape16-digital-tape-measure_571.jpg?v=1540336156"},"aspect_ratio":1.0,"height":600,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/2_etape16-digital-tape-measure_571.jpg?v=1540336156","width":600},{"alt":"\u003ciframe
width=\"572\" height=\"572\"
src=\"https:\/\/www.youtube.com\/embed\/dShn5u-PlmQ\" frameborder=\"0\"
allow=\"autoplay; encrypted-media\"
allowfullscreen\u003e\u003c\/iframe\u003e","id":3143635435589,"position":2,"preview_image":{"aspect_ratio":1.0,"height":225,"width":225,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/images_ec685840-5651-4435-a1c7-ad1918667acc.jpg?v=1539108045"},"aspect_ratio":1.0,"height":225,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/images_ec685840-5651-4435-a1c7-ad1918667acc.jpg?v=1539108045","width":225},{"alt":"eTape
| Digital Tape
","id":3138027225157,"position":3,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/etape011-bt571.jpg?v=1540336165"},"aspect_ratio":1.0,"height":600,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/etape011-bt571.jpg?v=1540336165","width":600},{"alt":"eTape
| Digital Tape
","id":3138027290693,"position":4,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/etape-16_1_571px.jpg?v=1540336171"},"aspect_ratio":1.0,"height":600,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/etape-16_1_571px.jpg?v=1540336171","width":600},{"alt":"eTape
| Digital Tape
","id":3138027356229,"position":5,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/etape-16_571px.jpg?v=1540336177"},"aspect_ratio":1.0,"height":600,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/etape-16_571px.jpg?v=1540336177","width":600},{"alt":"eTape
| Digital Tape
","id":3138027520069,"position":6,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/etape16-digital-tape-measure-back-571.jpg?v=1540336183"},"aspect_ratio":1.0,"height":600,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/etape16-digital-tape-measure-back-571.jpg?v=1540336183","width":600},{"alt":"eTape
| Digital Tape
","id":3138027585605,"position":7,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/etape16-digital-tape-measure-front-571.jpg?v=1540336188"},"aspect_ratio":1.0,"height":600,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/etape16-digital-tape-measure-front-571.jpg?v=1540336188","width":600},{"alt":"eTape
| Digital Tape
","id":3138027683909,"position":8,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/etape16-digital-tape-measure-side_571.jpg?v=1540336194"},"aspect_ratio":1.0,"height":600,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/etape16-digital-tape-measure-side_571.jpg?v=1540336194","width":600},{"alt":"eTape
| Digital Tape
","id":3138027847749,"position":9,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/skucover_etape16v2_571.jpg?v=1540336199"},"aspect_ratio":1.0,"height":600,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/skucover_etape16v2_571.jpg?v=1540336199","width":600}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eThe
tape measure has remained virtually unchanged for over 100 years until now. The
eTape16 digital tape measure revolutionizes not only the tape measure but also
expands its utility as never before envisioned. The large digital display
provides easy reading while the advanced features are readily accessible. These
features include 3 memories, US or metric units, centerline calculation, re-zero
and Inside\/Outside measurements. In addition to its advanced features, the
eTape16 incorporates a sleek modern design. Made of poly carbonate plastic, the
eTape16 is made to last in the most rugged of
environments.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eFeatures\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eThe
original digital tape measure, Measuring made easy the digital
way\u003c\/li\u003e\n\u003cli\u003eRugged, durable, weather resistant, made of
poly carbonate plastic. Large digital display\u003c\/li\u003e\n\u003cli\u003e3
Memory functions: short term measurement hold. 2 long term
memories\u003c\/li\u003e\n\u003cli\u003eUS\/Metric Conversion. Re-zero
option\u003c\/li\u003e\n\u003cli\u003eCenterline calculation. Inside\/Outside
measurement\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003cstrong\u003e Technical
Details\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eItem
Weight:                   0.6 ounces\u003c\/li\u003e\n\u003cli\u003eProduct
Dimensions:      6.8 x 5 x 1.8
inches\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cb\u003eeTape16
eSmart™
Bluetooth\u003c\/b\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eLet
eTape16 eSmart™ take you to the next level in Digital Measuring! Need to take
multi measurements for your next diy project? The app can save your measurements
into a customized spreadsheet allowing you to label the columns, rows, and name
your project. Then with a push of a button export into an excel document using
Bluetooth technology. Simple, Reliable,
Accurate.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eCreate Custom
Worksheets\u003c\/li\u003e\n\u003cli\u003eExport
to Excel\u003c\/li\u003e\n\u003cli\u003ePrepare \u0026amp; Print a Cut
List\u003c\/li\u003e\n\u003cli\u003eIOS and Android
compatible\u003c\/li\u003e\n\u003c\/ul\u003e"}


ETAPE16 DIGITAL TAPE

$27.99

The tape measure has remained virtually unchanged for over 100 years until now.
The eTape16 digital tape measure revolutionizes not only the tape measure but
also expands its utility as never before envisioned. The large digital display
provides easy reading while the advanced features are readily accessible. These
features include 3 memories, U...

Measure Orignal Bluetooth
Orignal - $27.99 USD Bluetooth - $27.99 USD
Measure
Orignal
Bluetooth

--------------------------------------------------------------------------------

More Info

Buy it nowMore payment options


Sale

Quick View

OMIEBOX

$38.50 $39.00

{"id":1541136482373,"title":"OmieBox","handle":"omiebox","description":"\u003cp\u003eStore
cold and hot food in ONE lunchbox! OmieBox is a thermal insulated bento lunch
box with two temperature zones for storing both hot and cold food for your
child. This lunchbox has an integrated stainless steel thermos jar for those
chilly days at school. The double walled, insulated bento box keeps fruits and
vegetables fresh and ready to eat during lunch. The bento box has three separate
leak proof bento compartments to keep your food separated for those little ones
that don't like their food to
touch.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eThermal
Insulated bento lunch box \u003c\/li\u003e\n\u003cli\u003eStainless steel vacuum
insulated thermos \u003c\/li\u003e\n\u003cli\u003eDouble
walled\u003c\/li\u003e\n\u003cli\u003eFood grade safe, FDA- approved, BPA-free
materials\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTechnical
Details:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eProduct
Dimensions\u003c\/strong\u003e: 7.9 x 7.9 x 2.5
inches \u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eItem
Weight\u003c\/strong\u003e: 1.75
pounds \u003c\/li\u003e\n\u003c\/ul\u003e","published_at":"2018-09-13T05:56:24-07:00","created_at":"2018-09-13T06:19:13-07:00","vendor":"OmieBox","type":"Parenting","tags":["bento
boxes","food container","gifts","kids","OMIE","storage and
organization"],"price":3850,"price_min":3850,"price_max":3850,"available":true,"price_varies":false,"compare_at_price":3900,"compare_at_price_min":3900,"compare_at_price_max":3995,"compare_at_price_varies":true,"variants":[{"id":14010791723077,"title":"Blue
Sky","option1":"Blue
Sky","option2":null,"option3":null,"sku":"OMIEBOX-Blue-Sky","requires_shipping":true,"taxable":true,"featured_image":{"id":4679483654213,"product_id":1541136482373,"position":7,"created_at":"2018-10-11T14:52:08-07:00","updated_at":"2018-10-23T15:15:40-07:00","alt":"Omielife
| Omiebox | Blue
Sky","width":800,"height":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox--blue-sky.jpg?v=1540332940","variant_ids":[14010791723077]},"available":true,"name":"OmieBox
- Blue Sky","public_title":"Blue Sky","options":["Blue
Sky"],"price":3850,"weight":1134,"compare_at_price":3950,"inventory_management":"shopify","barcode":"","featured_media":{"alt":"Omielife
| Omiebox | Blue
Sky","id":3324168339525,"position":7,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox--blue-sky.jpg?v=1540332940"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":14010791755845,"title":"Meadow","option1":"Meadow","option2":null,"option3":null,"sku":"OMIEBOX-Meadow","requires_shipping":true,"taxable":true,"featured_image":{"id":4679494402117,"product_id":1541136482373,"position":8,"created_at":"2018-10-11T14:53:40-07:00","updated_at":"2018-10-23T15:15:50-07:00","alt":"Omielife
| Omiebox |
Meadow","width":800,"height":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox--meadow.jpg?v=1540332950","variant_ids":[14010791755845]},"available":true,"name":"OmieBox
-
Meadow","public_title":"Meadow","options":["Meadow"],"price":3850,"weight":1134,"compare_at_price":3995,"inventory_management":"shopify","barcode":"","featured_media":{"alt":"Omielife
| Omiebox |
Meadow","id":3324171354181,"position":8,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox--meadow.jpg?v=1540332950"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":14010791788613,"title":"Pink
Berry","option1":"Pink Berry","option2":null,"option3":null,"sku":"OMIEBOX-Pink
Berry","requires_shipping":true,"taxable":true,"featured_image":{"id":4224644513861,"product_id":1541136482373,"position":3,"created_at":"2018-09-13T06:19:24-07:00","updated_at":"2018-10-23T15:14:59-07:00","alt":"Omielife
| Omiebox | Pink
Berry","width":600,"height":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/1_788fba8b-5506-4b5d-bc4a-35f1d7f0c997.jpg?v=1540332899","variant_ids":[14010791788613]},"available":true,"name":"OmieBox
- Pink Berry","public_title":"Pink Berry","options":["Pink
Berry"],"price":3850,"weight":1134,"compare_at_price":3900,"inventory_management":"shopify","barcode":"","featured_media":{"alt":"Omielife
| Omiebox | Pink
Berry","id":3137297481797,"position":3,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/1_788fba8b-5506-4b5d-bc4a-35f1d7f0c997.jpg?v=1540332899"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":14010791821381,"title":"Purple
Plum","option1":"Purple
Plum","option2":null,"option3":null,"sku":"OMIEBOX-Purple
Plum","requires_shipping":true,"taxable":true,"featured_image":{"id":4679504166981,"product_id":1541136482373,"position":9,"created_at":"2018-10-11T14:54:42-07:00","updated_at":"2018-10-23T15:16:03-07:00","alt":"Omielife
| Omiebox | Purple
Plum","width":800,"height":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox--purple-plum.jpg?v=1540332963","variant_ids":[14010791821381]},"available":true,"name":"OmieBox
- Purple Plum","public_title":"Purple Plum","options":["Purple
Plum"],"price":3850,"weight":1134,"compare_at_price":3900,"inventory_management":"shopify","barcode":"","featured_media":{"alt":"Omielife
| Omiebox | Purple
Plum","id":3324174106693,"position":9,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox--purple-plum.jpg?v=1540332963"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":14010791854149,"title":"Sunshine","option1":"Sunshine","option2":null,"option3":null,"sku":"OMIEBOX-Sunshine","requires_shipping":true,"taxable":true,"featured_image":{"id":4679510720581,"product_id":1541136482373,"position":10,"created_at":"2018-10-11T14:55:22-07:00","updated_at":"2018-10-23T15:16:19-07:00","alt":"Omielife
| Omiebox |
Sunshine","width":800,"height":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox--sunshine.jpg?v=1540332979","variant_ids":[14010791854149]},"available":true,"name":"OmieBox
-
Sunshine","public_title":"Sunshine","options":["Sunshine"],"price":3850,"weight":1134,"compare_at_price":3900,"inventory_management":"shopify","barcode":"","featured_media":{"alt":"Omielife
| Omiebox |
Sunshine","id":3324175253573,"position":10,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox--sunshine.jpg?v=1540332979"}},"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox_3.jpg?v=1540332767","\/\/stuffuneed.com\/cdn\/shop\/products\/Omiebox-820px.jpg?v=1540332886","\/\/stuffuneed.com\/cdn\/shop\/products\/1_788fba8b-5506-4b5d-bc4a-35f1d7f0c997.jpg?v=1540332899","\/\/stuffuneed.com\/cdn\/shop\/products\/images_a887cc41-e324-4b4a-a933-1e942bca9229.jpg?v=1539103797","\/\/stuffuneed.com\/cdn\/shop\/products\/2_3a27312e-d834-4a3b-9ad8-723ca224ec8c.jpg?v=1540332906","\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox2_3.jpg?v=1540332917","\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox--blue-sky.jpg?v=1540332940","\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox--meadow.jpg?v=1540332950","\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox--purple-plum.jpg?v=1540332963","\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox--sunshine.jpg?v=1540332979"],"featured_image":"\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox_3.jpg?v=1540332767","options":["Color"],"media":[{"alt":"Omielife
|
Omiebox","id":3137297645637,"position":1,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox_3.jpg?v=1540332767"},"aspect_ratio":1.0,"height":600,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox_3.jpg?v=1540332767","width":600},{"alt":"Omielife
| Omiebox |
Meadow","id":3248870719557,"position":2,"preview_image":{"aspect_ratio":1.262,"height":650,"width":820,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Omiebox-820px.jpg?v=1540332886"},"aspect_ratio":1.262,"height":650,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Omiebox-820px.jpg?v=1540332886","width":820},{"alt":"Omielife
| Omiebox | Pink
Berry","id":3137297481797,"position":3,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/1_788fba8b-5506-4b5d-bc4a-35f1d7f0c997.jpg?v=1540332899"},"aspect_ratio":1.0,"height":600,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/1_788fba8b-5506-4b5d-bc4a-35f1d7f0c997.jpg?v=1540332899","width":600},{"alt":"\u003ciframe
width=\"572\" height=\"572\"
src=\"https:\/\/www.youtube.com\/embed\/vhAyvP1zPek\" frameborder=\"0\"
allow=\"autoplay; encrypted-media\"
allowfullscreen\u003e\u003c\/iframe\u003e","id":3143823491141,"position":4,"preview_image":{"aspect_ratio":1.0,"height":225,"width":225,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/images_a887cc41-e324-4b4a-a933-1e942bca9229.jpg?v=1539103797"},"aspect_ratio":1.0,"height":225,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/images_a887cc41-e324-4b4a-a933-1e942bca9229.jpg?v=1539103797","width":225},{"alt":"Omielife
|
Omiebox","id":3137297547333,"position":5,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/2_3a27312e-d834-4a3b-9ad8-723ca224ec8c.jpg?v=1540332906"},"aspect_ratio":1.0,"height":600,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/2_3a27312e-d834-4a3b-9ad8-723ca224ec8c.jpg?v=1540332906","width":600},{"alt":"Omielife
| Omiebox |
Meadow","id":3137297776709,"position":6,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox2_3.jpg?v=1540332917"},"aspect_ratio":1.0,"height":600,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox2_3.jpg?v=1540332917","width":600},{"alt":"Omielife
| Omiebox | Blue
Sky","id":3324168339525,"position":7,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox--blue-sky.jpg?v=1540332940"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox--blue-sky.jpg?v=1540332940","width":800},{"alt":"Omielife
| Omiebox |
Meadow","id":3324171354181,"position":8,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox--meadow.jpg?v=1540332950"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox--meadow.jpg?v=1540332950","width":800},{"alt":"Omielife
| Omiebox | Purple
Plum","id":3324174106693,"position":9,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox--purple-plum.jpg?v=1540332963"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox--purple-plum.jpg?v=1540332963","width":800},{"alt":"Omielife
| Omiebox |
Sunshine","id":3324175253573,"position":10,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox--sunshine.jpg?v=1540332979"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/omiebox--sunshine.jpg?v=1540332979","width":800}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eStore
cold and hot food in ONE lunchbox! OmieBox is a thermal insulated bento lunch
box with two temperature zones for storing both hot and cold food for your
child. This lunchbox has an integrated stainless steel thermos jar for those
chilly days at school. The double walled, insulated bento box keeps fruits and
vegetables fresh and ready to eat during lunch. The bento box has three separate
leak proof bento compartments to keep your food separated for those little ones
that don't like their food to
touch.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eThermal
Insulated bento lunch box \u003c\/li\u003e\n\u003cli\u003eStainless steel vacuum
insulated thermos \u003c\/li\u003e\n\u003cli\u003eDouble
walled\u003c\/li\u003e\n\u003cli\u003eFood grade safe, FDA- approved, BPA-free
materials\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTechnical
Details:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eProduct
Dimensions\u003c\/strong\u003e: 7.9 x 7.9 x 2.5
inches \u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eItem
Weight\u003c\/strong\u003e: 1.75 pounds \u003c\/li\u003e\n\u003c\/ul\u003e"}


OMIEBOX

$38.50 $39.50

Store cold and hot food in ONE lunchbox! OmieBox is a thermal insulated bento
lunch box with two temperature zones for storing both hot and cold food for your
child. This lunchbox has an integrated stainless steel thermos jar for those
chilly days at school. The double walled, insulated bento box keeps fruits and
vegetables fresh and ready to ea...

Color Blue Sky Meadow Pink Berry Purple Plum Sunshine
Blue Sky - $38.50 USD Meadow - $38.50 USD Pink Berry - $38.50 USD Purple Plum -
$38.50 USD Sunshine - $38.50 USD
Color
Blue Sky
Meadow
Pink Berry
Purple Plum
Sunshine

--------------------------------------------------------------------------------

More Info

Buy it nowMore payment options


Quick View

BLACK COFFEE GROUNDING SANDALS

$95.00

{"id":4446525292613,"title":"Black Coffee Grounding
Sandals","handle":"black-coffee","description":"\u003cp\u003e\u003cspan\u003eThese
down-to-earth grounding sandals are handmade with natural materials that only
get better with time and wear. The contemporary t-strap design with ankle strap
is minimally cushioned and ensures ankle stability and a safer, more natural
gait. Stay grounded.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eSold
exclusively at \u003ca href=\"https:\/\/groundz.com\/\" target=\"_blank\"
title=\"go to https:\/\/groundz.com\/\" rel=\"noopener
noreferrer\"\u003ewww.groundz.com\u003c\/a\u003e\u003c\/p\u003e","published_at":"2020-06-07T15:07:21-07:00","created_at":"2020-06-07T15:13:15-07:00","vendor":"stuffuneed.com","type":"","tags":[],"price":9500,"price_min":9500,"price_max":9500,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":31604288487493,"title":"Default
Title","option1":"Default
Title","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Black
Coffee Grounding Sandals","public_title":null,"options":["Default
Title"],"price":9500,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/stuffuneed.com\/cdn\/shop\/products\/SQ-Cfe-Bk-Cu-Angles-Raised-View.jpg?v=1591567997","\/\/stuffuneed.com\/cdn\/shop\/products\/SQ-Cfe-Bk-Cu-Rt-Angl-View.jpg?v=1591567997","\/\/stuffuneed.com\/cdn\/shop\/products\/SQ-Cfe-Bk-Cu-Rt-Side-View.jpg?v=1591567998","\/\/stuffuneed.com\/cdn\/shop\/products\/SQ-Cfe-Bk-Cu-Front-View.jpg?v=1591567998","\/\/stuffuneed.com\/cdn\/shop\/products\/SQ-Cfe-Bk-Cu-Back-View.jpg?v=1591567998","\/\/stuffuneed.com\/cdn\/shop\/products\/SQ-Cfe-Bk-Cu-Birds-View.jpg?v=1591567998"],"featured_image":"\/\/stuffuneed.com\/cdn\/shop\/products\/SQ-Cfe-Bk-Cu-Angles-Raised-View.jpg?v=1591567997","options":["Title"],"media":[{"alt":null,"id":6214285557829,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/SQ-Cfe-Bk-Cu-Angles-Raised-View.jpg?v=1591567997"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/SQ-Cfe-Bk-Cu-Angles-Raised-View.jpg?v=1591567997","width":1000},{"alt":null,"id":6214285590597,"position":2,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/SQ-Cfe-Bk-Cu-Rt-Angl-View.jpg?v=1591567997"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/SQ-Cfe-Bk-Cu-Rt-Angl-View.jpg?v=1591567997","width":1000},{"alt":null,"id":6214285623365,"position":3,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/SQ-Cfe-Bk-Cu-Rt-Side-View.jpg?v=1591567998"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/SQ-Cfe-Bk-Cu-Rt-Side-View.jpg?v=1591567998","width":1000},{"alt":null,"id":6214285656133,"position":4,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/SQ-Cfe-Bk-Cu-Front-View.jpg?v=1591567998"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/SQ-Cfe-Bk-Cu-Front-View.jpg?v=1591567998","width":1000},{"alt":null,"id":6214285688901,"position":5,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/SQ-Cfe-Bk-Cu-Back-View.jpg?v=1591567998"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/SQ-Cfe-Bk-Cu-Back-View.jpg?v=1591567998","width":1000},{"alt":null,"id":6214285721669,"position":6,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/SQ-Cfe-Bk-Cu-Birds-View.jpg?v=1591567998"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/SQ-Cfe-Bk-Cu-Birds-View.jpg?v=1591567998","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003e\u003cspan\u003eThese
down-to-earth grounding sandals are handmade with natural materials that only
get better with time and wear. The contemporary t-strap design with ankle strap
is minimally cushioned and ensures ankle stability and a safer, more natural
gait. Stay grounded.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eSold
exclusively at \u003ca href=\"https:\/\/groundz.com\/\" target=\"_blank\"
title=\"go to https:\/\/groundz.com\/\" rel=\"noopener
noreferrer\"\u003ewww.groundz.com\u003c\/a\u003e\u003c\/p\u003e"}


BLACK COFFEE GROUNDING SANDALS

$95.00

These down-to-earth grounding sandals are handmade with natural materials that
only get better with time and wear. The contemporary t-strap design with ankle
strap is minimally cushioned and ensures ankle stability and a safer, more
natural gait. Stay grounded. Sold exclusively at www.groundz.com

--------------------------------------------------------------------------------

More Info

Buy it nowMore payment options


Quick View

LAY N GO

From $29.95

{"id":1892351836229,"title":"Lay N
Go","handle":"lay-n-go","description":"\u003cp\u003e\u003cspan
style=\"font-weight: 400;\"\u003eWith endless uses, this patent bag allows you
to see everything inside your bag, and cleans up in seconds. No more digging
through your bag for a specific item. Simply pull the drawstring cord and the
bag cinches completely closed.
\u003c\/span\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003cb\u003eFeatures\u003c\/b\u003e\u003cspan
style=\"font-weight:
400;\"\u003e:\u003c\/span\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli
style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight:
400;\"\u003eShell\/ Liner is 100% nylon
\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight:
400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003eWater repellent\/
wipeable\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight:
400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003eSpecial design “lip”
around the bag, which will keep your items from rolling off the counter of
falling
\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eTechnical
Details:\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli
style=\"font-weight: 400;\"\u003e\n\u003cb\u003eProduct
Dimensions\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003e: 20 x 20 x
2 inches\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight:
400;\"\u003e\n\u003cb\u003eItem Weight\u003c\/b\u003e\u003cspan
style=\"font-weight: 400;\"\u003e: 3.4
ounces\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","published_at":"2018-11-15T13:38:40-08:00","created_at":"2018-11-15T16:39:37-08:00","vendor":"LAYNGO","type":"Gadgets
\u0026 Accessories","tags":["for her","for him","layngo","On the
Go","travel"],"price":2995,"price_min":2995,"price_max":3495,"available":true,"price_varies":true,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":18035032719429,"title":"Black
\/
Cosmo","option1":"Black","option2":"Cosmo","option3":null,"sku":"LAYNGO-8","requires_shipping":true,"taxable":true,"featured_image":{"id":5375425773637,"product_id":1892351836229,"position":1,"created_at":"2018-11-15T16:59:34-08:00","updated_at":"2018-11-15T16:59:34-08:00","alt":null,"width":800,"height":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Cosmo-20-Black.jpg?v=1542329974","variant_ids":[18035032719429]},"available":true,"name":"Lay
N Go - Black \/ Cosmo","public_title":"Black \/
Cosmo","options":["Black","Cosmo"],"price":2995,"weight":119,"compare_at_price":null,"inventory_management":"shopify","barcode":"857994003216","featured_media":{"alt":null,"id":3597583712325,"position":1,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Cosmo-20-Black.jpg?v=1542329974"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":18035445956677,"title":"Pink
\/
Cosmo","option1":"Pink","option2":"Cosmo","option3":null,"sku":"LAYNGO","requires_shipping":true,"taxable":true,"featured_image":{"id":5375440355397,"product_id":1892351836229,"position":2,"created_at":"2018-11-15T17:01:36-08:00","updated_at":"2018-11-15T17:01:36-08:00","alt":null,"width":800,"height":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Cosmo-20-Pink.jpg?v=1542330096","variant_ids":[18035445956677,18205370777669]},"available":true,"name":"Lay
N Go - Pink \/ Cosmo","public_title":"Pink \/
Cosmo","options":["Pink","Cosmo"],"price":2995,"weight":119,"compare_at_price":null,"inventory_management":"shopify","barcode":"857994003223","featured_media":{"alt":null,"id":3597590462533,"position":2,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Cosmo-20-Pink.jpg?v=1542330096"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":18035466305605,"title":"Blue
\/
Cosmo","option1":"Blue","option2":"Cosmo","option3":null,"sku":"LAYNGO","requires_shipping":true,"taxable":true,"featured_image":{"id":5375460900933,"product_id":1892351836229,"position":3,"created_at":"2018-11-15T17:03:53-08:00","updated_at":"2018-11-15T17:03:53-08:00","alt":null,"width":800,"height":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-blue.jpg?v=1542330233","variant_ids":[18035466305605]},"available":true,"name":"Lay
N Go - Blue \/ Cosmo","public_title":"Blue \/
Cosmo","options":["Blue","Cosmo"],"price":2995,"weight":119,"compare_at_price":null,"inventory_management":"shopify","barcode":"857994003247","featured_media":{"alt":null,"id":3597601603653,"position":3,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-blue.jpg?v=1542330233"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":18035537281093,"title":"Green
\/
Cosmo","option1":"Green","option2":"Cosmo","option3":null,"sku":"LAYNGO","requires_shipping":true,"taxable":true,"featured_image":{"id":5375475843141,"product_id":1892351836229,"position":4,"created_at":"2018-11-15T17:05:44-08:00","updated_at":"2018-11-15T17:05:44-08:00","alt":null,"width":800,"height":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Cosmo-20-green.jpg?v=1542330344","variant_ids":[18035537281093]},"available":true,"name":"Lay
N Go - Green \/ Cosmo","public_title":"Green \/
Cosmo","options":["Green","Cosmo"],"price":2995,"weight":119,"compare_at_price":null,"inventory_management":"shopify","barcode":"857994003230","featured_media":{"alt":null,"id":3597608648773,"position":4,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Cosmo-20-green.jpg?v=1542330344"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":18035579879493,"title":"Purple
\/
Cosmo","option1":"Purple","option2":"Cosmo","option3":null,"sku":"LAYNGO","requires_shipping":true,"taxable":true,"featured_image":{"id":5375488852037,"product_id":1892351836229,"position":5,"created_at":"2018-11-15T17:07:23-08:00","updated_at":"2018-11-15T17:07:23-08:00","alt":null,"width":800,"height":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-purple.jpg?v=1542330443","variant_ids":[18035579879493]},"available":true,"name":"Lay
N Go - Purple \/ Cosmo","public_title":"Purple \/
Cosmo","options":["Purple","Cosmo"],"price":2995,"weight":119,"compare_at_price":null,"inventory_management":"shopify","barcode":"857994003339","featured_media":{"alt":null,"id":3597614874693,"position":5,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-purple.jpg?v=1542330443"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":18035640303685,"title":"Silver
\/
Cosmo","option1":"Silver","option2":"Cosmo","option3":null,"sku":"LAYNGO","requires_shipping":true,"taxable":true,"featured_image":{"id":5375494979653,"product_id":1892351836229,"position":6,"created_at":"2018-11-15T17:08:11-08:00","updated_at":"2018-11-15T17:08:11-08:00","alt":null,"width":800,"height":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-silver.jpg?v=1542330491","variant_ids":[18035640303685]},"available":true,"name":"Lay
N Go - Silver \/ Cosmo","public_title":"Silver \/
Cosmo","options":["Silver","Cosmo"],"price":3495,"weight":119,"compare_at_price":null,"inventory_management":"shopify","barcode":"857994003193","featured_media":{"alt":null,"id":3597617430597,"position":6,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-silver.jpg?v=1542330491"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":18035724222533,"title":"Gold
\/
Cosmo","option1":"Gold","option2":"Cosmo","option3":null,"sku":"LAYNGO","requires_shipping":true,"taxable":true,"featured_image":{"id":5375525290053,"product_id":1892351836229,"position":7,"created_at":"2018-11-15T17:11:55-08:00","updated_at":"2018-11-15T17:11:55-08:00","alt":null,"width":800,"height":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-gold.jpg?v=1542330715","variant_ids":[18035724222533]},"available":true,"name":"Lay
N Go - Gold \/ Cosmo","public_title":"Gold \/
Cosmo","options":["Gold","Cosmo"],"price":3495,"weight":119,"compare_at_price":null,"inventory_management":"shopify","barcode":"857994003209","featured_media":{"alt":null,"id":3597631094853,"position":7,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-gold.jpg?v=1542330715"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":18204906979397,"title":"Zigzag
\/
Cosmo","option1":"Zigzag","option2":"Cosmo","option3":null,"sku":"LAYNGO","requires_shipping":true,"taxable":true,"featured_image":{"id":5429091205189,"product_id":1892351836229,"position":9,"created_at":"2018-11-20T13:14:31-08:00","updated_at":"2018-11-20T13:14:31-08:00","alt":null,"width":800,"height":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-zigzag.jpg?v=1542748471","variant_ids":[18204906979397]},"available":true,"name":"Lay
N Go - Zigzag \/ Cosmo","public_title":"Zigzag \/
Cosmo","options":["Zigzag","Cosmo"],"price":3495,"weight":119,"compare_at_price":null,"inventory_management":"shopify","barcode":"857994003278","featured_media":{"alt":null,"id":3619336323141,"position":9,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-zigzag.jpg?v=1542748471"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":18205052043333,"title":"sapphire
\/
Cosmo","option1":"sapphire","option2":"Cosmo","option3":null,"sku":"LAYNGO","requires_shipping":true,"taxable":true,"featured_image":{"id":5429091106885,"product_id":1892351836229,"position":8,"created_at":"2018-11-20T13:14:26-08:00","updated_at":"2018-11-20T13:14:26-08:00","alt":null,"width":800,"height":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-sapphire.jpg?v=1542748466","variant_ids":[18205052043333]},"available":true,"name":"Lay
N Go - sapphire \/ Cosmo","public_title":"sapphire \/
Cosmo","options":["sapphire","Cosmo"],"price":3495,"weight":119,"compare_at_price":null,"inventory_management":"shopify","barcode":"857994003322","featured_media":{"alt":null,"id":3619336290373,"position":8,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-sapphire.jpg?v=1542748466"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":18205096575045,"title":"Leopard
\/
Cosmo","option1":"Leopard","option2":"Cosmo","option3":null,"sku":"LAYNGO","requires_shipping":true,"taxable":true,"featured_image":{"id":5429111390277,"product_id":1892351836229,"position":10,"created_at":"2018-11-20T13:17:30-08:00","updated_at":"2018-11-20T13:17:30-08:00","alt":null,"width":800,"height":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-leopord.jpg?v=1542748650","variant_ids":[18205096575045]},"available":true,"name":"Lay
N Go - Leopard \/ Cosmo","public_title":"Leopard \/
Cosmo","options":["Leopard","Cosmo"],"price":3495,"weight":119,"compare_at_price":null,"inventory_management":"shopify","barcode":"857994003346","featured_media":{"alt":null,"id":3619346579525,"position":10,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-leopord.jpg?v=1542748650"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":18205134684229,"title":"Chevron
\/
Cosmo","option1":"Chevron","option2":"Cosmo","option3":null,"sku":"LAYNGO","requires_shipping":true,"taxable":true,"featured_image":{"id":5429122236485,"product_id":1892351836229,"position":11,"created_at":"2018-11-20T13:19:19-08:00","updated_at":"2018-11-20T13:19:19-08:00","alt":null,"width":800,"height":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-chevron.jpg?v=1542748759","variant_ids":[18205134684229]},"available":true,"name":"Lay
N Go - Chevron \/ Cosmo","public_title":"Chevron \/
Cosmo","options":["Chevron","Cosmo"],"price":3495,"weight":119,"compare_at_price":null,"inventory_management":"shopify","barcode":"857994003773","featured_media":{"alt":null,"id":3619352215621,"position":11,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-chevron.jpg?v=1542748759"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":18205174267973,"title":"Paisley
(Purple) \/ Cosmo","option1":"Paisley
(Purple)","option2":"Cosmo","option3":null,"sku":"LAYNGO","requires_shipping":true,"taxable":true,"featured_image":{"id":5429126463557,"product_id":1892351836229,"position":12,"created_at":"2018-11-20T13:20:14-08:00","updated_at":"2018-11-20T13:20:14-08:00","alt":null,"width":800,"height":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-paisly.jpg?v=1542748814","variant_ids":[18205174267973]},"available":true,"name":"Lay
N Go - Paisley (Purple) \/ Cosmo","public_title":"Paisley (Purple) \/
Cosmo","options":["Paisley
(Purple)","Cosmo"],"price":3495,"weight":119,"compare_at_price":null,"inventory_management":"shopify","barcode":"857994003759","featured_media":{"alt":null,"id":3619354804293,"position":12,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-paisly.jpg?v=1542748814"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":18205370777669,"title":"Pink
\/ Cosmo Deluxe (22'')","option1":"Pink","option2":"Cosmo Deluxe
(22'')","option3":null,"sku":"LAYNGO","requires_shipping":true,"taxable":true,"featured_image":{"id":5375440355397,"product_id":1892351836229,"position":2,"created_at":"2018-11-15T17:01:36-08:00","updated_at":"2018-11-15T17:01:36-08:00","alt":null,"width":800,"height":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Cosmo-20-Pink.jpg?v=1542330096","variant_ids":[18035445956677,18205370777669]},"available":true,"name":"Lay
N Go - Pink \/ Cosmo Deluxe (22'')","public_title":"Pink \/ Cosmo Deluxe
(22'')","options":["Pink","Cosmo Deluxe
(22'')"],"price":3495,"weight":119,"compare_at_price":null,"inventory_management":"shopify","barcode":"857994003544","featured_media":{"alt":null,"id":3597590462533,"position":2,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Cosmo-20-Pink.jpg?v=1542330096"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":18205828513861,"title":"Black
(Blue Trim) \/ Men's Traveler (20'')","option1":"Black (Blue
Trim)","option2":"Men's Traveler
(20'')","option3":null,"sku":"LAYNGO","requires_shipping":true,"taxable":true,"featured_image":{"id":5429288599621,"product_id":1892351836229,"position":25,"created_at":"2018-11-20T13:45:16-08:00","updated_at":"2018-11-20T13:45:16-08:00","alt":null,"width":800,"height":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Technology-wired-blue-trim.jpg?v=1542750316","variant_ids":[18205828513861]},"available":true,"name":"Lay
N Go - Black (Blue Trim) \/ Men's Traveler (20'')","public_title":"Black (Blue
Trim) \/ Men's Traveler (20'')","options":["Black (Blue Trim)","Men's Traveler
(20'')"],"price":3495,"weight":119,"compare_at_price":null,"inventory_management":"shopify","barcode":"857994003254","featured_media":{"alt":null,"id":3619437543493,"position":25,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Technology-wired-blue-trim.jpg?v=1542750316"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":18205914759237,"title":"Black
(Red Trim) \/ Technology Wired (19'')","option1":"Black (Red
Trim)","option2":"Technology Wired
(19'')","option3":null,"sku":"LAYNGO","requires_shipping":true,"taxable":true,"featured_image":{"id":5429288730693,"product_id":1892351836229,"position":26,"created_at":"2018-11-20T13:45:17-08:00","updated_at":"2018-11-20T13:45:17-08:00","alt":null,"width":800,"height":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/technology-wired-red-trim.jpg?v=1542750317","variant_ids":[18205914759237]},"available":true,"name":"Lay
N Go - Black (Red Trim) \/ Technology Wired (19'')","public_title":"Black (Red
Trim) \/ Technology Wired (19'')","options":["Black (Red Trim)","Technology
Wired
(19'')"],"price":3495,"weight":119,"compare_at_price":null,"inventory_management":"shopify","barcode":"857994003704","featured_media":{"alt":null,"id":3619437609029,"position":26,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/technology-wired-red-trim.jpg?v=1542750317"}},"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/stuffuneed.com\/cdn\/shop\/products\/Cosmo-20-Black.jpg?v=1542329974","\/\/stuffuneed.com\/cdn\/shop\/products\/Cosmo-20-Pink.jpg?v=1542330096","\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-blue.jpg?v=1542330233","\/\/stuffuneed.com\/cdn\/shop\/products\/Cosmo-20-green.jpg?v=1542330344","\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-purple.jpg?v=1542330443","\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-silver.jpg?v=1542330491","\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-gold.jpg?v=1542330715","\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-sapphire.jpg?v=1542748466","\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-zigzag.jpg?v=1542748471","\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-leopord.jpg?v=1542748650","\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-chevron.jpg?v=1542748759","\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-paisly.jpg?v=1542748814","\/\/stuffuneed.com\/cdn\/shop\/products\/Cinch-blue.jpg?v=1542750302","\/\/stuffuneed.com\/cdn\/shop\/products\/cinche-green.jpg?v=1542750303","\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-zebra.jpg?v=1542750305","\/\/stuffuneed.com\/cdn\/shop\/products\/Large-Play-Blue.jpg?v=1542750306","\/\/stuffuneed.com\/cdn\/shop\/products\/Large-Play-Green.jpg?v=1542750308","\/\/stuffuneed.com\/cdn\/shop\/products\/Lite-green.jpg?v=1542750309","\/\/stuffuneed.com\/cdn\/shop\/products\/lite-orange.jpg?v=1542750310","\/\/stuffuneed.com\/cdn\/shop\/products\/lite-pink.jpg?v=1542750311","\/\/stuffuneed.com\/cdn\/shop\/products\/Lite-Red.jpg?v=1542750312","\/\/stuffuneed.com\/cdn\/shop\/products\/medium-play-lifestyle-blue.jpg?v=1542750313","\/\/stuffuneed.com\/cdn\/shop\/products\/medium-play-lifestyle-purpl.jpg?v=1542750314","\/\/stuffuneed.com\/cdn\/shop\/products\/mens-traveler.jpg?v=1542750315","\/\/stuffuneed.com\/cdn\/shop\/products\/Technology-wired-blue-trim.jpg?v=1542750316","\/\/stuffuneed.com\/cdn\/shop\/products\/technology-wired-red-trim.jpg?v=1542750317"],"featured_image":"\/\/stuffuneed.com\/cdn\/shop\/products\/Cosmo-20-Black.jpg?v=1542329974","options":["Color","Style"],"media":[{"alt":null,"id":3597583712325,"position":1,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Cosmo-20-Black.jpg?v=1542329974"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Cosmo-20-Black.jpg?v=1542329974","width":800},{"alt":null,"id":3597590462533,"position":2,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Cosmo-20-Pink.jpg?v=1542330096"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Cosmo-20-Pink.jpg?v=1542330096","width":800},{"alt":null,"id":3597601603653,"position":3,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-blue.jpg?v=1542330233"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-blue.jpg?v=1542330233","width":800},{"alt":null,"id":3597608648773,"position":4,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Cosmo-20-green.jpg?v=1542330344"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Cosmo-20-green.jpg?v=1542330344","width":800},{"alt":null,"id":3597614874693,"position":5,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-purple.jpg?v=1542330443"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-purple.jpg?v=1542330443","width":800},{"alt":null,"id":3597617430597,"position":6,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-silver.jpg?v=1542330491"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-silver.jpg?v=1542330491","width":800},{"alt":null,"id":3597631094853,"position":7,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-gold.jpg?v=1542330715"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-gold.jpg?v=1542330715","width":800},{"alt":null,"id":3619336290373,"position":8,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-sapphire.jpg?v=1542748466"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-sapphire.jpg?v=1542748466","width":800},{"alt":null,"id":3619336323141,"position":9,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-zigzag.jpg?v=1542748471"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-zigzag.jpg?v=1542748471","width":800},{"alt":null,"id":3619346579525,"position":10,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-leopord.jpg?v=1542748650"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-20-leopord.jpg?v=1542748650","width":800},{"alt":null,"id":3619352215621,"position":11,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-chevron.jpg?v=1542748759"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-chevron.jpg?v=1542748759","width":800},{"alt":null,"id":3619354804293,"position":12,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-paisly.jpg?v=1542748814"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-paisly.jpg?v=1542748814","width":800},{"alt":null,"id":3619436527685,"position":13,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Cinch-blue.jpg?v=1542750302"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Cinch-blue.jpg?v=1542750302","width":800},{"alt":null,"id":3619436560453,"position":14,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cinche-green.jpg?v=1542750303"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cinche-green.jpg?v=1542750303","width":800},{"alt":null,"id":3619436593221,"position":15,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-zebra.jpg?v=1542750305"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/cosmo-zebra.jpg?v=1542750305","width":800},{"alt":null,"id":3619436625989,"position":16,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Large-Play-Blue.jpg?v=1542750306"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Large-Play-Blue.jpg?v=1542750306","width":800},{"alt":null,"id":3619436953669,"position":17,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Large-Play-Green.jpg?v=1542750308"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Large-Play-Green.jpg?v=1542750308","width":800},{"alt":null,"id":3619436986437,"position":18,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Lite-green.jpg?v=1542750309"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Lite-green.jpg?v=1542750309","width":800},{"alt":null,"id":3619437019205,"position":19,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/lite-orange.jpg?v=1542750310"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/lite-orange.jpg?v=1542750310","width":800},{"alt":null,"id":3619437051973,"position":20,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/lite-pink.jpg?v=1542750311"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/lite-pink.jpg?v=1542750311","width":800},{"alt":null,"id":3619437412421,"position":21,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Lite-Red.jpg?v=1542750312"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Lite-Red.jpg?v=1542750312","width":800},{"alt":null,"id":3619437445189,"position":22,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/medium-play-lifestyle-blue.jpg?v=1542750313"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/medium-play-lifestyle-blue.jpg?v=1542750313","width":800},{"alt":null,"id":3619437477957,"position":23,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/medium-play-lifestyle-purpl.jpg?v=1542750314"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/medium-play-lifestyle-purpl.jpg?v=1542750314","width":800},{"alt":null,"id":3619437510725,"position":24,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/mens-traveler.jpg?v=1542750315"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/mens-traveler.jpg?v=1542750315","width":800},{"alt":null,"id":3619437543493,"position":25,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Technology-wired-blue-trim.jpg?v=1542750316"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/Technology-wired-blue-trim.jpg?v=1542750316","width":800},{"alt":null,"id":3619437609029,"position":26,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/technology-wired-red-trim.jpg?v=1542750317"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/technology-wired-red-trim.jpg?v=1542750317","width":800}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003e\u003cspan
style=\"font-weight: 400;\"\u003eWith endless uses, this patent bag allows you
to see everything inside your bag, and cleans up in seconds. No more digging
through your bag for a specific item. Simply pull the drawstring cord and the
bag cinches completely closed.
\u003c\/span\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003cb\u003eFeatures\u003c\/b\u003e\u003cspan
style=\"font-weight:
400;\"\u003e:\u003c\/span\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli
style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight:
400;\"\u003eShell\/ Liner is 100% nylon
\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight:
400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003eWater repellent\/
wipeable\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight:
400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003eSpecial design “lip”
around the bag, which will keep your items from rolling off the counter of
falling
\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eTechnical
Details:\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli
style=\"font-weight: 400;\"\u003e\n\u003cb\u003eProduct
Dimensions\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003e: 20 x 20 x
2 inches\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight:
400;\"\u003e\n\u003cb\u003eItem Weight\u003c\/b\u003e\u003cspan
style=\"font-weight: 400;\"\u003e: 3.4
ounces\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e"}


LAY N GO

$29.95

With endless uses, this patent bag allows you to see everything inside your bag,
and cleans up in seconds. No more digging through your bag for a specific item.
Simply pull the drawstring cord and the bag cinches completely closed. Features:
Shell/ Liner is 100% nylon Water repellent/ wipeable Special design “lip” around
the bag, which will ...

Color Black Pink Blue Green Purple Silver Gold Zigzag sapphire Leopard Chevron
Paisley (Purple) Black (Blue Trim) Black (Red Trim)
Style Cosmo Cosmo Deluxe (22'') Men's Traveler (20'') Technology Wired (19'')
Black / Cosmo - $29.95 USD Pink / Cosmo - $29.95 USD Blue / Cosmo - $29.95 USD
Green / Cosmo - $29.95 USD Purple / Cosmo - $29.95 USD Silver / Cosmo - $34.95
USD Gold / Cosmo - $34.95 USD Zigzag / Cosmo - $34.95 USD sapphire / Cosmo -
$34.95 USD Leopard / Cosmo - $34.95 USD Chevron / Cosmo - $34.95 USD Paisley
(Purple) / Cosmo - $34.95 USD Pink / Cosmo Deluxe (22'') - $34.95 USD Black
(Blue Trim) / Men's Traveler (20'') - $34.95 USD Black (Red Trim) / Technology
Wired (19'') - $34.95 USD
Color
Black
Pink
Blue
Green
Purple
Silver
Gold
Zigzag
sapphire
Leopard
Chevron
Paisley (Purple)
Black (Blue Trim)
Black (Red Trim)
Style
Cosmo
Cosmo Deluxe (22'')
Men's Traveler (20'')
Technology Wired (19'')

--------------------------------------------------------------------------------

More Info

Buy it nowMore payment options


Quick View

RESQME

$9.95

{"id":1544471380037,"title":"Resqme","handle":"resqme","description":"\u003cp\u003eA
revolutionary hand-held rescue tool amazingly powerful despite its mini size.
Originally developed for first responders (firefighters EMTs, law enforcement
agencies); resqme® has become an essential safety solution for all
safety-conscious drivers.\u003c\/p\u003e\n\u003cp\u003eA fierce but absolutely
safe spring loaded stainless steel spike allows the vehicle occupant to easily
break side windows and a carefully concealed stainless steel razor blade slices
through a jammed seat belt to prevent vehicular
entrapment.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFeatures:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eBreaks
car side windows\u003c\/li\u003e\n\u003cli\u003eCuts jammed safety
belts\u003c\/li\u003e\n\u003cli\u003eCompact, lightweight \u0026amp;
powerful\u003c\/li\u003e\n\u003cli\u003eTrademarked, patented made in
USA\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003cstrong\u003eSpecifications:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eDIMENSIONS:
3L x 1.25W x 0.67D (in.)\u003c\/li\u003e\n\u003cli\u003eWEIGHT:
0.6oz\u003c\/li\u003e\n\u003cli\u003eMATERIALS: ABS plastic |Stainless
Steel\u003c\/li\u003e\n\u003c\/ul\u003e","published_at":"2018-09-14T06:25:33-07:00","created_at":"2018-09-14T06:29:15-07:00","vendor":"Resqme","type":"Gadgets
\u0026 Accessories","tags":["car accessories","car
safety","gift","keychain","resqme","safety"],"price":995,"price_min":995,"price_max":995,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":14039084662853,"title":"Orange","option1":"Orange","option2":null,"option3":null,"sku":"KR_resqme-Orange","requires_shipping":true,"taxable":true,"featured_image":{"id":4235312889925,"product_id":1544471380037,"position":4,"created_at":"2018-09-14T06:29:26-07:00","updated_at":"2018-10-18T14:37:52-07:00","alt":"Resqme
| Original Key chain Car Escape |
Orange","width":600,"height":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/resqme-b-571.jpg?v=1539898672","variant_ids":[14039084662853]},"available":true,"name":"Resqme
-
Orange","public_title":"Orange","options":["Orange"],"price":995,"weight":907,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":"Resqme
| Original Key chain Car Escape |
Orange","id":3142908280901,"position":4,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/resqme-b-571.jpg?v=1539898672"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":14039084695621,"title":"Red","option1":"Red","option2":null,"option3":null,"sku":"KR_resqme-Red","requires_shipping":true,"taxable":true,"featured_image":{"id":4235312595013,"product_id":1544471380037,"position":1,"created_at":"2018-09-14T06:29:21-07:00","updated_at":"2018-10-18T14:37:14-07:00","alt":"Resqme
| Original Key chain Car Escape |
Red","width":600,"height":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/windshield-571.jpg?v=1539898634","variant_ids":[14039084695621]},"available":true,"name":"Resqme
-
Red","public_title":"Red","options":["Red"],"price":995,"weight":907,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":"Resqme
| Original Key chain Car Escape |
Red","id":3142908117061,"position":1,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/windshield-571.jpg?v=1539898634"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":14039084728389,"title":"Yellow","option1":"Yellow","option2":null,"option3":null,"sku":"KR_resqme-Yellow","requires_shipping":true,"taxable":true,"featured_image":{"id":4830191648837,"product_id":1544471380037,"position":5,"created_at":"2018-10-18T14:32:28-07:00","updated_at":"2018-10-18T14:38:11-07:00","alt":"Resqme
| Original Key chain Car Escape |
Yellow","width":800,"height":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/resqme-yellow.jpg?v=1539898691","variant_ids":[14039084728389]},"available":true,"name":"Resqme
-
Yellow","public_title":"Yellow","options":["Yellow"],"price":995,"weight":907,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":"Resqme
| Original Key chain Car Escape |
Yellow","id":3403030691909,"position":5,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/resqme-yellow.jpg?v=1539898691"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":14039084761157,"title":"Blue","option1":"Blue","option2":null,"option3":null,"sku":"KR_resqme-Blue","requires_shipping":true,"taxable":true,"featured_image":{"id":4830227202117,"product_id":1544471380037,"position":6,"created_at":"2018-10-18T14:35:30-07:00","updated_at":"2018-10-18T14:38:26-07:00","alt":"Resqme
| Original Key chain Car Escape |
Blue","width":800,"height":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/resqme-blue.jpg?v=1539898706","variant_ids":[14039084761157]},"available":true,"name":"Resqme
-
Blue","public_title":"Blue","options":["Blue"],"price":995,"weight":907,"compare_at_price":null,"inventory_management":"shopify","barcode":"","featured_media":{"alt":"Resqme
| Original Key chain Car Escape |
Blue","id":3403047927877,"position":6,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/resqme-blue.jpg?v=1539898706"}},"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/stuffuneed.com\/cdn\/shop\/products\/windshield-571.jpg?v=1539898634","\/\/stuffuneed.com\/cdn\/shop\/products\/images_6762b9e3-1a28-4b1a-8ece-f3521ecc0a24.jpg?v=1539105388","\/\/stuffuneed.com\/cdn\/shop\/products\/resqme-a-571.jpg?v=1539898658","\/\/stuffuneed.com\/cdn\/shop\/products\/resqme-b-571.jpg?v=1539898672","\/\/stuffuneed.com\/cdn\/shop\/products\/resqme-yellow.jpg?v=1539898691","\/\/stuffuneed.com\/cdn\/shop\/products\/resqme-blue.jpg?v=1539898706"],"featured_image":"\/\/stuffuneed.com\/cdn\/shop\/products\/windshield-571.jpg?v=1539898634","options":["Color"],"media":[{"alt":"Resqme
| Original Key chain Car Escape |
Red","id":3142908117061,"position":1,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/windshield-571.jpg?v=1539898634"},"aspect_ratio":1.0,"height":600,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/windshield-571.jpg?v=1539898634","width":600},{"alt":"\u003ciframe
width=\"572\" height=\"572\"
src=\"https:\/\/www.youtube.com\/embed\/BQAQaIXQbJI\" frameborder=\"0\"
allow=\"autoplay; encrypted-media\"
allowfullscreen\u003e\u003c\/iframe\u003e","id":3143976910917,"position":2,"preview_image":{"aspect_ratio":1.0,"height":225,"width":225,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/images_6762b9e3-1a28-4b1a-8ece-f3521ecc0a24.jpg?v=1539105388"},"aspect_ratio":1.0,"height":225,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/images_6762b9e3-1a28-4b1a-8ece-f3521ecc0a24.jpg?v=1539105388","width":225},{"alt":"Resqme
| Original Key chain Car Escape |
Yellow","id":3142908182597,"position":3,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/resqme-a-571.jpg?v=1539898658"},"aspect_ratio":1.0,"height":600,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/resqme-a-571.jpg?v=1539898658","width":600},{"alt":"Resqme
| Original Key chain Car Escape |
Orange","id":3142908280901,"position":4,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/resqme-b-571.jpg?v=1539898672"},"aspect_ratio":1.0,"height":600,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/resqme-b-571.jpg?v=1539898672","width":600},{"alt":"Resqme
| Original Key chain Car Escape |
Yellow","id":3403030691909,"position":5,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/resqme-yellow.jpg?v=1539898691"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/resqme-yellow.jpg?v=1539898691","width":800},{"alt":"Resqme
| Original Key chain Car Escape |
Blue","id":3403047927877,"position":6,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/resqme-blue.jpg?v=1539898706"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/resqme-blue.jpg?v=1539898706","width":800}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eA
revolutionary hand-held rescue tool amazingly powerful despite its mini size.
Originally developed for first responders (firefighters EMTs, law enforcement
agencies); resqme® has become an essential safety solution for all
safety-conscious drivers.\u003c\/p\u003e\n\u003cp\u003eA fierce but absolutely
safe spring loaded stainless steel spike allows the vehicle occupant to easily
break side windows and a carefully concealed stainless steel razor blade slices
through a jammed seat belt to prevent vehicular
entrapment.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFeatures:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eBreaks
car side windows\u003c\/li\u003e\n\u003cli\u003eCuts jammed safety
belts\u003c\/li\u003e\n\u003cli\u003eCompact, lightweight \u0026amp;
powerful\u003c\/li\u003e\n\u003cli\u003eTrademarked, patented made in
USA\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003cstrong\u003eSpecifications:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eDIMENSIONS:
3L x 1.25W x 0.67D (in.)\u003c\/li\u003e\n\u003cli\u003eWEIGHT:
0.6oz\u003c\/li\u003e\n\u003cli\u003eMATERIALS: ABS plastic |Stainless
Steel\u003c\/li\u003e\n\u003c\/ul\u003e"}


RESQME

$9.95

A revolutionary hand-held rescue tool amazingly powerful despite its mini size.
Originally developed for first responders (firefighters EMTs, law enforcement
agencies); resqme® has become an essential safety solution for all
safety-conscious drivers. A fierce but absolutely safe spring loaded stainless
steel spike allows the vehicle occupant to ...

Color Orange Red Yellow Blue
Orange - $9.95 USD Red - $9.95 USD Yellow - $9.95 USD Blue - $9.95 USD
Color
Orange
Red
Yellow
Blue

--------------------------------------------------------------------------------

More Info

Buy it nowMore payment options


Sale

Quick View

THE BEARD BIB

$24.99 $29.99

{"id":1541904269381,"title":"The Beard
Bib","handle":"the-beard-bib","description":"\u003cp\u003eDo you dread the task
of cleaning up after grooming your facial hair? The fact is grooming facial hair
can be a very messy and time consuming task. Fear no more, Beard Bib by BEARD
KING is the only men's grooming tool that reduces manual cleanup and allows for
an easy disposal.\u003c\/p\u003e\n\u003cp\u003eFEAR THE BEARD, NOT THE
MESS\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eCatches
Facial Hair Clippings\u003c\/li\u003e\n\u003cli\u003eBeard Trimmings
Catcher\u003c\/li\u003e\n\u003cli\u003eEasy Flap Shoot
Disposal\u003c\/li\u003e\n\u003cli\u003eLoop Holders for pausing
session\u003c\/li\u003e\n\u003cli\u003eOne size fits
ALL\u003c\/li\u003e\n\u003cli\u003eSelf Packing
Pouch\u003c\/li\u003e\n\u003cli\u003eHand Made. Designed in
U.S.A\u003c\/li\u003e\n\u003cli\u003ePatent
Pending\u003c\/li\u003e\n\u003cli\u003eAs Seen on Shark
Tank\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003cstrong\u003eTechnical
Details\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eProduct
Dimensions:\u003cb\u003e\u003cspan
class=\"Apple-converted-space\"\u003e \u003c\/span\u003e\u003c\/b\u003e47 x 27 x
0.2 inches\u003c\/li\u003e\n\u003cli\u003eWeight: 4.5
ounces\u003c\/li\u003e\n\u003c\/ul\u003e","published_at":"2018-09-13T11:38:08-07:00","created_at":"2018-09-13T12:00:56-07:00","vendor":"Beard
King","type":"Gadgets \u0026 Accessories","tags":["Accessories","Beard","for
him","Men"],"price":2499,"price_min":2499,"price_max":2499,"available":true,"price_varies":false,"compare_at_price":2999,"compare_at_price_min":2999,"compare_at_price_max":2999,"compare_at_price_varies":false,"variants":[{"id":14020369252421,"title":"Black","option1":"Black","option2":null,"option3":null,"sku":"BEARDKING-BEARD
BIB-Black","requires_shipping":true,"taxable":true,"featured_image":{"id":4227528556613,"product_id":1541904269381,"position":4,"created_at":"2018-09-13T12:00:59-07:00","updated_at":"2018-10-23T14:02:59-07:00","alt":"BeardKing
| The Beard Bib |
Black","width":600,"height":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/beard_king_beard_bib_black_01_571_2.jpg?v=1540328579","variant_ids":[14020369252421]},"available":true,"name":"The
Beard Bib -
Black","public_title":"Black","options":["Black"],"price":2499,"weight":142,"compare_at_price":2999,"inventory_management":"shopify","barcode":"861903000203","featured_media":{"alt":"BeardKing
| The Beard Bib |
Black","id":3138679111749,"position":4,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/beard_king_beard_bib_black_01_571_2.jpg?v=1540328579"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":14020369285189,"title":"White","option1":"White","option2":null,"option3":null,"sku":"BEARDKING-BEARD
BIB-White","requires_shipping":true,"taxable":true,"featured_image":{"id":4831303204933,"product_id":1541904269381,"position":10,"created_at":"2018-10-18T16:14:41-07:00","updated_at":"2018-10-23T14:08:06-07:00","alt":"BeardKing
| The Beard Bib |
White","width":800,"height":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/bearb-bib--white.jpg?v=1540328886","variant_ids":[14020369285189]},"available":true,"name":"The
Beard Bib -
White","public_title":"White","options":["White"],"price":2499,"weight":142,"compare_at_price":null,"inventory_management":"shopify","barcode":"861903000203","featured_media":{"alt":"BeardKing
| The Beard Bib |
White","id":3403765776453,"position":10,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/bearb-bib--white.jpg?v=1540328886"}},"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/stuffuneed.com\/cdn\/shop\/products\/beard-king-571px_2.jpg?v=1540328561","\/\/stuffuneed.com\/cdn\/shop\/products\/beard-king-820px.jpg?v=1540328567","\/\/stuffuneed.com\/cdn\/shop\/products\/beard-king-660px.jpg?v=1538675979","\/\/stuffuneed.com\/cdn\/shop\/products\/beard_king_beard_bib_black_01_571_2.jpg?v=1540328579","\/\/stuffuneed.com\/cdn\/shop\/products\/images_c19e53e9-5bd0-4ed8-b40c-87151de85a3d.jpg?v=1538675979","\/\/stuffuneed.com\/cdn\/shop\/products\/images_10ac3fcc-d521-4d81-a855-b689f57c3e74.jpg?v=1538675979","\/\/stuffuneed.com\/cdn\/shop\/products\/beard_king_beard_bib_black_03_571_2.jpg?v=1540328598","\/\/stuffuneed.com\/cdn\/shop\/products\/beard-king_how-to-571px_2.jpg?v=1540328609","\/\/stuffuneed.com\/cdn\/shop\/products\/the-beard-bib_571px_2.jpg?v=1540328870","\/\/stuffuneed.com\/cdn\/shop\/products\/bearb-bib--white.jpg?v=1540328886"],"featured_image":"\/\/stuffuneed.com\/cdn\/shop\/products\/beard-king-571px_2.jpg?v=1540328561","options":["Color"],"media":[{"alt":"BeardKing
| The Beard Bib
","id":3138679930949,"position":1,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/beard-king-571px_2.jpg?v=1540328561"},"aspect_ratio":1.0,"height":600,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/beard-king-571px_2.jpg?v=1540328561","width":600},{"alt":"BeardKing
| The Beard Bib
","id":3253408792645,"position":2,"preview_image":{"aspect_ratio":1.262,"height":650,"width":820,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/beard-king-820px.jpg?v=1540328567"},"aspect_ratio":1.262,"height":650,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/beard-king-820px.jpg?v=1540328567","width":820},{"alt":null,"id":3253518499909,"position":3,"preview_image":{"aspect_ratio":1.1,"height":600,"width":660,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/beard-king-660px.jpg?v=1538675979"},"aspect_ratio":1.1,"height":600,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/beard-king-660px.jpg?v=1538675979","width":660},{"alt":"BeardKing
| The Beard Bib |
Black","id":3138679111749,"position":4,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/beard_king_beard_bib_black_01_571_2.jpg?v=1540328579"},"aspect_ratio":1.0,"height":600,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/beard_king_beard_bib_black_01_571_2.jpg?v=1540328579","width":600},{"alt":"\u003ciframe
width=\"573\" height=\"573\"
src=\"https:\/\/www.youtube.com\/embed\/VO8fiH8-BhA\" frameborder=\"0\"
allow=\"autoplay; encrypted-media\"
allowfullscreen\u003e\u003c\/iframe\u003e","id":3144111521861,"position":5,"preview_image":{"aspect_ratio":1.0,"height":225,"width":225,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/images_c19e53e9-5bd0-4ed8-b40c-87151de85a3d.jpg?v=1538675979"},"aspect_ratio":1.0,"height":225,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/images_c19e53e9-5bd0-4ed8-b40c-87151de85a3d.jpg?v=1538675979","width":225},{"alt":"\u003ciframe
width=\"573\" height=\"573\"
src=\"https:\/\/www.youtube.com\/embed\/m70yXB4j5pI\" frameborder=\"0\"
allow=\"autoplay; encrypted-media\"
allowfullscreen\u003e\u003c\/iframe\u003e","id":3144114962501,"position":6,"preview_image":{"aspect_ratio":1.0,"height":225,"width":225,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/images_10ac3fcc-d521-4d81-a855-b689f57c3e74.jpg?v=1538675979"},"aspect_ratio":1.0,"height":225,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/images_10ac3fcc-d521-4d81-a855-b689f57c3e74.jpg?v=1538675979","width":225},{"alt":"BeardKing
| The Beard Bib |
Black","id":3138679210053,"position":7,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/beard_king_beard_bib_black_03_571_2.jpg?v=1540328598"},"aspect_ratio":1.0,"height":600,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/beard_king_beard_bib_black_03_571_2.jpg?v=1540328598","width":600},{"alt":"BeardKing
| The Beard Bib |
Black","id":3138679734341,"position":8,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/beard-king_how-to-571px_2.jpg?v=1540328609"},"aspect_ratio":1.0,"height":600,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/beard-king_how-to-571px_2.jpg?v=1540328609","width":600},{"alt":"BeardKing
| The Beard Bib |
White","id":3138680324165,"position":9,"preview_image":{"aspect_ratio":1.0,"height":600,"width":600,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/the-beard-bib_571px_2.jpg?v=1540328870"},"aspect_ratio":1.0,"height":600,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/the-beard-bib_571px_2.jpg?v=1540328870","width":600},{"alt":"BeardKing
| The Beard Bib |
White","id":3403765776453,"position":10,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/stuffuneed.com\/cdn\/shop\/products\/bearb-bib--white.jpg?v=1540328886"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/stuffuneed.com\/cdn\/shop\/products\/bearb-bib--white.jpg?v=1540328886","width":800}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eDo
you dread the task of cleaning up after grooming your facial hair? The fact is
grooming facial hair can be a very messy and time consuming task. Fear no more,
Beard Bib by BEARD KING is the only men's grooming tool that reduces manual
cleanup and allows for an easy disposal.\u003c\/p\u003e\n\u003cp\u003eFEAR THE
BEARD, NOT THE
MESS\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eCatches
Facial Hair Clippings\u003c\/li\u003e\n\u003cli\u003eBeard Trimmings
Catcher\u003c\/li\u003e\n\u003cli\u003eEasy Flap Shoot
Disposal\u003c\/li\u003e\n\u003cli\u003eLoop Holders for pausing
session\u003c\/li\u003e\n\u003cli\u003eOne size fits
ALL\u003c\/li\u003e\n\u003cli\u003eSelf Packing
Pouch\u003c\/li\u003e\n\u003cli\u003eHand Made. Designed in
U.S.A\u003c\/li\u003e\n\u003cli\u003ePatent
Pending\u003c\/li\u003e\n\u003cli\u003eAs Seen on Shark
Tank\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003cstrong\u003eTechnical
Details\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eProduct
Dimensions:\u003cb\u003e\u003cspan
class=\"Apple-converted-space\"\u003e \u003c\/span\u003e\u003c\/b\u003e47 x 27 x
0.2 inches\u003c\/li\u003e\n\u003cli\u003eWeight: 4.5
ounces\u003c\/li\u003e\n\u003c\/ul\u003e"}


THE BEARD BIB

$24.99 $29.99

Do you dread the task of cleaning up after grooming your facial hair? The fact
is grooming facial hair can be a very messy and time consuming task. Fear no
more, Beard Bib by BEARD KING is the only men's grooming tool that reduces
manual cleanup and allows for an easy disposal. FEAR THE BEARD, NOT THE MESS
Features Catches Facial Hair Clippings...

Color Black White
Black - $24.99 USD White - $24.99 USD
Color
Black
White

--------------------------------------------------------------------------------

More Info

Buy it nowMore payment options




Get inspired  see more

PARENTING IDEAS

Browse from our wide collection of parenting accessories

KITCHEN IDEAS

Browse from our wide collection of kitchen accessories


BROWSE OUR BEST COLLECTIONS

APPAREL

KITCHEN

GADGET & ACCESSORIES

HOME & OFFICE

BEAUTY

PARENTING


INSTAGRAM




SUBSCRIBE TO OUR NEWSLETTER

Stay in the Know and be the first to learn about our latest promotions and deals


   


 * WHAT IS STUFFUNEED
   
   
   
   IT'S A PLACE TO DISCOVER GREAT STUFF YOU NEED BUT NEVER KNEW EXISTED -
   ESSENTIAL ITEMS THAT MAKE LIFE A LITTLE BIT EASIER AND MORE ENJOYABLE.
   
   Visit help center
   

 * Previous
 * Next



SHOP

 * Search
 * Collections
 * Gift Ideas

ABOUT US

 * What is Stuffuneed
 * Contact Us
 * Promotions

HELP

 * Help Center
 * Privacy Policy
 * Refund Policy
 * Terms of service

KEEP IN TOUCH

Sign up for our newsletter and be the first to know about coupons and special
promotions.

 * 
 * 

© 2024 stuffuneed.com
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 *