Language (es): Español
  • Español
  • English
  • French
Language:
  • Account
  •  
  • Log Out
  •  
  • Wishlist
  •  
  • Log In
  •  
  • Sign Up

  Ital Body Store

  • Home›
    • Filosofía›
    • Empresa›
    • Distribuidores›
      • Ver Distribuidores›
        • Por Provincias›
        • Por Código Postal›
        • Alta›
    • Buscar En Ital Body›
  • Colección›
    • Tendencias 2021›
    • Video Ital Body›
    • Colección 2021›
      • Sólo Registrados›
      • Bañadores›
      • Bikinis›
      • Vestidos›
      • Tejidos›
  • Tienda›
    • Bañadores›
    • Bikinis›
    • Complementos›
    • Condiciones›
    • Outlet›
      • Bañadores›
      • Bikinis›
      • Complementos›
  • Blog›
  • Contacto›
  • ☰
Shopping cart
Cesta (0)

No tiene artículos en su cesta.

Compare

No tiene artículos para comparar.

Search
Ital Body

Bikini Women's Delavé Inés Bkn B18  - Ital Body 2021 ‹ Volver Bikinis

Delavé B18 Inés Bkn

Selección Tejido Color
Colores: Delavé Descripción Ayuda

Selección Color Tallas
 

A LA CESTA
Mod: B18
80,10 €
   
resetear selección | size guide
Colores: Delavé Descripción Ayuda

Modelo: Delavé B18 Inés Bkn

Bikini cómodo de buena cobertura y sujeción. Detalle en el centro de escote y lateral de la braga con anilla rectangulares en Coco Natural. Pecho reforzado con copas extraíbles en bolsillo de forro. Braga de altura media alta, estilizando con su asimetría la figura.

Model Properties:

  • Copa Bandeau Copa Bandeau
  • Braga altura Media Braga altura Media
Colores: Delavé Descripción Ayuda

En la columna 'Selección Color' puede seleccionar los colores disponibles para este modelo B18 en la Serie Delavé.

Tallas: La etiqueta de la talla aparece en negrita si está disponible.
Las tallas agotadas aparecen deshabilitadas, pero puede usted seleccionar que le avisemos en caso de reposición.

Guía Tallas: Le recomendamos que consulte nuestra guía de tallas para orientarse en su elección.

Bonos: Bono Descuento o de Abono: Si dispone usted de un Bono Descuento o de Abono, durante el proceso de compra podrá introducir su código para que se haga efectivo.

Garantía: Todo su proceso de compra queda garantizado, en caso de no conformidad con su compra, se atenderá su devolución así como reembolso del importe de su compra. Para más detalles vea Condiciones de Compra

Model B18 también disponible en colores:

- Print ver colores ›

Bikini Delavé B18


  • B18

En tallas: XS (36) | S (38) | M (40) | L (42)

©   Transatlantic s.l.



©   Transatlantic S.L.

Condiciones | Contacto | Atención al Cliente 917 154 475 de Lunes a Viernes de 9:00H a 18:00H
(function( $ ) { $(document).ready(function() { $('.fancybox').fancybox({ padding: 4, margin: 8, openEffect : 'elastic', openSpeed : 150, closeEffect : 'elastic', closeSpeed : 150, helpers : { overlay : { css : { 'background' : 'rgba(188,180,208,0.7)' } } } }); $('.fancyIframe') //.attr('rel', 'gallery') .fancybox({ padding: 4, margin: 8, openEffect : 'elastic', openSpeed : 150, closeEffect : 'elastic', closeSpeed : 150, transitionIn : 'elastic', transitionOut : 'fade', 'width': 740, 'height':'100%', 'type':'iframe', 'autoScale':'false', /* 'overlayColor': '#CCC', 'overlayOpacity': 0.8 */ helpers : { overlay : { css : { 'background' : 'rgba(210,210,210,0.7)' } } } }); $('.fancyIframedialog').fancybox({ padding: 4, margin: 8, openEffect : 'elastic', openSpeed : 150, closeEffect : 'elastic', closeSpeed : 150, transitionIn : 'elastic', transitionOut : 'fade', 'width': '60%', 'height':'60%', 'type':'iframe', 'autoScale':'false' }); $('.bxslider').bxSlider({ slideWidth: 380, //menos se dspalzan slideMargin: 12, autoControls: true, pause: 2000, auto: true, infiniteLoop: false, hideControlOnEnd: true, //autoControls: true }); $('.color').click(function(event) { event.isDefaultPrevented = function() { return event.defaultPrevented || event.returnValue == false; } var e = window.event || event; var el = e.target || e.srcElement; if (el.tagName=='IMG' || el.tagName=='INPUT') { coge = $(el).attr('data'); asocia = $(el).attr('data2'); //alert(el.tagName + ': ' + coge + ' de ' +asocia); $('#seriemodelocolor').css('background-image','url(/bundles/transatibfront/seriecolor/'+ asocia +'/f' + coge +'.jpg)'); } if (el.tagName=='LABEL') { $('#serieSelected').html('' + $(el).attr('data') + ''); } }); $('input[type=checkbox]:checked').click(function() { //etiquetar(); }); $('.Genlace').click(function(event){ event.isDefaultPrevented = function() { return event.defaultPrevented || event.returnValue == false; } //alert($(this).attr('data')); aMenu = $(this).attr('data'); $('.toolbar').hide(); $('#tool'+aMenu).css('display','inline-block'); //$('#tool'+aMenu).show(); //no sale el puto! //alert($('#tool'+aMenu).css()); precio = $('#precio'+aMenu).attr('dataPlus'); serie = $('#precio'+aMenu).attr('dataSerie'); $('#precio').html(precio); $('#serie').html(serie); }); $('.lbtalla').click(function(event) { event.isDefaultPrevented = function() { return event.defaultPrevented || event.returnValue == false; } var e = window.event || event; var el = e.target || e.srcElement; if (el.tagName=='LABEL') { nombre= $(el).name; coge = $(el).attr('for'); //seleccionar todas las tallas si hay + /* $('input[type=checkbox]:checked').each(function() { alert($(this).attr('id')); // el chekbox se chequea después! }); */ $('#tallaSelected').html('' + $(el).html()+ ''); } }); }); function etiquetar () { var msj =''; //!importante; $('#ajaxform :checkbox').each(function() { if (this.checked) { elid = ($(this).attr('id')); objlabel = $("label[for='"+ elid +"']"); if ( typeof(objlabel) !== "undefined" ) { //pasa! if ( objlabel.html() === "undefined" || objlabel.html() === '' || objlabel.html() === null ) { } else { msj = msj + ' ' + objlabel.html(); } } } $('#tallaSelected').html('' + msj+ ''); }) }; function setSerie(aMenu){ $('.toolbar').hide(); $('#tool'+aMenu).css('display','inline-block'); precio = $('#precio'+aMenu).attr('dataPlus'); serie = $('#precio'+aMenu).attr('dataSerie'); $('#precio').html(precio); $('#serie').html(serie); }; $.fn.redraw = function(){ $(this).each(function(){ var redraw = this.offsetHeight; }); }; })(jQuery);