- SKU:
-
Disponibilidad: en stock Muchos en stock Agotado You can purchase this product but it's out of stock
Alocasia Cucullata 'Hooded Dwarf'
DESCRIPCIÓN
Alocasia Cucullata en Maceta Mediana de Cerámica (23 cm x 23 cm).
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
$ 580.00
Calathea Pinstripe "Raya de lápiz" en Maceta de Cerámica Chica con plato (17 CM x 15 CM).
$ 1,160.00
Calathea Orbifolia en Maceta Chica de Cerámica con plato (17 CM x 15 CM).
$ 550.00
Singonio Robusta en Maceta Chica de Cerámica con plato (17 CM x 15 CM)
$ 800.00
Breve descripción
$ 600.00
Sanseveria Trifasciata en Maceta Mediana de Cerámica con plato (23 CM x 23 CM).
$ 725.00
'Mariposa' en Maceta Mediana de Cerámica con plato (23 CM x 23 CM).
Alocasia Cucullata 'Hooded Dwarf'
$278
$400
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);
}
}
}