(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
1/8
${data.index + 1}/${data.total}
Description
Product Description
A naturally beautiful 20″ diameter x 60″ tall teak vase with a subtle natural finish paired with exotic bright pink vanda orchids and leaves. This amazing one of a kind piece is truly a work of art. Designed with Mother Nature in mind, and mimicking their true appearance, these flowers are carefully placed throughout this textured live edge teak vase, beautifully displaying their natural hanging root systems.
Teak wood vase dimensions: 20”W x 60”H
Overall height: Approximately 32″W x 84”H
Due to the handmade nature of this item, no two will be alike, there will be slight differences in shape, size, and color. Suitable for indoor use only. This item ships fully assembled in one piece.
Due to the live edges of the piece, each is unique, so no two products will have an identical pattern, shade, or cut.
Specifications
Weight:600 oz
Width:36 in
Depth:36 in
Height:84 in
The items in the shopping cart do not participate in any recommendation rule. Add the participating items to your shopping cart to check the design.This product did not participated in any recommendation rule. Switch to another product to check the design.The items in this collection do not participate in any recommendation rule. Switch the participating items to check the design.The home page do not participate in any recommendation rule.
(This prompt would not display on client-side)