(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();
})();
${data.index + 1}/10
Description
Our lively Bird Song Bell collection was inspired by the idea that birds can be spiritual messengers.
Unique style, vibrant colors, and heartfelt messaging make this handcrafted bell the perfect gift.
They also represent a loved one who has passed. Cardinals appear in times of happiness and sadness to let you know that your loved one will always be with you.
The Bluebird's song is filled with joy and playfulness. It reminds us to lighten up, to stop taking life so seriously and to start taking the time to simply enjoy life.
The beautiful and sunny Goldfinch brings abundance and positivity. They remind us that we are blessed with good fortune in the smallest of life's joys.
The little Hummingbird reminds us to savor the sweetness in every moment. Hummingbirds symbolize joy and inspire us to open our hearts.
birds sings a cheerful tune that is full of positivity and joy. They remind us to be happy in life and be fearless.
Specification:
Dimensions: 4.5" diameter x 3.5"H
Material: Resin
Click on "ADD TO CART" to get yours now!
OUR GUARANTEE
Insured Worldwide Shipping: Each order includes real-time tracking details and insurance coverage in the unlikely event that a package gets lost or stolen in transit.
Money-Back Guarantee: If your items arrive damaged or become defective within 15 days of normal usage, we will gladly issue out a replacement or refund.
✉️ 24/7 Customer Support: We have a team of live reps ready to help and answer any questions you have within a 24-hour time frame, 7 days a week.
Safe & Secure Checkouts: We use state-of-the-art SSL Secure encryption to keep your personal and financial information 100% protected.
${isCart ? '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.' : ''}
${isProduct ? 'This product did not participated in any recommendation rule. Switch to another product to check the design.' : ''}
${isCollection ? 'The items in this collection do not participate in any recommendation rule. Switch the participating items to check the design.' : ''}
${isIndex ? 'The home page do not participate in any recommendation rule.' : ''}
(This prompt would not display on client-side)