www.pitayafoods.com Open in urlscan Pro
2620:127:f00f:e::  Public Scan

Submitted URL: https://pinkpitaya.com/
Effective URL: https://www.pitayafoods.com/
Submission: On June 29 via api from US — Scanned from DE

Form analysis 31 forms found in the DOM

POST /cart

<form action="/cart" method="post" class="cart-form__main">
  <div class="cart-form__body">
    <div class="cart-form__list">
      <!-- rivets: if cart.items | is_empty -->
      <div class="cart-form__empty">
        <h2 class="h4">Cart is empty</h2>
      </div>
      <!-- rivets: unless cart.items | is_empty -->
    </div>
  </div>
  <div class="cart-form__footer">
    <button class="close-button close hide-for-large" aria-label="Close cart" type="button" data-close=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 23">
        <path d="M21.586 1.414 1.414 21.586M1.414 1.414l20.172 20.172" style="fill:none;stroke:currentColor;stroke-width:4;"></path>
      </svg></button>
    <div class="cart-form__summary">
      <script>
        window.cartCondition = window.cartCondition || {};
        window.cartCondition.productIds = [8326556156128, 8326553436384, 8326550651104, 8326517817568, 8093557784800, 8093409738976, 8093342892256, 8094430593248, 8093398991072, 8274727436512, 8090827686112, 8090809368800, 4509735125064,
          8032086917344, 4509745053768, 4509619486792, 4509739352136, 5660127723679, 5900073435295, 4509621846088, 8510356586720,
        ];
        window.cartCondition.requiredTotal = 8;
        // window.cartCondition.requiredTotal = 800;
      </script>
      <div class="cart-form__condition cart-condition" rv-show="cart.items | has_conditional_types" style="display: none;">
        <p class="cart-condition__status">
          <!-- rivets: unless cart.items | is_condition_met --><span> Add <span rv-text="cart.items | condition_requirement">8</span> more frozen items to checkout </span>
          <!-- rivets: if cart.items | is_condition_met -->
        </p>
        <div class="cart-condition__progress progress-bar">
          <div class="progress-bar__track"></div>
          <div class="progress-bar__value" rv-width="cart.items | condition_requirement true" style="width: 100%;"></div>
        </div>
        <div class="cart-condition__label">
          <p>8 FROZEN ITEM INCREMENTS — <a href="#frozen-items-minimum" title="#frozen-items-minimum">FIND OUT WHY</a></p>
        </div>
      </div>
      <div class="cart-form__subscription-toggle">
        <div class="cart-form__subscription-toggle-switch switch tiny">
          <input class="switch-input" id="subscription-toggle-switch" type="checkbox" name="subscription-toggle-switch">
          <label class="switch-paddle" for="subscription-toggle-switch">
            <span class="visually-hidden">Subscription Toggle</span>
          </label>
        </div>
        <div class="cart-form__subscription-toggle-text">
          <div class="name-tag ">
            <svg class="name-tag__background" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 151.233 22.353" preserveAspectRatio="none">
              <path d="M4.208 1.66A3 3 0 0 1 6.892 0h136.775a3 3 0 0 1 2.605 1.519l4.567 8.045a3 3 0 0 1 .017 2.932l-4.584 8.304a3 3 0 0 1-2.626 1.549H6.955a3 3 0 0 1-2.723-1.738l-3.96-8.559a3 3 0 0 1 .039-2.6Z"></path>
            </svg>
            <p class="name-tag__text">
              <span>Subscribe and Save 10%</span>
            </p>
          </div>
        </div>
      </div>
      <div class="cart-form__checkout">
        <button class="cart-form__submit cart-submit button large block tertiary" type="submit" name="checkout" rv-disabled="cart.items | is_condition_met | not" disabled="">
          <span class="cart-submit__text">CHECKOUT</span>
          <span class="cart-submit__divider">—</span>
          <span class="Bold-theme-hook-DO-NOT-DELETE bold_cart_total" style="display:none !important;"></span>
          <span class="cart-submit__price subtotal-number" rv-html="cart.total_price | money">$0.00</span>
        </button>
        <p class="cart-form__tax-note tax-note">Taxes and <a href="/policies/shipping-policy">shipping</a> calculated at checkout </p>
      </div>
    </div>
    <div class="cart-form__pattern toothed-pattern toothed-pattern--offwhite"></div>
  </div>
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8" data-login-with-shop-sign-in="true" novalidate="novalidate"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8"
    value="✓">
  <div class="field">
    <label for="CustomerEmail"> E-mail </label>
    <input type="email" name="customer[email]" id="CustomerEmail" autocomplete="email" autocorrect="off" autocapitalize="off" placeholder="E-mail">
  </div>
  <div class="field">
    <label for="CustomerPassword"> Password </label>
    <input type="password" value="" name="customer[password]" id="CustomerPassword" autocomplete="current-password" placeholder="Password">
  </div>
  <p class="text-center actions">
    <button class="button tertiary full color-accent-1"> Sign in </button>
  </p>
  <p class="form-note">
    <span>Not a member? </span>
    <a href="/account/register" class="button underline small create-account">
            Create account
          </a>
  </p>
  <hr>
  <button type="button" class="button small underline forgot-pass" data-toggle="forgot_password_form login_form" aria-expanded="true" aria-controls="login_form forgot_password_form"> Forgot your password? </button>
</form>

POST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <div class="field">
    <label class="visually-hidden" for="RecoverEmail"> E-mail </label>
    <input type="email" value="" name="email" id="RecoverEmail" autocorrect="off" autocapitalize="off" autocomplete="email" placeholder="E-mail">
  </div>
  <p class="text-center">
    <button class="button tertiary full"> Submit </button>
  </p>
  <p class="text-center">
    <button type="button" class="button small underline" data-toggle="forgot_password_form login_form" aria-expanded="true" aria-controls="login_form forgot_password_form"> Cancel </button>
  </p>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="45119254102240">
  <input type="hidden" name="properties[short_title]" value="Passion Fruit Sorbetter®">
  <button class="product-card__footer product-footer " style="background-color: #f3c317;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #f3c317;">
          <g id="product-footer-texture-template--15613552197856__c2db1d83-3bc2-4508-aa84-ffaf7ccd7682">
            <path
              d="M0 3.9993371v-.332218c.061 0 .123.006.185.006h.027c1.524 0 2.888-1.355 3.388-3.37299999h2.939c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.024c1.524 0 2.887-1.355 3.393-3.37299999h2.934C16.8 2.3181191 18.171 3.6731191 19.7 3.6731191h.023c1.525 0 2.888-1.355 3.393-3.37299999h2.934c.509 2.01799999 1.877 3.37299999 3.4 3.37299999h.025c1.525 0 2.892-1.355 3.397-3.37299999h2.935c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.024c.800204-.01729 1.55869-.360417 2.1-.95.639382-.678483 1.086988-1.514682 1.297-2.42299999h2.935c.05901.232342.131464.461061.217.685.033.089.073.17299999.112.25499999l.04.085.038.086c.028.064.057.131.089.192.08196.15339.172085.302271.27.446l.024.041c.012.02.024.039.037.058.521008.819047 1.377678 1.365631 2.34 1.493v.006c.03 0 .058.007.089.012.04891.0084.09839.01306.148.014h.025c1.525 0 2.888-1.355 3.393-3.37299999h2.935c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.023c1.525 0 2.888-1.355 3.393-3.37299999h2.936c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.028c1.53 0 2.893-1.355 3.4-3.37299999h2.935c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.024c1.525 0 2.888-1.355 3.394-3.37299999h2.933c.509 2.01799999 1.878 3.37299999 3.4 3.37299999h.024c1.53 0 2.89-1.355 3.399-3.37299999h2.934c.509 2.01799999 1.878 3.37299999 3.4 3.37299999h.022c1.526 0 2.89-1.355 3.4-3.37299999h2.935c.509 2.01799999 1.878 3.37299999 3.406 3.37299999h.023c.80177-.01675 1.56201-.35985 2.105-.95.002-.0035.004-.0066.007-.009.63182-.677893 1.07338-1.510646 1.28-2.41399999h2.934c.0601.232132.13292.460806.218.685.036.1.081.19099999.123.27999999l.029.059c.013.03.026.059.039.089.027.062.054.126.086.184.083.158.179.308.27.446l.023.037c.013.021.025.041.04.061.51988.819879 1.37652 1.367049 2.339 1.494v.006c.031 0 .061.007.092.012.0482.0083.097.013.146.014h.025c1.524 0 2.887-1.355 3.394-3.37299999h2.933c.508 2.01799999 1.877 3.37299999 3.4 3.37299999h.025c1.522 0 2.885-1.355 3.392-3.37299999h2.934c.509 2.01799999 1.878 3.37299999 3.4 3.37299999h.024c1.525 0 2.888-1.355 3.394-3.37299999h2.933c.509 2.01799999 1.878 3.37299999 3.407 3.37299999h.022c1.524 0 2.887-1.355 3.394-3.37299999h2.934c.51 2.01799999 1.878 3.37299999 3.4 3.37299999h.025c1.524 0 2.887-1.355 3.393-3.37299999h2.934c.508 2.01799999 1.877 3.37299999 3.4 3.37299999h.023c1.525 0 2.888-1.355 3.394-3.37299999h2.934c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.024c.80018-.01741 1.55862-.360513 2.1-.95.64504-.674858 1.0992-1.508978 1.316-2.41699999h2.936c.058.232294.12943.461015.214.685.036.09.076.17499999.114.25899999l.038.08c.015.033.03.066.046.1.026.059.052.119.081.175.0826.153248.17302.302115.271.446.01.015.02.031.029.047.009.016.022.035.033.051.51998.819779 1.37657 1.366916 2.339 1.494v.006c.031 0 .06.007.091.012.0486.0083.0977.01301.147.014h.025c1.524 0 2.887-1.355 3.393-3.37299999h2.934c.509 2.01799999 1.877 3.37299999 3.4 3.37299999h.024c1.526 0 2.889-1.355 3.392-3.37299999h2.937c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.023c1.524 0 2.888-1.355 3.395-3.37299999h2.934c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.025c1.525 0 2.888-1.355 3.391-3.37299999h2.935c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.025c1.525 0 2.888-1.355 3.392-3.37299999h2.936c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.024c1.524 0 2.887-1.355 3.393-3.37299999h2.935c.509 2.01799999 1.877 3.37299999 3.4 3.37299999h.024c.80245-.01688 1.56319-.360766 2.106-.952l.005-.007c.6408-.673705 1.09145-1.505309 1.306-2.40999999h2.935c.059.232233.13111.460934.216.685.031.081.067.15799999.1.23399999.016.033.031.067.047.1l.043.1c.027.062.056.127.086.186.072.135.158.275.267.44l.025.041c.0123.02133.0256.04202.04.062.52051.820174 1.37789 1.367344 2.341 1.494v.006c.03 0 .059.007.089.012.0486.0084.0977.0131.147.014h.025c1.525 0 2.888-1.355 3.392-3.37299999h2.94c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.023c1.525 0 2.889-1.355 3.394-3.37299999h2.936c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.022c1.526 0 2.889-1.355 3.394-3.37299999h2.935c.509 2.01799999 1.876 3.37299999 3.4 3.37299999h.023c1.525 0 2.889-1.355 3.395-3.37299999h2.934c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.023c1.525 0 2.889-1.355 3.4-3.37299999h2.932c.509 2.01799999 1.878 3.37299999 3.4 3.37299999h.024c1.525 0 2.888-1.355 3.393-3.37299999h2.935c.509 2.01799999 1.876 3.37299999 3.4 3.37299999h.024c.80164-.01733 1.56166-.36033 2.105-.95l.006-.009c.64047-.675305 1.08983-1.508789 1.302-2.41499999h2.935c.0582.232699.13097.461489.218.685.031.084.068.16399999.1.24099999l.043.094.037.085c.029.067.059.136.093.2.0807.151337.1695.298216.266.44l.032.051c.011.018.022.035.033.051.52085.820771 1.37911 1.368039 2.343 1.494v.006c.031 0 .061.007.092.012.0486.0083.0977.01301.147.014h.024c1.526 0 2.889-1.355 3.393-3.37299999h2.934c.51 2.01799999 1.878 3.37299999 3.4 3.37299999h.025c1.525 0 2.888-1.355 3.393-3.37299999h2.934c.509 2.01799999 1.877 3.37299999 3.4 3.37299999h.026c1.523 0 2.886-1.355 3.394-3.37299999H348c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.026c1.523 0 2.886-1.355 3.392-3.37299999h2.934c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.024c1.524 0 2.887-1.355 3.393-3.37299999H367V3.9886831s-366.999.01456-367 .01065z"
              data-name="Combined Shape"></path>
          </g>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$8.99 PER PINT</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="8326556156128" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="45119133319392">
  <input type="hidden" name="properties[short_title]" value="Acai Berry Sorbetter®">
  <button class="product-card__footer product-footer " style="background-color: #b01a82;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #b01a82;">
          <use xlink:href="#product-footer-texture-template--15613552197856__c2db1d83-3bc2-4508-aa84-ffaf7ccd7682"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$8.99 PER PINT</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="8326517817568" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="45119236341984">
  <input type="hidden" name="properties[short_title]" value="Dragon Fruit Sorbetter®">
  <button class="product-card__footer product-footer " style="background-color: #e54e51;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #e54e51;">
          <use xlink:href="#product-footer-texture-template--15613552197856__c2db1d83-3bc2-4508-aa84-ffaf7ccd7682"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$8.99 PER PINT</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="8326550651104" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="45119243419872">
  <input type="hidden" name="properties[short_title]" value="Coconut Sorbetter®">
  <button class="product-card__footer product-footer " style="background-color: #22d8c2;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #22d8c2;">
          <use xlink:href="#product-footer-texture-template--15613552197856__c2db1d83-3bc2-4508-aa84-ffaf7ccd7682"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$8.99 PER PINT</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="8326553436384" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

<form class="product-carousel__filters product-filters">
  <label class="product-filters__item">
    <input class="product-filters__checkbox" type="radio" name="product-type" value="*" checked="">
    <div class="product-filters__inner">
      <div class="product-filters__icon">
        <svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 83.08 82.97">
          <defs>
            <style>
              .cls-1 {
                fill: #010101;
              }
            </style>
          </defs>
          <g id="Layer_1-2">
            <g>
              <path class="cls-1" d="M5.77,33.5l-4.96-.32C4.75,13.95,21.87,0,41.52,0s36.69,14.09,40.7,33.21l-4.95,.29c-3.53-16.86-18.49-28.59-35.74-28.59S9.24,16.55,5.77,33.5Z"></path>
              <path class="cls-1" d="M16.09,35.28l-4.86-1.04c3.41-13.98,15.94-23.87,30.34-23.87s26.82,9.75,30.24,23.7l-4.77,1.17c-2.88-11.75-13.36-19.96-25.47-19.96s-22.61,8.22-25.48,19.99Z"></path>
              <path class="cls-1"
                d="M43.95,82.97h-4.91v-3.78c0-19.36-15.09-35.26-34.11-36.54,.5,16.99,12.66,31.47,29.36,34.82v5l-.43-.08C14.24,78.72,0,61.55,0,41.56v-3.9H2.46c17.95,0,33.27,11.46,39.04,27.46,5.78-16,21.14-27.46,39.12-27.46h2.44l.03,3.9c0,19.99-14.24,37.16-33.87,40.83l-.46,.09v-5c16.72-3.34,28.9-17.82,29.4-34.83-19.07,1.27-34.2,17.18-34.2,36.54v3.78Z">
              </path>
              <path class="cls-1"
                d="M41.5,53.12l-2.04-3.04s-3.43-4.66-7.24-7.54c-4.07-3.06-6.61-4.12-7.81-4.63l-2.18-.85,.79-2.2c2.81-7.76,10.25-12.98,18.51-12.98s15.6,5.2,18.48,12.94l.82,2.21-2.18,.91s-3.49,1.23-7.88,4.61c-3.78,2.92-7.2,7.47-7.23,7.52l-2.04,3.04Zm-12.95-18.61c1.63,.83,3.99,2.15,6.54,3.94,2.6,1.83,4.87,4.31,6.41,6.19,1.53-1.88,3.81-4.36,6.41-6.19,2.55-1.79,4.92-3.11,6.56-3.95-2.6-4.68-7.56-7.7-12.94-7.7s-10.42,3.02-12.97,7.71Z">
              </path>
              <path class="cls-1" d="M50.97,71.23l-1.59,.54,2.25-6c6.56-2.76,11.79-8.19,14.43-14.76l5.93-2.44-.43,1.59c-2.92,10.04-10.62,17.92-20.59,21.08Z"></path>
              <path class="cls-1" d="M31.94,71.23l1.59,.54-2.25-6c-6.56-2.76-11.79-8.19-14.43-14.76l-5.93-2.44,.43,1.59c2.92,10.04,10.62,17.92,20.59,21.08Z"></path>
            </g>
          </g>
        </svg>
      </div>
      <span class="product-filters__text">All</span>
    </div>
  </label><label class="product-filters__item">
    <input class="product-filters__checkbox" type="radio" name="product-type" value=",retail-smoothie-packs,smoothie-packs">
    <div class="product-filters__inner">
      <div class="product-filters__icon">
        <svg xmlns="http://www.w3.org/2000/svg" data-name="Group 3" viewBox="0 0 34 52" xmlns:xlink="http://www.w3.org/1999/xlink">
          <defs>
            <path id="a" fill="none" d="M0 0h34v52H0Z" data-name="Clip 2"></path>
          </defs>
          <defs>
            <clipPath id="b">
              <use xlink:href="#a" data-name="Clip 2"></use>
            </clipPath>
          </defs>
          <use xlink:href="#a" data-name="Clip 2"></use>
          <g clip-path="url(#b)" data-name="Group 3">
            <path fill="#010101"
              d="M24.129 52c-.714 0-1.435-.009-2.132-.018h-.11c-.661-.008-1.345-.017-2.016-.017h-.72c-1.563.016-3.248.023-5.151.023-2.061 0-4.157-.009-6.184-.017l-1.6-.007c-.356 0-.716-.012-1.065-.021-.381-.011-.775-.022-1.162-.022-.3 0-.576.007-.832.02h-.152a1.6 1.6 0 0 1-1.749-1.531c-.106-1.045-.26-2.1-.41-3.121A44.559 44.559 0 0 1 .3 42.223c-.276-8.94-.359-16.952-.259-24.495a122.081 122.081 0 0 1 .916-14.4A3.814 3.814 0 0 1 2.119.652 4.24 4.24 0 0 1 4.845.007h.114c3.456.027 7.041.04 10.969.04C20.11.047 24.681.032 30.311 0h.029a2.253 2.253 0 0 1 1.93.715 2.165 2.165 0 0 1 .2 1.593 4.792 4.792 0 0 0-.053.77 5.941 5.941 0 0 0 .595 2.113 7.22 7.22 0 0 1 .488 2.492c.573 8.115.524 16.4.476 24.415v.028q-.01 1.608-.018 3.215c-.008 1.74-.043 3.543-.077 5.286-.023 1.159-.046 2.357-.061 3.526-.006.459.014.926.034 1.422.09 2.173.184 4.42-1.935 5.6a29.123 29.123 0 0 1-7.79.825ZM5.668 1.794c-1.275 0-2.506.2-2.879 1.672C1.7 7.763 1.7 12.343 1.692 16.773c0 .852 0 1.733-.01 2.59q0 .391-.009.782c-.054 3.873.072 7.81.194 11.617.051 1.6.1 3.247.143 4.87.057 2.377.112 5.506.038 8.624q0 .1-.005.2C2 47.029 1.93 49.659 3.8 50.08a3.135 3.135 0 0 0 .689.069c.292 0 .589-.029.877-.057l.084-.008c1.341-.128 2.773-.188 4.508-.188 1.294 0 2.611.034 3.885.066 1.094.028 2.226.057 3.333.064 2.042.013 4.169.021 6.5.026h3.431c.185 0 .415.015.658.031.286.019.61.041.918.041a2.379 2.379 0 0 0 1.181-.216 1.143 1.143 0 0 0 .5-.841 3.335 3.335 0 0 0-.068-1 132.84 132.84 0 0 1-1.356-25.081l.013-.6c.054-2.535.109-5.156.275-7.723.052-.8.126-1.616.2-2.4a40.642 40.642 0 0 0 .252-5.573q0-.092-.009-.184a4.725 4.725 0 0 1 .083-1.514 4.672 4.672 0 0 1 .282-.7 5.34 5.34 0 0 0 .256-.616 1.343 1.343 0 0 0-.119-1.255 1.852 1.852 0 0 0-1.534-.621c-.084 0-.17 0-.255.011-1.647.135-3.4.2-5.526.2-1.661 0-3.351-.039-4.986-.077-1.416-.033-2.88-.067-4.307-.074-2.651-.015-4.678-.026-6.572-.033-.2 0-.4-.007-.614-.013-.234-.014-.474-.02-.711-.02Zm26.158 13.722a.867.867 0 0 0-.481.717c-.212 1.771-.326 3.255-.359 4.67-.064 2.641.01 5.323.082 7.917.049 1.771.1 3.6.105 5.4v1.105c-.007.81-.013 1.647.029 2.469l.006.118a7.3 7.3 0 0 0 .315 2.114l.434-.049c0-2.044.021-4.123.036-6.132.042-5.979.09-12.166-.167-18.329Z"
              data-name="Fill 1"></path>
          </g>
        </svg>
      </div>
      <span class="product-filters__text">Smoothie Packs</span>
      <span class="product-filters__label"></span>
    </div>
  </label><label class="product-filters__item">
    <input class="product-filters__checkbox" type="radio" name="product-type" value=",retail-iqf-cubes,bite-sized-pieces">
    <div class="product-filters__inner">
      <div class="product-filters__icon">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 42.998 55">
          <defs>
            <clipPath id="a">
              <path fill="none" d="M0 0h21v21H0Z" data-name="Clip 4"></path>
            </clipPath>
          </defs>
          <g data-name="Group 8">
            <path fill="#010101"
              d="M14.69 45a2.3 2.3 0 0 1-1.2-.4c-1.084-.671-2.18-1.346-3.24-2-2.722-1.675-5.537-3.407-8.274-5.16C-.002 36.175.088 34.13.192 31.761l.013-.288c-.907-3.322 1.382-4.699 3.746-5.607 2.433-.934 4.847-2.061 7.172-3.151.966-.452 1.965-.915 2.953-1.367A3.472 3.472 0 0 1 15.489 21a2.161 2.161 0 0 1 1.9 1.177l.548.9c1.645 2.7 3.344 5.5 4.831 8.348a3.585 3.585 0 0 1-.2 2.946c-1.233 2.046-2.585 4.064-3.892 6.015-.742 1.108-1.509 2.253-2.246 3.391A2.158 2.158 0 0 1 14.69 45ZM3.858 33.111c-.11 0-.225 0-.34.014s-.225.233-.368.542c-.075.163-.16.346-.261.528.2.236.387.489.568.733a6.033 6.033 0 0 0 1.267 1.392c2.632 1.864 5.561 3.835 8.954 6.026a1.9 1.9 0 0 0 .934.221.824.824 0 0 0 .611-.171.977.977 0 0 0 .257-.767 1.627 1.627 0 0 0-.836-.992c-1.663-1.087-3.328-2.263-5.089-3.6-.75-.567-1.489-1.177-2.2-1.766-.768-.626-1.557-1.271-2.357-1.876a1.99 1.99 0 0 0-1.14-.284Zm11.662-9.433c-.177.046-.325.079-.454.109a2.763 2.763 0 0 0-.556.162l-.778.361c-1.59.738-3.234 1.5-4.834 2.29a31.4 31.4 0 0 0-3.407 1.893 1.009 1.009 0 0 0-.208.653.845.845 0 0 0 .1.586c.974.833 2 1.64 2.986 2.421.721.569 1.467 1.158 2.189 1.753l.44.364c1.539 1.267 3.129 2.576 4.587 3.981a2.162 2.162 0 0 0 1.38.771c.422 0 .815-.27 1.239-.849.375-.513.732-1.054 1.077-1.578.448-.68.912-1.383 1.421-2.031a2.44 2.44 0 0 0 .033-3.059c-1.58-2.675-2.909-4.867-4.182-6.9a2.734 2.734 0 0 0-.737-.7c-.105-.075-.208-.151-.296-.227Z"
              data-name="Fill 1"></path>
            <g data-name="Group 5">
              <path fill="none" d="M20.998 0h21v21h-21Z" data-name="Clip 4"></path>
              <g clip-path="url(#a)" data-name="Group 5" transform="translate(20.998)">
                <path fill="#010101"
                  d="M5.781 21c-.143-.071-.32-.151-.525-.243A13.624 13.624 0 0 1 3.242 19.7c-.224-.151-.457-.3-.7-.452a5.671 5.671 0 0 1-2.428-2.213c-.337-.858.141-2.109.562-3.212.078-.2.152-.4.22-.586C2.144 9.787 3.448 6.41 4.773 3.2a3.235 3.235 0 0 1 1.541-1.447A33.666 33.666 0 0 1 10.365.215 4.094 4.094 0 0 1 11.622 0 3.327 3.327 0 0 1 14 1.044c1.152 1.113 2.376 2.188 3.561 3.228.667.586 1.357 1.191 2.026 1.8 1.658 1.5 1.745 1.911.844 3.988-1.2 2.765-2.369 5.47-3.466 8.163a2.424 2.424 0 0 1-2.282 1.6c-1.926.213-3.808.475-5.987.779h-.007c-.927.129-1.885.263-2.908.4Zm7.08-13.125c-1.225 0-1.961.728-2.539 2.512-.65 2-1.437 4-2.2 5.929l-.106.27c-.256.649-.286 1.1-.093 1.386.174.256.53.38 1.088.38.069 0 .142 0 .218-.006.757-.039 1.525-.119 2.268-.2.323-.033.656-.068.985-.1.351.027.649.04.911.04 1.866 0 2.44-.706 3.214-2.827q.111-.3.221-.608a33.291 33.291 0 0 1 1.558-3.806 1.47 1.47 0 0 0 .2-1.236c-.14-.321-.5-.546-1.152-.73-.428-.12-.872-.213-1.3-.3a16.239 16.239 0 0 1-1.6-.393 5.613 5.613 0 0 0-1.673-.312Zm-6.138-2.9a2.352 2.352 0 0 0-.961.924c-.672 1.345-1.307 2.748-1.885 4.173-.511 1.262-.994 2.561-1.461 3.817v.006c-.195.524-.4 1.067-.6 1.6a1.6 1.6 0 0 0 1.446 1.753 2.21 2.21 0 0 0 .544.075c.671 0 1.131-.388 1.448-1.221 1.213-3.187 2.119-5.656 2.939-8a2.445 2.445 0 0 0 .077-1.713 4.092 4.092 0 0 0-1.526-1.4.041.041 0 0 0-.021-.01Zm4.326-2.735c-.212 0-.589.349-.769.59a.615.615 0 0 0 0 .419.421.421 0 0 0 .151.268c.972.423 1.977.817 2.948 1.2h.005l.857.337.064-.157.1-.251c-.108-.142-.21-.3-.308-.448a3.071 3.071 0 0 0-.751-.889A8.965 8.965 0 0 0 11.1 2.252a.157.157 0 0 0-.051-.008Z"
                  data-name="Fill 3"></path>
              </g>
            </g>
            <path fill="#010101"
              d="M33.574 55c-1.716 0-3.723-1.44-4.922-2.3a13.418 13.418 0 0 1-4.486-4.713 7.112 7.112 0 0 1-.479-1.809 7.749 7.749 0 0 0-.422-1.678c-.022-.052-.044-.1-.067-.155a2.029 2.029 0 0 1-.2-.6 1.037 1.037 0 0 1 0-.107 1.652 1.652 0 0 1 .106-.542 6.308 6.308 0 0 1 1.95-2.448q3.9-3.486 7.8-6.971A2.106 2.106 0 0 1 34.135 33a.945.945 0 0 1 .21.024 1.744 1.744 0 0 1 .9.7 66.737 66.737 0 0 1 4.736 6.616c.717 1.145 1.408 2.326 2.053 3.51.085.157.182.319.275.475.481.806.978 1.64.5 2.549a4.946 4.946 0 0 1-1.019 1.206c-.112.107-.227.217-.336.327a16.814 16.814 0 0 0-1.656 2.063 13.063 13.063 0 0 1-2.171 2.536 13.2 13.2 0 0 1-2.2 1.38 4.172 4.172 0 0 1-1.687.61c-.057.004-.111.004-.166.004Zm.8-13.759a1.763 1.763 0 0 0-1.19.614c-1.339 1.287-2.762 2.532-4.138 3.736-.489.428-1 .871-1.49 1.309a1.542 1.542 0 0 0-.626 1.122 1.286 1.286 0 0 0 .525.951 29.23 29.23 0 0 0 2.713 2.006c.685.463 1.374.889 2.1 1.34.312.193.631.39.947.589.225-.115.439-.209.646-.3a3.648 3.648 0 0 0 1.03-.582c1.149-1.065 2.285-2.182 3.383-3.261.419-.412.852-.838 1.28-1.255a1.43 1.43 0 0 0 .51-1.024 1.888 1.888 0 0 0-.744-1.286c-.585-.541-1.2-1.075-1.787-1.591-.641-.559-1.3-1.137-1.934-1.727a1.861 1.861 0 0 0-1.229-.641Zm-3-2.754a.587.587 0 0 0-.366.087c-1.927 1.563-3.46 2.856-4.828 4.068a2.309 2.309 0 0 0-.594 1.191.943.943 0 0 0 .157.557c.057.121.122.257.18.412.189-.147.355-.268.5-.375a5.547 5.547 0 0 0 .65-.524c1.436-1.438 2.977-2.99 4.513-4.6a1.025 1.025 0 0 0 .188-.537 2.718 2.718 0 0 1 .056-.277h-.461Z"
              data-name="Fill 6"></path>
          </g>
        </svg>
      </div>
      <span class="product-filters__text">Pieces</span>
      <span class="product-filters__label"></span>
    </div>
  </label><label class="product-filters__item">
    <input class="product-filters__checkbox" type="radio" name="product-type" value=",smoothie-bowls">
    <div class="product-filters__inner">
      <div class="product-filters__icon">
        <svg width="54.8471158px" height="54.3722309px" viewBox="0 0 54.8471158 54.3722309" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
          <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
            <g id="Home" transform="translate(-692, -4176)">
              <g id="Group" transform="translate(299, 4159)">
                <g id="Group-40" transform="translate(377, 0)">
                  <g id="Group-25" transform="translate(16, 17)">
                    <path
                      d="M54.0041158,27.6616352 C53.9081158,26.4726352 53.8731158,25.2746352 53.7031158,24.0956352 C53.1741158,20.4146352 51.9771158,16.9606352 50.0441158,13.7736352 C47.3191158,9.28063516 43.6311158,5.81163516 38.8931158,3.53463516 C33.9031158,1.13563516 28.6431158,0.367635163 23.1481158,1.15963516 C17.9921158,1.90163516 13.4211158,3.94963516 9.59511581,7.44663516 C2.54411581,13.8906352 -0.23188419,21.9486352 1.27111581,31.3526352 C2.35511581,38.1426352 5.77911581,43.6586352 11.2211158,47.8806352 C15.5741158,51.2586352 20.5091158,53.1926352 26.0161158,53.5366352 C29.9501158,53.7826352 33.7651158,53.1356352 37.4501158,51.7146352 C47.1871158,47.9606352 53.9841158,38.2896352 54.0041158,27.6616352 M54.8471158,27.8266352 C54.3431158,37.8916352 49.9031158,45.7686352 40.9591158,50.9456352 C37.7091158,52.8276352 34.1711158,53.8726352 30.4231158,54.2296352 C22.8121158,54.9536352 16.0141158,52.9226352 10.1221158,48.0916352 C4.58411581,43.5506352 1.19811581,37.6796352 0.26111581,30.5636352 C-0.76288419,22.7916352 1.22311581,15.7806352 6.25111581,9.71963516 C10.6931158,4.36563516 16.4331158,1.17163516 23.2971158,0.269635163 C31.4951158,-0.806364837 38.8651158,1.33463516 45.1771158,6.75363516 C50.4171158,11.2516352 53.4471158,17.0056352 54.5181158,23.7986352 C54.7181158,25.0646352 54.7331158,26.3596352 54.8471158,27.8266352"
                      id="Fill-1" fill="#000000"></path>
                    <path
                      d="M54.0041158,27.6616352 C53.9081158,26.4726352 53.8731158,25.2746352 53.7031158,24.0956352 C53.1741158,20.4146352 51.9771158,16.9606352 50.0441158,13.7736352 C47.3191158,9.28063516 43.6311158,5.81163516 38.8931158,3.53463516 C33.9031158,1.13563516 28.6431158,0.367635163 23.1481158,1.15963516 C17.9921158,1.90163516 13.4211158,3.94963516 9.59511581,7.44663516 C2.54411581,13.8906352 -0.23188419,21.9486352 1.27111581,31.3526352 C2.35511581,38.1426352 5.77911581,43.6586352 11.2211158,47.8806352 C15.5741158,51.2586352 20.5091158,53.1926352 26.0161158,53.5366352 C29.9501158,53.7826352 33.7651158,53.1356352 37.4501158,51.7146352 C47.1871158,47.9606352 53.9841158,38.2896352 54.0041158,27.6616352 Z M54.8471158,27.8266352 C54.3431158,37.8916352 49.9031158,45.7686352 40.9591158,50.9456352 C37.7091158,52.8276352 34.1711158,53.8726352 30.4231158,54.2296352 C22.8121158,54.9536352 16.0141158,52.9226352 10.1221158,48.0916352 C4.58411581,43.5506352 1.19811581,37.6796352 0.26111581,30.5636352 C-0.76288419,22.7916352 1.22311581,15.7806352 6.25111581,9.71963516 C10.6931158,4.36563516 16.4331158,1.17163516 23.2971158,0.269635163 C31.4951158,-0.806364837 38.8651158,1.33463516 45.1771158,6.75363516 C50.4171158,11.2516352 53.4471158,17.0056352 54.5181158,23.7986352 C54.7181158,25.0646352 54.7331158,26.3596352 54.8471158,27.8266352 Z"
                      id="Stroke-3" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path>
                    <path
                      d="M37.4264158,47.3053352 C37.8864158,47.2983352 38.2484158,46.9883352 38.2404158,46.6083352 C38.2304158,46.1373352 37.6044158,45.7233352 36.9124158,45.7283352 C36.4264158,45.7323352 36.3344158,45.8493352 36.3544158,46.4393352 C36.3704158,46.9553352 36.8154158,47.3143352 37.4264158,47.3053352 M23.8444158,22.3233352 C23.3554158,22.2813352 22.9324158,22.2793352 22.5254158,22.1983352 C22.1114158,22.1163352 21.7014158,21.9823352 21.3104158,21.8223352 C20.9614158,21.6793352 20.6384158,21.4693352 20.2334158,21.2513352 C20.7604158,21.9433352 21.1824158,22.5243352 21.6384158,23.0753352 C21.7494158,23.2083352 21.9764158,23.3113352 22.1514158,23.3123352 C22.6554158,23.3153352 23.1604158,23.2603352 23.6724158,23.2283352 C23.6834158,23.2123352 23.7104158,23.1903352 23.7144158,23.1633352 C23.7584158,22.8933352 23.7984158,22.6233352 23.8444158,22.3233352 M32.8484158,6.16533516 C32.8314158,6.16633516 32.7084158,6.16533516 32.5884158,6.18433516 C31.7504158,6.31833516 31.4364158,6.75133516 31.5744158,7.57633516 C31.6584158,8.07733516 31.8914158,8.14733516 32.8364158,7.93933516 C33.0134158,7.90033516 33.1934158,7.85233516 33.3524158,7.77033516 C33.8184158,7.53233516 34.0084158,7.14933516 33.8814158,6.72933516 C33.7424158,6.26933516 33.3844158,6.15233516 32.8484158,6.16533516 M30.3644158,16.1843352 C29.4704158,16.6053352 28.9014158,17.2193352 28.7034158,18.0953352 C28.6234158,18.4503352 28.6884158,18.8873352 28.8264158,19.2323352 C29.0144158,19.7033352 29.4354158,19.8103352 29.8924158,19.6253352 C30.4014158,19.4203352 30.5994158,19.0783352 30.4354158,18.5663352 C30.2264158,17.9103352 30.1244158,17.2653352 30.3594158,16.5963352 C30.3954158,16.4953352 30.3644158,16.3703352 30.3644158,16.1843352 M18.8284158,30.4603352 C18.9794158,29.8803352 19.1224158,29.2683352 19.3024158,28.6663352 C19.3714158,28.4383352 19.5754158,28.2453352 19.6184158,28.0173352 C19.6454158,27.8703352 19.5154158,27.5653352 19.4144158,27.5463352 C18.8824158,27.4453352 18.3394158,27.3973352 17.7974158,27.3693352 C17.6814158,27.3633352 17.5214158,27.4893352 17.4454158,27.5993352 C17.2914158,27.8223352 17.1924158,28.0833352 17.0494158,28.3153352 C16.8734158,28.6043352 16.9424158,28.7923352 17.2004158,29.0073352 C17.7774158,29.4873352 18.3234158,30.0053352 18.8284158,30.4603352 M36.0204158,40.1473352 C35.2744158,40.6653352 34.8804158,41.2303352 34.4744158,42.2103352 C34.2874158,42.6623352 34.3474158,42.9373352 34.7874158,43.1793352 C35.1254158,43.3643352 35.4134158,43.6383352 35.7204158,43.8703352 C36.7334158,42.9193352 36.8364158,41.5753352 36.0204158,40.1473352 M34.5624158,33.5843352 C34.9004158,32.4913352 34.9474158,31.4543352 34.4394158,30.4423352 C34.2654158,30.0933352 33.9904158,29.8473352 33.5584158,29.9323352 C33.1514158,30.0133352 32.8744158,30.2963352 32.8684158,30.6863352 C32.8624158,31.1603352 32.8884158,31.6753352 33.0684158,32.1023352 C33.3444158,32.7553352 33.8814158,33.2253352 34.5624158,33.5843352 M34.6964158,15.9993352 C35.5954158,15.6443352 36.4994158,15.2993352 37.3894158,14.9253352 C37.5424158,14.8613352 37.6584158,14.6843352 37.7614158,14.5383352 C37.9634158,14.2503352 37.9264158,13.9593352 37.6994158,13.7023352 C37.4864158,13.4603352 37.2564158,13.3113352 36.9044158,13.4923352 C36.6674158,13.6133352 36.3914158,13.6843352 36.1244158,13.7183352 C35.2624158,13.8293352 34.3714158,14.5903352 34.2184158,15.3953352 C34.1554158,15.7253352 34.2724158,15.9303352 34.6964158,15.9993352 M33.3524158,27.5593352 C33.2944158,27.4323352 33.2274158,27.1123352 33.0364158,26.9083352 C32.4324158,26.2633352 31.5924158,26.1423352 30.7734158,26.0813352 C30.4264158,26.0553352 30.0834158,26.4053352 30.2134158,26.7493352 C30.5304158,27.5803352 30.9724158,28.3783352 31.8844158,28.7003352 C32.7094158,28.9913352 33.3294158,28.5533352 33.3524158,27.5593352 M35.6354158,23.2083352 C34.9214158,23.7403352 34.4014158,24.3703352 34.0214158,25.1073352 C33.8854158,25.3693352 33.8134158,25.6813352 33.7814158,25.9773352 C33.7314158,26.4493352 33.9514158,26.8243352 34.3834158,27.0123352 C34.7914158,27.1893352 35.2154158,27.0843352 35.4554158,26.7333352 C35.7214158,26.3443352 35.9694158,25.8953352 36.0534158,25.4413352 C36.1934158,24.6833352 35.9854158,23.9453352 35.6354158,23.2083352 M20.4574158,27.1663352 C21.5104158,26.6373352 22.5554158,26.3693352 23.7194158,26.6723352 C24.2014158,26.7973352 24.5384158,26.2533352 24.3414158,25.7803352 C24.1674158,25.3603352 23.9864158,24.9433352 23.8104158,24.5233352 C23.6184158,24.0693352 23.2084158,24.0243352 22.8144158,24.0583352 C22.4394158,24.0913352 21.9164158,24.0743352 21.8534158,24.5693352 C21.7214158,25.6183352 21.2284158,26.4403352 20.4574158,27.1663352 M32.7344158,20.4173352 C33.5164158,19.3663352 33.8964158,17.8313352 33.6894158,16.7193352 C33.5074158,15.7363352 32.6784158,15.3913352 31.8384158,15.9493352 C31.1934158,16.3773352 30.8924158,17.2573352 31.1274158,18.0463352 C31.4054158,18.9823352 32.0174158,19.6903352 32.7344158,20.4173352 M36.5314158,7.87033516 C35.7864158,8.65233516 35.2734158,9.47533516 35.0014158,10.4173352 C34.8704395,10.8733352 34.8624158,11.3773352 34.8744158,11.8573352 C34.8854158,12.3073352 35.1204158,12.6943352 35.5614158,12.8523352 C36.0204158,13.0183352 36.4704158,12.9133352 36.8404158,12.5853352 C37.3264158,12.1553352 37.5194158,11.5853352 37.5494158,10.9563352 C37.6034158,9.84333516 37.2134158,8.87033516 36.5314158,7.87033516 M21.1394158,24.2053352 C20.9224158,23.7163352 20.7404158,23.2083352 20.4744158,22.7483352 C20.3484158,22.5303352 20.0844158,22.3493352 19.8424158,22.2523352 C19.5624158,22.1403352 18.0424158,23.6223352 18.0564158,23.9533352 C18.0594158,24.0143352 18.0874158,24.0743352 18.0844158,24.1343352 C18.0644158,24.6813352 18.0714158,25.2313352 18.0084158,25.7733352 C17.9224158,26.5093352 18.0674158,26.6973352 18.8294158,26.7003465 C20.0784158,26.7043352 21.0214158,25.6503352 21.1394158,24.2053352 M31.8364158,11.7133352 C32.0264158,10.7013352 31.7264158,9.98633516 31.0804158,9.39133516 C30.6144158,9.81633516 30.2124158,10.2953352 29.7084158,10.6123352 C29.2004158,10.9313352 28.5824158,11.0703352 28.0324158,11.3313352 C27.8784158,11.4043352 27.7214158,11.6173352 27.6974158,11.7863352 C27.6364158,12.1933352 27.7314158,12.5563352 28.1324158,12.8133352 C28.4094158,12.9913352 28.6414158,13.2523352 28.8624158,13.5033352 C29.3214158,14.0253352 29.7564158,14.1703352 30.3814158,13.9133352 C30.9894158,13.6633352 31.4134158,13.2253352 31.7004158,12.5193352 C30.9674158,12.8223352 30.9954158,12.8053352 30.6084158,12.1853352 C30.3904158,11.8373352 30.3054158,11.6373352 30.7374158,11.3893352 C31.3034158,11.0643352 31.2844158,11.0303352 31.8364158,11.7133352 M30.7024158,42.4683352 C31.1884158,41.7053352 31.3374158,41.2443352 31.2794158,40.7693352 C31.2094158,40.1933352 31.0494158,40.0143352 30.4624158,40.0533352 C29.4194158,40.1233352 28.4504158,39.9583352 27.6104158,39.3053352 C27.3234158,39.0823352 27.1254158,39.1683352 26.9034158,39.3953352 C26.3694158,39.9433352 26.1624158,41.3373352 26.5734158,41.9703352 C26.6514158,42.0903352 26.9484158,42.1953352 27.0694158,42.1403352 C28.3294158,41.5723352 29.5134158,41.8143352 30.7024158,42.4683352 M25.3404158,49.1253352 C25.5784158,49.0373352 26.0634158,48.9253352 26.4764158,48.6873352 C27.0114158,48.3793352 27.0054158,48.1113352 26.5014158,47.7393352 C25.5824158,47.0593352 25.0514158,46.1913352 25.0344158,45.0233352 C25.0314158,44.8463352 24.8794158,44.6703352 24.7954158,44.4943352 C24.6154158,44.5793352 24.4014158,44.6283352 24.2624158,44.7573352 C23.7484158,45.2353352 23.2964158,45.7873352 22.7484158,46.2203352 C22.2874158,46.5843352 22.2794158,46.9583352 22.4644158,47.4253352 C22.8454158,48.3843352 23.9874158,49.1213352 25.3404158,49.1253352 M29.8164158,28.3793352 C29.7744158,28.1973352 29.7094158,27.8693352 29.6234158,27.5463352 C29.5314158,27.2023352 29.3294158,27.1443352 28.9994158,27.2833352 C27.7844158,27.7933352 26.6204158,27.6613352 25.4944158,26.9893352 C25.3514158,26.9043352 25.0564158,26.8753352 24.9544158,26.9633352 C24.7174158,27.1673352 24.9444158,27.3233352 25.1114158,27.4633352 C26.0164158,28.2243352 26.3834158,29.2233352 26.4054158,30.3783352 C26.4194158,31.1033352 26.6994158,31.3353352 27.4174158,31.2443352 C28.7544158,31.0743352 29.7914158,29.9003352 29.8164158,28.3793352 M23.0844158,21.5643352 C23.6304158,21.3973352 24.0914158,21.3613352 24.4194158,21.1323352 C24.9364158,20.7723352 25.3754158,20.2943352 25.8274158,19.8463352 C26.3364158,19.3423352 26.1734158,18.9123352 25.4574158,18.6973352 C24.9654158,18.5493352 24.3624158,18.4483352 24.0434158,18.1063352 C23.2574158,17.2693352 22.5674158,17.4883352 21.7574158,18.0003352 C21.4484158,18.1953352 21.2354158,18.3713352 21.1624158,18.7353352 C21.0854158,19.1233352 20.9964158,19.5183352 20.8414158,19.8813352 C20.6584158,20.3103352 20.7774158,20.6323352 21.1484158,20.8033352 C21.8034158,21.1033352 22.4894158,21.3343352 23.0844158,21.5643352 M33.1504158,43.5263352 C33.0584158,43.5263352 32.9654158,43.5203352 32.8744158,43.5273352 C32.0694158,43.5933352 31.9654158,43.7273352 32.0884158,44.5273352 C32.2254158,45.4133352 32.0594158,46.2253352 31.5484158,46.9763352 C31.1854158,47.5093352 31.2284158,47.6303352 31.7354158,48.0013352 C32.5104158,48.5663352 33.7734158,48.5533352 34.5944158,47.9713352 C35.4144158,47.3903352 35.7784158,46.1923352 35.4484158,45.1613352 C35.1244158,44.1483352 34.2464158,43.5203352 33.1504158,43.5263352 M25.0644158,37.3693352 C26.0414158,37.3503352 26.2444158,37.1723352 26.3404158,36.4443352 C26.4484158,35.6213352 26.8074158,34.9393352 27.4304158,34.3843352 C27.9304158,33.9393352 27.9774158,33.6763352 27.5794158,33.1663352 C27.3034158,32.8133352 26.9504158,32.5103352 26.5954158,32.2323352 C26.2744158,31.9803352 25.9614158,31.9503352 25.6724158,32.3663352 C25.0294158,33.2953352 24.1174158,33.8013352 22.9954158,33.9593352 C22.4934158,34.0293352 22.3014158,34.2983352 22.4374158,34.7813352 C22.5144158,35.0513352 22.7164158,35.3083352 22.9174158,35.5173352 C23.4034158,36.0213352 23.9094158,36.5083352 24.4344158,36.9723352 C24.6674158,37.1773352 24.9654158,37.3083352 25.0644158,37.3693352 M28.6504158,47.5373352 C28.8644158,47.5233352 29.0804158,47.5233352 29.2914158,47.4913352 C30.2444158,47.3453352 31.0824158,46.5763352 31.2784158,45.6793352 C31.4864158,44.7283352 31.0924158,43.7303352 30.2914158,43.1813352 C29.2804158,42.4883352 27.8294158,42.5023352 26.8394158,43.2123352 C25.6864158,44.0403352 25.5324158,45.6393352 26.5094158,46.6703352 C27.0904158,47.2843352 27.7994158,47.5843352 28.6504158,47.5373352 M29.8434158,34.3243352 C28.1934158,34.3343352 26.9664158,35.5633352 27.1684158,37.0043352 C27.3134158,38.0363352 28.1394158,38.9503352 29.1394158,39.1853352 C30.3454158,39.4683352 31.6104158,39.0953352 32.1814158,38.2123352 C32.4034158,37.8683352 32.5614158,37.4333352 32.5964158,37.0273352 C32.7334158,35.4723352 31.5264158,34.3133352 29.8434158,34.3243352 M25.9714158,12.9513352 C24.7514158,12.9533352 23.8784158,13.4823352 23.4774158,14.4623352 C22.9764158,15.6863352 23.5604158,17.0693352 24.8304158,17.6663352 C26.1504158,18.2863352 27.8204158,17.8283352 28.4594158,16.6483352 C29.4744158,14.7713352 27.7374158,12.7993352 25.9714158,12.9513352 M19.7453868,30.3043352 C19.7514158,31.9283352 20.9674158,33.1413352 22.5924158,33.1453402 C24.2444158,33.1483352 25.6014158,31.8143352 25.5874158,30.1993352 C25.5734158,28.6063352 24.2244158,27.3143352 22.6094158,27.3443352 C20.9994158,27.3743352 19.7384158,28.6773352 19.7453868,30.3043352 M30.7534408,7.22533516 C30.7474158,5.59733516 29.4164158,4.33233516 27.7014158,4.3243022 C25.8724158,4.31633516 24.3794158,5.76533516 24.3804153,7.54833516 C24.3804153,9.22233516 25.7374158,10.5153352 27.4804158,10.5033352 C29.2974158,10.4923352 30.7604158,9.02633516 30.7534408,7.22533516 M30.5824158,23.3453352 C30.5784158,23.2603352 30.5804158,23.0763352 30.5594158,22.8943352 C30.3484158,21.0623352 28.1614158,19.1803352 25.8684158,20.7973352 C24.2324158,21.9513352 24.0864158,24.5863352 25.5374158,25.9713352 C25.9914158,26.4053352 26.5174158,26.6813352 27.1604158,26.7333352 C29.1294158,26.8903352 30.5804158,25.5023352 30.5824158,23.3453352 M21.3924158,17.2493352 C21.7014158,17.0883352 22.0244158,16.9743352 22.2744158,16.7713352 C22.4274158,16.6473352 22.5744158,16.3673352 22.5434158,16.1883352 C22.2414158,14.4413352 22.9524158,13.2313352 24.4474158,12.3863352 C24.6294158,12.2843352 24.8284158,12.0403352 24.8434158,11.8483352 C24.8944158,11.2093352 24.8414158,10.5943352 24.4574158,10.0073352 C24.0964158,9.45533516 23.8954158,8.80133516 23.6004158,8.20333516 C23.4294158,7.85733516 23.2804158,7.45933516 23.0054158,7.21433516 C21.7564158,6.10133516 20.2844158,5.72733516 18.6534158,6.11233516 C16.5394158,6.61133516 15.1424158,8.01033516 14.1094158,9.83733516 C14.0154158,10.0043352 13.9894158,10.2093352 13.9274158,10.4083352 C14.6964158,10.5183352 15.3864158,10.6203352 16.0794158,10.7113352 C16.1914158,10.7263352 16.3144158,10.7083352 16.4254158,10.6803352 C17.0264158,10.5303352 17.5584158,10.6503352 17.7044158,11.1323352 C17.8464158,11.6023352 18.2014158,11.7993352 18.4954158,12.0923352 C18.9694158,12.5653352 19.4404158,13.0423352 19.9034158,13.5263352 C20.0824158,13.7133352 20.1464158,13.9763352 20.5444158,13.7633352 C20.8594158,13.5953352 21.3874158,14.1293352 21.4354158,14.5763352 C21.4934158,15.1283352 21.1054158,15.0173352 20.8084158,14.9873352 C20.9984158,15.7233352 21.1854158,16.4503352 21.3924158,17.2493352 M11.3204158,17.8143352 C11.2194158,17.6623352 11.1054158,17.5533352 11.0704158,17.4233352 C11.0294158,17.2693352 10.9914158,17.0263352 11.0714158,16.9513352 C11.1644158,16.8653352 11.4354158,16.8503352 11.5464158,16.9253352 C11.8444158,17.1273352 12.3204158,17.3903352 12.3254158,17.6363352 C12.3354158,18.2063352 12.7084158,18.2443352 13.0504158,18.3943352 C14.9194158,19.2123352 16.5104158,20.3513352 17.4974158,22.2033352 C17.7694158,22.7123352 17.8684158,22.7243352 18.3134158,22.3263352 C19.6674158,21.1163352 20.3164158,19.5523352 20.4294158,17.7803352 C20.6214158,14.7923352 18.1734158,12.3033352 15.9554158,11.5723352 C14.8844158,11.2193352 13.7264158,11.2233352 12.7444158,11.7953352 C10.7484158,12.9583352 9.26141581,14.5883352 8.68141581,16.9013352 C8.59741581,17.2373352 8.60941581,17.5963352 8.57641581,17.9473352 C9.54141581,17.9003352 10.3934158,17.8593352 11.3204158,17.8143352 M7.35441581,34.7083352 C7.48741581,35.2673352 7.54541581,35.8583352 7.76941581,36.3793352 C8.55841581,38.2203352 10.0644158,39.2683352 11.8974158,39.8943352 C12.4184158,40.0723352 12.5594158,39.9483352 12.7344158,39.3843352 C12.8804158,38.9173352 13.0284158,38.4513352 13.1754158,37.9843352 C13.7064158,36.2883352 14.8364158,35.1463352 16.4794158,34.5383352 C17.1024158,34.3083352 17.7794158,34.2123352 18.4404158,34.1053352 C19.1944158,33.9833352 19.2064158,33.9963352 19.0514158,33.2563352 C18.5464158,30.8533352 16.2504158,28.6593352 13.8324158,28.2903352 C13.5344158,28.2443352 13.2174158,28.2573352 12.9184158,28.3033352 C10.0074158,28.7473352 7.46941581,31.7153352 7.35441581,34.7083352 M10.3834158,18.6583352 C8.88841581,18.5363352 7.82741581,19.2273352 6.97941581,20.3453352 C5.74741581,21.9713352 5.14841581,23.8063352 5.26141581,25.8433352 C5.34941581,27.4033352 5.93941581,28.7583352 7.13541581,29.8083352 C7.94741581,30.5193352 7.99541581,30.5143352 8.71041581,29.7103352 C9.31841581,29.0273352 10.1974158,28.5413352 10.3094158,27.4963352 C10.3184158,27.4153352 10.3974158,27.3343352 10.4604158,27.2693352 C10.7034158,27.0223352 10.9544158,26.9773352 11.0984158,27.3463352 C11.1884158,27.5783352 11.1884158,27.8673352 11.5454158,27.7593352 C11.7894158,27.6863352 12.0394158,27.6683352 12.1304158,27.2923352 C12.2524158,26.7903352 12.3744158,26.8033352 12.7944158,27.1183352 C12.9764158,27.2543352 13.1934158,27.3633352 13.4114158,27.4263352 C14.1104158,27.6293352 14.8434158,27.7393352 15.5114158,28.0133352 C16.0104158,28.2193352 16.2414158,28.0943352 16.4584158,27.6763352 C17.3584158,25.9463352 17.6334158,24.1653352 16.6324158,22.4083352 C15.2614158,20.0003352 13.0344158,18.9353352 10.3834158,18.6583352 M18.7174158,35.0093352 C16.5574158,35.0093352 14.6374158,35.9323352 13.8884158,38.4703352 C13.6474158,39.2883352 13.4254158,40.1383352 13.3834158,40.9823352 C13.2404158,43.8193352 15.0304158,46.1793352 17.7844158,46.7133352 C20.0464158,47.1523352 22.5924158,45.9783352 23.8374158,43.8983352 C24.6474158,42.5443352 25.0424158,41.0983352 24.7594158,39.5033352 C24.3854158,37.3863352 21.5684158,34.8683352 18.7174158,35.0093352 M31.3884158,43.0123352 C32.0534158,42.8893352 32.5584158,42.7593352 33.0704158,42.7133352 C33.4304158,42.6813352 33.5064158,42.4533352 33.6254158,42.2003352 C33.8874158,41.6493352 34.1404158,41.0893352 34.4554158,40.5683352 C34.6574158,40.2323352 34.9404158,39.9353352 35.2274158,39.6623352 C36.1614158,38.7733352 36.5514158,38.8533352 36.9614158,40.0433352 C37.3874158,41.2823352 37.6584158,42.5383352 36.9114158,43.7633352 C36.7074158,44.0973352 36.4494158,44.3973352 36.1484158,44.8053352 C36.4554158,44.8483352 36.6864158,44.8563352 36.9014158,44.9173352 C37.3954158,45.0573352 37.9254158,45.1483352 38.3624158,45.3973352 C39.0114158,45.7673352 39.1924158,46.3943352 38.9824158,47.0543352 C38.7584158,47.7573352 38.2154158,48.1513352 37.4534158,48.1193352 C37.1834158,48.1083352 36.9114158,48.0293352 36.6504158,47.9493352 C36.4224158,47.8793352 36.2084158,47.7643352 35.9744158,47.6623352 C35.7034158,47.9393352 35.4684158,48.2243352 35.1894158,48.4563352 C33.9234158,49.5133352 32.2134158,49.5103352 30.9934158,48.4113352 C30.6334158,48.0873352 30.3694158,47.9953352 29.8764158,48.1473352 C29.2804158,48.3303352 28.5624158,48.1643352 28.0034158,48.4003352 C27.4444158,48.6363352 27.0684158,49.2773352 26.5214158,49.5733352 C24.8964158,50.4533352 22.5274158,49.5393352 21.7064158,47.7763352 C21.6054158,47.5603352 21.5294158,47.3323352 21.4854158,47.2233352 C20.4894158,47.3523352 19.5584158,47.5713352 18.6274158,47.5743352 C15.4374158,47.5863352 12.7554158,45.0423352 12.5504158,41.8413352 C12.4924158,40.9373352 12.4574158,40.9133352 11.6144158,40.6713352 C10.2344158,40.2753352 9.06541581,39.4993352 8.08441581,38.4353352 C6.64241581,36.8723352 6.29241581,35.0683352 6.85741581,33.0593352 C6.98141581,32.6203352 7.15241581,32.1823352 7.37441581,31.7853352 C7.62341581,31.3393352 7.52241581,31.0933352 7.12141581,30.8053352 C4.72841581,29.0823352 4.11241581,26.6563352 4.53941581,23.8933352 C4.85341581,21.8653352 5.74241581,20.1133352 7.33641581,18.7523352 C7.53941581,18.5793352 7.71541581,18.2453352 7.71741581,17.9843352 C7.72741581,15.6893352 8.88441581,13.9543352 10.4494158,12.4573352 C11.1284158,11.8093352 12.0914158,11.4403352 12.7074158,10.7503352 C13.3014158,10.0853352 13.5334158,9.11133516 14.0664158,8.37633516 C15.5494158,6.33333516 17.4884158,5.07433516 20.1264158,5.15333516 C21.4494158,5.19333516 22.5424158,5.76133516 23.6044158,6.62433516 C23.7294158,6.35133516 23.8394158,6.11633516 23.9444158,5.87933516 C25.1774158,3.10733516 29.0514158,2.67233516 30.8604158,5.10433516 C31.3224158,5.72433516 31.3124158,5.68233516 32.1054158,5.49533516 C32.5674158,5.38633516 33.0854158,5.34533516 33.5474158,5.43533516 C34.2314158,5.56833516 34.6594158,6.06133516 34.7904158,6.76133516 C34.9204158,7.46233516 34.5794158,8.00333516 34.0134158,8.29333516 C33.3724158,8.62233516 32.6494158,8.79233516 31.9314158,9.04133516 C32.0764158,9.26433516 32.2904158,9.52133516 32.4284158,9.81333516 C33.4594158,12.0023352 32.0354158,14.6463352 30.0134158,14.8333352 C29.6014158,14.8703352 29.6064158,14.9173352 29.6254158,15.4583352 C30.0404158,15.4583352 30.4534158,15.4683352 30.8644158,15.4523352 C31.0104158,15.4473352 31.1744158,15.4083352 31.2944158,15.3303352 C31.8324158,14.9833352 32.4124158,14.8313352 33.0454158,14.9103352 C33.4044158,14.9553352 33.6294158,14.7983352 33.7774158,14.4883352 C33.8164158,14.4063352 33.8644158,14.3233352 33.9244158,14.2563352 C34.4494158,13.6763352 34.6984158,13.1483352 34.1544158,12.3533352 C33.7304158,11.7343352 33.9524158,10.9283352 34.1834158,10.2153352 C34.5394158,9.11533516 35.1774158,8.18133516 35.9274158,7.32033516 C36.3944158,6.78533516 36.6614158,6.76133516 37.1014158,7.34233516 C38.1884158,8.77633516 38.7524158,10.3543352 38.0804158,12.1483352 C37.9334158,12.5393352 37.9294158,12.7713352 38.2394158,13.1053352 C38.8844158,13.7993352 38.8304158,14.5133352 38.2044158,15.2413352 C37.6324158,15.9063352 36.8544158,16.2603352 36.0424158,16.3653352 C34.9024158,16.5133352 34.5354158,17.0463352 34.4544158,18.1713352 C34.3914158,19.0533352 33.9644158,19.9323352 33.5864158,20.7613352 C33.2284158,21.5463352 32.7714158,21.5703352 32.1734158,20.9543352 C31.8144158,20.5843352 31.4644158,20.2053352 31.0954158,19.8143352 C30.8044158,20.0453352 30.5674158,20.2333352 30.2694158,20.4693352 C31.4354158,21.8593352 31.6784158,23.4243352 31.1114158,25.1833352 C31.6994158,25.3693352 32.2684158,25.5503352 32.8714158,25.7413352 C32.9684158,25.5103352 33.0304158,25.3033352 33.1364158,25.1213352 C33.3774158,24.7103352 33.2394158,24.4663352 32.8634158,24.2183352 C32.5934158,24.0403352 32.3524158,23.7733352 32.1864158,23.4933352 C31.9354158,23.0693352 31.9494158,22.6063352 32.2674158,22.2013352 C32.5794158,21.8013352 33.0074158,21.6573352 33.4954158,21.7703352 C33.7304158,21.8243352 33.9904158,21.9033352 34.1654158,22.0553352 C34.6644158,22.4903352 35.1224158,22.7563352 35.7224158,22.1903352 C35.9274158,21.9963352 36.2244158,22.1343352 36.2934158,22.4233352 C36.5144158,23.3403352 36.8334158,24.2593352 36.8764158,25.1883352 C36.9474158,26.7333352 36.1484158,27.5813352 34.6144158,27.9163352 C34.4404158,27.9543352 34.2614158,28.1133352 34.1494158,28.2643352 C33.9894158,28.4803352 33.8874158,28.7413352 33.7404158,29.0223352 C34.8004158,29.2183352 35.2364158,29.9833352 35.4774158,30.9183352 C35.7284158,31.8933352 35.6814158,32.8663352 35.3914158,33.8213352 C35.1484158,34.6213352 34.7404158,34.7343352 34.0474158,34.2213352 C33.7274158,33.9843352 33.4134158,33.7353352 33.1264158,33.4613352 C32.0564158,32.4403352 31.5464158,31.2793352 32.3294158,29.7873352 C31.7654158,29.5333352 31.2284158,29.2903352 30.6084158,29.0103352 C30.2494158,30.5763352 29.3674158,31.6183352 27.7974158,32.0043352 C28.1364158,32.5713352 28.4434158,33.0843352 28.8094158,33.6973352 C28.9254158,33.4343352 29.0074158,33.2573352 29.0834158,33.0763352 C29.2364158,32.7113352 29.3424158,32.3183352 29.5474158,31.9853352 C29.9084158,31.3973352 30.5764158,31.1563352 31.1314158,31.3433352 C31.6904158,31.5313352 32.1324158,32.1553352 31.8934158,32.8283352 C31.5884158,33.6923352 31.8704158,34.1763352 32.5314158,34.6213352 C32.6774158,34.7193352 32.8374158,34.8793352 32.8794158,35.0393352 C33.1764158,36.1873352 34.1544158,36.6833352 34.9934158,37.3213352 C36.1144158,38.1743352 36.0804158,38.4143352 34.7864158,39.0263352 C34.0824158,39.3593352 33.3664158,39.5703352 32.5654158,39.4143352 C32.0674158,39.3163352 31.8304158,39.4963352 31.9504158,39.8983352 C32.2854158,41.0123352 32.0074158,42.0003352 31.3884158,43.0123352"
                      id="Fill-5" fill="#000000"></path>
                    <path
                      d="M37.4264158,47.3053352 C37.8864158,47.2983352 38.2484158,46.9883352 38.2404158,46.6083352 C38.2304158,46.1373352 37.6044158,45.7233352 36.9124158,45.7283352 C36.4264158,45.7323352 36.3344158,45.8493352 36.3544158,46.4393352 C36.3704158,46.9553352 36.8154158,47.3143352 37.4264158,47.3053352 Z M23.8444158,22.3233352 C23.3554158,22.2813352 22.9324158,22.2793352 22.5254158,22.1983352 C22.1114158,22.1163352 21.7014158,21.9823352 21.3104158,21.8223352 C20.9614158,21.6793352 20.6384158,21.4693352 20.2334158,21.2513352 C20.7604158,21.9433352 21.1824158,22.5243352 21.6384158,23.0753352 C21.7494158,23.2083352 21.9764158,23.3113352 22.1514158,23.3123352 C22.6554158,23.3153352 23.1604158,23.2603352 23.6724158,23.2283352 C23.6834158,23.2123352 23.7104158,23.1903352 23.7144158,23.1633352 C23.7584158,22.8933352 23.7984158,22.6233352 23.8444158,22.3233352 Z M32.8484158,6.16533516 C32.8314158,6.16633516 32.7084158,6.16533516 32.5884158,6.18433516 C31.7504158,6.31833516 31.4364158,6.75133516 31.5744158,7.57633516 C31.6584158,8.07733516 31.8914158,8.14733516 32.8364158,7.93933516 C33.0134158,7.90033516 33.1934158,7.85233516 33.3524158,7.77033516 C33.8184158,7.53233516 34.0084158,7.14933516 33.8814158,6.72933516 C33.7424158,6.26933516 33.3844158,6.15233516 32.8484158,6.16533516 Z M30.3644158,16.1843352 C29.4704158,16.6053352 28.9014158,17.2193352 28.7034158,18.0953352 C28.6234158,18.4503352 28.6884158,18.8873352 28.8264158,19.2323352 C29.0144158,19.7033352 29.4354158,19.8103352 29.8924158,19.6253352 C30.4014158,19.4203352 30.5994158,19.0783352 30.4354158,18.5663352 C30.2264158,17.9103352 30.1244158,17.2653352 30.3594158,16.5963352 C30.3954158,16.4953352 30.3644158,16.3703352 30.3644158,16.1843352 Z M18.8284158,30.4603352 C18.9794158,29.8803352 19.1224158,29.2683352 19.3024158,28.6663352 C19.3714158,28.4383352 19.5754158,28.2453352 19.6184158,28.0173352 C19.6454158,27.8703352 19.5154158,27.5653352 19.4144158,27.5463352 C18.8824158,27.4453352 18.3394158,27.3973352 17.7974158,27.3693352 C17.6814158,27.3633352 17.5214158,27.4893352 17.4454158,27.5993352 C17.2914158,27.8223352 17.1924158,28.0833352 17.0494158,28.3153352 C16.8734158,28.6043352 16.9424158,28.7923352 17.2004158,29.0073352 C17.7774158,29.4873352 18.3234158,30.0053352 18.8284158,30.4603352 Z M36.0204158,40.1473352 C35.2744158,40.6653352 34.8804158,41.2303352 34.4744158,42.2103352 C34.2874158,42.6623352 34.3474158,42.9373352 34.7874158,43.1793352 C35.1254158,43.3643352 35.4134158,43.6383352 35.7204158,43.8703352 C36.7334158,42.9193352 36.8364158,41.5753352 36.0204158,40.1473352 Z M34.5624158,33.5843352 C34.9004158,32.4913352 34.9474158,31.4543352 34.4394158,30.4423352 C34.2654158,30.0933352 33.9904158,29.8473352 33.5584158,29.9323352 C33.1514158,30.0133352 32.8744158,30.2963352 32.8684158,30.6863352 C32.8624158,31.1603352 32.8884158,31.6753352 33.0684158,32.1023352 C33.3444158,32.7553352 33.8814158,33.2253352 34.5624158,33.5843352 Z M34.6964158,15.9993352 C35.5954158,15.6443352 36.4994158,15.2993352 37.3894158,14.9253352 C37.5424158,14.8613352 37.6584158,14.6843352 37.7614158,14.5383352 C37.9634158,14.2503352 37.9264158,13.9593352 37.6994158,13.7023352 C37.4864158,13.4603352 37.2564158,13.3113352 36.9044158,13.4923352 C36.6674158,13.6133352 36.3914158,13.6843352 36.1244158,13.7183352 C35.2624158,13.8293352 34.3714158,14.5903352 34.2184158,15.3953352 C34.1554158,15.7253352 34.2724158,15.9303352 34.6964158,15.9993352 Z M33.3524158,27.5593352 C33.2944158,27.4323352 33.2274158,27.1123352 33.0364158,26.9083352 C32.4324158,26.2633352 31.5924158,26.1423352 30.7734158,26.0813352 C30.4264158,26.0553352 30.0834158,26.4053352 30.2134158,26.7493352 C30.5304158,27.5803352 30.9724158,28.3783352 31.8844158,28.7003352 C32.7094158,28.9913352 33.3294158,28.5533352 33.3524158,27.5593352 Z M35.6354158,23.2083352 C34.9214158,23.7403352 34.4014158,24.3703352 34.0214158,25.1073352 C33.8854158,25.3693352 33.8134158,25.6813352 33.7814158,25.9773352 C33.7314158,26.4493352 33.9514158,26.8243352 34.3834158,27.0123352 C34.7914158,27.1893352 35.2154158,27.0843352 35.4554158,26.7333352 C35.7214158,26.3443352 35.9694158,25.8953352 36.0534158,25.4413352 C36.1934158,24.6833352 35.9854158,23.9453352 35.6354158,23.2083352 Z M20.4574158,27.1663352 C21.5104158,26.6373352 22.5554158,26.3693352 23.7194158,26.6723352 C24.2014158,26.7973352 24.5384158,26.2533352 24.3414158,25.7803352 C24.1674158,25.3603352 23.9864158,24.9433352 23.8104158,24.5233352 C23.6184158,24.0693352 23.2084158,24.0243352 22.8144158,24.0583352 C22.4394158,24.0913352 21.9164158,24.0743352 21.8534158,24.5693352 C21.7214158,25.6183352 21.2284158,26.4403352 20.4574158,27.1663352 Z M32.7344158,20.4173352 C33.5164158,19.3663352 33.8964158,17.8313352 33.6894158,16.7193352 C33.5074158,15.7363352 32.6784158,15.3913352 31.8384158,15.9493352 C31.1934158,16.3773352 30.8924158,17.2573352 31.1274158,18.0463352 C31.4054158,18.9823352 32.0174158,19.6903352 32.7344158,20.4173352 Z M36.5314158,7.87033516 C35.7864158,8.65233516 35.2734158,9.47533516 35.0014158,10.4173352 C34.8704395,10.8733352 34.8624158,11.3773352 34.8744158,11.8573352 C34.8854158,12.3073352 35.1204158,12.6943352 35.5614158,12.8523352 C36.0204158,13.0183352 36.4704158,12.9133352 36.8404158,12.5853352 C37.3264158,12.1553352 37.5194158,11.5853352 37.5494158,10.9563352 C37.6034158,9.84333516 37.2134158,8.87033516 36.5314158,7.87033516 Z M21.1394158,24.2053352 C20.9224158,23.7163352 20.7404158,23.2083352 20.4744158,22.7483352 C20.3484158,22.5303352 20.0844158,22.3493352 19.8424158,22.2523352 C19.5624158,22.1403352 18.0424158,23.6223352 18.0564158,23.9533352 C18.0594158,24.0143352 18.0874158,24.0743352 18.0844158,24.1343352 C18.0644158,24.6813352 18.0714158,25.2313352 18.0084158,25.7733352 C17.9224158,26.5093352 18.0674158,26.6973352 18.8294158,26.7003465 C20.0784158,26.7043352 21.0214158,25.6503352 21.1394158,24.2053352 Z M31.8364158,11.7133352 C32.0264158,10.7013352 31.7264158,9.98633516 31.0804158,9.39133516 C30.6144158,9.81633516 30.2124158,10.2953352 29.7084158,10.6123352 C29.2004158,10.9313352 28.5824158,11.0703352 28.0324158,11.3313352 C27.8784158,11.4043352 27.7214158,11.6173352 27.6974158,11.7863352 C27.6364158,12.1933352 27.7314158,12.5563352 28.1324158,12.8133352 C28.4094158,12.9913352 28.6414158,13.2523352 28.8624158,13.5033352 C29.3214158,14.0253352 29.7564158,14.1703352 30.3814158,13.9133352 C30.9894158,13.6633352 31.4134158,13.2253352 31.7004158,12.5193352 C30.9674158,12.8223352 30.9954158,12.8053352 30.6084158,12.1853352 C30.3904158,11.8373352 30.3054158,11.6373352 30.7374158,11.3893352 C31.3034158,11.0643352 31.2844158,11.0303352 31.8364158,11.7133352 Z M30.7024158,42.4683352 C31.1884158,41.7053352 31.3374158,41.2443352 31.2794158,40.7693352 C31.2094158,40.1933352 31.0494158,40.0143352 30.4624158,40.0533352 C29.4194158,40.1233352 28.4504158,39.9583352 27.6104158,39.3053352 C27.3234158,39.0823352 27.1254158,39.1683352 26.9034158,39.3953352 C26.3694158,39.9433352 26.1624158,41.3373352 26.5734158,41.9703352 C26.6514158,42.0903352 26.9484158,42.1953352 27.0694158,42.1403352 C28.3294158,41.5723352 29.5134158,41.8143352 30.7024158,42.4683352 Z M25.3404158,49.1253352 C25.5784158,49.0373352 26.0634158,48.9253352 26.4764158,48.6873352 C27.0114158,48.3793352 27.0054158,48.1113352 26.5014158,47.7393352 C25.5824158,47.0593352 25.0514158,46.1913352 25.0344158,45.0233352 C25.0314158,44.8463352 24.8794158,44.6703352 24.7954158,44.4943352 C24.6154158,44.5793352 24.4014158,44.6283352 24.2624158,44.7573352 C23.7484158,45.2353352 23.2964158,45.7873352 22.7484158,46.2203352 C22.2874158,46.5843352 22.2794158,46.9583352 22.4644158,47.4253352 C22.8454158,48.3843352 23.9874158,49.1213352 25.3404158,49.1253352 Z M29.8164158,28.3793352 C29.7744158,28.1973352 29.7094158,27.8693352 29.6234158,27.5463352 C29.5314158,27.2023352 29.3294158,27.1443352 28.9994158,27.2833352 C27.7844158,27.7933352 26.6204158,27.6613352 25.4944158,26.9893352 C25.3514158,26.9043352 25.0564158,26.8753352 24.9544158,26.9633352 C24.7174158,27.1673352 24.9444158,27.3233352 25.1114158,27.4633352 C26.0164158,28.2243352 26.3834158,29.2233352 26.4054158,30.3783352 C26.4194158,31.1033352 26.6994158,31.3353352 27.4174158,31.2443352 C28.7544158,31.0743352 29.7914158,29.9003352 29.8164158,28.3793352 Z M23.0844158,21.5643352 C23.6304158,21.3973352 24.0914158,21.3613352 24.4194158,21.1323352 C24.9364158,20.7723352 25.3754158,20.2943352 25.8274158,19.8463352 C26.3364158,19.3423352 26.1734158,18.9123352 25.4574158,18.6973352 C24.9654158,18.5493352 24.3624158,18.4483352 24.0434158,18.1063352 C23.2574158,17.2693352 22.5674158,17.4883352 21.7574158,18.0003352 C21.4484158,18.1953352 21.2354158,18.3713352 21.1624158,18.7353352 C21.0854158,19.1233352 20.9964158,19.5183352 20.8414158,19.8813352 C20.6584158,20.3103352 20.7774158,20.6323352 21.1484158,20.8033352 C21.8034158,21.1033352 22.4894158,21.3343352 23.0844158,21.5643352 Z M33.1504158,43.5263352 C33.0584158,43.5263352 32.9654158,43.5203352 32.8744158,43.5273352 C32.0694158,43.5933352 31.9654158,43.7273352 32.0884158,44.5273352 C32.2254158,45.4133352 32.0594158,46.2253352 31.5484158,46.9763352 C31.1854158,47.5093352 31.2284158,47.6303352 31.7354158,48.0013352 C32.5104158,48.5663352 33.7734158,48.5533352 34.5944158,47.9713352 C35.4144158,47.3903352 35.7784158,46.1923352 35.4484158,45.1613352 C35.1244158,44.1483352 34.2464158,43.5203352 33.1504158,43.5263352 Z M25.0644158,37.3693352 C26.0414158,37.3503352 26.2444158,37.1723352 26.3404158,36.4443352 C26.4484158,35.6213352 26.8074158,34.9393352 27.4304158,34.3843352 C27.9304158,33.9393352 27.9774158,33.6763352 27.5794158,33.1663352 C27.3034158,32.8133352 26.9504158,32.5103352 26.5954158,32.2323352 C26.2744158,31.9803352 25.9614158,31.9503352 25.6724158,32.3663352 C25.0294158,33.2953352 24.1174158,33.8013352 22.9954158,33.9593352 C22.4934158,34.0293352 22.3014158,34.2983352 22.4374158,34.7813352 C22.5144158,35.0513352 22.7164158,35.3083352 22.9174158,35.5173352 C23.4034158,36.0213352 23.9094158,36.5083352 24.4344158,36.9723352 C24.6674158,37.1773352 24.9654158,37.3083352 25.0644158,37.3693352 Z M28.6504158,47.5373352 C28.8644158,47.5233352 29.0804158,47.5233352 29.2914158,47.4913352 C30.2444158,47.3453352 31.0824158,46.5763352 31.2784158,45.6793352 C31.4864158,44.7283352 31.0924158,43.7303352 30.2914158,43.1813352 C29.2804158,42.4883352 27.8294158,42.5023352 26.8394158,43.2123352 C25.6864158,44.0403352 25.5324158,45.6393352 26.5094158,46.6703352 C27.0904158,47.2843352 27.7994158,47.5843352 28.6504158,47.5373352 Z M29.8434158,34.3243352 C28.1934158,34.3343352 26.9664158,35.5633352 27.1684158,37.0043352 C27.3134158,38.0363352 28.1394158,38.9503352 29.1394158,39.1853352 C30.3454158,39.4683352 31.6104158,39.0953352 32.1814158,38.2123352 C32.4034158,37.8683352 32.5614158,37.4333352 32.5964158,37.0273352 C32.7334158,35.4723352 31.5264158,34.3133352 29.8434158,34.3243352 Z M25.9714158,12.9513352 C24.7514158,12.9533352 23.8784158,13.4823352 23.4774158,14.4623352 C22.9764158,15.6863352 23.5604158,17.0693352 24.8304158,17.6663352 C26.1504158,18.2863352 27.8204158,17.8283352 28.4594158,16.6483352 C29.4744158,14.7713352 27.7374158,12.7993352 25.9714158,12.9513352 Z M19.7453868,30.3043352 C19.7514158,31.9283352 20.9674158,33.1413352 22.5924158,33.1453402 C24.2444158,33.1483352 25.6014158,31.8143352 25.5874158,30.1993352 C25.5734158,28.6063352 24.2244158,27.3143352 22.6094158,27.3443352 C20.9994158,27.3743352 19.7384158,28.6773352 19.7453868,30.3043352 Z M30.7534408,7.22533516 C30.7474158,5.59733516 29.4164158,4.33233516 27.7014158,4.3243022 C25.8724158,4.31633516 24.3794158,5.76533516 24.3804153,7.54833516 C24.3804153,9.22233516 25.7374158,10.5153352 27.4804158,10.5033352 C29.2974158,10.4923352 30.7604158,9.02633516 30.7534408,7.22533516 Z M30.5824158,23.3453352 C30.5784158,23.2603352 30.5804158,23.0763352 30.5594158,22.8943352 C30.3484158,21.0623352 28.1614158,19.1803352 25.8684158,20.7973352 C24.2324158,21.9513352 24.0864158,24.5863352 25.5374158,25.9713352 C25.9914158,26.4053352 26.5174158,26.6813352 27.1604158,26.7333352 C29.1294158,26.8903352 30.5804158,25.5023352 30.5824158,23.3453352 Z M21.3924158,17.2493352 C21.7014158,17.0883352 22.0244158,16.9743352 22.2744158,16.7713352 C22.4274158,16.6473352 22.5744158,16.3673352 22.5434158,16.1883352 C22.2414158,14.4413352 22.9524158,13.2313352 24.4474158,12.3863352 C24.6294158,12.2843352 24.8284158,12.0403352 24.8434158,11.8483352 C24.8944158,11.2093352 24.8414158,10.5943352 24.4574158,10.0073352 C24.0964158,9.45533516 23.8954158,8.80133516 23.6004158,8.20333516 C23.4294158,7.85733516 23.2804158,7.45933516 23.0054158,7.21433516 C21.7564158,6.10133516 20.2844158,5.72733516 18.6534158,6.11233516 C16.5394158,6.61133516 15.1424158,8.01033516 14.1094158,9.83733516 C14.0154158,10.0043352 13.9894158,10.2093352 13.9274158,10.4083352 C14.6964158,10.5183352 15.3864158,10.6203352 16.0794158,10.7113352 C16.1914158,10.7263352 16.3144158,10.7083352 16.4254158,10.6803352 C17.0264158,10.5303352 17.5584158,10.6503352 17.7044158,11.1323352 C17.8464158,11.6023352 18.2014158,11.7993352 18.4954158,12.0923352 C18.9694158,12.5653352 19.4404158,13.0423352 19.9034158,13.5263352 C20.0824158,13.7133352 20.1464158,13.9763352 20.5444158,13.7633352 C20.8594158,13.5953352 21.3874158,14.1293352 21.4354158,14.5763352 C21.4934158,15.1283352 21.1054158,15.0173352 20.8084158,14.9873352 C20.9984158,15.7233352 21.1854158,16.4503352 21.3924158,17.2493352 Z M11.3204158,17.8143352 C11.2194158,17.6623352 11.1054158,17.5533352 11.0704158,17.4233352 C11.0294158,17.2693352 10.9914158,17.0263352 11.0714158,16.9513352 C11.1644158,16.8653352 11.4354158,16.8503352 11.5464158,16.9253352 C11.8444158,17.1273352 12.3204158,17.3903352 12.3254158,17.6363352 C12.3354158,18.2063352 12.7084158,18.2443352 13.0504158,18.3943352 C14.9194158,19.2123352 16.5104158,20.3513352 17.4974158,22.2033352 C17.7694158,22.7123352 17.8684158,22.7243352 18.3134158,22.3263352 C19.6674158,21.1163352 20.3164158,19.5523352 20.4294158,17.7803352 C20.6214158,14.7923352 18.1734158,12.3033352 15.9554158,11.5723352 C14.8844158,11.2193352 13.7264158,11.2233352 12.7444158,11.7953352 C10.7484158,12.9583352 9.26141581,14.5883352 8.68141581,16.9013352 C8.59741581,17.2373352 8.60941581,17.5963352 8.57641581,17.9473352 C9.54141581,17.9003352 10.3934158,17.8593352 11.3204158,17.8143352 Z M7.35441581,34.7083352 C7.48741581,35.2673352 7.54541581,35.8583352 7.76941581,36.3793352 C8.55841581,38.2203352 10.0644158,39.2683352 11.8974158,39.8943352 C12.4184158,40.0723352 12.5594158,39.9483352 12.7344158,39.3843352 C12.8804158,38.9173352 13.0284158,38.4513352 13.1754158,37.9843352 C13.7064158,36.2883352 14.8364158,35.1463352 16.4794158,34.5383352 C17.1024158,34.3083352 17.7794158,34.2123352 18.4404158,34.1053352 C19.1944158,33.9833352 19.2064158,33.9963352 19.0514158,33.2563352 C18.5464158,30.8533352 16.2504158,28.6593352 13.8324158,28.2903352 C13.5344158,28.2443352 13.2174158,28.2573352 12.9184158,28.3033352 C10.0074158,28.7473352 7.46941581,31.7153352 7.35441581,34.7083352 Z M10.3834158,18.6583352 C8.88841581,18.5363352 7.82741581,19.2273352 6.97941581,20.3453352 C5.74741581,21.9713352 5.14841581,23.8063352 5.26141581,25.8433352 C5.34941581,27.4033352 5.93941581,28.7583352 7.13541581,29.8083352 C7.94741581,30.5193352 7.99541581,30.5143352 8.71041581,29.7103352 C9.31841581,29.0273352 10.1974158,28.5413352 10.3094158,27.4963352 C10.3184158,27.4153352 10.3974158,27.3343352 10.4604158,27.2693352 C10.7034158,27.0223352 10.9544158,26.9773352 11.0984158,27.3463352 C11.1884158,27.5783352 11.1884158,27.8673352 11.5454158,27.7593352 C11.7894158,27.6863352 12.0394158,27.6683352 12.1304158,27.2923352 C12.2524158,26.7903352 12.3744158,26.8033352 12.7944158,27.1183352 C12.9764158,27.2543352 13.1934158,27.3633352 13.4114158,27.4263352 C14.1104158,27.6293352 14.8434158,27.7393352 15.5114158,28.0133352 C16.0104158,28.2193352 16.2414158,28.0943352 16.4584158,27.6763352 C17.3584158,25.9463352 17.6334158,24.1653352 16.6324158,22.4083352 C15.2614158,20.0003352 13.0344158,18.9353352 10.3834158,18.6583352 Z M18.7174158,35.0093352 C16.5574158,35.0093352 14.6374158,35.9323352 13.8884158,38.4703352 C13.6474158,39.2883352 13.4254158,40.1383352 13.3834158,40.9823352 C13.2404158,43.8193352 15.0304158,46.1793352 17.7844158,46.7133352 C20.0464158,47.1523352 22.5924158,45.9783352 23.8374158,43.8983352 C24.6474158,42.5443352 25.0424158,41.0983352 24.7594158,39.5033352 C24.3854158,37.3863352 21.5684158,34.8683352 18.7174158,35.0093352 Z M31.3884158,43.0123352 C32.0534158,42.8893352 32.5584158,42.7593352 33.0704158,42.7133352 C33.4304158,42.6813352 33.5064158,42.4533352 33.6254158,42.2003352 C33.8874158,41.6493352 34.1404158,41.0893352 34.4554158,40.5683352 C34.6574158,40.2323352 34.9404158,39.9353352 35.2274158,39.6623352 C36.1614158,38.7733352 36.5514158,38.8533352 36.9614158,40.0433352 C37.3874158,41.2823352 37.6584158,42.5383352 36.9114158,43.7633352 C36.7074158,44.0973352 36.4494158,44.3973352 36.1484158,44.8053352 C36.4554158,44.8483352 36.6864158,44.8563352 36.9014158,44.9173352 C37.3954158,45.0573352 37.9254158,45.1483352 38.3624158,45.3973352 C39.0114158,45.7673352 39.1924158,46.3943352 38.9824158,47.0543352 C38.7584158,47.7573352 38.2154158,48.1513352 37.4534158,48.1193352 C37.1834158,48.1083352 36.9114158,48.0293352 36.6504158,47.9493352 C36.4224158,47.8793352 36.2084158,47.7643352 35.9744158,47.6623352 C35.7034158,47.9393352 35.4684158,48.2243352 35.1894158,48.4563352 C33.9234158,49.5133352 32.2134158,49.5103352 30.9934158,48.4113352 C30.6334158,48.0873352 30.3694158,47.9953352 29.8764158,48.1473352 C29.2804158,48.3303352 28.5624158,48.1643352 28.0034158,48.4003352 C27.4444158,48.6363352 27.0684158,49.2773352 26.5214158,49.5733352 C24.8964158,50.4533352 22.5274158,49.5393352 21.7064158,47.7763352 C21.6054158,47.5603352 21.5294158,47.3323352 21.4854158,47.2233352 C20.4894158,47.3523352 19.5584158,47.5713352 18.6274158,47.5743352 C15.4374158,47.5863352 12.7554158,45.0423352 12.5504158,41.8413352 C12.4924158,40.9373352 12.4574158,40.9133352 11.6144158,40.6713352 C10.2344158,40.2753352 9.06541581,39.4993352 8.08441581,38.4353352 C6.64241581,36.8723352 6.29241581,35.0683352 6.85741581,33.0593352 C6.98141581,32.6203352 7.15241581,32.1823352 7.37441581,31.7853352 C7.62341581,31.3393352 7.52241581,31.0933352 7.12141581,30.8053352 C4.72841581,29.0823352 4.11241581,26.6563352 4.53941581,23.8933352 C4.85341581,21.8653352 5.74241581,20.1133352 7.33641581,18.7523352 C7.53941581,18.5793352 7.71541581,18.2453352 7.71741581,17.9843352 C7.72741581,15.6893352 8.88441581,13.9543352 10.4494158,12.4573352 C11.1284158,11.8093352 12.0914158,11.4403352 12.7074158,10.7503352 C13.3014158,10.0853352 13.5334158,9.11133516 14.0664158,8.37633516 C15.5494158,6.33333516 17.4884158,5.07433516 20.1264158,5.15333516 C21.4494158,5.19333516 22.5424158,5.76133516 23.6044158,6.62433516 C23.7294158,6.35133516 23.8394158,6.11633516 23.9444158,5.87933516 C25.1774158,3.10733516 29.0514158,2.67233516 30.8604158,5.10433516 C31.3224158,5.72433516 31.3124158,5.68233516 32.1054158,5.49533516 C32.5674158,5.38633516 33.0854158,5.34533516 33.5474158,5.43533516 C34.2314158,5.56833516 34.6594158,6.06133516 34.7904158,6.76133516 C34.9204158,7.46233516 34.5794158,8.00333516 34.0134158,8.29333516 C33.3724158,8.62233516 32.6494158,8.79233516 31.9314158,9.04133516 C32.0764158,9.26433516 32.2904158,9.52133516 32.4284158,9.81333516 C33.4594158,12.0023352 32.0354158,14.6463352 30.0134158,14.8333352 C29.6014158,14.8703352 29.6064158,14.9173352 29.6254158,15.4583352 C30.0404158,15.4583352 30.4534158,15.4683352 30.8644158,15.4523352 C31.0104158,15.4473352 31.1744158,15.4083352 31.2944158,15.3303352 C31.8324158,14.9833352 32.4124158,14.8313352 33.0454158,14.9103352 C33.4044158,14.9553352 33.6294158,14.7983352 33.7774158,14.4883352 C33.8164158,14.4063352 33.8644158,14.3233352 33.9244158,14.2563352 C34.4494158,13.6763352 34.6984158,13.1483352 34.1544158,12.3533352 C33.7304158,11.7343352 33.9524158,10.9283352 34.1834158,10.2153352 C34.5394158,9.11533516 35.1774158,8.18133516 35.9274158,7.32033516 C36.3944158,6.78533516 36.6614158,6.76133516 37.1014158,7.34233516 C38.1884158,8.77633516 38.7524158,10.3543352 38.0804158,12.1483352 C37.9334158,12.5393352 37.9294158,12.7713352 38.2394158,13.1053352 C38.8844158,13.7993352 38.8304158,14.5133352 38.2044158,15.2413352 C37.6324158,15.9063352 36.8544158,16.2603352 36.0424158,16.3653352 C34.9024158,16.5133352 34.5354158,17.0463352 34.4544158,18.1713352 C34.3914158,19.0533352 33.9644158,19.9323352 33.5864158,20.7613352 C33.2284158,21.5463352 32.7714158,21.5703352 32.1734158,20.9543352 C31.8144158,20.5843352 31.4644158,20.2053352 31.0954158,19.8143352 C30.8044158,20.0453352 30.5674158,20.2333352 30.2694158,20.4693352 C31.4354158,21.8593352 31.6784158,23.4243352 31.1114158,25.1833352 C31.6994158,25.3693352 32.2684158,25.5503352 32.8714158,25.7413352 C32.9684158,25.5103352 33.0304158,25.3033352 33.1364158,25.1213352 C33.3774158,24.7103352 33.2394158,24.4663352 32.8634158,24.2183352 C32.5934158,24.0403352 32.3524158,23.7733352 32.1864158,23.4933352 C31.9354158,23.0693352 31.9494158,22.6063352 32.2674158,22.2013352 C32.5794158,21.8013352 33.0074158,21.6573352 33.4954158,21.7703352 C33.7304158,21.8243352 33.9904158,21.9033352 34.1654158,22.0553352 C34.6644158,22.4903352 35.1224158,22.7563352 35.7224158,22.1903352 C35.9274158,21.9963352 36.2244158,22.1343352 36.2934158,22.4233352 C36.5144158,23.3403352 36.8334158,24.2593352 36.8764158,25.1883352 C36.9474158,26.7333352 36.1484158,27.5813352 34.6144158,27.9163352 C34.4404158,27.9543352 34.2614158,28.1133352 34.1494158,28.2643352 C33.9894158,28.4803352 33.8874158,28.7413352 33.7404158,29.0223352 C34.8004158,29.2183352 35.2364158,29.9833352 35.4774158,30.9183352 C35.7284158,31.8933352 35.6814158,32.8663352 35.3914158,33.8213352 C35.1484158,34.6213352 34.7404158,34.7343352 34.0474158,34.2213352 C33.7274158,33.9843352 33.4134158,33.7353352 33.1264158,33.4613352 C32.0564158,32.4403352 31.5464158,31.2793352 32.3294158,29.7873352 C31.7654158,29.5333352 31.2284158,29.2903352 30.6084158,29.0103352 C30.2494158,30.5763352 29.3674158,31.6183352 27.7974158,32.0043352 C28.1364158,32.5713352 28.4434158,33.0843352 28.8094158,33.6973352 C28.9254158,33.4343352 29.0074158,33.2573352 29.0834158,33.0763352 C29.2364158,32.7113352 29.3424158,32.3183352 29.5474158,31.9853352 C29.9084158,31.3973352 30.5764158,31.1563352 31.1314158,31.3433352 C31.6904158,31.5313352 32.1324158,32.1553352 31.8934158,32.8283352 C31.5884158,33.6923352 31.8704158,34.1763352 32.5314158,34.6213352 C32.6774158,34.7193352 32.8374158,34.8793352 32.8794158,35.0393352 C33.1764158,36.1873352 34.1544158,36.6833352 34.9934158,37.3213352 C36.1144158,38.1743352 36.0804158,38.4143352 34.7864158,39.0263352 C34.0824158,39.3593352 33.3664158,39.5703352 32.5654158,39.4143352 C32.0674158,39.3163352 31.8304158,39.4963352 31.9504158,39.8983352 C32.2854158,41.0123352 32.0074158,42.0003352 31.3884158,43.0123352 Z"
                      id="Stroke-7" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path>
                    <path
                      d="M38.5503158,38.8534352 C38.5323158,38.8564352 38.5143158,38.8584352 38.4963158,38.8614352 C38.5553158,39.1874352 38.5823158,39.5244352 38.6803158,39.8384352 C38.7913158,40.1934352 39.0623158,40.3844352 39.4523158,40.3414352 C39.8313158,40.2994352 40.0653158,40.0804352 40.1233158,39.7054352 C40.2243158,39.0604352 40.0233158,38.4854352 39.5903158,38.0234352 C39.4603158,37.8854352 39.1283158,37.8204352 38.9433158,37.8834352 C38.7733158,37.9414352 38.6493158,38.2034352 38.5613158,38.4014352 C38.5043158,38.5284352 38.5503158,38.7014352 38.5503158,38.8534352 M36.3843158,36.7494352 C37.3973158,37.1474352 38.3363158,37.1114352 39.2713158,36.9604352 C39.6443158,36.8994352 39.9613158,36.6854352 39.9613158,36.2284352 C39.9613158,35.8034352 39.7273158,35.5304352 39.3393158,35.4264352 C39.0843158,35.3594352 38.7983158,35.3274352 38.5413158,35.3694352 C37.6853158,35.5084352 37.0533158,36.0294352 36.3843158,36.7494352 M38.8173158,34.4944352 C40.4143158,34.4824352 41.2073158,35.8124352 40.4153158,37.1774352 C40.2483158,37.4644352 40.3423158,37.6154352 40.4743158,37.8224352 C40.8103158,38.3484352 41.0113158,38.9124352 40.9663158,39.5514352 C40.9093158,40.3724352 40.3653158,41.0774352 39.6483158,41.2324352 C39.0233158,41.3674352 38.2293158,40.9104352 37.9523158,40.1164352 C37.7763158,39.6144352 37.7493158,39.0444352 37.7423158,38.5034352 C37.7363158,38.0514352 37.6143158,37.8564352 37.1393158,37.8004352 C36.6923158,37.7474352 36.2453158,37.5944352 35.8273158,37.4174352 C35.3493158,37.2154352 35.2553158,36.9544352 35.5383158,36.5594352 C36.3513158,35.4214352 37.4083158,34.6444352 38.8173158,34.4944352"
                      id="Fill-9" fill="#000000"></path>
                    <path
                      d="M38.5503158,38.8534352 C38.5323158,38.8564352 38.5143158,38.8584352 38.4963158,38.8614352 C38.5553158,39.1874352 38.5823158,39.5244352 38.6803158,39.8384352 C38.7913158,40.1934352 39.0623158,40.3844352 39.4523158,40.3414352 C39.8313158,40.2994352 40.0653158,40.0804352 40.1233158,39.7054352 C40.2243158,39.0604352 40.0233158,38.4854352 39.5903158,38.0234352 C39.4603158,37.8854352 39.1283158,37.8204352 38.9433158,37.8834352 C38.7733158,37.9414352 38.6493158,38.2034352 38.5613158,38.4014352 C38.5043158,38.5284352 38.5503158,38.7014352 38.5503158,38.8534352 Z M36.3843158,36.7494352 C37.3973158,37.1474352 38.3363158,37.1114352 39.2713158,36.9604352 C39.6443158,36.8994352 39.9613158,36.6854352 39.9613158,36.2284352 C39.9613158,35.8034352 39.7273158,35.5304352 39.3393158,35.4264352 C39.0843158,35.3594352 38.7983158,35.3274352 38.5413158,35.3694352 C37.6853158,35.5084352 37.0533158,36.0294352 36.3843158,36.7494352 Z M38.8173158,34.4944352 C40.4143158,34.4824352 41.2073158,35.8124352 40.4153158,37.1774352 C40.2483158,37.4644352 40.3423158,37.6154352 40.4743158,37.8224352 C40.8103158,38.3484352 41.0113158,38.9124352 40.9663158,39.5514352 C40.9093158,40.3724352 40.3653158,41.0774352 39.6483158,41.2324352 C39.0233158,41.3674352 38.2293158,40.9104352 37.9523158,40.1164352 C37.7763158,39.6144352 37.7493158,39.0444352 37.7423158,38.5034352 C37.7363158,38.0514352 37.6143158,37.8564352 37.1393158,37.8004352 C36.6923158,37.7474352 36.2453158,37.5944352 35.8273158,37.4174352 C35.3493158,37.2154352 35.2553158,36.9544352 35.5383158,36.5594352 C36.3513158,35.4214352 37.4083158,34.6444352 38.8173158,34.4944352 Z"
                      id="Stroke-11" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path>
                    <path
                      d="M41.9495158,42.5233352 C41.0835158,42.5353352 40.4145158,42.8673352 39.8595158,43.5323352 C39.4235158,44.0543352 39.4445158,44.5023352 39.9235158,44.8823352 C40.3445158,45.2153352 40.8265158,45.1513352 41.1925158,44.6403352 C41.6395158,44.0153352 41.8635158,43.2973352 41.9495158,42.5233352 M40.6295158,45.9383352 C39.7505158,45.8763352 39.2635158,45.5013352 38.9175158,44.9153352 C38.5855158,44.3523352 38.6295158,43.7963352 39.0095158,43.2843352 C39.8495158,42.1523352 41.0555158,41.6863352 42.3965158,41.5123352 C42.7535158,41.4653352 43.0345158,41.6793352 42.9595158,42.0503352 C42.7175158,43.2433352 42.5325158,44.4803352 41.5765158,45.3653352 C41.2775158,45.6413352 40.8685158,45.7983352 40.6295158,45.9383352"
                      id="Fill-13" fill="#000000"></path>
                    <path
                      d="M41.9495158,42.5233352 C41.0835158,42.5353352 40.4145158,42.8673352 39.8595158,43.5323352 C39.4235158,44.0543352 39.4445158,44.5023352 39.9235158,44.8823352 C40.3445158,45.2153352 40.8265158,45.1513352 41.1925158,44.6403352 C41.6395158,44.0153352 41.8635158,43.2973352 41.9495158,42.5233352 Z M40.6295158,45.9383352 C39.7505158,45.8763352 39.2635158,45.5013352 38.9175158,44.9153352 C38.5855158,44.3523352 38.6295158,43.7963352 39.0095158,43.2843352 C39.8495158,42.1523352 41.0555158,41.6863352 42.3965158,41.5123352 C42.7535158,41.4653352 43.0345158,41.6793352 42.9595158,42.0503352 C42.7175158,43.2433352 42.5325158,44.4803352 41.5765158,45.3653352 C41.2775158,45.6413352 40.8685158,45.7983352 40.6295158,45.9383352 Z"
                      id="Stroke-15" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path>
                    <path
                      d="M38.3247158,28.3302352 C37.7187158,29.0332352 37.2857158,29.6162352 37.1217158,30.3362352 C37.0627158,30.5922352 37.1187158,31.0362352 37.2867158,31.1492352 C37.6447158,31.3902352 37.9087158,31.0052352 38.0727158,30.7462352 C38.4967158,30.0782352 38.5647158,29.3392352 38.3247158,28.3302352 M39.2937158,28.9572352 C39.2767158,30.1452352 39.1157158,31.0042352 38.3717158,31.6322352 C37.9587158,31.9802352 37.5097158,32.2182352 36.9477158,31.9532352 C36.4247158,31.7072352 36.1947158,31.3082352 36.2567158,30.5912352 C36.2857158,30.2642352 36.3397158,29.8952352 36.5137158,29.6332352 C37.0507158,28.8242352 37.6117158,28.0242352 38.2427158,27.2882352 C38.5767158,26.8982352 38.9097158,27.0172352 39.0347158,27.5152352 C39.1747158,28.0752352 39.2407158,28.6532352 39.2937158,28.9572352"
                      id="Fill-17" fill="#000000"></path>
                    <path
                      d="M38.3247158,28.3302352 C37.7187158,29.0332352 37.2857158,29.6162352 37.1217158,30.3362352 C37.0627158,30.5922352 37.1187158,31.0362352 37.2867158,31.1492352 C37.6447158,31.3902352 37.9087158,31.0052352 38.0727158,30.7462352 C38.4967158,30.0782352 38.5647158,29.3392352 38.3247158,28.3302352 Z M39.2937158,28.9572352 C39.2767158,30.1452352 39.1157158,31.0042352 38.3717158,31.6322352 C37.9587158,31.9802352 37.5097158,32.2182352 36.9477158,31.9532352 C36.4247158,31.7072352 36.1947158,31.3082352 36.2567158,30.5912352 C36.2857158,30.2642352 36.3397158,29.8952352 36.5137158,29.6332352 C37.0507158,28.8242352 37.6117158,28.0242352 38.2427158,27.2882352 C38.5767158,26.8982352 38.9097158,27.0172352 39.0347158,27.5152352 C39.1747158,28.0752352 39.2407158,28.6532352 39.2937158,28.9572352 Z"
                      id="Stroke-19" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path>
                    <path
                      d="M36.1203158,18.4572352 C36.3213158,19.3392352 36.5213158,19.9632352 37.0603158,20.3572352 C37.2893158,20.5252352 37.6633158,20.4962352 37.9713158,20.5562352 C37.9673158,20.2432352 38.0133158,19.9172352 37.9393158,19.6222352 C37.8943158,19.4442352 37.6853158,19.2742352 37.5093158,19.1702352 C37.1233158,18.9412352 36.7113158,18.7562352 36.1203158,18.4572352 M38.9263158,19.9732352 C38.9393158,21.0142352 38.4893158,21.4642352 37.6893158,21.4532352 C36.9023158,21.4432352 36.3293158,21.0182352 36.0033158,20.3712352 C35.6653158,19.6992352 35.4433158,18.9602352 35.2403158,18.2312352 C35.1163158,17.7842352 35.3573158,17.4802352 35.7203158,17.5742352 C36.7533158,17.8422352 37.8183158,18.1012352 38.4863158,19.0402352 C38.7233158,19.3742352 38.8433158,19.7922352 38.9263158,19.9732352"
                      id="Fill-21" fill="#000000"></path>
                    <path
                      d="M36.1203158,18.4572352 C36.3213158,19.3392352 36.5213158,19.9632352 37.0603158,20.3572352 C37.2893158,20.5252352 37.6633158,20.4962352 37.9713158,20.5562352 C37.9673158,20.2432352 38.0133158,19.9172352 37.9393158,19.6222352 C37.8943158,19.4442352 37.6853158,19.2742352 37.5093158,19.1702352 C37.1233158,18.9412352 36.7113158,18.7562352 36.1203158,18.4572352 Z M38.9263158,19.9732352 C38.9393158,21.0142352 38.4893158,21.4642352 37.6893158,21.4532352 C36.9023158,21.4432352 36.3293158,21.0182352 36.0033158,20.3712352 C35.6653158,19.6992352 35.4433158,18.9602352 35.2403158,18.2312352 C35.1163158,17.7842352 35.3573158,17.4802352 35.7203158,17.5742352 C36.7533158,17.8422352 37.8183158,18.1012352 38.4863158,19.0402352 C38.7233158,19.3742352 38.8433158,19.7922352 38.9263158,19.9732352 Z"
                      id="Stroke-23" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path>
                  </g>
                </g>
              </g>
            </g>
          </g>
        </svg>
      </div>
      <span class="product-filters__text">Bowls</span>
      <span class="product-filters__label"></span>
    </div>
  </label><label class="product-filters__item">
    <input class="product-filters__checkbox" type="radio" name="product-type" value=",sorbetters">
    <div class="product-filters__inner">
      <div class="product-filters__icon">
        <svg width="49.977px" height="44.3848388px" viewBox="0 0 49.977 44.3848388" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
          <defs>
            <polygon id="path-q-nnca9dbg-1" points="0 0 49.977 0 49.977 44.3848388 0 44.3848388"></polygon>
          </defs>
          <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
            <g id="Home" transform="translate(-821.0791, -4181)">
              <g id="Group" transform="translate(299, 4159)">
                <g id="Group-39" transform="translate(503.0791, 0)">
                  <g id="Group-8" transform="translate(19, 22)">
                    <g id="Group-3">
                      <mask id="mask-q-nnca9dbg-2" fill="white">
                        <use xlink:href="#path-q-nnca9dbg-1"></use>
                      </mask>
                      <g id="Clip-2"></g>
                      <path
                        d="M27.149,42.0408 C26.387,42.1158 25.628,42.1528 24.874,42.1528 C19.489,42.1528 14.358,40.2458 10.225,36.6668 C5.418,32.5038 2.5,26.5128 2.219,20.2278 L2.19,19.5558 L2.841,19.7208 C3.287,19.8328 3.731,19.9478 4.174,20.0638 C5.152,20.3188 6.126,20.5728 7.108,20.7858 C10.111,21.4318 13.186,21.7248 15.798,21.9268 C19.808,22.2348 24.055,22.3268 28.781,22.2078 C29.131,22.1988 29.482,22.1988 29.853,22.2038 L30.846,22.2058 L30.887,22.6618 C30.906,22.8308 30.919,22.9528 30.92,23.0748 L30.922,25.0618 C30.927,26.6598 31.742,27.9368 33.101,28.4778 C34.47,29.0248 36.102,28.6518 37.161,27.5518 C37.889,26.7958 38.246,25.8928 38.252,24.7898 L38.256,24.2818 C38.263,23.6768 38.269,23.0708 38.245,22.4658 C38.22,21.8288 38.522,21.4788 39.169,21.3938 C41.087,21.1438 43.603,20.7558 46.048,19.9788 C46.267,19.9098 46.483,19.8348 46.701,19.7598 L47.686,19.4228 L47.681,20.1268 C47.607,29.6938 39.737,40.7928 27.149,42.0408 L27.149,42.0408 Z M8.913,10.2578 C11.376,9.0248 13.821,9.1318 16.181,10.5728 C16.484,10.7588 16.741,11.1168 16.821,11.4668 C17.223,13.2248 18.015,14.7208 19.241,16.0418 C19.439,16.2548 19.627,16.6458 19.573,17.0048 C19.491,17.5518 19.379,18.0948 19.268,18.6388 L19.157,19.1868 C19.067,19.6348 18.757,19.8928 18.318,19.8928 C18.283,19.8928 18.247,19.8908 18.21,19.8878 C16.149,19.7048 14.086,19.5258 12.064,19.3518 L9.295,19.1118 L9.336,18.6158 C9.355,18.3898 9.381,18.1818 9.406,17.9868 C9.452,17.6358 9.488,17.3578 9.457,17.1108 C9.342,16.2068 9.587,15.3688 10.146,14.7498 C10.69,14.1448 11.484,13.8458 12.349,13.8458 C12.771,13.8648 13.332,13.7418 13.551,13.1498 C13.672,12.8208 13.641,12.4838 13.462,12.2008 C13.269,11.8948 12.93,11.6998 12.532,11.6638 C10.076,11.4368 7.649,13.3538 7.329,15.7558 C7.267,16.2228 7.284,16.7118 7.301,17.2288 C7.31,17.4798 7.318,17.7328 7.318,17.9878 L7.318,18.6228 L6.425,18.4138 C6.163,18.3588 5.866,18.2978 5.581,18.1798 C5.239,18.0398 5.023,17.6148 4.994,17.2878 C4.738,14.3838 6.313,11.5588 8.913,10.2578 L8.913,10.2578 Z M28.587,18.7508 L28.485,19.9808 L28.022,20.0038 L21.265,20.0038 L21.759,17.9318 L22.31,18.1788 C23.981,18.9288 25.831,19.1448 27.964,18.8398 L28.587,18.7508 Z M20.481,4.8408 C21.923,3.0888 24.052,2.1528 26.349,2.1718 C29.502,2.2488 32.37,4.5148 33.17,7.5598 C33.219,7.7478 33.351,8.2478 32.792,8.5938 C30.034,10.2968 28.528,12.7178 28.188,15.9938 L28.087,16.4388 L27.788,16.5808 C27.236,16.7298 26.665,16.8048 26.089,16.8048 C24.815,16.8048 23.521,16.4428 22.371,15.7478 C20.642,14.7018 19.41,13.0138 18.989,11.1168 C18.495,8.8808 19.038,6.5938 20.481,4.8408 L20.481,4.8408 Z M39.956,9.8168 C42.71,10.7378 44.414,12.7798 44.883,15.7228 C44.944,16.1058 44.946,16.4848 44.948,16.8528 C44.948,16.9918 44.949,17.1308 44.953,17.2698 C44.969,17.8058 44.669,18.1658 44.129,18.2598 C43.341,18.3928 42.555,18.5328 41.769,18.6728 C40.335,18.9278 38.901,19.1838 37.461,19.3978 C36.356,19.5638 36.053,19.8938 36.052,20.9298 L36.052,22.1428 C36.053,23.0328 36.054,23.9228 36.049,24.8128 C36.045,25.6438 35.606,26.2488 34.844,26.4748 C34.69,26.5198 34.539,26.5428 34.392,26.5428 C34.116,26.5428 33.859,26.4618 33.644,26.3048 C33.318,26.0658 33.134,25.6848 33.125,25.2288 C33.115,24.7338 33.117,24.2388 33.12,23.7438 L33.123,22.4008 C33.124,21.9748 33.125,21.5478 33.119,21.1208 C33.112,20.7058 32.991,20.3758 32.768,20.1668 C32.553,19.9648 32.226,19.8748 31.844,19.8888 C31.271,19.9278 30.911,19.6608 30.741,19.1048 C29.859,16.2368 30.457,13.6448 32.469,11.6088 C34.556,9.4978 37.145,8.8808 39.956,9.8168 L39.956,9.8168 Z M49.124,25.4668 C49.965,22.6258 50.003,19.6948 49.969,16.9368 C49.958,16.0638 49.647,15.4198 49.016,14.9668 C48.699,14.7378 48.347,14.5498 47.975,14.3498 C47.708,14.2058 47.44,14.0618 47.183,13.9018 C46.987,13.7818 46.633,13.5228 46.463,13.1438 C45.017,9.9298 42.661,8.0448 39.261,7.3828 C38.205,7.1768 37.098,7.1818 35.88,7.3998 L35.435,7.4798 L35.311,7.0458 C34.707,4.9278 33.546,3.2058 31.863,1.9288 C30.06,0.5608 28.108,-0.0742 26.057,0.0068 C21.232,0.2248 18.178,2.7338 16.72,7.6818 L16.571,8.1858 L16.075,8.0118 L16.24,7.5398 L16.001,7.9868 C15.935,7.9648 15.862,7.9398 15.79,7.9128 C14.613,7.4638 13.416,7.2488 12.248,7.2488 C8.489,7.2488 5.025,9.4678 3.446,13.2228 C3.316,13.5318 3.038,13.7468 2.827,13.8728 C2.576,14.0238 2.316,14.1668 2.057,14.3098 C1.628,14.5438 1.222,14.7658 0.852,15.0328 C0.459,15.3158 -0.007,15.8138 -7.79182052e-05,16.5768 C0.004,16.9848 0.003,17.3948 0.003,17.8038 C0.002,19.0788 0.000999999999,20.3988 0.132,21.6698 C0.705,27.2128 2.825,32.0148 6.435,35.9398 C12.974,43.0508 20.868,45.6908 29.9,43.7848 C39.668,41.7248 46.136,35.5618 49.124,25.4668 L49.124,25.4668 Z"
                        id="Fill-1" fill="#000000" mask="url(#mask-q-nnca9dbg-2)"></path>
                    </g>
                    <path
                      d="M22.4312,6.4167 C21.3812,7.6587 20.9982,9.2707 21.4072,10.7287 C21.4702,10.9557 21.6792,11.2347 21.9142,11.4087 C22.3562,11.7347 22.7822,11.5717 23.0612,11.3787 C23.4572,11.1057 23.6032,10.7547 23.5192,10.2707 C23.3542,9.3097 23.5672,8.4237 24.1192,7.7767 C24.6422,7.1657 25.4172,6.8437 26.2982,6.8487 L26.4292,6.8487 C27.0952,6.8227 27.6072,6.4287 27.6352,5.8297 C27.6662,5.1857 27.2602,4.7387 26.5752,4.6657 C26.4212,4.6487 26.2662,4.6417 26.1132,4.6417 C24.7372,4.6417 23.3882,5.2847 22.4312,6.4167"
                      id="Fill-4" fill="#000000"></path>
                    <path
                      d="M37.1397,14.2214 C37.3777,14.1734 37.6107,14.1714 37.8197,14.1764 C37.9027,14.1774 37.9877,14.1764 38.0707,14.1734 C38.6017,14.1544 39.0557,13.7364 39.1027,13.2224 C39.1567,12.6474 38.8177,12.1454 38.2977,12.0294 C38.1447,11.9944 37.9867,11.9904 37.8297,11.9834 L37.5937,11.9694 C36.0817,12.0114 34.6807,12.7234 33.7457,13.9244 C32.8477,15.0794 32.5147,16.5344 32.8307,17.9184 C32.9947,18.6324 33.5077,18.9984 34.1617,18.8764 C34.7577,18.7654 35.0907,18.2004 34.9717,17.5034 C34.7027,15.9304 35.6347,14.5184 37.1397,14.2214"
                      id="Fill-6" fill="#000000"></path>
                  </g>
                </g>
              </g>
            </g>
          </g>
        </svg>
      </div>
      <span class="product-filters__text">Sorbetter</span>
      <span class="product-filters__label"></span>
    </div>
  </label>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="44150920020192">
  <input type="hidden" name="properties[short_title]" value="Organic Immunity">
  <button class="product-card__footer product-footer " style="background-color: #ee634e;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #ee634e;">
          <g id="product-footer-texture-template--15613552197856__164396583071a745ec">
            <path
              d="M0 3.9993371v-.332218c.061 0 .123.006.185.006h.027c1.524 0 2.888-1.355 3.388-3.37299999h2.939c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.024c1.524 0 2.887-1.355 3.393-3.37299999h2.934C16.8 2.3181191 18.171 3.6731191 19.7 3.6731191h.023c1.525 0 2.888-1.355 3.393-3.37299999h2.934c.509 2.01799999 1.877 3.37299999 3.4 3.37299999h.025c1.525 0 2.892-1.355 3.397-3.37299999h2.935c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.024c.800204-.01729 1.55869-.360417 2.1-.95.639382-.678483 1.086988-1.514682 1.297-2.42299999h2.935c.05901.232342.131464.461061.217.685.033.089.073.17299999.112.25499999l.04.085.038.086c.028.064.057.131.089.192.08196.15339.172085.302271.27.446l.024.041c.012.02.024.039.037.058.521008.819047 1.377678 1.365631 2.34 1.493v.006c.03 0 .058.007.089.012.04891.0084.09839.01306.148.014h.025c1.525 0 2.888-1.355 3.393-3.37299999h2.935c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.023c1.525 0 2.888-1.355 3.393-3.37299999h2.936c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.028c1.53 0 2.893-1.355 3.4-3.37299999h2.935c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.024c1.525 0 2.888-1.355 3.394-3.37299999h2.933c.509 2.01799999 1.878 3.37299999 3.4 3.37299999h.024c1.53 0 2.89-1.355 3.399-3.37299999h2.934c.509 2.01799999 1.878 3.37299999 3.4 3.37299999h.022c1.526 0 2.89-1.355 3.4-3.37299999h2.935c.509 2.01799999 1.878 3.37299999 3.406 3.37299999h.023c.80177-.01675 1.56201-.35985 2.105-.95.002-.0035.004-.0066.007-.009.63182-.677893 1.07338-1.510646 1.28-2.41399999h2.934c.0601.232132.13292.460806.218.685.036.1.081.19099999.123.27999999l.029.059c.013.03.026.059.039.089.027.062.054.126.086.184.083.158.179.308.27.446l.023.037c.013.021.025.041.04.061.51988.819879 1.37652 1.367049 2.339 1.494v.006c.031 0 .061.007.092.012.0482.0083.097.013.146.014h.025c1.524 0 2.887-1.355 3.394-3.37299999h2.933c.508 2.01799999 1.877 3.37299999 3.4 3.37299999h.025c1.522 0 2.885-1.355 3.392-3.37299999h2.934c.509 2.01799999 1.878 3.37299999 3.4 3.37299999h.024c1.525 0 2.888-1.355 3.394-3.37299999h2.933c.509 2.01799999 1.878 3.37299999 3.407 3.37299999h.022c1.524 0 2.887-1.355 3.394-3.37299999h2.934c.51 2.01799999 1.878 3.37299999 3.4 3.37299999h.025c1.524 0 2.887-1.355 3.393-3.37299999h2.934c.508 2.01799999 1.877 3.37299999 3.4 3.37299999h.023c1.525 0 2.888-1.355 3.394-3.37299999h2.934c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.024c.80018-.01741 1.55862-.360513 2.1-.95.64504-.674858 1.0992-1.508978 1.316-2.41699999h2.936c.058.232294.12943.461015.214.685.036.09.076.17499999.114.25899999l.038.08c.015.033.03.066.046.1.026.059.052.119.081.175.0826.153248.17302.302115.271.446.01.015.02.031.029.047.009.016.022.035.033.051.51998.819779 1.37657 1.366916 2.339 1.494v.006c.031 0 .06.007.091.012.0486.0083.0977.01301.147.014h.025c1.524 0 2.887-1.355 3.393-3.37299999h2.934c.509 2.01799999 1.877 3.37299999 3.4 3.37299999h.024c1.526 0 2.889-1.355 3.392-3.37299999h2.937c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.023c1.524 0 2.888-1.355 3.395-3.37299999h2.934c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.025c1.525 0 2.888-1.355 3.391-3.37299999h2.935c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.025c1.525 0 2.888-1.355 3.392-3.37299999h2.936c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.024c1.524 0 2.887-1.355 3.393-3.37299999h2.935c.509 2.01799999 1.877 3.37299999 3.4 3.37299999h.024c.80245-.01688 1.56319-.360766 2.106-.952l.005-.007c.6408-.673705 1.09145-1.505309 1.306-2.40999999h2.935c.059.232233.13111.460934.216.685.031.081.067.15799999.1.23399999.016.033.031.067.047.1l.043.1c.027.062.056.127.086.186.072.135.158.275.267.44l.025.041c.0123.02133.0256.04202.04.062.52051.820174 1.37789 1.367344 2.341 1.494v.006c.03 0 .059.007.089.012.0486.0084.0977.0131.147.014h.025c1.525 0 2.888-1.355 3.392-3.37299999h2.94c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.023c1.525 0 2.889-1.355 3.394-3.37299999h2.936c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.022c1.526 0 2.889-1.355 3.394-3.37299999h2.935c.509 2.01799999 1.876 3.37299999 3.4 3.37299999h.023c1.525 0 2.889-1.355 3.395-3.37299999h2.934c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.023c1.525 0 2.889-1.355 3.4-3.37299999h2.932c.509 2.01799999 1.878 3.37299999 3.4 3.37299999h.024c1.525 0 2.888-1.355 3.393-3.37299999h2.935c.509 2.01799999 1.876 3.37299999 3.4 3.37299999h.024c.80164-.01733 1.56166-.36033 2.105-.95l.006-.009c.64047-.675305 1.08983-1.508789 1.302-2.41499999h2.935c.0582.232699.13097.461489.218.685.031.084.068.16399999.1.24099999l.043.094.037.085c.029.067.059.136.093.2.0807.151337.1695.298216.266.44l.032.051c.011.018.022.035.033.051.52085.820771 1.37911 1.368039 2.343 1.494v.006c.031 0 .061.007.092.012.0486.0083.0977.01301.147.014h.024c1.526 0 2.889-1.355 3.393-3.37299999h2.934c.51 2.01799999 1.878 3.37299999 3.4 3.37299999h.025c1.525 0 2.888-1.355 3.393-3.37299999h2.934c.509 2.01799999 1.877 3.37299999 3.4 3.37299999h.026c1.523 0 2.886-1.355 3.394-3.37299999H348c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.026c1.523 0 2.886-1.355 3.392-3.37299999h2.934c.508 2.01799999 1.876 3.37299999 3.4 3.37299999h.024c1.524 0 2.887-1.355 3.393-3.37299999H367V3.9886831s-366.999.01456-367 .01065z"
              data-name="Combined Shape"></path>
          </g>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$7.75 PER BAG</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="8090827686112" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="44150786719968">
  <input type="hidden" name="properties[short_title]" value="Organic Plantains">
  <button class="product-card__footer product-footer " style="background-color: #dfe340;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #dfe340;">
          <use xlink:href="#product-footer-texture-template--15613552197856__164396583071a745ec"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$7.75 PER BAG</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="8090809368800" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="36254448418975">
  <input type="hidden" name="properties[short_title]" value="Organic Dragon Fruit">
  <button class="product-card__footer product-footer " style="background-color: #e54e51;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #e54e51;">
          <use xlink:href="#product-footer-texture-template--15613552197856__164396583071a745ec"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$7.99 PER BAG</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="5660127723679" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="36094800068767">
  <input type="hidden" name="properties[short_title]" value="Natural Passion Fruit">
  <button class="product-card__footer product-footer " style="background-color: #f3c317;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #f3c317;">
          <use xlink:href="#product-footer-texture-template--15613552197856__164396583071a745ec"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$7.25 PER BAG</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="4509745053768" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="31916123553864">
  <input type="hidden" name="properties[short_title]" value="Organic Acai Berry">
  <button class="product-card__footer product-footer " style="background-color: #b01a82;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #b01a82;">
          <use xlink:href="#product-footer-texture-template--15613552197856__164396583071a745ec"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$7.99 PER BAG</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="4509735125064" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="36254630543519">
  <input type="hidden" name="properties[short_title]" value="Organic Coconut">
  <button class="product-card__footer product-footer " style="background-color: #22d8c2;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #22d8c2;">
          <use xlink:href="#product-footer-texture-template--15613552197856__164396583071a745ec"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$7.99 PER BAG</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="4509619486792" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="37055145476255">
  <input type="hidden" name="properties[short_title]" value="Organic Avocado">
  <button class="product-card__footer product-footer " style="background-color: #aadb1e;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #aadb1e;">
          <use xlink:href="#product-footer-texture-template--15613552197856__164396583071a745ec"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$7.75 PER BAG</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="5900073435295" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="36095101108383">
  <input type="hidden" name="properties[short_title]" value="Organic Ripe Jackfruit">
  <button class="product-card__footer product-footer " style="background-color: #eae71d;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #eae71d;">
          <use xlink:href="#product-footer-texture-template--15613552197856__164396583071a745ec"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$7.75 PER BAG</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="4509621846088" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="31916597674056">
  <input type="hidden" name="properties[short_title]" value="Organic Acai Traditional">
  <button class="product-card__footer product-footer " style="background-color: #ff9015;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #ff9015;">
          <use xlink:href="#product-footer-texture-template--15613552197856__164396583071a745ec"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$7.99 PER BAG</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="4509739352136" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="43970828730592">
  <input type="hidden" name="properties[short_title]" value="Organic Dragon Fruit">
  <button class="product-card__footer product-footer " style="background-color: #b3d846;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #b3d846;">
          <use xlink:href="#product-footer-texture-template--15613552197856__164396583071a745ec"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$6.75 PER BAG</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="8032086917344" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="44160282525920">
  <input type="hidden" name="properties[short_title]" value="Immunity Bowl">
  <button class="product-card__footer product-footer " style="background-color: #ee634e;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #ee634e;">
          <use xlink:href="#product-footer-texture-template--15613552197856__164396583071a745ec"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$7.99 PER BOWL (*online price)</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="8093342892256" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="44160491258080">
  <input type="hidden" name="properties[short_title]" value="Clarity Bowl">
  <button class="product-card__footer product-footer " style="background-color: #56c1b6;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #56c1b6;">
          <use xlink:href="#product-footer-texture-template--15613552197856__164396583071a745ec"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$7.99 PER BOWL (*online price)</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="8093398991072" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="44160509378784">
  <input type="hidden" name="properties[short_title]" value="Energy Bowl">
  <button class="product-card__footer product-footer " style="background-color: #b52084;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #b52084;">
          <use xlink:href="#product-footer-texture-template--15613552197856__164396583071a745ec"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$7.99 PER BOWL (*online price)</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="8093409738976" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="44160911999200">
  <input type="hidden" name="properties[short_title]" value="Inner Health Bowl">
  <button class="product-card__footer product-footer " style="background-color: #ed3a49;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #ed3a49;">
          <use xlink:href="#product-footer-texture-template--15613552197856__164396583071a745ec"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$7.99 PER BOWL (*online price)</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="8093557784800" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="44164047962336">
  <input type="hidden" name="properties[short_title]" value="Recover Bowl">
  <button class="product-card__footer product-footer " style="background-color: #e8c94b;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #e8c94b;">
          <use xlink:href="#product-footer-texture-template--15613552197856__164396583071a745ec"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$7.99 PER BOWL (*online price)</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="8094430593248" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="44884043268320">
  <input type="hidden" name="properties[short_title]" value="Organic Pomegranate">
  <button class="product-card__footer product-footer " style="background-color: #d41367;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #d41367;">
          <use xlink:href="#product-footer-texture-template--15613552197856__164396583071a745ec"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$7.25 PER BAG</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="8274727436512" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="45119133319392">
  <input type="hidden" name="properties[short_title]" value="Acai Berry Sorbetter®">
  <button class="product-card__footer product-footer " style="background-color: #b01a82;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #b01a82;">
          <use xlink:href="#product-footer-texture-template--15613552197856__164396583071a745ec"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$8.99 PER PINT</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="8326517817568" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="45119236341984">
  <input type="hidden" name="properties[short_title]" value="Dragon Fruit Sorbetter®">
  <button class="product-card__footer product-footer " style="background-color: #e54e51;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #e54e51;">
          <use xlink:href="#product-footer-texture-template--15613552197856__164396583071a745ec"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$8.99 PER PINT</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="8326550651104" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="45119243419872">
  <input type="hidden" name="properties[short_title]" value="Coconut Sorbetter®">
  <button class="product-card__footer product-footer " style="background-color: #22d8c2;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #22d8c2;">
          <use xlink:href="#product-footer-texture-template--15613552197856__164396583071a745ec"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$8.99 PER PINT</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="8326553436384" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="45119254102240">
  <input type="hidden" name="properties[short_title]" value="Passion Fruit Sorbetter®">
  <button class="product-card__footer product-footer " style="background-color: #f3c317;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #f3c317;">
          <use xlink:href="#product-footer-texture-template--15613552197856__164396583071a745ec"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$8.99 PER PINT</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="8326556156128" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="45195424202976">
  <input type="hidden" name="properties[short_title]" value="Organic Pomegranate">
  <button class="product-card__footer product-footer " style="background-color: #d41367;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #d41367;">
          <use xlink:href="#product-footer-texture-template--15613552197856__164396583071a745ec"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$65.99 PER CASE</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="8351253823712" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" data-cart-submit="">
  <input type="hidden" name="id" value="45645337854176">
  <input type="hidden" name="properties[short_title]" value="Organic Aloe Vera">
  <button class="product-card__footer product-footer " style="background-color: #1ecad3;">
    <div class="product-footer__pattern">
      <span>
        <svg class="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 367 4" preserveAspectRatio="none" style="fill: #1ecad3;">
          <use xlink:href="#product-footer-texture-template--15613552197856__164396583071a745ec"></use>
        </svg>
      </span>
    </div>
    <span class="product-footer__details">
      <span class="product-footer__add">Add to Box</span>
      <span class="product-footer__price">$6.75 PER BAG</span>
    </span>
    <span class="product-footer__icon">
      <span class="product-card__cart-quantity mobile hide-for-large" data-product-id="8510356586720" style="display: none;">
      </span>
      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
        </path>
      </svg>
    </span>
  </button>
</form>

<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-YxaWHq" novalidate="" tabindex="-1"
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 100%; overflow: visible; margin: 0px auto; border-radius: 0px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0); background-repeat: no-repeat; background-position-y: 50%; padding: 0px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; min-height: 79px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_34679260" class="needsclick go3531062885 kl-private-reset-css-Xuajs1" type="email"
            autocomplete="email" name="email" tabindex="0" placeholder="EMAIL ADDRESS" aria-label="EMAIL ADDRESS" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 0px; padding: 0px 0px 0px 16px; height: 79px; text-align: left; color: rgb(0, 0, 0); font-family: Gilroy, &quot;Arial Black&quot;, &quot;Arial Bold&quot;, Gadget, sans-serif; font-size: 24px; font-weight: 800; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(255, 255, 255);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px; position: relative; flex: 0 1 auto; margin: 0px auto;"><button
          class="needsclick go2986826944 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(255, 64, 181); border-radius: 0px; border-style: none; border-color: rgb(29, 29, 29); border-width: 2px; color: rgb(255, 255, 255); font-family: Gilroy, &quot;Arial Black&quot;, &quot;Arial Bold&quot;, Gadget, sans-serif; font-size: 24px; font-weight: 800; letter-spacing: 0px; line-height: 1; white-space: normal; padding: 0px 10px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: 79px;">SUBSCRIBE</button>
      </div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

Text Content

Press Alt+1 for screen-reader mode, Alt+0 to cancelAccessibility Screen-Reader
Guide, Feedback, and Issue Reporting Skip to content
Create Account
Login

Follow Us

 * Facebook
 * Instagram

 * Shop Arrow Down
   * Back
   * SHOP ALL PRODUCTS
   * SHOP SMOOTHIE BOWLS
   * SHOP SORBETTER
   * SHOP FROZEN CASES
 * Discover Arrow Down
   * Back
   * About Us
   * Pitaya Fans
 * Recipes
 * Wholesale
 * Find in Stores

pitaya home
0



CART IS EMPTY

Add 8 more frozen items to checkout



8 FROZEN ITEM INCREMENTS — FIND OUT WHY

Subscription Toggle

Subscribe and Save 10%

CHECKOUT — $0.00

Taxes and shipping calculated at checkout





LOGIN

E-mail
Password

Sign in

Not a member? Create account

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

Forgot your password?


RESET YOUR PASSWORD

We will send you an email to reset your password

E-mail

Submit

Cancel




Find in Stores
 *  * SHOP ALL PRODUCTS
    * SHOP SMOOTHIE BOWLS
    * SHOP SORBETTER
    * SHOP FROZEN CASES
   
   Clarity Bowl
   
   
   
   Energy Bowl
   
   
   
   Immunity Bowl
   
   
   
   Inner Health Bowl
   
   
   
   Recover Bowl
   
   Shop Arrow Down
 *  * About Us
    * Pitaya Fans
   
   Discover Arrow Down
 * Recipes

Pitaya Foods
Wholesale Find in Stores
0
Box

Shop



About



Recipes



Wholesale



Find Stores


BITE INTO BRIGHT

WITH NUTRIENT-DENSE SUPER FRUITS

Learn More


EXOTIC FRUITS

SUSTAINABLY SOURCED

Clean Ingredients

Nutrient Packed

EXOTIC FRUITS

SUSTAINABLY SOURCED

Clean Ingredients

Nutrient Packed

EXOTIC FRUITS

SUSTAINABLY SOURCED

Clean Ingredients

Nutrient Packed

EXOTIC FRUITS

SUSTAINABLY SOURCED

Clean Ingredients

Nutrient Packed

EXOTIC FRUITS

SUSTAINABLY SOURCED

Clean Ingredients

Nutrient Packed

EXOTIC FRUITS

SUSTAINABLY SOURCED

Clean Ingredients

Nutrient Packed





SHOP SORBETTER® SORBETS


Passion Fruit Sorbetter®

Sorbetters



Add to Box $8.99 PER PINT
Acai Berry Sorbetter®

Sorbetters



Add to Box $8.99 PER PINT
Dragon Fruit Sorbetter®

Sorbetters



Add to Box $8.99 PER PINT
Coconut Sorbetter®

Sorbetters



Add to Box $8.99 PER PINT
FIND SOME NEAR YOU



JOURNEY TO PARADISE SWEEPSTAKES

Win a five-night excursion for two at Miramar Surf Camp in Playa Miramar,
Nicaragua!

ENTER SWEEPSTAKES



"NOURISHED BY COMMUNITY, PERFECTED BY NATURE"

About Pitaya Foods




Exotic
Fruits
Sustainably
Sourced
Clean
Ingredients
Nutrient
Packed



FIND US IN-STORE

Find Pitaya Foods super-fruits in thousands of grocery stores nationwide. Use
our store locator to find a store near you!


Store Locator


Exotic Fruits
Sustainably Sourced
Clean Ingredients
Nutrient-Packed
Exotic Fruits
Sustainably Sourced
Clean Ingredients
Nutrient-Packed
Exotic Fruits
Sustainably Sourced
Clean Ingredients
Nutrient-Packed
Exotic Fruits
Sustainably Sourced
Clean Ingredients
Nutrient-Packed
Exotic Fruits
Sustainably Sourced
Clean Ingredients
Nutrient-Packed



SHOP SUPER-FRUITS

8 FROZEN ITEMS MINIMUM

All

Smoothie Packs

Pieces

Bowls

Sorbetter
Organic Immunity

Bite-Sized Pieces



Add to Box $7.75 PER BAG
Organic Plantains

Bite-Sized Pieces



Add to Box $7.75 PER BAG
Organic Dragon Fruit

Smoothie Packs



Add to Box $7.99 PER BAG
Natural Passion Fruit

Bite-Sized Pieces



Add to Box $7.25 PER BAG
Organic Acai Berry

Smoothie Packs



Add to Box $7.99 PER BAG
Organic Coconut

Smoothie Packs



Add to Box $7.99 PER BAG
Organic Avocado

Bite-Sized Pieces



Add to Box $7.75 PER BAG
Organic Ripe Jackfruit

Bite-Sized Pieces



Add to Box $7.75 PER BAG
Organic Acai Traditional

Smoothie Packs



Add to Box $7.99 PER BAG
Organic Dragon Fruit

Bite-Sized Pieces



Add to Box $6.75 PER BAG
Immunity Bowl

Smoothie Bowls



Add to Box $7.99 PER BOWL (*online price)
Clarity Bowl

Smoothie Bowls



Add to Box $7.99 PER BOWL (*online price)
Energy Bowl

Smoothie Bowls



Add to Box $7.99 PER BOWL (*online price)
Inner Health Bowl

Smoothie Bowls



Add to Box $7.99 PER BOWL (*online price)
Recover Bowl

Smoothie Bowls



Add to Box $7.99 PER BOWL (*online price)
Organic Pomegranate

Bite-Sized Pieces



Add to Box $7.25 PER BAG
Acai Berry Sorbetter®

Sorbetters



Add to Box $8.99 PER PINT
Dragon Fruit Sorbetter®

Sorbetters



Add to Box $8.99 PER PINT
Coconut Sorbetter®

Sorbetters



Add to Box $8.99 PER PINT
Passion Fruit Sorbetter®

Sorbetters



Add to Box $8.99 PER PINT
Organic Pomegranate

Bite-Sized Pieces



Add to Box $65.99 PER CASE
Organic Aloe Vera

Bite-Sized Pieces



Add to Box $6.75 PER BAG
 1. 
 2. 
 3. 
 4. 
 5. 
 6. 

Shop All FIND A STORE



SUPER-FRUIT RECIPES

Enjoy these featured recipes from our team and happy customers.

 * #AloeVera
 * #Immunity

Aloe Mango Zest Smoothie

 * #Coconut
 * #Immunity

Coconut Palm Bowl

 * #Plantains
 * #Antioxidants

Plantain Dragon Smoothie

 * #Coconut
 * #Immunity

Coconut Chocolate Chip Smoothie

Recipes

 * 
 * 
 * 
 * 
 * 

"Frozen acai, dragon fruit AND passion fruit!? OH MY!!!!!!!"

Linda A.
Online Store Customer

 * 
 * 
 * 
 * 
 * 

"Their standards as a company go above and beyond anything I could dream of!"

Katie S.
High Vibe Cafe

 * 
 * 
 * 
 * 
 * 

"I love the product and it will be a staple in my life from now on."

Debriah W.
Online Store Customer




Find in Stores

Learn More

Buy Now


SUBSCRIBE
 * Shop Super-Fruits
   * Frozen Smoothie Packs
   * Bite-Sized Pieces
   * Smoothie Bowls
   * Sorbetter® Sorbets
   * Freeze Dried Powder
   * Super-Fruit Cases
 * About
   * About us
   * Pitaya Fans
   * Recipes
   * Blog
   * Account
 * Support
   * Find in Stores
   * Wholesale Sign Up
   * Wholesale Payment
   * Create Account
   * FAQ
 * Socials
   * Instagram
   * Twitter
   * Facebook
   * Email

 * Shop Super-Fruits
   * Frozen Smoothie Packs
   * Bite-Sized Pieces
   * Smoothie Bowls
   * Sorbetter® Sorbets
   * Freeze Dried Powder
   * Super-Fruit Cases
 * About
   * About us
   * Pitaya Fans
   * Recipes
   * Blog
   * Account
 * Support
   * Find in Stores
   * Wholesale Sign Up
   * Wholesale Payment
   * Create Account
   * FAQ
 * Socials
   * Instagram
   * Twitter
   * Facebook
   * Email

? Help
 * Terms of Service
 * Privacy Policy
 * Refund Policy
 * Shipping Policy
 * Site by Manufactur
 * © PITAYA FOODS 2022



 * Choosing a selection results in a full page refresh.

X


Frozen Items Minimum

Shipping frozen fruit requires dry ice, insulated cooler and express shipping.
To be resourceful and efficient with our cooler size, 8 frozen items is required
per order : )