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

Submitted URL: https://trk.klclick.com/ls/click?upn=u001.EaiczE9l-2FzDfnwINsFuCt4iWeu4o3I7zeOwi2VpcRAo8PoOhr2TO6Xmeoav84Cy7aRA8XXMEiJxd...
Effective URL: https://www.ellisbrooklyn.com/collections/best-sellers?utm_source=Klaviyo&utm_medium=campaign&_kx=mHV4GlmViqW4bwNpA3epehWC4hX-...
Submission: On April 01 via manual from US — Scanned from DE

Form analysis 3 forms found in the DOM

<form class="mt-4 flex md:flex-col">
  <template x-for="category in filterCategories">
    <div class="px-4 md:px-12 py-4">
      <h3 x-text="category.name" class="flow-root text-sm font-semibold"></h3>
      <!-- Filter section, show/hide based on section state. -->
      <div class="" :id="`filter-section-${category.handle}`">
        <div class="space-y-3">
          <template x-for="filter in category.filters">
            <div class="flex items-center group">
              <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox">
              <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink"> </label>
            </div>
          </template>
        </div>
      </div>
    </div>
  </template>
  <div class="px-4 md:px-12 py-4">
    <h3 x-text="category.name" class="flow-root text-sm font-semibold">Fragrance</h3>
    <!-- Filter section, show/hide based on section state. -->
    <div class="" :id="`filter-section-${category.handle}`" id="filter-section-fragrance">
      <div class="space-y-3">
        <template x-for="filter in category.filters">
          <div class="flex items-center group">
            <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox">
            <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink"> </label>
          </div>
        </template>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-fragrance-apple-love" name="fragrance[]" value="fragrance-apple-love">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-fragrance-apple-love">APPLE LOVE</label>
        </div>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-fragrance-apres" name="fragrance[]" value="fragrance-apres">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-fragrance-apres">APRÈS</label>
        </div>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-fragrance-bee" name="fragrance[]" value="fragrance-bee">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-fragrance-bee">BEE</label>
        </div>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-fragrance-florist" name="fragrance[]" value="fragrance-florist">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-fragrance-florist">FLORIST</label>
        </div>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-fragrance-myth" name="fragrance[]" value="fragrance-myth">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-fragrance-myth">MYTH</label>
        </div>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-fragrance-pseudonym" name="fragrance[]" value="fragrance-pseudonym">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-fragrance-pseudonym">PSEUDONYM</label>
        </div>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-fragrance-rrose" name="fragrance[]" value="fragrance-rrose">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-fragrance-rrose">RROSE</label>
        </div>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-fragrance-salt" name="fragrance[]" value="fragrance-salt">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-fragrance-salt">SALT</label>
        </div>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-fragrance-sci-fi" name="fragrance[]" value="fragrance-sci-fi">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-fragrance-sci-fi">SCI FI</label>
        </div>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-fragrance-sun-fruit" name="fragrance[]" value="fragrance-sun-fruit">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-fragrance-sun-fruit">SUN FRUIT</label>
        </div>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-fragrance-super-amber" name="fragrance[]" value="fragrance-super-amber">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-fragrance-super-amber">SUPER AMBER</label>
        </div>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-fragrance-superego" name="fragrance[]" value="fragrance-superego">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-fragrance-superego">SUPEREGO</label>
        </div>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-fragrance-sweet" name="fragrance[]" value="fragrance-sweet">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-fragrance-sweet">SWEET</label>
        </div>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-fragrance-vanilla-milk" name="fragrance[]" value="fragrance-vanilla-milk">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-fragrance-vanilla-milk">VANILLA MILK</label>
        </div>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-fragrance-verb" name="fragrance[]" value="fragrance-verb">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-fragrance-verb">VERB</label>
        </div>
      </div>
    </div>
  </div>
  <div class="px-4 md:px-12 py-4">
    <h3 x-text="category.name" class="flow-root text-sm font-semibold">Scent Type</h3>
    <!-- Filter section, show/hide based on section state. -->
    <div class="" :id="`filter-section-${category.handle}`" id="filter-section-scent-type">
      <div class="space-y-3">
        <template x-for="filter in category.filters">
          <div class="flex items-center group">
            <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox">
            <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink"> </label>
          </div>
        </template>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-scent-type-aquatic" name="scent-type[]" value="scent-type-aquatic">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-scent-type-aquatic">Aquatic</label>
        </div>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-scent-type-fruity-floral" name="scent-type[]" value="scent-type-fruity-floral">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-scent-type-fruity-floral">Fruity Floral</label>
        </div>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-scent-type-aromatic" name="scent-type[]" value="scent-type-aromatic">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-scent-type-aromatic">Aromatic</label>
        </div>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-scent-type-citrus" name="scent-type[]" value="scent-type-citrus">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-scent-type-citrus">Citrus</label>
        </div>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-scent-type-fresh-floral" name="scent-type[]" value="scent-type-fresh-floral">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-scent-type-fresh-floral">Fresh Floral</label>
        </div>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-scent-type-gourmand" name="scent-type[]" value="scent-type-gourmand">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-scent-type-gourmand">Gourmand</label>
        </div>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-scent-type-musk" name="scent-type[]" value="scent-type-musk">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-scent-type-musk">Musk</label>
        </div>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-scent-type-rich-floral" name="scent-type[]" value="scent-type-rich-floral">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-scent-type-rich-floral">Rich Floral</label>
        </div>
        <div class="flex items-center group">
          <input :id="`filter-${filter.handle}`" class="h-2.5 w-2.5 border-gray-300 rounded-sm text-red-pink focus:ring-0 cursor-pointer" x-model="currentFilterTags" :name="`${category.handle}[]`" :value="filter.handle" type="checkbox"
            id="filter-scent-type-woods" name="scent-type[]" value="scent-type-woods">
          <label x-text="filter.name" :for="`filter-${filter.handle}`" class="ml-2 text-sm cursor-pointer group-hover:text-red-pink" for="filter-scent-type-woods">Woods</label>
        </div>
      </div>
    </div>
  </div>
</form>

POST /contact#ContactFooter

<form method="post" action="/contact#ContactFooter" id="ContactFooter" accept-charset="UTF-8" class="mt-4 max-w-md lg:max-w-none mx-auto md:mx-0"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <div class="flex">
    <label for="email-address" class="sr-only">Email address</label>
    <input type="hidden" name="contact[tags]" value="newsletter">
    <input type="email" name="contact[email]" id="email-address" value="" autocomplete="email" aria-required="true" autocorrect="off" autocapitalize="off" required=""
      class="appearance-none min-w-0 w-full bg-black border border-light-gray h-12 py-3 px-4 text-sm focus:outline-none focus:border-white focus:placeholder-white" placeholder="Enter your email address">
    <div>
      <button type="submit" name="commit" id="Subscribe" aria-label="Sign Up" class="w-full bg-white border border-white h-12 py-4 px-4 flex items-center justify-center  focus:outline-none">
        <span class="sr-only">Subscribe</span>
        <svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
          <rect x="2.82861" y="6.36469" width="5" height="1" transform="rotate(-45 2.82861 6.36469)" fill="black"></rect>
          <rect x="3.53564" y="0.000427246" width="5" height="1" transform="rotate(45 3.53564 0.000427246)" fill="black"></rect>
        </svg>
      </button>
    </div>
  </div>
</form>

<form>
  <div class="gktGiftCardGreetingCardContent"></div>
  <div class="gktGiftCardDetailsContent"></div>
  <div class="gktGiftCardMessageContent"></div>
</form>

Text Content

Cookie Policy
This website uses cookies to give you the best experience and for personalized
advertising. By clicking accept, you consent to our use of cookies.Privacy
Policy
PreferencesCloseAccept
x
Accessibility Screen-Reader Guide, Feedback, and Issue Reporting


WE CARE ABOUT YOUR PRIVACY

Hi there, we use cookies to improve website performance, facilitate information
sharing on social media, and offer personalized content and advertising. By
using our site, you consent to the use of these cookies. You can also customize
your browser’s cook Privacy Policy

Manage preferencesOkNo Thanks
Skip to Text
*Free Shipping on Orders Over $40 In The Continental US*
Receive 2 complimentary samples with any purchase.*
Menu
Shop All Bestsellers
Fragrance

Shop BIOGRAPHY
Shop SUN FRUIT
Eau de Parfum
 * APPLE LOVE
 * APRÈS
 * BEE
 * FAWN
 * FLORIST
 * ISO GAMMA SUPER
 * MYTH
 * RAVEN
 * RROSE
 * SALT
 * SCI FI
 * SUN FRUIT
 * SUPER AMBER
 * SWEET
 * VANILLA MILK
 * WEST

Body Mist
 * PEACHES
 * SAND
 * SEA
 * SUN

Fragrance Family
 * Fresh Floral
 * Fruity Floral
 * Gourmand
 * Musk
 * Aquatic
 * Citrus
 * Aromatic
 * Woods
 * Rich Floral

Size
 * Full Size
 * Travel Size
 * Samples

Skin and Body Home Fragrance
Gifts and Sets

Gifts and Sets
Gift Card
About

Philosophy
Our Ethos
A Brooklyn Story
Press
Stockists
Affiliate Program
Account Search Cart  ( 0 )

You might also like


BIOGRAPHY FRAGRANCE DISCOVERY SET

$35.00


MYTH EAU DE PARFUM

$110.00


APRÈS EAU DE PARFUM

$110.00


SAND FRAGRANCE BODY MIST

$48.00


PRODUCT FILTER

Close menu


FRAGRANCE

APPLE LOVE
APRÈS
BEE
FLORIST
MYTH
PSEUDONYM
RROSE
SALT
SCI FI
SUN FRUIT
SUPER AMBER
SUPEREGO
SWEET
VANILLA MILK
VERB


SCENT TYPE

Aquatic
Fruity Floral
Aromatic
Citrus
Fresh Floral
Gourmand
Musk
Rich Floral
Woods


FILTERS

Product filter , active

Sort by Featured Best selling Alphabetically, A-Z Alphabetically, Z-A Price, low
to high Price, high to low Date, old to new Date, new to old
APPLE LOVE Eau de Parfum
$110.00
MYTH Eau De Parfum
$110.00
VANILLA MILK Eau De Parfum
$110.00
SALT Eau De Parfum
$110.00
SWEET Eau De Parfum
$110.00
BEE Eau De Parfum
$110.00
SUPER AMBER Eau De Parfum
$110.00
APRÈS Eau De Parfum
$110.00
SUN FRUIT Eau De Parfum
$110.00
FLORIST Eau De Parfum
$110.00
CHAPTERS Mini Fragrance Gift Set
$59.00 ($100.00 Value)
BOOKLET Fragrance Discovery Set
$21.00 ($30 Value)
PSEUDONYM Terrific Scented Candle
$65.00
SEA Fragrance Body Mist
$48.00
SALT Eau De Parfum Travel Spray
$33.00
Satisfying Skin Caring Moisturizer
$115.00
SALT Soothing Scented Body Oil
$70.00
BEE Eau De Parfum Travel Spray
$33.00
VANILLA MILK Eau de Parfum Travel Spray
$33.00
VERB Terrific Scented Candle
$65.00
1
2


FOOTER

 * Shop
 * Press
 * Stockists
 * About
 * Journal

 * Contact Us
 * Exchanges & Returns
 * Terms & Conditions
 * Privacy Policy
 * Cookie Policy

 * Instagram
 * Facebook


SIGN UP TO GET THE LATEST NEWS

Email address
Subscribe
© 2024 Ellis Brooklyn Site by Newthink
Close panel
 * Shop All
 * Bestsellers
 * Fragrance
   Fragrance
    * Eau de Parfum
      Eau de Parfum
       * APPLE LOVE
       * APRÈS
       * BEE
       * FAWN
       * FLORIST
       * ISO GAMMA SUPER
       * MYTH
       * RAVEN
       * RROSE
       * SALT
       * SCI FI
       * SUN FRUIT
       * SUPER AMBER
       * SWEET
       * VANILLA MILK
       * WEST
   
    * Body Mist
      Body Mist
       * PEACHES
       * SAND
       * SEA
       * SUN
   
    * Fragrance Family
      Fragrance Family
       * Fresh Floral
       * Fruity Floral
       * Gourmand
       * Musk
       * Aquatic
       * Citrus
       * Aromatic
       * Woods
       * Rich Floral
   
    * Size
      Size
       * Full Size
       * Travel Size
       * Samples

 * Skin and Body
 * Home Fragrance
 * Gifts and Sets
   Gifts and Sets
    * Gifts and Sets
    * Gift Card

 * About
   About
    * Philosophy
    * Our Ethos
    * A Brooklyn Story
    * Press
    * Stockists
    * Affiliate Program


CART

Close panel

Your cart is empty

Liquid error (layout/theme line 132): Could not find asset
snippets/adroll.liquid
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word

mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1






Choose Type of Cookies You Accept Using



Strictly Required Cookies

These cookies are required for the website to run and cannot be switched off.
Such cookies are only set in response to actions made by you such as language,
currency, login session, privacy preferences. You can set your browser to block
these cookies but this might affect the way our site is working.

Analytics and Statistics

These cookies allow us to measure visitors traffic and see traffic sources by
collecting information in data sets. They also help us understand which products
and actions are more popular than others.

Marketing and Retargeting

These cookies are usually set by our marketing and advertising partners. They
may be used by them to build a profile of your interest and later show you
relevant ads. If you do not allow these cookies you will not experience targeted
ads for your interests.

Functional Cookies

These cookies enable our website to offer additional functions and personal
settings. They can be set by us or by third-party service providers that we have
placed on our pages. If you do not allow these cookies, these or some of these
services may not work properly.

undefined

undefined

Accept selected Accept All
*By clicking on the above buttons, I give my consent on collecting my IP and
email (if registered). For more check GDPR Compliance

×
We Value Your Privacy
Settings
NextRoll, Inc. ("NextRoll") and our 18 advertising partners use cookies and
similar technologies on this site and use personal data (e.g., your IP address).
If you consent, the cookies, device identifiers, or other information can be
stored or accessed on your device for the purposes described below. You can
click "Allow All" or "Decline All" or click Settings above to customise your
consent regarding the purposes and features for which your personal data will be
processed and/or the partners with whom you will share personal data.
NextRoll and our advertising partners process personal data to: ● Store and/or
access information on a device; ● Create a personalised content profile; ●
Select personalised content; ● Personalised advertising, advertising
measurement, audience research and services development; ● Services development.
For some of the purposes above, our advertising partners: ● Use precise
geolocation data. Some of our partners rely on their legitimate business
interests to process personal data. View our advertising partners if you wish to
provide or deny consent for specific partners, review the purposes each partner
believes they have a legitimate interest for, and object to such processing.
If you select Decline All, you will still be able to view content on this site
and you will still receive advertising, but the advertising will not be tailored
for you. You may change your setting whenever you see the Manage consent
preferences on this site.
Decline All
Allow All
Manage consent preferences