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 2020›
    • Video Ital Body›
    • Colección 2020›
      • 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
  • B25 Rosa Bñdr B25 - Rosa Bñdr
  • B31 Vicky Bñdr B31 - Vicky Bñdr
  • B32 Natacha Bkn B32 - Natacha Bkn
  • B37 Laura Bñdr B37 - Laura Bñdr
  • B06 Clara Bkn B06 - Clara Bkn
  • B02 Cristina Bkn B02 - Cristina Bkn
  • B35 Marta Bñdr B35 - Marta Bñdr
  • B34 Angelina Bkn B34 - Angelina Bkn
  • B11 Carla Bñdr B11 - Carla Bñdr
  • B12 Olaia Bkn B12 - Olaia Bkn
  • B05 Clara Bñdr B05 - Clara Bñdr
  • B30 Romie Bkn B30 - Romie Bkn
  • B27 Paola Bñdr B27 - Paola Bñdr
  • B24 Ania Bkn B24 - Ania Bkn
  • B19 Esther Bñdr B19 - Esther Bñdr
  • B04 Diana Bkn B04 - Diana Bkn
  • B10 Esther Bkn B10 - Esther Bkn
  • B16 Cloe Bkn B16 - Cloe Bkn
  • B33 Susan Bñd B33 - Susan Bñd
  • B28 Noelia Bkn B28 - Noelia Bkn
  • B42 Rita Bkn B42 - Rita Bkn
  • B21 Noelia Bñdr B21 - Noelia Bñdr
  • B09 Amanda Bñdr B09 - Amanda Bñdr
  • B17 Inés Bñdr B17 - Inés Bñdr
  • B18 Inés Bkn B18 - Inés Bkn
  • B07 Raquel Bñdr B07 - Raquel Bñdr
  • B03 Sara Bñdr B03 - Sara Bñdr
  • B14 Olga Bkn B14 - Olga Bkn
  • B01 Cristina Bñdr B01 - Cristina Bñdr
  • B22 Mónica Bkn B22 - Mónica Bkn
  • B23 Isabel Bñdr B23 - Isabel Bñdr

Ital Body

©   Transatlantic S.L.

Condiciones | Contacto | Atención al Cliente 917 154 475 de Lunes a Viernes de 9:00H a 18:00H
// tiny helper function to add breakpoints var sw = 269;//ancho de la foto: 269 var sm = 20; //espacio entre li var ms = Math.floor($('.Dcentro').width() / (sw + sm));//cuantas fotos caben en elancho $(window).load(function() { $('.flexsliderYA').flexslider({ animation: "slide", animationLoop: false, itemWidth: 269, //con sw 283 y sm 20 se pierden las ms! NO ACEPTA la var sw! itemMargin: 0, slideshowSpeed: 3500, animationSpeed: 600, minItems: 1, maxItems: ms }); $(window).resize(function() { ms = Math.floor($('.Dcentro').width() / (sw + sm));//cuantas fotos caben en elancho flexsliderYA.vars.minItems = 1; flexsliderYA.vars.maxItems = ms; }); }); $(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)' //'rgba(40,40,40.0.7)' } } } }); $('.fancyIframe') //.attr('rel', 'gallery') .fancybox({ padding: 4, margin: 8, openEffect : 'elastic', openSpeed : 150, closeEffect : 'elastic', closeSpeed : 150, transitionIn : 'elastic', transitionOut : 'fade', 'width':960, 'height':1000, 'type':'iframe', 'autoScale':'false', helpers : { overlay : { css : { 'background' : 'rgba(210,210,210,0.7)' } } } }); });