nelyss.com Open in urlscan Pro
23.227.38.65  Public Scan

Submitted URL: http://nelysss.com/
Effective URL: https://nelyss.com/
Submission: On February 14 via api from BE — Scanned from CA

Form analysis 11 forms found in the DOM

GET /search

<form class="relative mt-10 max-w-2xl mx-auto block" action="/search" method="get" role="search">
  <label for="Search" class="visually-hidden"> Recherche </label>
  <input type="search" name="q" id="Search" class="pr-12 placeholder-current input w-full" value="" placeholder="Recherche">
  <button class="absolute right-2 top-1/2 transform -translate-y-1/2 p-1" type="submit">
    <span class="inline-block w-5 h-5"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2 21.1304C2 26.2041 4.01552 31.07 7.60317 34.6577C11.1908 38.2453 16.0567 40.2609 21.1304 40.2609C26.2041 40.2609 31.07 38.2453 34.6577 34.6577C38.2453 31.07 40.2609 26.2041 40.2609 21.1304C40.2609 16.0567 38.2453 11.1908 34.6577 7.60317C31.07 4.01552 26.2041 2 21.1304 2C16.0567 2 11.1908 4.01552 7.60317 7.60317C4.01552 11.1908 2 16.0567 2 21.1304V21.1304Z"
          stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M46 46L34.6576 34.6576" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </span>
    <span class="visually-hidden">Rechercher</span>
  </button>
</form>

GET /search

<form x-ref="searchForm" action="/search" method="get" role="search" @submit="onFormSubmit" @click.away.prevent="searchOpen = false">
  <div x-ref="searchFieldComponent" class="relative py-2">
    <input id="header-search" type="search" name="q" value="" class="header-search-input pl-9 py-2 placeholder:text-scheme-text font-secondary w-full border-0 shadow-none bg-transparent" placeholder="Recherche" aria-expanded="false"
      aria-owns="predictive-search-results-list" aria-controls="predictive-search-results-list" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false" x-ref="input" x-model="rawQuery"
      @input.debounce.300="onChange" @focus="onFocus">
    <label class="visually-hidden" for="header-search">Recherche</label>
    <input type="hidden" name="options[prefix]" value="last"><button class="absolute left-0 top-1/2 transform -translate-y-1/2 p-1" aria-label="Rechercher">
      <span class="inline-block w-6 h-6"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path
            d="M2 21.1304C2 26.2041 4.01552 31.07 7.60317 34.6577C11.1908 38.2453 16.0567 40.2609 21.1304 40.2609C26.2041 40.2609 31.07 38.2453 34.6577 34.6577C38.2453 31.07 40.2609 26.2041 40.2609 21.1304C40.2609 16.0567 38.2453 11.1908 34.6577 7.60317C31.07 4.01552 26.2041 2 21.1304 2C16.0567 2 11.1908 4.01552 7.60317 7.60317C4.01552 11.1908 2 16.0567 2 21.1304V21.1304Z"
            stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
          <path d="M46 46L34.6576 34.6576" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg>
      </span>
    </button>
    <button @click="close()" class="block p-1 absolute right-0 top-1/2 transform -translate-y-1/2" type="button">
      <span class="visually-hidden">Fermer (Echap)</span>
      <span class="inline-block w-6 h-6"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path d="M46 2L2 46" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
          <path d="M46 46L2 2" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg></span>
    </button>
  </div>
  <div id="predictiveSearchResults" :class="{ 'opacity-0 bg-scheme-text/0': ! resultsOpen, 'bg-scheme-text/75' : resultsOpen }" tabindex="-1"
    class="text-scheme-text absolute left-0 right-0 h-screen transition-colors ease-out duration-300 z-50 opacity-0 bg-scheme-text/0">
    <template x-if="loading &amp;&amp; !results">
      <div class="bg-scheme-background">
        <div class="w-6 h-6 pt-12 pb-12 mx-auto" data-predictive-loading="">
          <div class="loading"></div>
        </div>
      </div>
    </template>
    <template x-if="resultsOpen">
      <div x-show="resultsOpen" class="max-h-three-quarters-screen-height overflow-hidden overflow-y-auto bg-scheme-background pb-5 lg:pb-10 px-section scroll-pb-5 lg:scroll-pb-10" x-ref="results" @click.away.prevent="searchOpen = false">
      </div>
    </template>
  </div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product-form-template--20596773683523__1650891358fef95dd4-8709538513219" accept-charset="UTF-8" class="quick-buy-product-form" enctype="multipart/form-data" data-product-form=""
  data-product-handle="beauty-hair" data-enable-history-state="true" x-ref="productForm"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <div class="mb-2.5 text-center">
    <label class="hidden " for="fallback-selector-template--20596773683523__1650891358fef95dd4">Variant</label>
    <select @change="mainSelectorChange()" x-ref="singleVariantSelector" name="id" id="fallback-selector-template--20596773683523__1650891358fef95dd4"
      class="appearance-none p-2 font-secondary text-sm input text-scheme-text pr-10 mx-auto max-w-full ">
      <option selected="selected" x-bind:selected="currentVariantId === 47031277125955" value="47031277125955"> Cure 1 mois (1 pot) </option>
      <option x-bind:selected="currentVariantId === 47031277158723" value="47031277158723"> Cure 3 mois (3 pots) </option>
      <option x-bind:selected="currentVariantId === 47031277191491" value="47031277191491"> Cure 6 mois (6 pots) </option>
    </select>
  </div>
  <span class="sr-only">Prix normal</span>
  <div class="relative z-10 text-center  pb-button-shadow">
    <button class="push-btn theme-button " type="submit">
      <span class="push-btn-surface "> Ajouter au panier </span>
      <span class="visually-hidden">, Beauty Hair (Pousse/Anti Chute/Brillance)</span>
    </button>
  </div>
  <div x-show="current_variant &amp;&amp; current_variant.unit_price" style="display: none;">
    <div class="text-sm text-scheme-text text-center mt-2.5" data-unit-price-wrapper="">
      <span class="sr-only">Prix à l'unité</span>
      <span x-html="formatMoney(current_variant.unit_price)">0€</span>
      <span aria-hidden="true"> / </span>
      <span class="sr-only">par</span>
      <span x-show="current_variant.unit_price_measurement &amp;&amp; current_variant.unit_price_measurement.reference_value !== 1 ? current_variant.unit_price_measurement.reference_value : false" style="display: none;"></span>
      <span x-html="current_variant.unit_price_measurement &amp;&amp; current_variant.unit_price_measurement.reference_unit">undefined</span>
    </div>
  </div>
  <input type="hidden" name="product-id" value="8709538513219"><input type="hidden" name="section-id" value="template--20596773683523__1650891358fef95dd4">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product-form-template--20596773683523__1650891358fef95dd4-8709537071427" accept-charset="UTF-8" class="quick-buy-product-form" enctype="multipart/form-data" data-product-form=""
  data-product-handle="brain-booster-1-mois" data-enable-history-state="true" x-ref="productForm"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <div class="mb-2.5 text-center">
    <label class="hidden " for="fallback-selector-template--20596773683523__1650891358fef95dd4">Variant</label>
    <select @change="mainSelectorChange()" x-ref="singleVariantSelector" name="id" id="fallback-selector-template--20596773683523__1650891358fef95dd4"
      class="appearance-none p-2 font-secondary text-sm input text-scheme-text pr-10 mx-auto max-w-full ">
      <option selected="selected" x-bind:selected="currentVariantId === 47031275454787" value="47031275454787"> Cure 1 mois (1 pot) </option>
      <option x-bind:selected="currentVariantId === 47031275487555" value="47031275487555"> Cure 3 mois (3 pots) </option>
      <option x-bind:selected="currentVariantId === 47031275520323" value="47031275520323"> Cure 6 mois (6 pots) </option>
    </select>
  </div>
  <span class="sr-only">Prix normal</span>
  <div class="relative z-10 text-center  pb-button-shadow">
    <button class="push-btn theme-button " type="submit">
      <span class="push-btn-surface "> Ajouter au panier </span>
      <span class="visually-hidden">, Brain Booster (Mémoire/Focus)</span>
    </button>
  </div>
  <div x-show="current_variant &amp;&amp; current_variant.unit_price" style="display: none;">
    <div class="text-sm text-scheme-text text-center mt-2.5" data-unit-price-wrapper="">
      <span class="sr-only">Prix à l'unité</span>
      <span x-html="formatMoney(current_variant.unit_price)">0€</span>
      <span aria-hidden="true"> / </span>
      <span class="sr-only">par</span>
      <span x-show="current_variant.unit_price_measurement &amp;&amp; current_variant.unit_price_measurement.reference_value !== 1 ? current_variant.unit_price_measurement.reference_value : false" style="display: none;"></span>
      <span x-html="current_variant.unit_price_measurement &amp;&amp; current_variant.unit_price_measurement.reference_unit">undefined</span>
    </div>
  </div>
  <input type="hidden" name="product-id" value="8709537071427"><input type="hidden" name="section-id" value="template--20596773683523__1650891358fef95dd4">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product-form-template--20596773683523__1650891358fef95dd4-8709537923395" accept-charset="UTF-8" class="quick-buy-product-form" enctype="multipart/form-data" data-product-form=""
  data-product-handle="health-booster-1-mois" data-enable-history-state="true" x-ref="productForm"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <div class="mb-2.5 text-center">
    <label class="hidden " for="fallback-selector-template--20596773683523__1650891358fef95dd4">Variant</label>
    <select @change="mainSelectorChange()" x-ref="singleVariantSelector" name="id" id="fallback-selector-template--20596773683523__1650891358fef95dd4"
      class="appearance-none p-2 font-secondary text-sm input text-scheme-text pr-10 mx-auto max-w-full ">
      <option selected="selected" x-bind:selected="currentVariantId === 47031276372291" value="47031276372291"> Cure 1 mois (1 pot) </option>
      <option x-bind:selected="currentVariantId === 47031276405059" value="47031276405059"> Cure 3 mois (3 pots) </option>
      <option x-bind:selected="currentVariantId === 47031276437827" value="47031276437827"> Cure 6 mois (6 pots) </option>
    </select>
  </div>
  <span class="sr-only">Prix normal</span>
  <div class="relative z-10 text-center  pb-button-shadow">
    <button class="push-btn theme-button " type="submit">
      <span class="push-btn-surface "> Ajouter au panier </span>
      <span class="visually-hidden">, Health Booster (Énergie/Vitalité)</span>
    </button>
  </div>
  <div x-show="current_variant &amp;&amp; current_variant.unit_price" style="display: none;">
    <div class="text-sm text-scheme-text text-center mt-2.5" data-unit-price-wrapper="">
      <span class="sr-only">Prix à l'unité</span>
      <span x-html="formatMoney(current_variant.unit_price)">0€</span>
      <span aria-hidden="true"> / </span>
      <span class="sr-only">par</span>
      <span x-show="current_variant.unit_price_measurement &amp;&amp; current_variant.unit_price_measurement.reference_value !== 1 ? current_variant.unit_price_measurement.reference_value : false" style="display: none;"></span>
      <span x-html="current_variant.unit_price_measurement &amp;&amp; current_variant.unit_price_measurement.reference_unit">undefined</span>
    </div>
  </div>
  <input type="hidden" name="product-id" value="8709537923395"><input type="hidden" name="section-id" value="template--20596773683523__1650891358fef95dd4">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product-form-template--20596773683523__1650891358fef95dd4-8704876904771" accept-charset="UTF-8" class="quick-buy-product-form" enctype="multipart/form-data" data-product-form=""
  data-product-handle="relax-dream-1-mois" data-enable-history-state="true" x-ref="productForm"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <div class="mb-2.5 text-center">
    <label class="hidden " for="fallback-selector-template--20596773683523__1650891358fef95dd4">Variant</label>
    <select @change="mainSelectorChange()" x-ref="singleVariantSelector" name="id" id="fallback-selector-template--20596773683523__1650891358fef95dd4"
      class="appearance-none p-2 font-secondary text-sm input text-scheme-text pr-10 mx-auto max-w-full ">
      <option selected="selected" x-bind:selected="currentVariantId === 47025968677187" value="47025968677187"> Cure 1 mois (1 pot) </option>
      <option x-bind:selected="currentVariantId === 47025976017219" value="47025976017219"> Cure 3 mois (3 pots) </option>
      <option x-bind:selected="currentVariantId === 47025976049987" value="47025976049987"> Cure 6 mois (6 pots) </option>
    </select>
  </div>
  <span class="sr-only">Prix normal</span>
  <div class="relative z-10 text-center  pb-button-shadow">
    <button class="push-btn theme-button " type="submit">
      <span class="push-btn-surface "> Ajouter au panier </span>
      <span class="visually-hidden">, Relax &amp; Dream (Sommeil/Anti-Stress)</span>
    </button>
  </div>
  <div x-show="current_variant &amp;&amp; current_variant.unit_price" style="display: none;">
    <div class="text-sm text-scheme-text text-center mt-2.5" data-unit-price-wrapper="">
      <span class="sr-only">Prix à l'unité</span>
      <span x-html="formatMoney(current_variant.unit_price)">0€</span>
      <span aria-hidden="true"> / </span>
      <span class="sr-only">par</span>
      <span x-show="current_variant.unit_price_measurement &amp;&amp; current_variant.unit_price_measurement.reference_value !== 1 ? current_variant.unit_price_measurement.reference_value : false" style="display: none;"></span>
      <span x-html="current_variant.unit_price_measurement &amp;&amp; current_variant.unit_price_measurement.reference_unit">undefined</span>
    </div>
  </div>
  <input type="hidden" name="product-id" value="8704876904771"><input type="hidden" name="section-id" value="template--20596773683523__1650891358fef95dd4">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product-form-template--20596773683523__featured_collection_9i4e9c-8896450756931" accept-charset="UTF-8" class="quick-buy-product-form" enctype="multipart/form-data" data-product-form=""
  data-product-handle="duo-brain-booster-et-relax-dream" data-enable-history-state="true" x-ref="productForm"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <div class="hidden">
    <label class="hidden " for="fallback-selector-template--20596773683523__featured_collection_9i4e9c">Variant</label>
    <select @change="mainSelectorChange()" x-ref="singleVariantSelector" name="id" id="fallback-selector-template--20596773683523__featured_collection_9i4e9c"
      class="appearance-none p-2 font-secondary text-sm input text-scheme-text pr-10 mx-auto max-w-full w-full">
      <option selected="selected" x-bind:selected="currentVariantId === 47526814122307" value="47526814122307"> Cure 1 mois (1 pot de chaque) </option>
      <option x-bind:selected="currentVariantId === 47526814155075" value="47526814155075"> Cure 3 mois (3 pots de chaque) </option>
    </select>
  </div>
  <div class="relative z-10 " :class="{ 'invisible': !current_variant }">
    <fieldset class="product-variant-picker-block  js-enabled">
      <legend class="hidden "> Choisir </legend>
      <div class="-mx-1 flex flex-wrap justify-center">
        <div class="inline-block mx-1 mb-2.5 relative variant-input">
          <input class=" cursor-pointer absolute top-0 left-0 w-full h-full opacity-0" @change="optionChange()" type="radio" id="Section-template--20596773683523__featured_collection_9i4e9c-Product-8896450756931-Option1-Cure 1 mois (1 pot de chaque)"
            name="Section-template--20596773683523__featured_collection_9i4e9c-Product-8896450756931-options[Choisir]" value="Cure 1 mois (1 pot de chaque)" data-handle="cure-1-mois-1-pot-de-chaque" checked="" data-single-option-selector="">
          <label :class="
                      {
                        
                          'bg-scheme-text text-scheme-text-overlay' : optionHandles[0] === 'cure-1-mois-1-pot-de-chaque',
                          'bg-scheme-secondary-background text-scheme-text ' : optionHandles[0] !== 'cure-1-mois-1-pot-de-chaque'
                        
                      }
                    " class="relative block text-center border-scheme-text rounded-button text-sm border-input p-2 min-w-[2.5rem] border-1 border cursor-pointer bg-scheme-text text-scheme-text-overlay"
            for="Section-template--20596773683523__featured_collection_9i4e9c-Product-8896450756931-Option1-Cure 1 mois (1 pot de chaque)" title=""><span>Cure 1 mois (1 pot de chaque)</span>
          </label>
        </div>
        <div class="inline-block mx-1 mb-2.5 relative variant-input">
          <input class=" cursor-pointer absolute top-0 left-0 w-full h-full opacity-0" @change="optionChange()" type="radio"
            id="Section-template--20596773683523__featured_collection_9i4e9c-Product-8896450756931-Option1-Cure 3 mois (3 pots de chaque)" name="Section-template--20596773683523__featured_collection_9i4e9c-Product-8896450756931-options[Choisir]"
            value="Cure 3 mois (3 pots de chaque)" data-handle="cure-3-mois-3-pots-de-chaque" data-single-option-selector="">
          <label :class="
                      {
                        
                          'bg-scheme-text text-scheme-text-overlay' : optionHandles[0] === 'cure-3-mois-3-pots-de-chaque',
                          'bg-scheme-secondary-background text-scheme-text ' : optionHandles[0] !== 'cure-3-mois-3-pots-de-chaque'
                        
                      }
                    " class="relative block text-center border-scheme-text rounded-button text-sm border-input p-2 min-w-[2.5rem] border-1 border cursor-pointer bg-scheme-secondary-background text-scheme-text"
            for="Section-template--20596773683523__featured_collection_9i4e9c-Product-8896450756931-Option1-Cure 3 mois (3 pots de chaque)" title=""><span>Cure 3 mois (3 pots de chaque)</span>
          </label>
        </div>
      </div>
    </fieldset>
  </div>
  <span class="sr-only">Prix normal</span>
  <div class="relative z-10 text-center  pb-button-shadow">
    <button class="push-btn theme-button w-full" type="submit">
      <span class="push-btn-surface w-full"> Ajouter au panier </span>
      <span class="visually-hidden">, Duo Brain Booster et Relax &amp; Dream</span>
    </button>
  </div>
  <div x-show="current_variant &amp;&amp; current_variant.unit_price" style="display: none;">
    <div class="text-sm text-scheme-text text-center mt-2.5" data-unit-price-wrapper="">
      <span class="sr-only">Prix à l'unité</span>
      <span x-html="formatMoney(current_variant.unit_price)">0€</span>
      <span aria-hidden="true"> / </span>
      <span class="sr-only">par</span>
      <span x-show="current_variant.unit_price_measurement &amp;&amp; current_variant.unit_price_measurement.reference_value !== 1 ? current_variant.unit_price_measurement.reference_value : false" style="display: none;"></span>
      <span x-html="current_variant.unit_price_measurement &amp;&amp; current_variant.unit_price_measurement.reference_unit">undefined</span>
    </div>
  </div>
  <input type="hidden" name="product-id" value="8896450756931"><input type="hidden" name="section-id" value="template--20596773683523__featured_collection_9i4e9c">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product-form-template--20596773683523__featured_collection_9i4e9c-8896447807811" accept-charset="UTF-8" class="quick-buy-product-form" enctype="multipart/form-data" data-product-form=""
  data-product-handle="duo-relax-dream-et-health-booster" data-enable-history-state="true" x-ref="productForm"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <div class="hidden">
    <label class="hidden " for="fallback-selector-template--20596773683523__featured_collection_9i4e9c">Variant</label>
    <select @change="mainSelectorChange()" x-ref="singleVariantSelector" name="id" id="fallback-selector-template--20596773683523__featured_collection_9i4e9c"
      class="appearance-none p-2 font-secondary text-sm input text-scheme-text pr-10 mx-auto max-w-full w-full">
      <option selected="selected" x-bind:selected="currentVariantId === 47526854295875" value="47526854295875"> Cure 1 mois (1 pot de chaque) </option>
      <option x-bind:selected="currentVariantId === 47526854328643" value="47526854328643"> Cure 3 mois (3 pots de chaque) </option>
    </select>
  </div>
  <div class="relative z-10 " :class="{ 'invisible': !current_variant }">
    <fieldset class="product-variant-picker-block  js-enabled">
      <legend class="hidden "> Choisir </legend>
      <div class="-mx-1 flex flex-wrap justify-center">
        <div class="inline-block mx-1 mb-2.5 relative variant-input">
          <input class=" cursor-pointer absolute top-0 left-0 w-full h-full opacity-0" @change="optionChange()" type="radio" id="Section-template--20596773683523__featured_collection_9i4e9c-Product-8896447807811-Option1-Cure 1 mois (1 pot de chaque)"
            name="Section-template--20596773683523__featured_collection_9i4e9c-Product-8896447807811-options[Choisir]" value="Cure 1 mois (1 pot de chaque)" data-handle="cure-1-mois-1-pot-de-chaque" checked="" data-single-option-selector="">
          <label :class="
                      {
                        
                          'bg-scheme-text text-scheme-text-overlay' : optionHandles[0] === 'cure-1-mois-1-pot-de-chaque',
                          'bg-scheme-secondary-background text-scheme-text ' : optionHandles[0] !== 'cure-1-mois-1-pot-de-chaque'
                        
                      }
                    " class="relative block text-center border-scheme-text rounded-button text-sm border-input p-2 min-w-[2.5rem] border-1 border cursor-pointer bg-scheme-text text-scheme-text-overlay"
            for="Section-template--20596773683523__featured_collection_9i4e9c-Product-8896447807811-Option1-Cure 1 mois (1 pot de chaque)" title=""><span>Cure 1 mois (1 pot de chaque)</span>
          </label>
        </div>
        <div class="inline-block mx-1 mb-2.5 relative variant-input">
          <input class=" cursor-pointer absolute top-0 left-0 w-full h-full opacity-0" @change="optionChange()" type="radio"
            id="Section-template--20596773683523__featured_collection_9i4e9c-Product-8896447807811-Option1-Cure 3 mois (3 pots de chaque)" name="Section-template--20596773683523__featured_collection_9i4e9c-Product-8896447807811-options[Choisir]"
            value="Cure 3 mois (3 pots de chaque)" data-handle="cure-3-mois-3-pots-de-chaque" data-single-option-selector="">
          <label :class="
                      {
                        
                          'bg-scheme-text text-scheme-text-overlay' : optionHandles[0] === 'cure-3-mois-3-pots-de-chaque',
                          'bg-scheme-secondary-background text-scheme-text ' : optionHandles[0] !== 'cure-3-mois-3-pots-de-chaque'
                        
                      }
                    " class="relative block text-center border-scheme-text rounded-button text-sm border-input p-2 min-w-[2.5rem] border-1 border cursor-pointer bg-scheme-secondary-background text-scheme-text"
            for="Section-template--20596773683523__featured_collection_9i4e9c-Product-8896447807811-Option1-Cure 3 mois (3 pots de chaque)" title=""><span>Cure 3 mois (3 pots de chaque)</span>
          </label>
        </div>
      </div>
    </fieldset>
  </div>
  <span class="sr-only">Prix normal</span>
  <div class="relative z-10 text-center  pb-button-shadow">
    <button class="push-btn theme-button w-full" type="submit">
      <span class="push-btn-surface w-full"> Ajouter au panier </span>
      <span class="visually-hidden">, Duo Relax &amp; Dream et Health Booster</span>
    </button>
  </div>
  <div x-show="current_variant &amp;&amp; current_variant.unit_price" style="display: none;">
    <div class="text-sm text-scheme-text text-center mt-2.5" data-unit-price-wrapper="">
      <span class="sr-only">Prix à l'unité</span>
      <span x-html="formatMoney(current_variant.unit_price)">0€</span>
      <span aria-hidden="true"> / </span>
      <span class="sr-only">par</span>
      <span x-show="current_variant.unit_price_measurement &amp;&amp; current_variant.unit_price_measurement.reference_value !== 1 ? current_variant.unit_price_measurement.reference_value : false" style="display: none;"></span>
      <span x-html="current_variant.unit_price_measurement &amp;&amp; current_variant.unit_price_measurement.reference_unit">undefined</span>
    </div>
  </div>
  <input type="hidden" name="product-id" value="8896447807811"><input type="hidden" name="section-id" value="template--20596773683523__featured_collection_9i4e9c">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product-form-template--20596773683523__featured_collection_9i4e9c-8896375357763" accept-charset="UTF-8" class="quick-buy-product-form" enctype="multipart/form-data" data-product-form=""
  data-product-handle="duo-beauty-hair-et-health-booster" data-enable-history-state="true" x-ref="productForm"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <div class="hidden">
    <label class="hidden " for="fallback-selector-template--20596773683523__featured_collection_9i4e9c">Variant</label>
    <select @change="mainSelectorChange()" x-ref="singleVariantSelector" name="id" id="fallback-selector-template--20596773683523__featured_collection_9i4e9c"
      class="appearance-none p-2 font-secondary text-sm input text-scheme-text pr-10 mx-auto max-w-full w-full">
      <option selected="selected" x-bind:selected="currentVariantId === 47526848069955" value="47526848069955"> Cure 1 mois (1 pot de chaque) </option>
      <option x-bind:selected="currentVariantId === 47526848102723" value="47526848102723"> Cure 3 mois (3 pots de chaque) </option>
    </select>
  </div>
  <div class="relative z-10 " :class="{ 'invisible': !current_variant }">
    <fieldset class="product-variant-picker-block  js-enabled">
      <legend class="hidden "> Choisir </legend>
      <div class="-mx-1 flex flex-wrap justify-center">
        <div class="inline-block mx-1 mb-2.5 relative variant-input">
          <input class=" cursor-pointer absolute top-0 left-0 w-full h-full opacity-0" @change="optionChange()" type="radio" id="Section-template--20596773683523__featured_collection_9i4e9c-Product-8896375357763-Option1-Cure 1 mois (1 pot de chaque)"
            name="Section-template--20596773683523__featured_collection_9i4e9c-Product-8896375357763-options[Choisir]" value="Cure 1 mois (1 pot de chaque)" data-handle="cure-1-mois-1-pot-de-chaque" checked="" data-single-option-selector="">
          <label :class="
                      {
                        
                          'bg-scheme-text text-scheme-text-overlay' : optionHandles[0] === 'cure-1-mois-1-pot-de-chaque',
                          'bg-scheme-secondary-background text-scheme-text ' : optionHandles[0] !== 'cure-1-mois-1-pot-de-chaque'
                        
                      }
                    " class="relative block text-center border-scheme-text rounded-button text-sm border-input p-2 min-w-[2.5rem] border-1 border cursor-pointer bg-scheme-text text-scheme-text-overlay"
            for="Section-template--20596773683523__featured_collection_9i4e9c-Product-8896375357763-Option1-Cure 1 mois (1 pot de chaque)" title=""><span>Cure 1 mois (1 pot de chaque)</span>
          </label>
        </div>
        <div class="inline-block mx-1 mb-2.5 relative variant-input">
          <input class=" cursor-pointer absolute top-0 left-0 w-full h-full opacity-0" @change="optionChange()" type="radio"
            id="Section-template--20596773683523__featured_collection_9i4e9c-Product-8896375357763-Option1-Cure 3 mois (3 pots de chaque)" name="Section-template--20596773683523__featured_collection_9i4e9c-Product-8896375357763-options[Choisir]"
            value="Cure 3 mois (3 pots de chaque)" data-handle="cure-3-mois-3-pots-de-chaque" data-single-option-selector="">
          <label :class="
                      {
                        
                          'bg-scheme-text text-scheme-text-overlay' : optionHandles[0] === 'cure-3-mois-3-pots-de-chaque',
                          'bg-scheme-secondary-background text-scheme-text ' : optionHandles[0] !== 'cure-3-mois-3-pots-de-chaque'
                        
                      }
                    " class="relative block text-center border-scheme-text rounded-button text-sm border-input p-2 min-w-[2.5rem] border-1 border cursor-pointer bg-scheme-secondary-background text-scheme-text"
            for="Section-template--20596773683523__featured_collection_9i4e9c-Product-8896375357763-Option1-Cure 3 mois (3 pots de chaque)" title=""><span>Cure 3 mois (3 pots de chaque)</span>
          </label>
        </div>
      </div>
    </fieldset>
  </div>
  <span class="sr-only">Prix normal</span>
  <div class="relative z-10 text-center  pb-button-shadow">
    <button class="push-btn theme-button w-full" type="submit">
      <span class="push-btn-surface w-full"> Ajouter au panier </span>
      <span class="visually-hidden">, Duo Beauty Hair et Health Booster</span>
    </button>
  </div>
  <div x-show="current_variant &amp;&amp; current_variant.unit_price" style="display: none;">
    <div class="text-sm text-scheme-text text-center mt-2.5" data-unit-price-wrapper="">
      <span class="sr-only">Prix à l'unité</span>
      <span x-html="formatMoney(current_variant.unit_price)">0€</span>
      <span aria-hidden="true"> / </span>
      <span class="sr-only">par</span>
      <span x-show="current_variant.unit_price_measurement &amp;&amp; current_variant.unit_price_measurement.reference_value !== 1 ? current_variant.unit_price_measurement.reference_value : false" style="display: none;"></span>
      <span x-html="current_variant.unit_price_measurement &amp;&amp; current_variant.unit_price_measurement.reference_unit">undefined</span>
    </div>
  </div>
  <input type="hidden" name="product-id" value="8896375357763"><input type="hidden" name="section-id" value="template--20596773683523__featured_collection_9i4e9c">
</form>

POST /contact#FooterNewsletter

<form method="post" action="/contact#FooterNewsletter" id="FooterNewsletter" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <div class="lg:flex items-center justify-center">
    <input type="hidden" name="contact[tags]" value="newsletter">
    <label for="NewsletterForm-sections--20596773945667__footer" class="sr-only"> Adresse e-mail </label>
    <div class=" w-full lg:mr-2 flex-grow">
      <input id="NewsletterForm-sections--20596773945667__footer" type="email" name="contact[email]" class="input--background input-group-field w-full placeholder:text-scheme-text text-scheme-text border-scheme-text" value="" autocorrect="off"
        autocapitalize="off" autocomplete="email" placeholder="email@exemple.com" required="">
    </div>
    <button type="submit" class="push-btn push-btn--pop w-full lg:w-auto mt-2.5 lg:mt-0" name="commit" id="Subscribe-sections--20596773945667__footer">
      <span class="push-btn-surface w-full">S'abonner</span>
    </button>
  </div>
</form>

GET /search

<form class="relative mt-10 max-w-2xl mx-auto block" action="/search" method="get" role="search">
  <label for="Search" class="visually-hidden"> Recherche </label>
  <input type="search" name="q" id="Search" class="pr-12 placeholder-current input w-full" value="" placeholder="Recherche">
  <button class="absolute right-2 top-1/2 transform -translate-y-1/2 p-1" type="submit">
    <span class="inline-block w-5 h-5"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2 21.1304C2 26.2041 4.01552 31.07 7.60317 34.6577C11.1908 38.2453 16.0567 40.2609 21.1304 40.2609C26.2041 40.2609 31.07 38.2453 34.6577 34.6577C38.2453 31.07 40.2609 26.2041 40.2609 21.1304C40.2609 16.0567 38.2453 11.1908 34.6577 7.60317C31.07 4.01552 26.2041 2 21.1304 2C16.0567 2 11.1908 4.01552 7.60317 7.60317C4.01552 11.1908 2 16.0567 2 21.1304V21.1304Z"
          stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M46 46L34.6576 34.6576" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </span>
    <span class="visually-hidden">Rechercher</span>
  </button>
</form>

Text Content

Passer au contenu
LIVRAISON GRATUITE À PARTIR DE 40 € EN FRANCE
Menu
Menu


MAIN MENU

 * NOS PRODUITS
   
    * TOUS NOS PRODUITS
    * Beauty Hair (Pousse/Anti Chute/Brillance)
    * Brain Booster (Mémoire/Focus)
    * Health Booster (Énergie/Vitalité)
    * Relax & Dream (Sommeil/Anti-Stress)

 * NOS PACKS DUO
   
    * Duo Beauty Hair et Health Booster
    * Duo Brain Booster et Relax & Dream
    * Duo Relax & Dream et Health Booster

 * AIDE ET CONTACT
   
    * FAQ
    * CONTACT

 * Connexion
 * Créer un compte

 * Facebook
 * Instagram


MAIN MENU

Fermer (Echap)
 * NOS PRODUITS
   
    * TOUS NOS PRODUITS
    * Beauty Hair (Pousse/Anti Chute/Brillance)
    * Brain Booster (Mémoire/Focus)
    * Health Booster (Énergie/Vitalité)
    * Relax & Dream (Sommeil/Anti-Stress)

 * NOS PACKS DUO
   
    * Duo Beauty Hair et Health Booster
    * Duo Brain Booster et Relax & Dream
    * Duo Relax & Dream et Health Booster

 * AIDE ET CONTACT
   
    * FAQ
    * CONTACT

 * Connexion
 * Créer un compte

Recherche Rechercher
 * Facebook
 * Instagram

 * NOS PRODUITS
    * TOUS NOS PRODUITS
    * Beauty Hair (Pousse/Anti Chute/Brillance)
    * Brain Booster (Mémoire/Focus)
    * Health Booster (Énergie/Vitalité)
    * Relax & Dream (Sommeil/Anti-Stress)

 * NOS PACKS DUO
    * Duo Beauty Hair et Health Booster
    * Duo Brain Booster et Relax & Dream
    * Duo Relax & Dream et Health Booster

 * AIDE ET CONTACT
    * FAQ
    * CONTACT



Connexion
Rechercher sur notre site
Recherche Fermer (Echap)

Panier Articles
Panier Articles


DÉCOUVREZ NOS GUMMIES DÉLICIEUSEMENT EFFICACES

Cheveux, Mémoire, Sommeil, Énergie... Rien n'échappe à nos remèdes délicieux

TOUS NOS PRODUITS






ON NOUS VOIT DANS

 * 
 * 
 * 
 * 


TESTÉ CLINIQUEMENT • 100% VEGAN • MADE IN FRANCE • RECOMMANDÉ PAR LES MÉDECINS
TESTÉ CLINIQUEMENT • 100% VEGAN • MADE IN FRANCE • RECOMMANDÉ PAR LES MÉDECINS
TESTÉ CLINIQUEMENT • 100% VEGAN • MADE IN FRANCE • RECOMMANDÉ PAR LES MÉDECINS
TESTÉ CLINIQUEMENT • 100% VEGAN • MADE IN FRANCE • RECOMMANDÉ PAR LES MÉDECINS
TESTÉ CLINIQUEMENT • 100% VEGAN • MADE IN FRANCE • RECOMMANDÉ PAR LES MÉDECINS
TESTÉ CLINIQUEMENT • 100% VEGAN • MADE IN FRANCE • RECOMMANDÉ PAR LES MÉDECINS
TESTÉ CLINIQUEMENT • 100% VEGAN • MADE IN FRANCE • RECOMMANDÉ PAR LES MÉDECINS
TESTÉ CLINIQUEMENT • 100% VEGAN • MADE IN FRANCE • RECOMMANDÉ PAR LES MÉDECINS
TESTÉ CLINIQUEMENT • 100% VEGAN • MADE IN FRANCE • RECOMMANDÉ PAR LES MÉDECINS
TESTÉ CLINIQUEMENT • 100% VEGAN • MADE IN FRANCE • RECOMMANDÉ PAR LES MÉDECINS


NOS BEST-SELLERS

Le remède délicieux à tous vos problèmes
 * Beauty Hair (Pousse/Anti Chute/Brillance)
   
   
   BEAUTY HAIR (POUSSE/ANTI CHUTE/BRILLANCE)
   
   26,90€ Prix de vente 0,00€
   Variant Cure 1 mois (1 pot) Cure 3 mois (3 pots) Cure 6 mois (6 pots)
   Prix normal
   Ajouter au panier , Beauty Hair (Pousse/Anti Chute/Brillance)
   Prix à l'unité 0€ / par undefined
 * Brain Booster (Mémoire/Focus)
   
   
   BRAIN BOOSTER (MÉMOIRE/FOCUS)
   
   26,90€ Prix de vente 0,00€
   Variant Cure 1 mois (1 pot) Cure 3 mois (3 pots) Cure 6 mois (6 pots)
   Prix normal
   Ajouter au panier , Brain Booster (Mémoire/Focus)
   Prix à l'unité 0€ / par undefined
 * Health Booster (Énergie/Vitalité)
   
   
   HEALTH BOOSTER (ÉNERGIE/VITALITÉ)
   
   26,90€ Prix de vente 0,00€
   Variant Cure 1 mois (1 pot) Cure 3 mois (3 pots) Cure 6 mois (6 pots)
   Prix normal
   Ajouter au panier , Health Booster (Énergie/Vitalité)
   Prix à l'unité 0€ / par undefined
 * Relax & Dream (Sommeil/Anti-Stress)
   
   
   RELAX & DREAM (SOMMEIL/ANTI-STRESS)
   
   26,90€ Prix de vente 0,00€
   Variant Cure 1 mois (1 pot) Cure 3 mois (3 pots) Cure 6 mois (6 pots)
   Prix normal
   Ajouter au panier , Relax & Dream (Sommeil/Anti-Stress)
   Prix à l'unité 0€ / par undefined


 * 100% VEGAN


 * MADE IN FRANCE


 * FAIBLE TENEUR EN SUCRE


 * EFFICACITÉ TESTÉ CLINIQUEMENT


 * PAS D'ARÔMES CHIMIQUES


 * PAS DE COLORANTS ARTIFICIELS


 * CERTIFIÉ HALAL


 * PAS DE TEST SUR ANIMAUX





DÉLICIEUSEMENT EFFICACE

Nos Gummies sont composés avec soin et ne contiennent que des ingrédients
de Haute Qualité. Nos produits sont 100% Vegan, Fabriqués en France et ne
contiennent ni colorants ni arômes artificiels. 


Ils sont conçus pour être efficaces dès le premier mois. Leurs saveurs fruitées
en font une expérience gustative délicieuse et leur texture moelleuse les
rend faciles à avaler.


NOS PACKS DUOS

2x plus de résultats
 * Duo Brain Booster et Relax & Dream
   
   
   DUO BRAIN BOOSTER ET RELAX & DREAM
   
   48,42€ Prix de vente 53,80€
   Variant Cure 1 mois (1 pot de chaque) Cure 3 mois (3 pots de chaque)
   Choisir
   Cure 1 mois (1 pot de chaque)
   Cure 3 mois (3 pots de chaque)
   Prix normal
   Ajouter au panier , Duo Brain Booster et Relax & Dream
   Prix à l'unité 0€ / par undefined
   En soldes
 * Duo Relax & Dream et Health Booster
   
   
   DUO RELAX & DREAM ET HEALTH BOOSTER
   
   48,42€ Prix de vente 53,80€
   Variant Cure 1 mois (1 pot de chaque) Cure 3 mois (3 pots de chaque)
   Choisir
   Cure 1 mois (1 pot de chaque)
   Cure 3 mois (3 pots de chaque)
   Prix normal
   Ajouter au panier , Duo Relax & Dream et Health Booster
   Prix à l'unité 0€ / par undefined
   En soldes
 * Duo Beauty Hair et Health Booster
   
   
   DUO BEAUTY HAIR ET HEALTH BOOSTER
   
   48,42€ Prix de vente 53,80€
   Variant Cure 1 mois (1 pot de chaque) Cure 3 mois (3 pots de chaque)
   Choisir
   Cure 1 mois (1 pot de chaque)
   Cure 3 mois (3 pots de chaque)
   Prix normal
   Ajouter au panier , Duo Beauty Hair et Health Booster
   Prix à l'unité 0€ / par undefined
   En soldes


REJOIGNEZ NOTRE INSTA

Au programme : conseils d'experts, Q/R, concours...

JE REJOINS
Beauty Hair vie sinon quelle vie 😍
Novembre 16, 2023
✨ Révélez la beauté naturelle de vos cheveux avec Beauty Hair! 🌟 Formulés pour
offrir une expérience capillaire complète, ces gummies agissent à tous les
niveaux : anti-chute, accélérateur de pousse, brillance et renforcement. Les
actifs de Beauty Hair agissent en harmonie pour vous offrir une chevelure
éblouissante. Offrez à vos cheveux le soin qu'ils méritent ! 💁‍♀️💫
Novembre 16, 2023
✨ Pourquoi vos cheveux tombent-ils ? La réponse peut se cacher dans le quotidien
que nous menons. Entre le stress de la vie moderne, les carences en vitamines
essentielles, et le manque de sommeil, nos cheveux subissent une pression
constante. 💆‍♀️ Pour contrer cela, découvrez comment nos Gummies Beauty Hair,
riches en nutriments essentiels, vont aider à renforcer vos cheveux depuis
l'intérieur. Offrez à vos cheveux l'attention qu'ils méritent et retrouvez une
chevelure éclatante de vitalité! 🌈🌟
Novembre 16, 2023
Toute la Magie de Health Booster ⭐️
Novembre 16, 2023
Découvrez le secret derrière notre pot de gummies Health Booster ! 💊✨ Une
explosion d'énergie mais sans les calories, ils comblent les carences,
favorisent le maintien du poids et stimulent vos performances. Tout ce dont vous
avez besoin dans chaque gummie. Transformez votre quotidien avec une dose de
bien-être! 💪
Novembre 15, 2023
+ d'énergie - de calories calories ! Boostez votre journée sans sacrifier votre
silhouette avec Health Booster ! 💪🍃 Prenez de l'énergie pendant votre routine
quotidienne sans culpabilité. Regardez Anna, dévorer son gummie en plein
jogging, la dose parfaite de vitalité sans apporter de calories. Parce que
maintenir son poids peut aussi être délicieusement facile ! 🏃‍♀️✨
Novembre 15, 2023
Ceux qui l'ont testé en parlent mieux que nous ! 🌟 La meilleure façon de
présenter Relax & Dream, c'est de laisser faire ceux qui ont savouré la
différence. Rdv sur notre site web (lien en bio) pour rejoindre la conversation
et partagez votre expérience ! 💬✨
Novembre 15, 2023
✨ Plongez dans la détente ultime avec Relax & Dream ! Il accélère
l'endormissement, améliore la qualité du sommeil, possède un effet anti-stress
parce que chaque nuit mérite d'être une oasis de calme et de récupération.
Offrez-vous le sommeil que vous méritez avec nos gummies apaisants! 🌙💤
Novembre 15, 2023
Même si ils sont trop bons 🫣 les Relax & Dream sont à prendre 1h avant de
dormir pas avant ! 👀
Novembre 15, 2023
Ceux qui l'ont testé en parlent mieux que nous ! 🌟 La meilleure façon de
présenter Brain Booster, c'est de laisser faire ceux qui ont savouré la
différence. Rejoignez la conversation et partagez votre expérience ! 💬✨
Novembre 15, 2023
Découvrez le compléments alimentaires pour les facultés cognitives numéro 1 en
France : Brain Booster! 🥇✨ Améliorez votre mémoire, votre productivité et votre
focus tout en dégustant un délicieux gummie à l'abricot. Boostez votre quotidien
! 🚀🧠
Novembre 15, 2023
#smarteating : Optez pour une concentration maximale avec nos 5 supersaliments !
🤓 ➡️ Avocat : Riche en vitamine B et magnésium. ➡️ Piment : Lutte contre la
fatigue avec du magnésium, du potassium et du fer. ➡️ Banane : Renferme le
tryptophane, déclencheur de la sérotonine, l'hormone du bonheur. ➡️ Noix :
Source d'acides gras oméga-3 et oméga-6, essentiels pour vos neurones. ➡️
Myrtilles : Chargées d'anthocyane, de puissants antioxydants. (Les actifs de ces
aliments sont tous présents dans nos Brain Booster 🫢) Et vous, est votre
aliment préféré pour booster votre cerveau ? 🧠 #cerveau #mémoire #superaliments
Novembre 15, 2023

Adresse mail : nelysslab@gmail.com

Adresse postale : BP 50212, Cholet cedex 49302

 * Facebook
 * Instagram

 * NOS PRODUITS
 * NOS PACKS DUO
 * AIDE ET CONTACT

 * CGV
 * Conditions générales d'utilisation
 * Livraison Et Réception
 * Mentions Légales
 * Politique de confidentialité
 * Politique de retour et de remboursement écrite


INSCRIVEZ-VOUS À LA NEWSLETTER

Adresse e-mail

S'abonner

© 2024, Nelyss .


PAIEMENTS ACCEPTÉS

 * American Express
 * Apple Pay
 * Cartes Bancaires
 * Mastercard
 * Visa


 * Le choix d'une sélection entraîne une actualisation complète de la page.
 * Appuyez sur la touche espace puis sur les touches fléchées pour faire une
   sélection.






VOTRE PANIER -

Fermer (Echap)

Votre panier est actuellement vide.

Nouveau sous-total: 0,00€








MAIN MENU

Fermer (Echap)
 * NOS PRODUITS
   
    * TOUS NOS PRODUITS
    * Beauty Hair (Pousse/Anti Chute/Brillance)
    * Brain Booster (Mémoire/Focus)
    * Health Booster (Énergie/Vitalité)
    * Relax & Dream (Sommeil/Anti-Stress)

 * NOS PACKS DUO
   
    * Duo Beauty Hair et Health Booster
    * Duo Brain Booster et Relax & Dream
    * Duo Relax & Dream et Health Booster

 * AIDE ET CONTACT
   
    * FAQ
    * CONTACT

 * Connexion
 * Créer un compte

Recherche Rechercher
 * Facebook
 * Instagram


VOTRE PANIER - 0 ARTICLES

Fermer (Echap)

Votre panier est actuellement vide.

Nouveau sous-total: 0,00€