SKU:
Disponibilidad: en stock Muchos en stock Agotado You can purchase this product but it's out of stock
Macetero "Venus Classic L" macrame
DESCRIPCIÓN
Tejido de algodón 100% con pecera de cristal, hilo de yute y accesorio de metal. Lleva 3 días su elaboración.
MEDIDAS GRANDE
Ancho: 20cm
Altura: 140cm
*Las medidas pueden variar ligeramente.
SIZE GUIDE
This is an approximate conversion table to help you find your size.
Italian
Spanish
German
UK
US
Japanese
Chinese
Russian
Korean
34
30
28
4
00
3
155/75A
36
44
36
32
30
6
0
5
155/80A
38
44
38
34
32
8
2
7
160/84A
40
55
40
36
34
10
4
9
165/88A
42
55
42
38
36
12
6
11
170/92A
44
66
44
40
38
14
8
13
175/96A
46
66
46
42
40
16
10
15
170/98A
48
77
48
44
42
18
12
17
170/100B
50
77
50
46
44
20
14
19
175/100B
52
88
52
48
46
22
16
21
180/104B
54
88
SHIPPING
Complimentary ground shipping within 1 to 7 business days
In-store collection available within 1 to 7 business days
Next-day and Express delivery options also available
Purchases are delivered in an orange box tied with a Bolduc ribbon, with the exception of certain items
See the delivery FAQs for details on shipping methods, costs and delivery times
RETURNS AND EXCHANGES
Easy and complimentary, within 14 days
See conditions and procedure in our return FAQs
PRODUCTOS RELACIONADOS
$ 1,090.00
Tejido de algodón 100% con pecera de cristal, hilo de yute y accesorio de metal. Lleva 3 días su elaboración. MEDIDAS GRANDE Ancho: 40cm Altura: 120cm *Las medidas pueden variar ligeramente....
$ 950.00
Tejido de algodón 100% con pecera de cristal, hilo de yute y accesorio de metal. Lleva 3 días su elaboración. *Las medidas pueden variar ligeramente. MEDIDAS GRANDE Ancho: 20cm Altura: 140cm...
$ 999.00
Tejido de algodón 100% con pecera de cristal, hilo de yute y accesorio de metal. Lleva 3 días su elaboración. MEDIDAS GRANDE Ancho: 20cm Altura: 140cm *Las medidas pueden variar ligeramente....
$ 890.00
Tejido de algodón 100% con pecera de cristal, palo de madera reciclado, hilo de yute y accesorio de metal. Lleva 3 días su elaboración. MEDIDAS MEDIANA Ancho: 30cm Altura: 90cm *Las...
$ 990.00
Tejido de algodón 100% con pecera de cristal, hilo de yute y accesorio de metal.
MEDIDAS MEDIANA
Ancho: 15cm
Altura: 130cm
*Las medidas pueden variar ligeramente.
$ 880.00
Tejido de algodón 100% hecho a mano con pecera de cristal, palo de madera reciclado, hilo de yute y accesorio de metal. MEDIDAS Ancho: 25cm Altura: 90cm *Las medidas pueden...
Macetero "Venus Classic L" macrame
$278
$400
Gris
Blanco
function initStickyAddToCart(){
$('.tt-back-to-top').length && $('.tt-back-to-top').remove();
var b = $('.btn-addtocart').first(),
p = $('.tt-fixed-product-wrapper'),
q = $('.tt-product-single-info'),
c = q.find('.tt-input-counter').first();
$(window).resize(isatcResize);
$(window).scroll(isatcScrollHandler);
isatcResize();
isatcScrollHandler();
$('body').on('click', '.tt-fixed-product-wrapper .plus-btn', function(e){
c.find('.plus-btn').trigger('click');
p.find('.tt-input-counter').replaceWith(c.clone());
})
$('body').on('click', '.tt-fixed-product-wrapper .minus-btn', function(e){
c.find('.minus-btn').trigger('click');
p.find('.tt-input-counter').replaceWith(c.clone());
})
$('body').on('click', '.tt-fixed-product-wrapper .btn', function(e){
e.preventDefault();
b.trigger('click');
})
$('body').on('change', '.tt-fixed-product-wrapper .tt-input-counter input', function(e){
c.find('input').val($(this).val()).trigger('change');
p.find('.tt-input-counter').replaceWith(c.clone());
})
$('body').on('click focusout', '.tt-fixed-product-wrapper select', function(e){
if(e.type == 'click' && !p.find('form').hasClass('formactive')){
p.find('form').addClass('formactive');
return false;
}
p.find('form').removeClass('formactive');
})
function isatcResize(){
if($('.select_options').length) return false;
var h = p.innerHeight() - 4;
$('footer').css('padding-bottom', h);
}
function isatcScrollHandler(){
if($(window).scrollTop() > b.offset().top){
if(p.hasClass('atdshowed') || $('.select_options').length) return false;
var c_ = c.clone();
p.addClass('atdshowed').find('.tt-input-counter').replaceWith(c_);
p.find('.tt-price').replaceWith(q.find('.tt-price').first().clone());
p.find('.btn').replaceWith($('.btn-addtocart').first().clone().removeClass('btn-lg btn-addtocart addtocart-js'));
$('.tt-promo-fixed').length && $('.tt-promo-fixed').css('bottom', p.innerHeight()+20);
p.fadeIn(200);
}
else{
if(!p.hasClass('atdshowed') || $('.select_options').length) return false;
$('.tt-promo-fixed').length && $('.tt-promo-fixed').css('bottom', '');
p.removeClass('atdshowed').fadeOut(200);
}
}
}