COTONELLA

Sidebar Sidebar Sidebar
  • Immagine disponibile a breve

    COTONELLA

    12 Pezzi Slip Donna L'Altra Cotonella 3487 Mini in Cotone Bielastico

    €28,80
     12 Pezzi Slip Donna L' Altra Cotonella 3487 Mini in Cotone Bielastico con Finiture Comfort - Disponibile nel Colore Bianco, Nudo e Nero - Dalla Taglia 2/S alla Taglia 5/XL
    €28,80
    Caricamento...
    <> // setTimeout(function() { // jquery(function($) { // let productIds = []; // let products = jquery($('.productListing li article.card')) // // console.log(products); // products.each(function(index, value) { // // console.log(index, jquery(value).data('product-id')); // productIds.push(jquery(value).data('product-id')); // }) // // console.log('productIds', productIds); // const token = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiJ9.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3N0b3JlLWo3dDJ2NnV6c3EubXliaWdjb21tZXJjZS5jb20iXSwiZWF0IjoxNzMyMzU2NjQ3LCJpYXQiOjE3MzIxODM4NDcsImlzcyI6IkJDIiwic2lkIjoxMDAzMjgwMDk2LCJzdWIiOiJCQyIsInN1Yl90eXBlIjowLCJ0b2tlbl90eXBlIjoxfQ.D2j6zCn0y2HXyZ-AhqrREGG3Ny2fV_nRZ3PoRX4abt12Bn8xzfUdM0AILHQyv4nSW2XTFtW-ocg-FO6Lsxy0Eg'; // console.log(productIds); // jquery(productIds).each(function(index, id) { // fetch('/graphql', { // method: 'POST', // headers: { // 'Content-Type': 'application/json', // 'Authorization': `Bearer ${token}`, // }, // body: JSON.stringify({ // query: ` // query SeveralProductsByID { // site { // products(entityIds: [${id}]) { // edges { // node { // entityId // name // defaultImage{ // urlOriginal // } // variants(first: 50){ // edges{ // node{ // entityId // defaultImage{ // urlOriginal // } // productOptions(first: 50) { // edges { // node { // entityId // displayName // isRequired // ... on MultipleChoiceOption { // displayStyle // values { // edges { // node { // entityId // label // isDefault // ... on SwatchOptionValue { // hexColors // imageUrl(width: 150) // } // } // } // } // } // } // } // } // } // } // } // } // } // } // } // } // ` // }), // }) // .then(response => response.json()) // .then(data => { // // Estrai i prodotti // const products = data.data.site.products.edges; // // Filtra i valori con displayName "Colore" e displayStyle "Swatch" // let filteredColors = products.flatMap(product => // product.node.variants.edges.flatMap(variant => // variant.node.productOptions.edges // .filter(option => option.node.displayName === "Colore" && option.node.displayStyle === "Swatch") // .flatMap(option => option.node.values.edges.map(value => value.node)) // ) // ); // // Rendi il risultato univoco basandoti su entityId // filteredColors = Object.values( // filteredColors.reduce((acc, color) => { // acc[color.entityId] = color; // return acc; // }, {}) // ); // console.log(filteredColors); // }) // .catch(error => { // console.error('GraphQL Error:', error); // }); // }) // }) // }, 2000)
  • Immagine disponibile a breve

    COTONELLA

    3 Pezzi Slip Donna L'Altra Cotonella 3487 Mini in Cotone Bielastico

    €7,20
     3 Pezzi Slip Donna L'Altra Cotonella 3487 Mini in Cotone Bielastico con Finiture Comfort - Disponibile nel Colore Bianco, Nudo e Nero - Dalla Taglia 2/S alla Taglia 5/XL
    €7,20
    Caricamento...
    <> // setTimeout(function() { // jquery(function($) { // let productIds = []; // let products = jquery($('.productListing li article.card')) // // console.log(products); // products.each(function(index, value) { // // console.log(index, jquery(value).data('product-id')); // productIds.push(jquery(value).data('product-id')); // }) // // console.log('productIds', productIds); // const token = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiJ9.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3N0b3JlLWo3dDJ2NnV6c3EubXliaWdjb21tZXJjZS5jb20iXSwiZWF0IjoxNzMyMzU2NjQ3LCJpYXQiOjE3MzIxODM4NDcsImlzcyI6IkJDIiwic2lkIjoxMDAzMjgwMDk2LCJzdWIiOiJCQyIsInN1Yl90eXBlIjowLCJ0b2tlbl90eXBlIjoxfQ.D2j6zCn0y2HXyZ-AhqrREGG3Ny2fV_nRZ3PoRX4abt12Bn8xzfUdM0AILHQyv4nSW2XTFtW-ocg-FO6Lsxy0Eg'; // console.log(productIds); // jquery(productIds).each(function(index, id) { // fetch('/graphql', { // method: 'POST', // headers: { // 'Content-Type': 'application/json', // 'Authorization': `Bearer ${token}`, // }, // body: JSON.stringify({ // query: ` // query SeveralProductsByID { // site { // products(entityIds: [${id}]) { // edges { // node { // entityId // name // defaultImage{ // urlOriginal // } // variants(first: 50){ // edges{ // node{ // entityId // defaultImage{ // urlOriginal // } // productOptions(first: 50) { // edges { // node { // entityId // displayName // isRequired // ... on MultipleChoiceOption { // displayStyle // values { // edges { // node { // entityId // label // isDefault // ... on SwatchOptionValue { // hexColors // imageUrl(width: 150) // } // } // } // } // } // } // } // } // } // } // } // } // } // } // } // } // ` // }), // }) // .then(response => response.json()) // .then(data => { // // Estrai i prodotti // const products = data.data.site.products.edges; // // Filtra i valori con displayName "Colore" e displayStyle "Swatch" // let filteredColors = products.flatMap(product => // product.node.variants.edges.flatMap(variant => // variant.node.productOptions.edges // .filter(option => option.node.displayName === "Colore" && option.node.displayStyle === "Swatch") // .flatMap(option => option.node.values.edges.map(value => value.node)) // ) // ); // // Rendi il risultato univoco basandoti su entityId // filteredColors = Object.values( // filteredColors.reduce((acc, color) => { // acc[color.entityId] = color; // return acc; // }, {}) // ); // console.log(filteredColors); // }) // .catch(error => { // console.error('GraphQL Error:', error); // }); // }) // }) // }, 2000)
  • 6 pezzi Slip vita alta donna in cotone elasticizzato Cotonella 3939 6 pezzi Slip vita alta donna in cotone elasticizzato Cotonella 3939

    COTONELLA

    6 pezzi Slip vita alta donna in cotone elasticizzato Cotonella 3939

    €14,40
      6 pezzi Slip vita alta donna in cotone elasticizzato Cotonella 3939 - Confezione da 6 pezzi. - Disponibile nei Colori Bianco e Nero - Taglie dalla 2/S alla 5/XL Modello a vita alta...
    €14,40
    Caricamento...
  • 3 pezzi Slip vita alta donna in cotone elasticizzato Cotonella 3939 3 pezzi Slip vita alta donna in cotone elasticizzato Cotonella 3939

    COTONELLA

    3 pezzi Slip vita alta donna in cotone elasticizzato Cotonella 3939

    €7,20
      3 pezzi Slip vita alta donna in cotone elasticizzato Cotonella 3939 - Confezione da 3 pezzi. - Disponibile nei Colori Bianco e Nero - Taglie dalla 2/S alla 5/XL Modello a vita alta...
    €7,20
    Caricamento...
  • 12 Pezzi Slip Donna L'Altra Cotonella 3490 Mini in Cotone Bielastico 12 Pezzi Slip Donna L'Altra Cotonella 3490 Mini in Cotone Bielastico

    COTONELLA

    12 Pezzi Slip Donna L'Altra Cotonella 3490 Mini in Cotone Bielastico

    €28,80
     12 Pezzi Slip Donna L'Altra Cotonella 3490 Mini in Cotone Bielastico con Finiture Comfort - Disponibile nel Colore Bianco e Nero - Dalla Taglia 2/S alla Taglia 4/L
    €28,80
    Caricamento...
    <> // setTimeout(function() { // jquery(function($) { // let productIds = []; // let products = jquery($('.productListing li article.card')) // // console.log(products); // products.each(function(index, value) { // // console.log(index, jquery(value).data('product-id')); // productIds.push(jquery(value).data('product-id')); // }) // // console.log('productIds', productIds); // const token = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiJ9.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3N0b3JlLWo3dDJ2NnV6c3EubXliaWdjb21tZXJjZS5jb20iXSwiZWF0IjoxNzMyMzU2NjQ3LCJpYXQiOjE3MzIxODM4NDcsImlzcyI6IkJDIiwic2lkIjoxMDAzMjgwMDk2LCJzdWIiOiJCQyIsInN1Yl90eXBlIjowLCJ0b2tlbl90eXBlIjoxfQ.D2j6zCn0y2HXyZ-AhqrREGG3Ny2fV_nRZ3PoRX4abt12Bn8xzfUdM0AILHQyv4nSW2XTFtW-ocg-FO6Lsxy0Eg'; // console.log(productIds); // jquery(productIds).each(function(index, id) { // fetch('/graphql', { // method: 'POST', // headers: { // 'Content-Type': 'application/json', // 'Authorization': `Bearer ${token}`, // }, // body: JSON.stringify({ // query: ` // query SeveralProductsByID { // site { // products(entityIds: [${id}]) { // edges { // node { // entityId // name // defaultImage{ // urlOriginal // } // variants(first: 50){ // edges{ // node{ // entityId // defaultImage{ // urlOriginal // } // productOptions(first: 50) { // edges { // node { // entityId // displayName // isRequired // ... on MultipleChoiceOption { // displayStyle // values { // edges { // node { // entityId // label // isDefault // ... on SwatchOptionValue { // hexColors // imageUrl(width: 150) // } // } // } // } // } // } // } // } // } // } // } // } // } // } // } // } // ` // }), // }) // .then(response => response.json()) // .then(data => { // // Estrai i prodotti // const products = data.data.site.products.edges; // // Filtra i valori con displayName "Colore" e displayStyle "Swatch" // let filteredColors = products.flatMap(product => // product.node.variants.edges.flatMap(variant => // variant.node.productOptions.edges // .filter(option => option.node.displayName === "Colore" && option.node.displayStyle === "Swatch") // .flatMap(option => option.node.values.edges.map(value => value.node)) // ) // ); // // Rendi il risultato univoco basandoti su entityId // filteredColors = Object.values( // filteredColors.reduce((acc, color) => { // acc[color.entityId] = color; // return acc; // }, {}) // ); // console.log(filteredColors); // }) // .catch(error => { // console.error('GraphQL Error:', error); // }); // }) // }) // }, 2000)
  • 12 Pezzi Slip Midi Donna L'Altra Cotonella 3488 in Cotone Bielastico 12 Pezzi Slip Midi Donna L'Altra Cotonella 3488 in Cotone Bielastico

    COTONELLA

    12 Pezzi Slip Midi Donna L'Altra Cotonella 3488 in Cotone Bielastico

    €28,80
     12 Pezzi Slip Donna L'Altra Cotonella 3488 Midi in Cotone Bielastico con Finiture Comfort - Disponibile nel Colore Bianco e Nero - Dalla Taglia 2/S alla Taglia 7/XXXL
    €28,80
    Caricamento...
  • 12 Pezzi Slip Donna L'Altra Cotonella 3363 Midi in Cotone Bielastico 12 Pezzi Slip Donna L'Altra Cotonella 3363 Midi in Cotone Bielastico

    COTONELLA

    12 Pezzi Slip Donna L'Altra Cotonella 3363 Midi in Cotone Bielastico

    €28,80
     12 Pezzi Slip Donna L'Altra Cotonella 3363 Midi in Cotone Bielastico con Bordi Extra Comfort. Realizzati con tessuto bielastico, assicurano una vestibilità flessibile, mentre il cotone...
    €28,80
    Caricamento...
  • 3 Pezzi Slip Donna L'Altra Cotonella 3363 Midi in Cotone Bielastico 3 Pezzi Slip Donna L'Altra Cotonella 3363 Midi in Cotone Bielastico

    COTONELLA

    3 Pezzi Slip Donna L'Altra Cotonella 3363 Midi in Cotone Bielastico

    €7,20
     3 Pezzi Slip Donna L'Altra Cotonella 3363 Midi in Cotone Bielastico con Bordi Extra Comfort. Realizzati con tessuto bielastico, assicurano una vestibilità flessibile, mentre il cotone...
    €7,20
    Caricamento...
  • 12 Pezzi Slip Donna L'Altra Cotonella 3362 Mini in Cotone Bielastico 12 Pezzi Slip Donna L'Altra Cotonella 3362 Mini in Cotone Bielastico

    COTONELLA

    12 Pezzi Slip Donna L'Altra Cotonella 3362 Mini in Cotone Bielastico

    €28,80
     12 Pezzi Slip Donna L'Altra Cotonella 3362 Mini in Cotone Bielastico con Bordi Extra Comfort - Disponibile nel Colore Bianco e Nero - Dalla Taglia 2/S alla Taglia 5/XL
    €28,80
    Caricamento...
  • 12 Slip Donna Mini in Cotone Bielastico Cotonella 3165 12 Slip Donna Mini in Cotone Bielastico Cotonella 3165

    COTONELLA

    12 Slip Donna Mini in Cotone Bielastico Cotonella 3165

    €28,80
      12 Slip Donna Mini in Cotone Bielastico Cotonella 3165 - Confezione da 12 pezzi. - Disponibile nei Colori Bianco e Nero - Taglie dalla 2/S alla 5/XL Slip Donna Modello a vita bassa in...
    €28,80
    Caricamento...
  • Immagine disponibile a breve

    COTONELLA

    Reggiseno a fascia senza ferretto imbottito Cotonella Simona CD071

    €9,70
      Reggiseno a fascia senza ferretto imbottito Cotonella Simona CD071 - Confezione da 1 pezzo. - Disponibile nei Colori Bianco, Nero e Nudo - Taglie dalla 1 alla 4 - Coppa B Reggiseno...
    €9,70
    Caricamento...
    <> // setTimeout(function() { // jquery(function($) { // let productIds = []; // let products = jquery($('.productListing li article.card')) // // console.log(products); // products.each(function(index, value) { // // console.log(index, jquery(value).data('product-id')); // productIds.push(jquery(value).data('product-id')); // }) // // console.log('productIds', productIds); // const token = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiJ9.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3N0b3JlLWo3dDJ2NnV6c3EubXliaWdjb21tZXJjZS5jb20iXSwiZWF0IjoxNzMyMzU2NjQ3LCJpYXQiOjE3MzIxODM4NDcsImlzcyI6IkJDIiwic2lkIjoxMDAzMjgwMDk2LCJzdWIiOiJCQyIsInN1Yl90eXBlIjowLCJ0b2tlbl90eXBlIjoxfQ.D2j6zCn0y2HXyZ-AhqrREGG3Ny2fV_nRZ3PoRX4abt12Bn8xzfUdM0AILHQyv4nSW2XTFtW-ocg-FO6Lsxy0Eg'; // console.log(productIds); // jquery(productIds).each(function(index, id) { // fetch('/graphql', { // method: 'POST', // headers: { // 'Content-Type': 'application/json', // 'Authorization': `Bearer ${token}`, // }, // body: JSON.stringify({ // query: ` // query SeveralProductsByID { // site { // products(entityIds: [${id}]) { // edges { // node { // entityId // name // defaultImage{ // urlOriginal // } // variants(first: 50){ // edges{ // node{ // entityId // defaultImage{ // urlOriginal // } // productOptions(first: 50) { // edges { // node { // entityId // displayName // isRequired // ... on MultipleChoiceOption { // displayStyle // values { // edges { // node { // entityId // label // isDefault // ... on SwatchOptionValue { // hexColors // imageUrl(width: 150) // } // } // } // } // } // } // } // } // } // } // } // } // } // } // } // } // ` // }), // }) // .then(response => response.json()) // .then(data => { // // Estrai i prodotti // const products = data.data.site.products.edges; // // Filtra i valori con displayName "Colore" e displayStyle "Swatch" // let filteredColors = products.flatMap(product => // product.node.variants.edges.flatMap(variant => // variant.node.productOptions.edges // .filter(option => option.node.displayName === "Colore" && option.node.displayStyle === "Swatch") // .flatMap(option => option.node.values.edges.map(value => value.node)) // ) // ); // // Rendi il risultato univoco basandoti su entityId // filteredColors = Object.values( // filteredColors.reduce((acc, color) => { // acc[color.entityId] = color; // return acc; // }, {}) // ); // console.log(filteredColors); // }) // .catch(error => { // console.error('GraphQL Error:', error); // }); // }) // }) // }, 2000)
  • Reggiseno L'Altra Cotonella CD073 Super Push Up in Pizzo Con Ferretto - Coppa B Reggiseno L'Altra Cotonella CD073 Super Push Up in Pizzo Con Ferretto - Coppa B

    COTONELLA

    Reggiseno L'Altra Cotonella CD073 Super Push Up in Pizzo Con Ferretto - Coppa B

    €7,40
     Reggiseno Donna L'Altra Cotonella CD073 Super Push Up in Pizzo Imbottito Con Ferretto - Disponibile nel Colore Bianco e Nero - Dalla Taglia 1 alla Taglia 4 - Coppa B
    €7,40
    Caricamento...
    <> // setTimeout(function() { // jquery(function($) { // let productIds = []; // let products = jquery($('.productListing li article.card')) // // console.log(products); // products.each(function(index, value) { // // console.log(index, jquery(value).data('product-id')); // productIds.push(jquery(value).data('product-id')); // }) // // console.log('productIds', productIds); // const token = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiJ9.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3N0b3JlLWo3dDJ2NnV6c3EubXliaWdjb21tZXJjZS5jb20iXSwiZWF0IjoxNzMyMzU2NjQ3LCJpYXQiOjE3MzIxODM4NDcsImlzcyI6IkJDIiwic2lkIjoxMDAzMjgwMDk2LCJzdWIiOiJCQyIsInN1Yl90eXBlIjowLCJ0b2tlbl90eXBlIjoxfQ.D2j6zCn0y2HXyZ-AhqrREGG3Ny2fV_nRZ3PoRX4abt12Bn8xzfUdM0AILHQyv4nSW2XTFtW-ocg-FO6Lsxy0Eg'; // console.log(productIds); // jquery(productIds).each(function(index, id) { // fetch('/graphql', { // method: 'POST', // headers: { // 'Content-Type': 'application/json', // 'Authorization': `Bearer ${token}`, // }, // body: JSON.stringify({ // query: ` // query SeveralProductsByID { // site { // products(entityIds: [${id}]) { // edges { // node { // entityId // name // defaultImage{ // urlOriginal // } // variants(first: 50){ // edges{ // node{ // entityId // defaultImage{ // urlOriginal // } // productOptions(first: 50) { // edges { // node { // entityId // displayName // isRequired // ... on MultipleChoiceOption { // displayStyle // values { // edges { // node { // entityId // label // isDefault // ... on SwatchOptionValue { // hexColors // imageUrl(width: 150) // } // } // } // } // } // } // } // } // } // } // } // } // } // } // } // } // ` // }), // }) // .then(response => response.json()) // .then(data => { // // Estrai i prodotti // const products = data.data.site.products.edges; // // Filtra i valori con displayName "Colore" e displayStyle "Swatch" // let filteredColors = products.flatMap(product => // product.node.variants.edges.flatMap(variant => // variant.node.productOptions.edges // .filter(option => option.node.displayName === "Colore" && option.node.displayStyle === "Swatch") // .flatMap(option => option.node.values.edges.map(value => value.node)) // ) // ); // // Rendi il risultato univoco basandoti su entityId // filteredColors = Object.values( // filteredColors.reduce((acc, color) => { // acc[color.entityId] = color; // return acc; // }, {}) // ); // console.log(filteredColors); // }) // .catch(error => { // console.error('GraphQL Error:', error); // }); // }) // }) // }, 2000)