Description
Price: [price_with_discount]
(as of [price_update_date] – Details)
Product Description
Elegant Valentines Decor Night Light:Powered by 3 AAA batteries (not included),Toggle the ON&OFF to adjust three lighting modes of fast flashing, slow flashing and constant light. this artifical glass flowers with LED colorful Lights. Lights entwine around the forever infinity rose bloomed at night, make our room more beautiful and romantic.
Unique Glass Rose Gifts for Women:Nothing gets the romance flowing like glass eternal rose. With Highly transparent glass, 360° shows timeless and elegant of roses completely.The transparent glass dome is made of premium quality glass. The base is made of carbonized wood, smooth surface without burrs. Size: 8.3″*4.3″
Elegant Valentines Decor Night Light:Powered by 3 AAA batteries (not included),this artifical glass flowers with LED warm Lights. Lights entwine around the forever infinity rose bloomed at night, make our room more beautiful and romantic.At night, the purple rose is surroundred rainbow lights, accompany her to sleep peacefully
Customer Service:Light-up rose in glass dome symbolizes love, nobility, and eternal.We provide you with after-sales service full of love. If you have any questions or problems with the led rose light, please email us we will solve the problem for you.
Gorgeous Rose Gift for Women:Eternal rose came with a beautiful packaging Gift Package box, so there is no need to spend too much time on package. Great gift ideas as Valentines Day presents for mom, gift for her, anniversary gift, holiday gifts, birthday gift, wedding gifts, engagement gift.
Brand | HABAGOU |
---|---|
Color | Colorful |
Material | Wood |
Package Information | Box |
Occasion | Engagement, Wedding, Anniversary, Birthday |
Number of Items | 1 |
Special Feature | Night Light |
Unit Count | 1.0 Count |
Package Dimensions | 9.53 x 5.2 x 5.08 inches |
Item Weight | 15.8 ounces |
Manufacturer | HABAGOU |
ASIN | B0BXVZF94C |
Country of Origin | China |
Item model number | ROSE001 |
Customer Reviews | 3.7 out of 5 stars |
Best Sellers Rank | #493,676 in Home & Kitchen (See Top 100 in Home & Kitchen) #410 in Preserved Flowers |
Date First Available | March 9, 2023 |
Warranty & Support
Feedback
HABAGOU Mothers Day Rose Gifts for Mom – Birthday Gifts for Women,Mother Day Mom Gifts from Daughter Son Husband,Rainbow Galaxy Rose Flowers in Glass Colorful Light Up Rose for Mom,Mother,Her
Share:
Found a lower price? Let us know. Although we can’t match every price reported, we’ll use your feedback to ensure that our prices remain competitive.
Where did you see a lower price?
\n’ +
‘
‘
);
}
function getThankYouDiv(thankMsg) {
return (
‘
‘
thankMsg +
‘
\n’ +
‘
‘
);
}
function getLoadingGifDiv() {
return ‘‘;
}
function isValidUrl(url) {
if (!url) {
return false;
}
var encodedUrl = encodeURI(url);
return encodedUrl.match(
/^(https?:\/\/)?(([a-z0-9-]|%[A-F0-9]{2})+\.)+(([a-z]|%[A-F0-9]{2})([a-z0-9]|%[A-F0-9]{2})*)(:[0-9]+)?(\/[a-z0-9;:,~!+#@&=%\/$\.?_-]+)?$/
);
}
function isNumericPrice(price) {
if (!price) {
return false;
}
return price.match(/^([0-9]+\.?[0-9]*)$|^([0-9]*\.[0-9]+)$/);
}
function isEmptyValue(input) {
return !input || input.length === 0 || input.match(/^\s*$/);
}
function truncate(input, length) {
if (!input) {
return ”;
} else {
return input.substr(0, length);
}
}
function formatDate(year, date, month) {
return year + ‘-‘ + month + ‘-‘ + date;
}
function trim(input) {
if (!input) {
return ”;
} else {
return input.trim();
}
}
function resetModalToInitialState(currentMonth, currentDate, currentYear) {
var enableOnlineStoreRadio = document.querySelector(‘#pricingFeedback_onlineRadio’);
var enableOfflineStoreRadio = document.querySelector(‘#pricingFeedback_offlineRadio’);
var onlineStoreInputForm = document.querySelector(‘#pricingFeedback_onlineInput’);
var offlineStoreInputForm = document.querySelector(‘#pricingFeedback_offlineInput’);
var onlineUrl = document.querySelector(‘#onlineUrl’);
var onlinePriceRaw = document.querySelector(‘#onlinePriceRaw’);
var onlineShippingRaw = document.querySelector(‘#onlineShippingRaw’);
var onlineDay = document.querySelector(‘#onlineDay’);
var onlineMonth = document.querySelector(‘#onlineMonth’);
var onlineYear = document.querySelector(‘#onlineYear’);
var onlineCalendar = document.querySelector(‘#onlineCalendar’);
var note1 = document.querySelector(‘#note1’);
var offlineStoreName = document.querySelector(‘#offlineStoreName’);
var offlineCity = document.querySelector(‘#offlineCity’);
var offlineState = document.querySelector(‘#offlineState’);
var offlinePriceRaw = document.querySelector(‘#offlinePriceRaw’);
var offlineDay = document.querySelector(‘#offlineDay’);
var offlineMonth = document.querySelector(‘#offlineMonth’);
var offlineYear = document.querySelector(‘#offlineYear’);
var offlineCalendar = document.querySelector(‘#offlineCalendar’);
var thankYouDiv = document.querySelector(‘#pricingFeedback_thank’);
var errorDiv = document.querySelector(‘#pricingFeedback_error’);
var submitButton = document.querySelector(‘#pricingFeedback_submit’);
var loadingGifDiv = document.querySelector(‘#loading’);
var stateDefaultOption = document.querySelector(‘#stateDefaultOption’);
var stateDefaultPrompt = document.querySelector(‘#stateDefaultPrompt’);
var offlineStateMain = document.querySelector(‘#offlineStateMain’);
if (thankYouDiv) {
thankYouDiv.innerHTML = ”;
}
if (errorDiv) {
errorDiv.innerHTML = ”;
}
if (loadingGifDiv) {
loadingGifDiv.innerHTML = ”;
}
if (submitButton) {
submitButton.style.display = ‘block’;
}
onlineUrl.value = ”;
onlinePriceRaw.value = ”;
onlineShippingRaw.value = ”;
offlineStoreName.value = ”;
offlineCity.value = ”;
offlineState.value = ”;
offlinePriceRaw.value = ”;
stateDefaultOption.innerHTML = $(“#selectProvince”).val();
stateDefaultPrompt.innerHTML = $(“#selectProvince”).val();
setInitialStates(
onlineMonth,
currentMonth,
offlineMonth,
onlineDay,
currentDate,
offlineDay,
onlineYear,
currentYear,
offlineYear,
onlineStoreInputForm,
offlineStoreInputForm,
enableOfflineStoreRadio,
enableOnlineStoreRadio,
onlineCalendar,
offlineCalendar,
offlineStateMain,
offlineState,
note1
);
}
});