clovie.net Open in urlscan Pro
2620:127:f00f:7::  Public Scan

URL: https://clovie.net/
Submission: On March 23 via api from US — Scanned from US

Form analysis 5 forms found in the DOM

POST /localization

<form method="post" action="/localization" id="annbar-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="localization__grid">
    <div class="localization__selector">
      <input type="hidden" name="country_code" value="US">
      <country-selector><label class="label visually-hidden no-js-hidden" for="annbar-localization-country-button">Land/Region</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="annbar-localization-country-button">
            <span class="text-start">Vereinigte Staaten (USD&nbsp;$)</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="annbar-localization-country-opt-0">
            <li class="custom-select__option flex items-center js-option" id="annbar-localization-country-opt-0" role="option" data-value="US" aria-selected="true">
              <span class="pointer-events-none">Vereinigte Staaten (USD&nbsp;$)</span>
            </li>
          </ul>
        </div>
      </country-selector>
    </div>
    <div class="localization__selector">
      <input type="hidden" name="locale_code" value="de">
      <custom-select id="annbar-localization-language"><label class="label visually-hidden no-js-hidden" for="annbar-localization-language-button">Sprache</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="annbar-localization-language-button"
            style="--custom-select-button-width: -30px;">
            <span class="text-start">Deutsch</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="annbar-localization-language-opt-0">
            <li class="custom-select__option flex items-center js-option" id="annbar-localization-language-opt-0" role="option" data-value="de" aria-selected="true">
              <span class="pointer-events-none">Deutsch</span>
            </li>
            <li class="custom-select__option flex items-center js-option" id="annbar-localization-language-opt-1" role="option" data-value="en">
              <span class="pointer-events-none">English</span>
            </li>
            <li class="custom-select__option flex items-center js-option" id="annbar-localization-language-opt-2" role="option" data-value="es">
              <span class="pointer-events-none">Español</span>
            </li>
          </ul>
        </div>
      </custom-select>
    </div>
  </div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.popular = this.querySelectorAll('[data-popular]');
              if (this.popular.length) {
                this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
              }
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Fehler beim Abrufen der Länder, bitte versuchen Sie es erneut.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('annbar-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

GET /search

<form class="main-search__form" action="/search" method="get" autocomplete="off">
  <div class="main-search__input-container">
    <input class="main-search__input" type="text" name="q" autocomplete="off" placeholder="Suchen Sie in unserem Shop" aria-label="Suchen">
    <button class="main-search__button" type="submit" aria-label="Suchen"><svg class="icon" width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation">
        <g transform="translate(3 3)" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd">
          <circle cx="7.824" cy="7.824" r="7.824"></circle>
          <path stroke-linecap="square" d="m13.971 13.971 4.47 4.47"></path>
        </g>
      </svg></button>
  </div>
  <script src="//clovie.net/cdn/shop/t/3/assets/search-suggestions.js?v=136224079820713396391708863702" defer=""></script>
  <search-suggestions></search-suggestions>
</form>

POST /localization

<form method="post" action="/localization" id="annbar-localizationMobileNav" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="localization__grid">
    <div class="localization__selector">
      <input type="hidden" name="country_code" value="US">
      <country-selector><label class="label visually-hidden no-js-hidden" for="annbar-localization-country-buttonMobileNav">Land/Region</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="annbar-localization-country-buttonMobileNav">
            <span class="text-start">Vereinigte Staaten (USD&nbsp;$)</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="annbar-localization-country-opt-0">
            <li class="custom-select__option flex items-center js-option" id="annbar-localization-country-opt-0MobileNav" role="option" data-value="US" aria-selected="true">
              <span class="pointer-events-none">Vereinigte Staaten (USD&nbsp;$)</span>
            </li>
          </ul>
        </div>
      </country-selector>
    </div>
    <div class="localization__selector">
      <input type="hidden" name="locale_code" value="de">
      <custom-select id="annbar-localization-languageMobileNav"><label class="label visually-hidden no-js-hidden" for="annbar-localization-language-buttonMobileNav">Sprache</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="annbar-localization-language-buttonMobileNav"
            style="--custom-select-button-width: 0px;">
            <span class="text-start">Deutsch</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="annbar-localization-language-opt-0">
            <li class="custom-select__option flex items-center js-option" id="annbar-localization-language-opt-0MobileNav" role="option" data-value="de" aria-selected="true">
              <span class="pointer-events-none">Deutsch</span>
            </li>
            <li class="custom-select__option flex items-center js-option" id="annbar-localization-language-opt-1MobileNav" role="option" data-value="en">
              <span class="pointer-events-none">English</span>
            </li>
            <li class="custom-select__option flex items-center js-option" id="annbar-localization-language-opt-2MobileNav" role="option" data-value="es">
              <span class="pointer-events-none">Español</span>
            </li>
          </ul>
        </div>
      </custom-select>
    </div>
  </div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.popular = this.querySelectorAll('[data-popular]');
              if (this.popular.length) {
                this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
              }
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Fehler beim Abrufen der Länder, bitte versuchen Sie es erneut.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('annbar-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="prospect,newsletter">
  <p>
    <input type="email" placeholder="Ihre E-Mail-Adresse" class="signup-form__email" value="" name="contact[email]" aria-label="E-Mail" required="">
  </p>
  <button class="btn btn--primary signup-form__button" type="submit">Abonnieren</button>
</form>

POST /localization

<form method="post" action="/localization" id="footer-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="localization__grid">
    <div class="localization__selector">
      <input type="hidden" name="country_code" value="US">
      <country-selector><label class="label visually-hidden no-js-hidden" for="footer-localization-country-button">Land/Region</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="footer-localization-country-button">
            <span class="text-start">Vereinigte Staaten (USD&nbsp;$)</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="footer-localization-country-opt-0">
            <li class="custom-select__option flex items-center js-option" id="footer-localization-country-opt-0" role="option" data-value="US" aria-selected="true">
              <span class="pointer-events-none">Vereinigte Staaten (USD&nbsp;$)</span>
            </li>
          </ul>
        </div>
      </country-selector>
    </div>
    <div class="localization__selector">
      <input type="hidden" name="locale_code" value="de">
      <custom-select id="footer-localization-language"><label class="label visually-hidden no-js-hidden" for="footer-localization-language-button">Sprache</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="footer-localization-language-button"
            style="--custom-select-button-width: 0px;">
            <span class="text-start">Deutsch</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="footer-localization-language-opt-0">
            <li class="custom-select__option flex items-center js-option" id="footer-localization-language-opt-0" role="option" data-value="de" aria-selected="true">
              <span class="pointer-events-none">Deutsch</span>
            </li>
            <li class="custom-select__option flex items-center js-option" id="footer-localization-language-opt-1" role="option" data-value="en">
              <span class="pointer-events-none">English</span>
            </li>
            <li class="custom-select__option flex items-center js-option" id="footer-localization-language-opt-2" role="option" data-value="es">
              <span class="pointer-events-none">Español</span>
            </li>
          </ul>
        </div>
      </custom-select>
    </div>
  </div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.popular = this.querySelectorAll('[data-popular]');
              if (this.popular.length) {
                this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
              }
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Fehler beim Abrufen der Länder, bitte versuchen Sie es erneut.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('footer-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

Text Content

This website uses cookies to ensure you get the best experience on our website.
Learn More
Got it!
Direkt zum Inhalt
 * Instagram

Welcome to our store

Land/Region
Vereinigte Staaten (USD $)
 * Vereinigte Staaten (USD $)

Sprache
Deutsch
 * Deutsch
 * English
 * Español

Suchen
 * HOME
 * MEN
 * WOMEN




Konto Suchen Einkaufswagen

 * HOME
 * MEN
    * HIGHLIGHTS
       * city drop I MEN
       * All products
   
    * TOPS
       * Tees
       * Hoodies
       * Zip Hoodies
       * Sweaters
       * Jackets
   
    * BOTTOMS
       * Joggers
       * Shorts
   
    * ACCESSORIES

 * WOMEN
    * TOPS
       * Tees
       * Hoodies
       * Zip Hoodies
       * Sweaters
       * Jackets
   
    * BOTTOMS
       * Joggers
       * Shorts
   
    * ACCESSORIES
    * HIGHLIGHTS
       * city drop I WOMEN
       * All products

 * HOME
 * MEN
    * HIGHLIGHTS
       * city drop I MEN
       * All products
   
    * TOPS
       * Tees
       * Hoodies
       * Zip Hoodies
       * Sweaters
       * Jackets
   
    * BOTTOMS
       * Joggers
       * Shorts
   
    * ACCESSORIES

 * WOMEN
    * TOPS
       * Tees
       * Hoodies
       * Zip Hoodies
       * Sweaters
       * Jackets
   
    * BOTTOMS
       * Joggers
       * Shorts
   
    * ACCESSORIES
    * HIGHLIGHTS
       * city drop I WOMEN
       * All products

Land/Region
Vereinigte Staaten (USD $)
 * Vereinigte Staaten (USD $)

Sprache
Deutsch
 * Deutsch
 * English
 * Español

 * Instagram

KOSTENLOSER VERSAND FÜR BESTELLUNGEN AB 99€
KOSTENLOSER VERSAND FÜR BESTELLUNGEN AB 99€


AUSTRIAN BASED FASHION LABEL

SHOP MENSHOP WOMEN


CLOVIE

Austrian based fashion label


VORHERIGE SHOP MEN NÄCHSTE

Alle anzeigen

Schneller blick
LOVE IS KIND - Oversized Sweater
$56.00

Schneller blick
BECAUSE I WOULD DIE FOR YOU - Oversized Tee
$45.00

Schneller blick
Angel - Oversized Tee
$45.00

Schneller blick
happy pills - Oversized Tee
$45.00

Schneller blick
Clovie Lips - Zip Hoodie
$56.00

Schneller blick
Freedome Butterfly - Oversized Tee
$45.00

Schneller blick
Vienna - Oversized Tee
$45.00

Schneller blick
Live for it or die by it - Oversized Tee
$45.00

Schneller blick
Text me when you´re lonely - Hoodie
$56.00

Schneller blick
LOVE IS A DISEASE - Zip Hoodie
$56.00

Schneller blick
spring flowers - Hoodie
$56.00

Schneller blick
Zeus - Oversized Tee
$45.00

Schneller blick
Angel - Oversized Tee
$45.00

Schneller blick
i´m just a kid with a dream - Hoodie
$56.00

Schneller blick
love is kind - Hoodie
$56.00

Schneller blick
because i would die for you - Hoodie
$56.00

Schneller blick
Angel - Hoodie
$56.00

Schneller blick
love at first set - Oversized Sweater
$56.00

Schneller blick
LOVE AT FIRST SET - Oversized Tee
$45.00

Schneller blick
LOVE HAS MANY FACES - Oversized Tee
$45.00

Austrian based fashion label


CLOVIE

If you like it, wear it!

SHOP ALL


LED BACKPACK

LED intelligenter Rucksack mit 3D Hardcore wasserdichtem Material.

LED BACKPACK


CLOVIE

Austrian based fashion label

SHOP ALL
KOSTENLOSER VERSAND FÜR BESTELLUNGEN AB 99€
Newsletter

Über den Newsletter können wir dir die besten und exklusivsten Angebote zukommen
lassen.



Abonnieren
HILFE & INFORMATION

Kontaktiere uns

Rücksendung

 * Instagram

RECHTLICHES

Impressum

Datenschutzerklärung

Widerrufsbelehrung

AGB

 * Instagram

American Express Apple Pay Google Pay Maestro Mastercard PayPal Shop Pay Union
Pay Visa
Land/Region
Vereinigte Staaten (USD $)
 * Vereinigte Staaten (USD $)

Sprache
Deutsch
 * Deutsch
 * English
 * Español

© 2024 clovie. Powered by Shopify
Ihr Warenkorb
Schließen



Auschecken
Schließen
DEIN WARENKORB IST LEER
JETZT SHOPPEN

Zum Warenkorb hinzugefügt