nutriclub.store Open in urlscan Pro
104.16.99.51  Public Scan

URL: https://nutriclub.store/
Submission: On November 19 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

GET /search

<form class="search search-bar__form" action="/search" method="get" role="search">
  <button class="search-bar__submit search__submit btn--link" type="submit">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 50 40">
      <path
        d="M35.6 36l-9.8-9.8c4.1-5.4 3.6-13.2-1.3-18.1-5.4-5.4-14.2-5.4-19.7 0-5.4 5.4-5.4 14.2 0 19.7 2.6 2.6 6.1 4.1 9.8 4.1 3 0 5.9-1 8.3-2.8l9.8 9.8c.4.4.9.6 1.4.6s1-.2 1.4-.6c.9-.9.9-2.1.1-2.9zm-20.9-8.2c-2.6 0-5.1-1-7-2.9-3.9-3.9-3.9-10.1 0-14C9.6 9 12.2 8 14.7 8s5.1 1 7 2.9c3.9 3.9 3.9 10.1 0 14-1.9 1.9-4.4 2.9-7 2.9z">
      </path>
    </svg>
    <span class="icon__fallback-text">Enviar</span>
  </button>
  <input type="hidden" name="type" value="product">
  <input class="search__input search-bar__input" type="input" name="q" value="" placeholder="Pesquisar" aria-label="Pesquisar">
</form>

GET /search

<form action="/search" method="get" class="search-header search" role="search">
  <input type="hidden" name="type" value="product">
  <input class="search-header__input search__input" type="input" name="q" placeholder="Pesquisar" aria-label="Pesquisar">
  <button class="search-header__submit search__submit btn--link" type="submit">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 50 40">
      <path
        d="M35.6 36l-9.8-9.8c4.1-5.4 3.6-13.2-1.3-18.1-5.4-5.4-14.2-5.4-19.7 0-5.4 5.4-5.4 14.2 0 19.7 2.6 2.6 6.1 4.1 9.8 4.1 3 0 5.9-1 8.3-2.8l9.8 9.8c.4.4.9.6 1.4.6s1-.2 1.4-.6c.9-.9.9-2.1.1-2.9zm-20.9-8.2c-2.6 0-5.1-1-7-2.9-3.9-3.9-3.9-10.1 0-14C9.6 9 12.2 8 14.7 8s5.1 1 7 2.9c3.9 3.9 3.9 10.1 0 14-1.9 1.9-4.4 2.9-7 2.9z">
      </path>
    </svg>
    <span class="icon__fallback-text">Enviar</span>
  </button>
</form>

POST /cart

<form style="visibility: hidden;" method="post" action="/cart">
  <input type="hidden" value="OHgp7Uc5LL8nw6bHtHBuq71sCfiXEPqQCLryNU19" name="_token">
  <input type="submit" class="custome_checkout" value="checkout" name="checkout">
</form>

POST /cart/add

<form enctype="multipart/form-data" action="/cart/add" method="post" id="AddToCartForm" class="product-form-1729704164500 product-form--hide-variant-labels " data-product-id="{{ product.id }}" data-section="{{ section.id }}"
  data-product="{{ product | json | escape }}">
  <select name="id" id="ProductSelect-1729704164500" data-section="1729704164500" class="product-form__variants no-js">
    <option selected="selected" value="160054586"> Default Title </option>
  </select>
  <!-- PRODUCT SWATCH CODE IF ENABLE -->
  <div class="disp-flex product-price__quantity">
    <!-- <input type="hidden" id="Quantity" name="quantity" value="1" class="product-form__input prod_qty_desktop"> -->
    <input type="hidden" id="Quantity" name="quantity" value="1" class="product-form__input">
  </div>
  <!-- END PRODUCT SWATCH CODE IF ENABLE -->
  <div class="feature-product-custom-options">
    <div class="row"> <input type="hidden" name="custom_options" value="[]"></div>
  </div>
  <!--prouct-count-->
  <div class="disp-flex product-progress__addcart">
    <div class="grid__item custom_cart_button">
      <!-- allow setting after quantity-->
      <div class="grid__item medium--one-whole large-up--one-whole small--one-whole pad_zero cst-small-crtbtn" data-quantity-selector="false" data-inventory_management="" data-inventory="0" data-stock_selling="0">
        <button type="submit" name="add" id="AddToCart" class="btn_sp addtocart_btn product-form__cart-submit ">
          <span id="AddToCartText"> Adicionar ao carrinho </span>
        </button>
      </div>
    </div>
    <!-- allow setting after add to cart-->
    <style>
      .qty {
        -webkit-appearance: textfield !important;
        -moz-appearance: textfield;
        height: 44px;
        width: 40px;
        padding: 5px 5px 5px 5px;
        display: inline-block;
      }

      span.qtyplus,
      span.qtyminus {
        width: 35px;
        height: 45px;
        padding: 5px 5px 5px 5px;
        border: none;
        display: inline-block;
        border: 1px solid #eee;
        border-radius: 0;
        background: #eee;
        font-size: 24px;
        line-height: 1em;
        margin-left: 0px;
        text-align: center;
      }

      span.qtyminus,
      span.qtyplus {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background-color: #f0f7ff;
        line-height: 0;
      }

      .qty_selector {
        font-size: 15px;
      }

      .qty_selector svg.icon {
        width: 14px;
      }

      @media screen and (min-width:420px) {
        .qty_selector svg.icon {
          vertical-align: text-bottom;
          height: 14px;
        }
      }

      .product-form__item input#Quantity {
        height: 35px;
        width: 35px;
        text-align: center;
        display: inline-block;
        border-left: 0;
        border-right: 0;
        -webkit-appearance: none;
        -moz-appearance: textfield;
        appearance: none;
        /*   margin-left: -5px; */
        vertical-align: top;
        border-radius: 0;
        border: none;
      }

      .product-form__cart-submit {
        display: block;
        width: 50%;
        line-height: 1.4;
        padding-left: 5px;
        padding-right: 5px;
        white-space: normal;
      }

      #AddToCartZero {
        width: 50%;
      }

      #AddToCartZero span,
      #AddToCart>span {
        font-size: 12px !important;
        vertical-align: middle;
        display: block;
        font-weight: 600;
      }

      @media screen and (min-width:750px) and (max-width:1199px) {
        /*.product-form__item input#Quantity {width: 30px;}*/
      }

      @media screen and (max-width:749px) {
        .product-form__item input#Quantity {
          /*height: 45px;
     width: 45px;*/
          padding: 0 !important;
          /*border:1px solid #e8e9eb;*/
        }

        .cst-small-crtbtn #AddToCartText {
          font-size: 9px !important;
        }
      }

      @media screen and (max-width:419px) {

        /*span.qtyplus {width: 25px;height: 39px;}
  span.qtyminus {width: 25px;height: 39px;}
     .product-form__item input#Quantity {
     height: 39px;
     width: 45px;
     padding: 0 !important;
     border:1px solid #e8e9eb;
   }*/
        #AddToCartZero span,
        #AddToCart>span {
          font-size: 10px !important;
        }

        .cartx-payment-button__button {
          font-size: 15px !important;
          padding: 12px 0 !important;
        }

        .product-form__item--quantity.pad_zero {
          padding-left: 0;
        }
      }

      .alert-danger {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
      }
    </style>
    <script>
    </script>
    <!-- for skip add to cart code-->
  </div>
  <style>
    #progressBar {
      display: none;
    }

    #progressBar1 {
      display: none;
    }
  </style>
  <script type="text/javascript">
    var livestock = false;
  </script>
  <script type="text/javascript">
    $(".progressBar_back").animate({
      width: 137.5
    }, 1000);
  </script>
  <input required="" type="hidden" id="upsellcheckquantity" name="properties[upsellcheckquantity]">
</form>

Text Content

Pular para o conteúdo

Enviar
Fechar pesquisa
 * Enviar
 * 

Compre agora com FRETE GRÁTIS

Pesquisar Carrinho Carrinho
0
R$ 0,00
Compre agora com FRETE GRÁTIS


OS MAIS VENDIDOS

36% OFF

Comprar Agora >
Moringa em Pó 100% Pura 250g - FRETE GRÁTIS
Moringa em Pó 100% Pura 250g - FRETE GRÁTIS
Preço normal R$ 155,99 R$ 99,99 6X R$ 18,93

48% OFF

Comprar Agora >
120 Cápsulas de Moringa Original - Frete Grátis
120 Cápsulas de Moringa Original - Frete Grátis
Preço normal R$ 135,00 R$ 69,99 6X R$ 13,25

50% OFF

Comprar Agora >
PSYLLIUM HUSK FIBRA 100% NATURAL 250g - FRETE GRÁTIS
PSYLLIUM HUSK FIBRA 100% NATURAL 250g - FRETE GRÁTIS
Preço normal R$ 139,00 R$ 69,99 6X R$ 13,25

50% OFF

Comprar Agora >
120 Cápsulas de Psyllium 100% Original - FRETE GRÁTIS
120 Cápsulas de Psyllium 100% Original - FRETE GRÁTIS
Preço normal R$ 139,99 R$ 69,99 6X R$ 13,25

35% OFF

Comprar Agora >
Kit Leve 3 Pague 2 - 360 Cápsulas de Moringa 100% Pura - FRETE GRÁTIS
Kit Leve 3 Pague 2 - 360 Cápsulas de Moringa 100% Pura - FRETE GRÁTIS
Preço normal R$ 230,00 R$ 149,99 6X R$ 28,39

53% OFF

Comprar Agora >
Alpha GPC Suplemento Cerebral - FRETE GRÁTIS
Alpha GPC Suplemento Cerebral - FRETE GRÁTIS
Preço normal R$ 150,00 R$ 69,99 6X R$ 13,25

48% OFF

Comprar Agora >
Longlib Pro Man (Estimulante Sexual masculino) 60 cápsulas - FRETE GRÁTIS
Longlib Pro Man (Estimulante Sexual masculino) 60 cápsulas - FRETE GRÁTIS
Preço normal R$ 210,00 R$ 109,00 6X R$ 20,63

50% OFF

Comprar Agora >
LibSex Pro Woman (Estimulante de Libido Sexual Feminino) 60 Cápsulas - FRETE
GRÁTIS
LibSex Pro Woman (Estimulante de Libido Sexual Feminino) 60 Cápsulas - FRETE
GRÁTIS
Preço normal R$ 220,00 R$ 109,00 6X R$ 20,63

37% OFF

Comprar Agora >
Ashwagandha Original Ginseng Indiano Puro 120 Cápsulas 500mg - FRETE GRÁTIS
Ashwagandha Original Ginseng Indiano Puro 120 Cápsulas 500mg - FRETE GRÁTIS
Preço normal R$ 135,00 R$ 84,99 6X R$ 16,09

46% OFF

Comprar Agora >
Maca Peruana Vermelha 120 Cápsulas - FRETE GRÁTIS
Maca Peruana Vermelha 120 Cápsulas - FRETE GRÁTIS
Preço normal R$ 140,00 R$ 75,99 6X R$ 14,38

Slide anterior Próximo slide



KIT LEVE 3 PAGUE 2 - 360 CÁPSULAS DE MORINGA 100% PURA - FRETE GRÁTIS

Preço normal R$ 149,99 R$ 230,00 6X R$ 28,39 35% OFF

 * Detalhes do produto







A Moringa oleifera, também conhecida como a "árvore da vida", é uma planta
nativa das regiões subtropicais e tropicais da Ásia e da África. Ela é
valorizada por suas propriedades nutricionais e medicinais. Confira alguns dos
benefícios da Moringa oleifera para os seres humanos:

 * Rica em nutrientes: A Moringa é uma excelente fonte de vitaminas e minerais,
   incluindo vitamina C, vitamina A, vitamina E, cálcio, potássio e ferro. Suas
   folhas são particularmente ricas nesses nutrientes.

 * Alto teor de proteína: As folhas da Moringa contêm uma quantidade
   significativa de proteína, tornando-a uma fonte vegetal de proteína completa,
   essencial para o crescimento e reparo dos tecidos.

 * Antioxidantes: A Moringa é rica em antioxidantes, como quercetina, ácido
   clorogênico e beta-caroteno, que ajudam a combater os danos causados pelos
   radicais livres no corpo, contribuindo para a prevenção de doenças.

 * Ação anti-inflamatória: As propriedades anti-inflamatórias da Moringa podem
   ajudar a reduzir a inflamação no corpo, o que é benéfico para a saúde geral e
   para a prevenção de doenças crônicas.

 * Regulação dos níveis de açúcar no sangue: A Moringa pode ajudar a regular os
   níveis de açúcar no sangue, sendo relevante para pessoas com diabetes ou
   pré-diabetes.

 * Apoio à saúde cardiovascular: A Moringa pode auxiliar na redução do
   colesterol e da pressão arterial, promovendo a saúde cardiovascular.

 * Saúde digestiva: Rica em fibras, a Moringa promove a saúde digestiva,
   aliviando a constipação e melhorando a função intestinal.

 * Fortalecimento do sistema imunológico: A Moringa é rica em vitamina C e
   outros antioxidantes, fortalecendo o sistema imunológico e ajudando na
   prevenção de infecções.

Default Title


Adicionar ao carrinho
Compartilhar Compartilhar no Facebook Tweetar Tweetar Pinterest Pin no Pinterest
NutriShopBrasil



© 2024 Tema Lift

 * american express
 * paypal
 * master
 * visa