copinaco.com Open in urlscan Pro
23.227.38.32  Public Scan

URL: https://copinaco.com/
Submission: On May 22 via manual from IN — Scanned from IL

Form analysis 8 forms found in the DOM

POST /account/login

<form accept-charset="UTF-8" action="/account/login" method="post">
  <input name="form_type" type="hidden" value="customer_login">
  <input name="utf8" type="hidden" value="✓">
  <div class="login-form__form">
    <div class="form-field">
      <label class="form-label"> Email Address * </label>
      <input id="customer_email" class="form-control" type="email" value="" name="customer[email]">
    </div>
    <div class="form-field">
      <label class="form-label"> Password * </label>
      <input id="customer_password" class="form-control" type="password" value="" name="customer[password]">
    </div>
    <div class="form-actions text-center">
      <input type="submit" class="btn btn--secondary" value="Login">
      <a class="forgot-password" href="/account/login#recover" aria-label="forgot password">
                        Forgot your password?
                    </a>
      <a class="btn btn--primary" href="/account/register" aria-label="register">Create Account</a>
    </div>
  </div>
</form>

POST /cart

<form action="/cart" method="post" novalidate="" class="cart cart-form">
  <div class="cart-quickview__table">
    <table>
      <tbody data-cart-line-items="">
        <tr class="cart__row" data-cart-item="" data-cart-item-key="" data-cart-item-url="" data-cart-item-title="" data-cart-item-index="1" data-cart-item-quantity="">
          <td class="cart__meta small--text-left" data-cart-table-cell="">
            <div class="cart__product-information">
              <div class="cart__image-wrapper">
                <img class="" alt="" data-cart-item-image="" style="cursor: pointer;">
              </div>
              <div class="cart__content-wrapper">
                <div class="list-view-item__title">
                  <a href="" class="cart__product-title" data-cart-item-title=""></a>
                </div>
                <div class="product-details-wrapper">
                  <ul class="product-details" data-cart-item-details="" aria-label="Product details">
                    <li class="product-details__item product-details__item--variant-option" data-cart-item-option=""></li>
                    <li class="product-details__item product-details__item--variant-option" data-cart-item-option=""></li>
                  </ul>
                  <a href="JavaScript:void(0);" class="product-details__edit" data-cart-edit="" aria-label="link" aria-describedby="a11y-external-message">
                                                    <svg class="icon"><use xlink:href="#icon-edit"></use></svg>
                                                </a>
                </div>
                <div class="product-details-price" data-cart-item-price="">
                  <dl data-cart-item-price-list="">
                    <div data-cart-item-regular-price-group="">
                      <dt>
                        <span class="visually-hidden">Regular price</span>
                      </dt>
                      <dd data-cart-item-regular-price="" data-cart-item-current-price=""></dd>
                    </div>
                  </dl>
                </div>
                <div class="cart__qty">
                  <!-- <p class="cart__qty-label2">Quantity:</p> -->
                  <input id="" class="cart__qty-input" type="number" value="" min="0" data-quantity-input="" data-quantity-item="" data-quantity-input-desktop="" data-quantity-input-mobile="">
                </div>
                <p class="cart__remove">
                  <span class="icon">×</span>
                  <a href="/cart/change?line=0&amp;quantity=0" class="text-link text-link--accent" aria-label="" data-cart-remove="">Remove</a>
                </p>
                <div class="cart__qty-error-message-wrapper cart__qty-error-message-wrapper--desktop hide" role="alert" data-cart-quantity-error-message-wrapper="">
                  <span class="visually-hidden">Error </span>
                  <svg class="icon">
                    <use xlink:href="#icon-error"></use>
                  </svg>
                  <span class="cart__qty-error-message" data-cart-quantity-error-message=""></span>
                </div>
              </div>
            </div>
          </td>
        </tr>
      </tbody>
    </table>
  </div>
  <div class="cart-quickview__footer">
    <div class="hide" data-cart-discount-wrapper="">
      <div class="order-discount-card-wrapper" data-cart-discount="">
        <span class="order-discount order-discount--title order-discount--cart">
          <svg class="icon">
            <use xlink:href="#icon-saletag"></use>
          </svg>
          <span class="visually-hidden">Discount:</span>
          <span data-cart-discount-title=""></span>
        </span>
        <span class="order-discount order-discount--cart order-discount--cart-total"> -<span data-cart-discount-amount=""></span>
        </span>
      </div>
    </div>
    <div class="cart-subtotal">$0.00</div>
    <div class="cart__buttons-container">
      <div class="cart__submit-controls">
        <input type="submit" name="checkout" class="cart__submit btn btn--secondary" value="Check out">
        <!--a class="btn btn--primary" href="/cart">View Cart</a-->
        <br><br>
        <input type="submit" name="cart" class="btn btn--secondary" value="View Cart">
      </div>
      <div class="cart__error-message-wrapper hide" role="alert" data-cart-error-message-wrapper="">
        <span class="visually-hidden">Error </span>
        <svg class="icon">
          <use xlink:href="#icon-error"></use>
        </svg>
        <span class="cart__error-message" data-cart-error-message=""></span>
      </div>
    </div>
  </div>
</form>

GET /search

<form action="/search" method="get" class="input-group search-bar" role="search">
  <input type="hidden" name="type" value="product,article">
  <input type="text" name="q" value="" placeholder="Search for a product or topic..." class="input-group-field search-form__input" aria-label="Search Site" autocomplete="off">
  <button type="submit" class="btn-search icon-search" title="search">
    <svg class="icon">
      <use xlink:href="#icon-search"></use>
    </svg>
  </button>
</form>

POST /cart/add

<form action="/cart/add" data-productid="4564999471239" method="post" class="variants" id="list-product-form-4564999471239" data-id="product-actions-4564999471239" enctype="multipart/form-data" data-product-form2="">
  <!-- Begin ReCharge code -->
  <!-- Subscriptions Powered by ReCharge Payments: Begin Liquid Code -->
  <!--
	Subscription Product
	http://rechargepayments.com: v3.5.10
-->
  <!-- Subscriptions Powered by ReCharge Payments: CSS -->
  <link href="//static.rechargecdn.com/static/css/rcWidget.css" rel="stylesheet" type="text/css">
  <style>
    /* Widget: Purchase options */
    label.rc_label {
      color: #040404;
    }

    div.rc_block__type--active {
      background-color: #efefef;
    }

    div.rc_block__type--active label.rc_label {
      color: #000000;
    }

    /* Widget: Popup */
    div.rc_popup__block {
      z-index: 56;
    }

    div.rc_popup__block:before {
      border-bottom-color: #191D48;
    }

    div.rc_popup__block {
      background-color: #191D48 !important;
    }

    div.rc_popup__close,
    div.rc_popup__block__content,
    div.rc_popup__block__content strong {
      color: #FFFFFF !important;
    }

    div.rc_popup__block__content a {
      color: #FFFFFF !important;
    }

    /* ReCharge CSS */
    /* Add Custom CSS Below */
  </style>
  <!-- Subscriptions Powered by ReCharge Payments: HTML -->
  <div id="rc_container" style="display: none;">
    <input type="hidden" name="" id="rc_shipping_interval_unit_type-c0kcpptka" value="Days">
    <select id="rc_duplicate_selector" aria-hidden="true" class="styled replaced no-js" style="display: none;">
      <option value="44425112879328">44425112879328</option>
      <option value="44425112912096">44425112912096</option>
      <option value="44425112944864">44425112944864</option>
    </select>
    <div id="rc_radio_options" role="radiogroup" aria-label="Purchase options">
      <div class="rc_block rc_block__type rc_block__type__onetime rc_block__type--active">
        <input type="radio" id="rc_purchase_type_onetime-radhjyeum" name="purchase_type" value="onetime" checked="" class="rc_radio rc_radio__onetime">
        <label for="rc_purchase_type_onetime-radhjyeum" class="rc_label rc_label__onetime"> One-time purchase: <span id="rc_price_onetime" class="rc_price rc_price__onetime" aria-label="original price"></span>
        </label>
      </div>
      <div class="rc_block rc_block__type rc_block__type__autodeliver ">
        <input type="radio" name="purchase_type" id="rc_purchase_type_autodeliver-kiz6zmljq" value="autodeliver" class="rc_radio rc_radio__autodeliver">
        <label for="rc_purchase_type_autodeliver-kiz6zmljq" class="rc_label rc_label__autodeliver"> Subscribe &amp; save <span class="rc_label__discount" aria-label="subscription discount">(15%):</span>
          <span id="rc_price_autodeliver" class="rc_price rc_price__autodeliver" aria-label="recurring price"></span>
        </label>
        <div id="rc_autodeliver_options" class="rc_block rc_block__type__options">
          <label for="rc_shipping_interval_frequency-v8jha8p0b" class="rc_label rc_label__deliver_every" aria-label="Subscription frequency options">
            <span class="rc_label__delivery">Delivery every</span>
            <select name="" id="rc_shipping_interval_frequency-v8jha8p0b" class="rc_select rc_select__frequency styled replaced">
              <option value="30"> 30 Days </option>
              <option value="60"> 60 Days </option>
            </select>
          </label>
        </div>
      </div>
    </div>
    <div class="rc_popup">
    </div>
  </div>
  <!-- Subscriptions Powered by ReCharge Payments: JS -->
  <script src="//static.rechargecdn.com/static/js/rcWidget.js"></script>
  <script>
    (function() {
      var options = {
          active: true,
          select_subscription_first: false,
          shop_currency: "USD",
          money_format: "${{amount}}",
          disable_duplicates: false,
        },
        myProduct = {
          id: 4564999471239,
          subscription_only: false,
          discount_percentage: 15,
          variant_to_duplicate: {
            35521948319909: '44425112879328',
            42465630552288: '44425112912096',
            42639359181024: '44425112944864',
          },
          variant_to_price: {
            35521948319909: '3299',
            42465630552288: '6268',
            42639359181024: '8907',
          },
          duplicate_to_price: {
            44425112879328: '2804',
            44425112912096: '5328',
            44425112944864: '7571',
          },
        };
      if (document.readyState === "complete" || document.readyState === "loaded") {
        if (!window.ReCharge) {
          window.ReCharge = new rcWidget(options);
        }
        ReCharge.addProduct(myProduct);
      } else {
        document.addEventListener("DOMContentLoaded", function() {
          if (!window.ReCharge) {
            window.ReCharge = new rcWidget(options);
          }
          ReCharge.addProduct(myProduct);
        });
      }
      window.addEventListener('pageshow', function(event) {
        if (event.persisted || window.performance && window.performance.navigation.type === 2) {
          window.location.reload();
        }
      }, false);
    })();
  </script>
  <!-- Subscriptions Powered by ReCharge Payments: End Liquid Code -->
  <!-- End ReCharge code -->
  <a class="product-card__btn--plus" href="/products/cacao-beauty-plant-based-collagen-boost-drink-blend" aria-label="button">
                                <span>Details</span>
                            </a>
</form>

POST /cart/add

<form action="/cart/add" data-productid="4565036728455" method="post" class="variants" id="list-product-form-4565036728455" data-id="product-actions-4565036728455" enctype="multipart/form-data" data-product-form2="">
  <!-- Begin ReCharge code -->
  <!-- Subscriptions Powered by ReCharge Payments: Begin Liquid Code -->
  <!--
	Subscription Product
	http://rechargepayments.com: v3.5.10
-->
  <!-- Subscriptions Powered by ReCharge Payments: CSS -->
  <link href="//static.rechargecdn.com/static/css/rcWidget.css" rel="stylesheet" type="text/css">
  <style>
    /* Widget: Purchase options */
    label.rc_label {
      color: #040404;
    }

    div.rc_block__type--active {
      background-color: #efefef;
    }

    div.rc_block__type--active label.rc_label {
      color: #000000;
    }

    /* Widget: Popup */
    div.rc_popup__block {
      z-index: 56;
    }

    div.rc_popup__block:before {
      border-bottom-color: #191D48;
    }

    div.rc_popup__block {
      background-color: #191D48 !important;
    }

    div.rc_popup__close,
    div.rc_popup__block__content,
    div.rc_popup__block__content strong {
      color: #FFFFFF !important;
    }

    div.rc_popup__block__content a {
      color: #FFFFFF !important;
    }

    /* ReCharge CSS */
    /* Add Custom CSS Below */
  </style>
  <!-- Subscriptions Powered by ReCharge Payments: HTML -->
  <div id="rc_container" style="display: none;">
    <input type="hidden" name="" id="rc_shipping_interval_unit_type-tpv062uge" value="Days">
    <select id="rc_duplicate_selector" aria-hidden="true" class="styled replaced no-js" style="display: none;">
      <option value="44425138438368">44425138438368</option>
      <option value="44425138471136">44425138471136</option>
      <option value="44425138503904">44425138503904</option>
    </select>
    <div id="rc_radio_options" role="radiogroup" aria-label="Purchase options">
      <div class="rc_block rc_block__type rc_block__type__onetime rc_block__type--active">
        <input type="radio" id="rc_purchase_type_onetime-lhapgu876" name="purchase_type" value="onetime" checked="" class="rc_radio rc_radio__onetime">
        <label for="rc_purchase_type_onetime-lhapgu876" class="rc_label rc_label__onetime"> One-time purchase: <span id="rc_price_onetime" class="rc_price rc_price__onetime" aria-label="original price"></span>
        </label>
      </div>
      <div class="rc_block rc_block__type rc_block__type__autodeliver ">
        <input type="radio" name="purchase_type" id="rc_purchase_type_autodeliver-8xo1vr973" value="autodeliver" class="rc_radio rc_radio__autodeliver">
        <label for="rc_purchase_type_autodeliver-8xo1vr973" class="rc_label rc_label__autodeliver"> Subscribe &amp; save <span class="rc_label__discount" aria-label="subscription discount">(15%):</span>
          <span id="rc_price_autodeliver" class="rc_price rc_price__autodeliver" aria-label="recurring price"></span>
        </label>
        <div id="rc_autodeliver_options" class="rc_block rc_block__type__options">
          <label for="rc_shipping_interval_frequency-njhsemmvr" class="rc_label rc_label__deliver_every" aria-label="Subscription frequency options">
            <span class="rc_label__delivery">Delivery every</span>
            <select name="" id="rc_shipping_interval_frequency-njhsemmvr" class="rc_select rc_select__frequency styled replaced">
              <option value="30"> 30 Days </option>
              <option value="60"> 60 Days </option>
            </select>
          </label>
        </div>
      </div>
    </div>
    <div class="rc_popup">
    </div>
  </div>
  <!-- Subscriptions Powered by ReCharge Payments: JS -->
  <script src="//static.rechargecdn.com/static/js/rcWidget.js"></script>
  <script>
    (function() {
      var options = {
          active: true,
          select_subscription_first: false,
          shop_currency: "USD",
          money_format: "${{amount}}",
          disable_duplicates: false,
        },
        myProduct = {
          id: 4565036728455,
          subscription_only: false,
          discount_percentage: 15,
          variant_to_duplicate: {
            35521796767909: '44425138438368',
            42639333294304: '44425138471136',
            42639363178720: '44425138503904',
          },
          variant_to_price: {
            35521796767909: '3299',
            42639333294304: '6268',
            42639363178720: '8907',
          },
          duplicate_to_price: {
            44425138438368: '2804',
            44425138471136: '5328',
            44425138503904: '7571',
          },
        };
      if (document.readyState === "complete" || document.readyState === "loaded") {
        if (!window.ReCharge) {
          window.ReCharge = new rcWidget(options);
        }
        ReCharge.addProduct(myProduct);
      } else {
        document.addEventListener("DOMContentLoaded", function() {
          if (!window.ReCharge) {
            window.ReCharge = new rcWidget(options);
          }
          ReCharge.addProduct(myProduct);
        });
      }
      window.addEventListener('pageshow', function(event) {
        if (event.persisted || window.performance && window.performance.navigation.type === 2) {
          window.location.reload();
        }
      }, false);
    })();
  </script>
  <!-- Subscriptions Powered by ReCharge Payments: End Liquid Code -->
  <!-- End ReCharge code -->
  <a class="product-card__btn--plus" href="/products/matcha-beauty-plant-based-collagen-support-drink-blend" aria-label="button">
                                <span>Details</span>
                            </a>
</form>

POST /cart/add

<form action="/cart/add" data-productid="6180066066597" method="post" class="variants" id="list-product-form-6180066066597" data-id="product-actions-6180066066597" enctype="multipart/form-data" data-product-form2="">
  <!-- Begin ReCharge code -->
  <!-- Subscriptions Powered by ReCharge Payments: Begin Liquid Code -->
  <!--
	Subscription Product
	http://rechargepayments.com: v3.5.10
-->
  <!-- Subscriptions Powered by ReCharge Payments: CSS -->
  <link href="//static.rechargecdn.com/static/css/rcWidget.css" rel="stylesheet" type="text/css">
  <style>
    /* Widget: Purchase options */
    label.rc_label {
      color: #040404;
    }

    div.rc_block__type--active {
      background-color: #efefef;
    }

    div.rc_block__type--active label.rc_label {
      color: #000000;
    }

    /* Widget: Popup */
    div.rc_popup__block {
      z-index: 56;
    }

    div.rc_popup__block:before {
      border-bottom-color: #191D48;
    }

    div.rc_popup__block {
      background-color: #191D48 !important;
    }

    div.rc_popup__close,
    div.rc_popup__block__content,
    div.rc_popup__block__content strong {
      color: #FFFFFF !important;
    }

    div.rc_popup__block__content a {
      color: #FFFFFF !important;
    }

    /* ReCharge CSS */
    /* Add Custom CSS Below */
  </style>
  <!-- Subscriptions Powered by ReCharge Payments: HTML -->
  <div id="rc_container" style="display: none;">
    <input type="hidden" name="" id="rc_shipping_interval_unit_type-fk8336v53" value="Days">
    <select id="rc_duplicate_selector" aria-hidden="true" class="styled replaced no-js" style="display: none;">
      <option value="44342491119840">44342491119840</option>
      <option value="44342491152608">44342491152608</option>
      <option value="44342491185376">44342491185376</option>
    </select>
    <div id="rc_radio_options" role="radiogroup" aria-label="Purchase options">
      <div class="rc_block rc_block__type rc_block__type__onetime rc_block__type--active">
        <input type="radio" id="rc_purchase_type_onetime-828tnb3lh" name="purchase_type" value="onetime" checked="" class="rc_radio rc_radio__onetime">
        <label for="rc_purchase_type_onetime-828tnb3lh" class="rc_label rc_label__onetime"> One-time purchase: <span id="rc_price_onetime" class="rc_price rc_price__onetime" aria-label="original price"></span>
        </label>
      </div>
      <div class="rc_block rc_block__type rc_block__type__autodeliver ">
        <input type="radio" name="purchase_type" id="rc_purchase_type_autodeliver-lsgi846vr" value="autodeliver" class="rc_radio rc_radio__autodeliver">
        <label for="rc_purchase_type_autodeliver-lsgi846vr" class="rc_label rc_label__autodeliver"> Subscribe &amp; save <span class="rc_label__discount" aria-label="subscription discount">(20%):</span>
          <span id="rc_price_autodeliver" class="rc_price rc_price__autodeliver" aria-label="recurring price"></span>
        </label>
        <div id="rc_autodeliver_options" class="rc_block rc_block__type__options">
          <label for="rc_shipping_interval_frequency-7n4lvnx4q" class="rc_label rc_label__deliver_every" aria-label="Subscription frequency options">
            <span class="rc_label__delivery">Delivery every</span>
            <select name="" id="rc_shipping_interval_frequency-7n4lvnx4q" class="rc_select rc_select__frequency styled replaced">
              <option value="30"> 30 Days </option>
              <option value="60"> 60 Days </option>
            </select>
          </label>
        </div>
      </div>
    </div>
    <div class="rc_popup">
    </div>
  </div>
  <!-- Subscriptions Powered by ReCharge Payments: JS -->
  <script src="//static.rechargecdn.com/static/js/rcWidget.js"></script>
  <script>
    (function() {
      var options = {
          active: true,
          select_subscription_first: false,
          shop_currency: "USD",
          money_format: "${{amount}}",
          disable_duplicates: false,
        },
        myProduct = {
          id: 6180066066597,
          subscription_only: false,
          discount_percentage: 20,
          variant_to_duplicate: {
            37916074377381: '44342491119840',
            42738153062624: '44342491152608',
            42738154012896: '44342491185376',
          },
          variant_to_price: {
            37916074377381: '3299',
            42738153062624: '6268',
            42738154012896: '8907',
          },
          duplicate_to_price: {
            44342491119840: '2639',
            44342491152608: '5014',
            44342491185376: '7126',
          },
        };
      if (document.readyState === "complete" || document.readyState === "loaded") {
        if (!window.ReCharge) {
          window.ReCharge = new rcWidget(options);
        }
        ReCharge.addProduct(myProduct);
      } else {
        document.addEventListener("DOMContentLoaded", function() {
          if (!window.ReCharge) {
            window.ReCharge = new rcWidget(options);
          }
          ReCharge.addProduct(myProduct);
        });
      }
      window.addEventListener('pageshow', function(event) {
        if (event.persisted || window.performance && window.performance.navigation.type === 2) {
          window.location.reload();
        }
      }, false);
    })();
  </script>
  <!-- Subscriptions Powered by ReCharge Payments: End Liquid Code -->
  <!-- End ReCharge code -->
  <a class="product-card__btn--plus" href="/products/vanilla-beauty-plant-based-collagen-support-creamer-drink-blend" aria-label="button">
                                <span>Details</span>
                            </a>
</form>

POST /contact#Contact_newsletter

<form method="post" action="/contact#Contact_newsletter" id="Contact_newsletter" accept-charset="UTF-8" class="contact-form form-single-field"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <p class="form-message form-message--error" tabindex="-1" data-form-status="" style="display: none"> This email address is already registered! </p>
  <div class="klaviyo-form-XKZyVr klaviyo-form form-version-cid-1">
    <div class="needsclick  kl-private-reset-css-Xuajs1" style="transform: translate(0px, 0px);">
      <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; 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_80124935" class="needsclick go3098606679 kl-private-reset-css-Xuajs1" type="email"
                autocomplete="email" name="email" tabindex="0" placeholder="Your email address" aria-label="Your email address" aria-invalid="false" options="[object Object]"
                style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 38px; text-align: left; color: rgb(61, 66, 70); font-family: Poppins, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 0px; background-color: rgba(255, 255, 255, 0); border: 1px solid rgba(180, 187, 195, 0);">
              <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 12px; position: relative; background-color: rgb(0, 0, 0); flex: 0 1 auto;"><button class="needsclick go3894874857 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
              style="background: rgba(15, 15, 15, 0); border-radius: 31px; border-style: none; border-color: rgb(0, 0, 0); border-width: 0px; color: rgb(255, 255, 255); font-family: Poppins, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; line-height: 1; white-space: normal; padding: 11px 10px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: auto;">Sign
              Me Up</button></div>
        </div>
      </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
    </div>
  </div>
</form>

POST /cart

<form method="post" action="/cart" accept-charset="UTF-8" enctype="multipart/form-data" novalidate="novalidate" data-edit-cart-form="">
  <a href="javascript:void(0)" aria-label="close" title="close" class="close" aria-describedby="a11y-external-message">×</a>
  <div class="product-edit-wrapper">
    <div class="product-edit" data-product-edit="">
      <div class="product-edit__image" data-product-image-edit="">
        <img class="image" src="//copinaco.com/cdn/shop/t/40/assets/loading.svg?v=101271030887122083901706261010" alt="">
      </div>
      <div class="product-edit__content">
        <div class="product-edit__vendor" data-product-vendor-edit="">
        </div>
        <h4 class="product-edit__title" data-product-title-edit="">
        </h4>
      </div>
    </div>
  </div>
  <div class="product-edit-option">
    <table>
      <thead class="cart-edit__row cart-edit__row--heading" data-cart-edit-head="">
        <tr>
          <th class="text-center" scope="col">Quantity</th>
          <th class="text-center" scope="col">Price</th>
          <th class="text-center" scope="col"></th>
        </tr>
      </thead>
      <tbody data-cart-edit-body="">
        <tr class="cart-edit__row" data-cart-edit-item="">
          <td class="cart-edit__quantity text-center" data-cart-edit-item-quantity="">
            <div class="cart-edit__qty">
              <input id="updates_" class="cart__qty-input" type="number" value="0" min="0" pattern="[0-9]*">
              <!-- <a href="javascript:void(0)" data-qtt-editcart data-minus-qtt-edcart class="minus"><svg class="icon"><use xlink:href="#icon-chevron-down" /></svg></a>
                            <input id="updates_" class="cart__qty-input" type="text" value="0"  pattern="[0-9]*">
                            <a href="javascript:void(0)" data-qtt-editcart data-plus-qtt-edcart class="plus"><svg class="icon"><use xlink:href="#icon-chevron-up" /></svg></a> -->
            </div>
            <div class="cart-edit__qty-error-message-wrapper cart-edit__qty-error-message-wrapper--mobile hide" role="alert" data-cart-edit-quantity-error-message-wrapper="">
              <span class="visually-hidden">Error </span>
              <svg class="icon">
                <use xlink:href="#icon-error"></use>
              </svg>
              <span class="cart__qty-error-message" data-cart-quantity-error-message=""></span>
            </div>
          </td>
          <td class="cart-edit__price text-center">
            <div data-cart-edit-item-price="">
              <div class="cart-edit__price price--on-sale" data-price="">
                <span class="price-item price-item--regular" data-regular-price=""></span>
                <span class="price-item price-item--sale" data-sale-price=""></span>
              </div>
            </div>
          </td>
          <td class="cart-edit__remove text-center" data-cart-item-line-remove="">
            <p class="cart__remove">
              <a href="#" aria-label="Remove " data-cart-edit-remove="">×</a>
            </p>
            <select name="id" data-cart-edit-item-template="" class="product-form__variants no-js"></select>
          </td>
        </tr>
      </tbody>
    </table>
  </div>
  <div class="product-add-more"><a class="product-addmore-button" href="javascript:void(0);" aria-describedby="a11y-external-message">Add more</a></div>
  <div class="product-form__error-message-wrapper product-form__error-message-wrapper--hidden" data-error-message-wrapper="" role="alert">
    <span class="visually-hidden">Error </span>
    <svg class="icon">
      <use xlink:href="#icon-error"></use>
    </svg>
    <span class="product-form__error-message" data-error-message="">Quantity must be 1 or more</span>
  </div>
  <div class="product-edit-button">
    <button class="btn btn--secondary" data-edit-cart-add-to-cart="">Add to cart</button>
  </div>
</form>

Text Content

x








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


by Timesact




Free Continental US Shipping On Orders $45+


 * Home

 * Shop ❯

 * About ❯

 * Find Us

 * Recipes ❯

 * Blog ❯

 * Wholesale

×


MY ACCOUNT

×
Email Address *
Password *
Forgot your password? Create Account

0

Your cart is currently empty.

Continue shopping


REVIEW YOUR CART

0 items
 * 
 * 

Regular price


× Remove

Error

Discount: -
$0.00



Error


MOST POPULAR

View all

CACAO BEAUTY PLANT-BASED COLLAGEN SUPPORT DRINK BLEND


from $32.99

Error Quantity must be 1 or more
44425112879328 44425112912096 44425112944864
One-time purchase:
Subscribe & save (15%):
Delivery every 30 Days 60 Days

Details

MATCHA BEAUTY PLANT-BASED COLLAGEN SUPPORT DRINK BLEND


from $32.99

Error Quantity must be 1 or more
44425138438368 44425138471136 44425138503904
One-time purchase:
Subscribe & save (15%):
Delivery every 30 Days 60 Days

Details

VANILLA BEAUTY PLANT-BASED COLLAGEN SUPPORT CREAMER DRINK BLEND


from $32.99

Error Quantity must be 1 or more
44342491119840 44342491152608 44342491185376
One-time purchase:
Subscribe & save (20%):
Delivery every 30 Days 60 Days

Details


TOP SEARCHES

 * Beauty
 * Energy
 * Matcha
 * Boost Beauty
 * Collagen
 * Cacao Calm
 * Chill Beauty Trio
 * Starter Kit


0



SUPERCHARGE


YOUR DAILY ROUTINE

Elevate your daily routine with our Plant-Based Collagen-Supporting Drink Blends

 * Sustained Energy Boost
 * A Hair Skin & Nails Boost From Plants*

Shop The Collection


ENJOY SEA MOSS


IN THE MOST DELICIOUS WAY

Meet our new on-the-go sea moss refreshers drinks

 * A Tasty & Convenient Way to Get 200mg of Organic Irish Sea Moss

Shop now


ENJOY


NATURE'S BEST BOTANICALS

Elevate your daily routine with our plant-based collagen supports and sea moss
refresher drink blends.

 * For At Home or On-The Go

Shop Bestsellers


SUPERCHARGE


YOUR DAILY ROUTINE

Elevate your daily routine with our Plant-Based Collagen-Supporting Drink Blends

 * Sustained Energy Boost
 * A Hair Skin & Nails Boost From Plants*

Shop The Collection


ENJOY SEA MOSS


IN THE MOST DELICIOUS WAY

Meet our new on-the-go sea moss refreshers drinks

 * A Tasty & Convenient Way to Get 200mg of Organic Irish Sea Moss

Shop now


ENJOY


NATURE'S BEST BOTANICALS

Elevate your daily routine with our plant-based collagen supports and sea moss
refresher drink blends.

 * For At Home or On-The Go

Shop Bestsellers


SUPERCHARGE


YOUR DAILY ROUTINE

Elevate your daily routine with our Plant-Based Collagen-Supporting Drink Blends

 * Sustained Energy Boost
 * A Hair Skin & Nails Boost From Plants*

Shop The Collection

 * 1
 * 2
 * 3


SHOP THE COLLECTION


VEGAN COLLAGEN SUPPORT CREAMERS

Add a Creamy Vegan Collagen Support to Your Coffee or Smoothie

shop now


SEA MOSS REFRESHER DRINKS

Sip Delicious Organic Irish Sea Moss On-The-Go

shop now


VEGAN COLLAGEN SUPPORT DRINKS

Enjoy as a Vegan Collagen Boost In your Favorite Latte or Drink

shop now


A COLLAGEN SUPPORT FROM PLANTS

Collagen is an essential protein that helps support strong hair, skin, nails and
joints*. We lose the ability to synthesize it as we age. Our herbalist-approved
collagen supports are:


FORMULATED & DOSED WITH HERBALISTS



PLANT-BASED & VEGAN




THIRD PARTY LAB TESTED




NON-GMO




NO SUGAR




HAIR, SKIN, AND NAIL SUPPORTING*







OUR TOP PICKS





THE COPINA CO. DIFFERENCE

Our plant-based collagen-supporting lattes and creamers help support your body’s
own natural collagen production. We started after Carolyn’s own experiences with
acne and gut health issues inspired her to explore the world of holistic and
herbal medicine. Here’s what sets us apart:


EFFECTIVE & PROFESSIONALLY-DOSED FORMULAS

we worked directly with multiple herbalists to source and dose all of our plant
botanical ingredients. Our blends help boost beauty and energy. They also give
you a delicious way to enjoy nature's best botanicals On-The-Go

BLENDS THAT ADDRESS COLLAGEN LOSS FROM ALL ANGLE

Our unique vegan & plant-based collagen alternatives contain best-in-class
ingredients that have real benefits on your hair, skin, and nail health.* Our
formulas both help support your body’s collagen production and address the root
causes of collagen degradation*


PROUDLY WOMAN-OWNED

Copina Co. is a California-based, 100% woman-owned company


SUSTAINABLY PACKAGED

We use recyclable materials in all our shipping components and are also
transitioning to PCR (post-consumer recycled) film for our pouches items


NO ADDED SUGAR

Get your favorite coffee or latte without the sugar. We have unsweetened blends
and blends with 2g of sugar or under that are sweetened with monkfruit and
stevia.

Check our product Line




THE MOST DELICIOUS WAY TO ENJOY IRISH SEA MOSS

Our Sea Moss Refreshers make it tasty and convenient to enjoy all the benefits
of Organic Irish sea moss on-the-go, without the fishy taste or slimy texture.


200MG ORGANIC IRISH SEA MOSS

Enjoy 8x the sea moss dose of the leading gummy in each of our stick packs

TASTES FRUITY, NOT LIKE SEA MOSS

With each sip, enjoy the fruity flavors infused with the goodness of sea moss,
without the off-putting taste of traditional sea moss gel


NO SLIMY TEXTURE OR FISHY TASTE

Our Sea Moss drinks are designed for every palate, making it easy and enjoyable
to incorporate into your daily routine


PERFECT FOR ON-THE-GO

No refrigeration required. Just add to 8-10 oz of cold water and stir





CUSTOMER REVIEWS


JASMINE J



"My skin is unusually and substantially much softer than I’ve ever felt in the
BEST way possible. I couldn’t understand how this was happening because I
completely forgot the only new product I started consuming was the Original
Plant-Based Collagen Powder. And I thought OMG! That’s the connection to my
complexion!! 😍😍"


ELIZABETH V



"I've been searching for the right vegan beauty supplement for years and love
this one. I use it as a creamer in my coffee and lattes and also love how easy
it is to add to smoothies and oats. The taste is creamy because of the coconut
and not earthy at all. I've been using it for about a month and notice a
difference in my skin brightness."


MY FAVORITE COLLAGEN



" This product has truly helped my nails get stronger and they don’t break
nearly as often anymore! I have also noticed my skin looks and feels smoother,
and this collagen is the only change I’ve made to my routine! Very happy with
this product and I can’t wait to try the other flavors! "

LAURA V


LAKEN

has purchased a Kukicha karigane green tea


"I’m on my second order of the coco calm and I really can’t go a day without it.
When there are days I don’t have access to it I can really feel the difference
in my mood and overall body. It also doesn’t upset my stomach like animal based
collagens. So thank you for this amazing product."


 * 1
 * 2
 * 3


PRESS MENTIONS




FEATURED BLOG

January 16, 2024


A SIP ABOVE: WHY SEA MOSS DRINKS ARE STIRRING UP THE WELLNESS WORLD

The Flavorful Revolution in Wellness Drinks Welcome to a taste revelation in the
wellness industry! Copina Co.'s Sea Moss Drinks are not just a health trend;
they're a flavor fiesta. Imagine a drink that boosts your wellness and dances on
your taste buds. Yes, it's possible, and it's here! The Secret Ingredient:
Organic Irish Sea Moss In our recent blog we delved into Sea Mo...
Read more
August 13, 2023


HOW TO BUY SEA MOSS ONLINE: A COMPREHENSIVE GUIDE

You’ve probably heard about the multi-mineral and skin-boosting-promising sea
moss gel online. We’ve talked about it before, giving you the run-down on Irish
Sea Moss, its skin benefits, and How To Use Sea Moss On Your Face. Now you might
be sold and are wondering where to go to get some Sea Moss to experience its
amazing benefits. Let’s take a look at best practices for buy...
Read more
August 13, 2023


WHAT IS IODINE? EVERYTHING YOU NEED TO KNOW

You might remember iodine as being a key player on the periodic table. Turns out
that isn’t its only role in our life! Iodine helps us support our thyroid and
cognitive health, so why haven’t we heard of it that much? It doesn’t matter
whether you are a supplementing goddess or someone who doesn’t know the first
thing about iodine. We are here to break down the basics of io...
Read more



JOIN THE

Feel Good Club
Sign up now and get a 10% off your first order

This email address is already registered!

Sign Me Up

PO Box 668
Woodland, CA 95776
United States

Email: hello@copinaco.com


QUICK LINKS

 * Shop All Products
 * Subscribe
 * Your Account
 * Contact Us


LEARN

 * Our Story
 * Ingredients
 * Recipes
 * Blog


FAQ

 * FAQ
 * Shipping Policy
 * Return Policy
 * Accessibility
 * Policy Pages
 * Terms Of Service


INQUIRIES

 * Press
 * Wholesale
 * Store Locator


CONNECT WITH US

Facebook pinterest instagram TikTok

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

© Copina Co. All rights reserved.


×

 * Customer Login

 * Wishlist





YOUR CART

×
×



Quantity Price

Error


×

Add more
Error Quantity must be 1 or more
Add to cart


VIDEO POPUP

×

×
is added to your shopping cart!
Continue shopping Go to cart




 * Opens in a new window.
 * Opens external website.
 * Opens external website in a new window.




Hi from our founder!



YOUR CART

YOUR CART IS EMPTY!

Add your favorite items to your cart.

Shop Now



CUSTOMERS WHO BOUGHT THIS ITEM ALSO BOUGHT

Vanilla Beauty Plant-Based Collagen Support Creamer Drink Blend
5 stars out of 5 stars ( 16 Reviews )
Price $32.99
Quantity
Cacao Beauty Plant-Based Collagen Support Drink Blend
5 stars out of 5 stars ( 30 Reviews )
Price $32.99
Quantity
Matcha Beauty Plant-Based Collagen Support Drink Blend
5 stars out of 5 stars ( 22 Reviews )
Price $32.99
Quantity
Powered by Rebuy
Subtotal (0 item)
$0.00

Checkout