We only use the finest materials for our products and produce sustainably and fairly.
Our mission is to help you sleep better and waking up fully charged.
Free Shipping: On Orders Over $59
United States, United Kingdom, Germany, France, The United Arab Emirates Dirham, etc.
Processing Time
Shipping
Order<$59
$59≤Order<$399
Order≥$399
1-3 Business Days
Standard
5-7 Business Days
$9.99
Free
Free
Express
2-4 Business Days
$19.95
$19.95
Free
Canada & Australia
Processing Time
Shipping
Order<$59
$59≤Order<$399
Order≥$399
1-3 Business Days
Standard
8-10 Business Days
$9.99
Free
Free
Express
2-4 Business Days
$19.95
$19.95
Free
• Please contact our customer service for other questions. We will respond to your questions within 24 hours. Email:customerservice@realsilklife.com • For more information please check our Shipping Information.
90 Days Free Exchange & Return
90 Days FREE Exchange & Return & 90 Days Price Guaranteed. If you have any questions, please feel free to contact us at customerservice@realsilklife.com. We will respond to your questions within 24 business hours.
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)
${function(){
const order_id = data.data?.order_number || data.data?.order_id || '';
const platformMap = {
'facebook': 'Facebook',
'x': 'X (Twitter)',
'pinterest': 'Pinterest'
};
const share_platform = platformMap[data.data?.share_platform] || '';
const adjustMap = {
'expiry_compensation': `Points expiration compensation`,
'holiday_bonus': `Festival Rewards`,
'customer_complaint_compensation': `Customer complaint compensation`,
'custom': `${data.data?.reason?.note}`
}
const adjust_type = adjustMap[data.data?.reason?.type] || '';
switch(data.resource_type) {
case 'become_member': return `Bonus for joining the club.`;
case 'enter_phone_number': return `Bonus for completing mobile phone filling`;
case 'enter_birthday': return `Bonus for completing birthday filling`;
case 'successful_order': return `Bonus for completing payment of order ${order_id}`;
case 'order_returned': return `Deduction of for refund of order ${order_id} `;
case 'discount_code_received': return `Deduction of for redeeming ${data.data.campaign_name} benefit`;
case 'coupon_received': return `Deduction of for redeeming ${data.data.coupon_title} coupon`;
case 'expired': return `Expired`;
case 'upgrade_benefit': return `Bonus for member benefits`;
case 'periodic_benefit': return `Bonus for member benefits`;
case 'birthday_benefit': return `Bonus for birthday benefits`;
case 'import_member_points': return `Manual adjustment of points`;
case 'deduction': return `Redeem for off order ${order_id}`;
case 'deduction_returned': return `Refund for order ${order_id}`;
case 'member_migrate': return `System upgrade updates balance`;
case 'share_link': return `Share ${share_platform} reward `;
case 'benefit_package_issued': return `${data.data.name} Issue `;
case 'manual_adjust': return `${adjust_type}`;
case 'openapi_earn': return `${adjust_type}`;
case 'openapi_deduct': return `${adjust_type}`;
case 'compensation': return `Refund points for historical order consumption amount`;
case 'member_active_reward': return `Membership activation points`;
case 'gift_points': return `${data.data.campaign_name} Claim Points`;
case 'invite_referral': return `Referral reward`;
default: '';
}
}()}
${function(){
if (!data.is_show_expiration_time) return '';
const expiryText = data.expired_at
? `Expiry Date: `
: `Permanent Validity`;
return `|${expiryText}`;
}()}