${function() {
if (data === undefined || typeof data !== 'string' || data == '') return '';
const searchEmpty = ("Your search for \"{test}\" did not yield any results.").replace('{test}', data);
return `
In a quiet coastal town where life moves slowly and sunlight feels softer, there was a small studio dedicated to creating meaningful gifts—not for luxury alone, but for emotional connection.
The founder believed that in today’s fast-paced world, people often forget to express care in simple, tangible ways. So she began designing a gift box that could speak without words—something that carries warmth, presence, and intention.
Each element in this spa gift set was carefully chosen with that idea in mind.
The handmade herbal soap represents purity and natural comfort, like a gentle pause in a busy day. The wooden scalp massager is designed to release tension and bring calm back to the body. The nourishing hand cream is a daily reminder of care and protection. And the elegant wrapping reflects a quiet ritual of love—something thoughtful, not rushed.
The box itself is not just packaging. It is a moment waiting to be opened.
This gift was never meant to impress with extravagance. It was created to express something deeper:
“I see you. I care about you. You deserve rest.”
Whether it is given to a partner, a friend, or a parent, it carries the same message—love that is simple, sincere, and lasting.
You may also like
Recently viewed
${
data == 1
? ("1 product was added to your cart!")
: ("{count} products were added to your cart!").replace('{count}', data)
}
${function() {
const freeShippingAmount = 0;
const totalPrice = data.data.total_price;
const diffAmount = freeShippingAmount - totalPrice;
const freeShippingText = diffAmount > 0
? "Spend {amount} more and get free shipping!"
: "Your order is free delivery";
return `