fimistore.it
Open in
urlscan Pro
23.227.38.70
Public Scan
URL:
https://fimistore.it/
Submission: On November 17 via api from BE — Scanned from IT
Submission: On November 17 via api from BE — Scanned from IT
Form analysis
5 forms found in the DOMPOST /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>
<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.selectedOption = this.querySelector('[aria-selected="true"]');
if (!this.selectedOption) {
this.selectedOption = this.listbox.firstElementChild;
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Errore durante il recupero dei Paesi, riprova.</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.closest('.localization__selector').firstElementChild;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail ? evt.detail.selectedValue : evt.target.value;
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="Cerca nel nostro negozio" aria-label="Cerca">
<button class="main-search__button" type="submit" aria-label="Cerca"><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="//fimistore.it/cdn/shop/t/3/assets/search-suggestions.js?v=101886753114502501091729076950" 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>
<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.selectedOption = this.querySelector('[aria-selected="true"]');
if (!this.selectedOption) {
this.selectedOption = this.listbox.firstElementChild;
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Errore durante il recupero dei Paesi, riprova.</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.closest('.localization__selector').firstElementChild;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail ? evt.detail.selectedValue : evt.target.value;
evt.currentTarget.submit();
}
});
</script>
</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>
<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.selectedOption = this.querySelector('[aria-selected="true"]');
if (!this.selectedOption) {
this.selectedOption = this.listbox.firstElementChild;
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Errore durante il recupero dei Paesi, riprova.</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.closest('.localization__selector').firstElementChild;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail ? evt.detail.selectedValue : evt.target.value;
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="La tua email" class="signup-form__email" value="" name="contact[email]" aria-label="Email" required="">
</p>
<button class="btn btn--primary signup-form__button" type="submit">Iscriviti</button>
</form>
Text Content
APPREZZIAMO LA TUA PRIVACY Utilizziamo cookie e altre tecnologie per personalizzare la tua esperienza, eseguire attività di marketing e raccogliere analisi. Scopri di più nella nostra Politica sulla riservatezza. Gestisci le preferenzeAccettaDeclina Passa ai contenuti SPEDIZIONE GRATUITA DA 99,99€ Cerca Account Cerca Carrello * Home * NOVITÀ * CATALOGO * JEANS * MAGLIE * TUTE * FELPE * TUTINE * BODY & TOP * PANTALONI * CONTATTI * Home * NOVITÀ * CATALOGO * JEANS * MAGLIE * TUTE * FELPE * TUTINE * BODY & TOP * PANTALONI * CONTATTI NOVITÀ Scopri le ultime novità arrivate questa settimana apposta per te! SCOPRI TUTTO VISITA IL NOSTRO CATALOGO JEANS & CARGO 5 prodotti Visualizza la collezione JEANS & CARGO 5 prodotti Visualizza la collezione TUTE 4 prodotti Visualizza la collezione TUTE 4 prodotti Visualizza la collezione MAGLIE 5 prodotti Visualizza la collezione MAGLIE 5 prodotti Visualizza la collezione TUTINE 2 prodotti TUTINE 2 prodotti FELPE 2 prodotti Visualizza la collezione FELPE 2 prodotti Visualizza la collezione PANTALONI 1 prodotto PANTALONI 1 prodotto BODY & TOP 1 prodotto BODY & TOP 1 prodotto SCOPRI TUTTO 8% di sconto Acquisto rapido Cargo jeans €54,99 €59,99 Sconto 17% di sconto Acquisto rapido Completo cargo grigio €74,99 €89,99 Sconto 15% di sconto Acquisto rapido Jeans cargo mimetico brillantinato €54,99 €64,99 Sconto 8% di sconto Acquisto rapido Jeans Dubai €59,99 €64,99 Sconto 9% di sconto Acquisto rapido Jeans Leopardato Brillantinato €49,99 €54,99 Sconto FIMISTORE🩷 Vestiti al meglio per non passare inosservata ! INDIETRO SCOPRI TUTTO AVANTI 8% di sconto Acquisto rapido Tuta Brillantinata €59,99 €64,99 Sconto Grigio Nero 18% di sconto Acquisto rapido Tuta Leopardata €44,99 €54,99 Sconto 18% di sconto Acquisto rapido Tuta Savana €44,99 €54,99 Sconto Nero Beige Grigio 20% di sconto Acquisto rapido Tuta Spugna €39,99 €49,99 Sconto Nero Grigio grigio chiaro ASSISTENZA info: fimistoree@gmail.com Whatsapp: +39 3510274071 NFORMATIVE LEGALI * Termini & Condizioni * Informativa sulla privacy * Contatti * Politica di rimborso MENU * Home * NOVITÀ * CATALOGO * CONTATTI American Express Apple Pay Mastercard Visa © 2024 FiMistore. @fimistoree Il tuo carrello Chiudi Pagamento Chiudi Your cart is empty Start shopping Chiudi SIGN UP AND SAVE Entice customers to sign up for your mailing list with discounts or exclusive offers. Iscriviti