RSAY-Rsgdolls®
${item}
Recently searched
${item}
Hot searches
${item.word}
Results
${item.highlightHtml}
const TAG = 'spz-custom-smart-search-location'; const SMART_PRODUCR_SEARCH_WRAP_CLASSNAME = 'app-smart-product-search-wrap'; const THEME_NAME = window.SHOPLAZZA.theme.merchant_theme_name; const BREAKPOINT = 960; const DELAY = 300; class SpzCustomSmartSearchLocation extends SPZ.BaseElement { constructor(element) { super(element); this.mobileHeaderPluginParentEle = null; } static deferredMount() { return false; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.init(); this.listenerResize(); } init() { // PC-end not load if (this.isDesktop()) { return; } if (!window.__isLoadAppSmartSearch__) { this.initSmartSearch(); console.log('__isLoadAppSmartSearch__'); } // B-end must reload if (window.self === window.top && !window.__isLoadAppSmartSearch__) { window.__isLoadAppSmartSearch__ = true; } } initSmartSearch() { if (this.hasMobileUpperRightPlugin()) { this.showMobileSmartSearch(); } else { this.addMobileSmartSearch(); } } listenerResize() { window.removeEventListener('resize', window.smartSearchResizeCallback); window.smartSearchResizeCallback = SPZCore.Types.debounce( this.win, () => { this.init(); }, DELAY ); window.addEventListener('resize', window.smartSearchResizeCallback); } isDesktop() { const mediaQueryList = window.matchMedia(`(min-width: ${BREAKPOINT}px)`); return mediaQueryList.matches; } hasMobileUpperRightPlugin() { return !['geek', 'flash', 'boost'].includes(THEME_NAME.toLocaleLowerCase()); } showMobileSmartSearch() { this.mobileHeaderPluginParentEle = this.getMobileHeaderPluginParentEle(); this.setMobileHeaderIconsPluginStyle(this.mobileHeaderPluginParentEle); } getMobileHeaderPluginParentEle() { const MOBILE_HEADER_PLUGIN_PARENT_ELE_MAP = { nova: '.header__mobile #header__plugin-container', hero: '.header__icons .tw-flex.tw-justify-end.tw-items-center.tw-space-x-7', onePage: '.header__mobile #header__plugin-container', wind: '#header-icons .flex.justify-end.items-center', eva: '#header__icons .plugin_content' }; const headerPluginParentSelector = this.combineMultipleSelectors( Object.values(MOBILE_HEADER_PLUGIN_PARENT_ELE_MAP) ); return document.querySelector(headerPluginParentSelector); } setMobileHeaderIconsPluginStyle(pluginParentEle) { if (!pluginParentEle) { return; } const containHidden = pluginParentEle.classList.contains('md:hidden'); const containTwHidden = pluginParentEle.classList.contains('md:tw-hidden'); if (containHidden || containTwHidden) { Array.from(pluginParentEle.children).forEach((pluginElement) => { if (!this.hasSmartSearchPlugin(pluginElement)) { pluginElement.style.display = 'none'; } }); pluginParentEle.classList.remove('md:hidden', 'md:tw-hidden'); } else { const smartSearchPluginElement = Array.from(pluginParentEle.children).find( (pluginElement) => { return this.hasSmartSearchPlugin(pluginElement); } ); smartSearchPluginElement.style.display = 'block'; } } hasSmartSearchPlugin(pluginElement) { return ( pluginElement.classList.contains(`${SMART_PRODUCR_SEARCH_WRAP_CLASSNAME}`) || pluginElement.querySelectorAll(`.${SMART_PRODUCR_SEARCH_WRAP_CLASSNAME}`).length > 0 ); } addMobileSmartSearch() { this.mobileHeaderIconsEle = this.getMobileHeaderIconsEle(); this.smartSearchWrapEle = this.getSmartSearchWrapEle(); this.appendSmartSearchToHeader(); } getMobileHeaderIconsEle() { // Must be the parent element of the plugin const MOBILE_HEADER_ICONS_ELE_MAP = { geek: '#header-mobile-container .flex.items-center.justify-end.flex-shrink-0', flash: '#header-layout .header__icons', boost: '.header__mobile-bottom .tw-flex.tw-items-center.tw-justify-end.tw-flex-1' }; const headerIconsSelector = this.combineMultipleSelectors( Object.values(MOBILE_HEADER_ICONS_ELE_MAP) ); return document.querySelector(headerIconsSelector); } getSmartSearchWrapEle() { const smartSearchWrapEle = document.querySelector(this.getSmartSearchWrapSelector()); if (!smartSearchWrapEle) { return null; } return smartSearchWrapEle; } appendSmartSearchToHeader() { if (!this.smartSearchWrapEle) { return; } this.mobileHeaderIconsEle.insertAdjacentElement('afterbegin', this.smartSearchWrapEle); } getSmartSearchWrapSelector() { const PLUGIN_POSITION = { DRAWER: 'drawer', HEADER_TOP: 'headerTop' }; // only one this plugin of ancestor element const MOBILE_PLUGIN_POSITION_ELE_MAP = { [PLUGIN_POSITION.DRAWER]: { geek: '#header-menu-mobile #menu-drawer', flash: '#menu-drawer .plugin__header-content', boost: '.header__drawer' }, [PLUGIN_POSITION.HEADER_TOP]: { geek: '#header-menu-mobile #menu-drawer', flash: '#menu-drawer .plugin__header-content', boost: '.header-content .logo-wrap' } }; const MbPluginPositionInTheme = [ ...Object.values(MOBILE_PLUGIN_POSITION_ELE_MAP[PLUGIN_POSITION.DRAWER]), ...Object.values(MOBILE_PLUGIN_POSITION_ELE_MAP[PLUGIN_POSITION.HEADER_TOP]) ]; return Object.values(MbPluginPositionInTheme).reduce((pre, ancestor) => { if (pre === '') { return `${ancestor} .app-smart-product-search-wrap`; } if (pre.includes(ancestor)) { return pre; } return `${pre},${ancestor} .app-smart-product-search-wrap`; }, ''); } combineMultipleSelectors(selectorList) { return selectorList.reduce((pre, selector) => { if (pre === '') { return `${selector}`; } if (pre.includes(selector)) { return pre; } return `${pre},${selector}`; }, ''); } } SPZ.defineElement(TAG, SpzCustomSmartSearchLocation);
Account
Log in
Create an account
${data.data.count > 99 ? '99+' : data.data.count}
Cart
${data.line_items.map(item => { return `
${item.product_title}
${item.options.map(o => `
${o.name}:
${o.value}
`).join('')} ${(item.parsedProperties || []).map((propertie)=>{ if (propertie.isImage){ return `
${propertie.name}:
View image
` }else{ return `
${propertie.name}:
${propertie.value}
` } }).join('')}
*${item.quantity}
Free gift
${ (item.discount_applications || []).map(discount_item => { const discount_item_amount = discount_item.discount_amount || discount_item.amount || ''; return `
${discount_item.title}
(-
)
` }).join('') }
`; }).join('')}
${data.total_discount > 0 ? ( `
Discount
-
` ) : ''}
Subtotal
Taxes and shipping calculated at checkout
Checkout
Your cart is currently empty.
Close
Home
Bestsellers
New Arrivals
Full Body Silicone Babies
Full Silicone Reborn Babies
6 Inches Full Body Silicone Mini Palm Baby Dolls
🤗Bigger ones
15 Inches
17 Inches
18 Inches
20 Inches
22 Inches
🕸️Halloween Celebration
Popular Categories
Newborn
Toddler
Multifunctional Baby Doll
💓"Heartbeat" and Coos
🎁 Gift Craze
Girl
Boy
Twins
Blue Reborn Baby
Eyes Blinking Baby
Sleeping Dolls
"Breathing" Baby
African American
Last Price!
Accessories
For 6-12 Inches
For 17-22 Inches
Accessories for Silicone Baby
Pacifier & Feeding-bottle
Footwear
Support
Contact Us
About Fast Delivery
About Our Shipping Delivery Policy
Track your order
Return Policy
Customer Care
How to place an order?
👒Dress-up
Sitemap
Sign Up (Get 35% OFF)
More links
${function() { var linkList = [ { id: 67327323, index: 1, title: "Home", url: '/', target: '', tag: "", product0: null , children: [ ] }, { id: 67327325, index: 2, title: "Bestsellers", url: '/collections/best-sellers', target: '', tag: "", product0: null , children: [ ] }, { id: 67327327, index: 3, title: "New Arrivals", url: '/collections/new-upgraded-reborn-dolls', target: '', tag: "", product0: null , children: [ ] }, { id: 67327329, index: 4, title: "Full Body Silicone Babies", url: '/collections/full-body-silicone-reborn-babies', target: '', tag: "", product0: null , children: [ { title: "Full Silicone Reborn Babies", url: '/collections/full-body-silicone-reborn-babies', target: '', tag: "", children: [ ] }, { title: "6 Inches Full Body Silicone Mini Palm Baby Dolls", url: '/collections/full-body-silicone-mini-palm-baby-dolls-5s35', target: '', tag: "", children: [ ] }, ] }, { id: 67327335, index: 5, title: "\ud83e\udd17Bigger ones", url: '/collections/17-22-real-baby-size-reborn-baby-dolls', target: '', tag: "", product0: null , children: [ { title: "15 Inches", url: '/collections/15-inches-dolls', target: '', tag: "", children: [ ] }, { title: "17 Inches", url: '/collections/17-inches-reborn-baby-dolls', target: '', tag: "", children: [ ] }, { title: "18 Inches", url: '/collections/18-inches-reborn-baby-dolls', target: '', tag: "", children: [ ] }, { title: "20 Inches", url: '/collections/20-inches-reborn-baby-dolls', target: '', tag: "", children: [ ] }, { title: "22 Inches", url: '/collections/22-inches-reborn-baby-dolls', target: '', tag: "", children: [ ] }, ] }, { id: 67327347, index: 6, title: "\ud83d\udd78\ufe0fHalloween Celebration", url: '/collections/halloween-sale', target: '', tag: "", product0: null , children: [ ] }, { id: 67327349, index: 7, title: "Popular Categories", url: '', target: '', tag: "", product0: null , children: [ { title: "Newborn", url: '/collections/reborn-newborn-dolls', target: '', tag: "", children: [ ] }, { title: "Toddler", url: '/collections/toddler-adorable-baby-doll', target: '', tag: "", children: [ ] }, { title: "Multifunctional Baby Doll", url: '/collections/functional-doll', target: '', tag: "", children: [ ] }, { title: "\ud83d\udc93"Heartbeat" and Coos", url: '/collections/doll-with-coos-and-heartbeat', target: '', tag: "", children: [ ] }, { title: "\ud83c\udf81 Gift Craze", url: '/collections/gift-craze', target: '', tag: "", children: [ ] }, { title: "Girl", url: '/collections/girls', target: '', tag: "", children: [ ] }, { title: "Boy", url: '/collections/boys', target: '', tag: "", children: [ ] }, { title: "Twins", url: '/collections/twins', target: '', tag: "", children: [ ] }, { title: "Blue Reborn Baby", url: '/collections/reborn-blue-baby', target: '', tag: "", children: [ ] }, { title: "Eyes Blinking Baby", url: '/collections/eyes-can-opened-closed', target: '', tag: "", children: [ ] }, { title: "Sleeping Dolls", url: '/collections/baby-asleep', target: '', tag: "", children: [ ] }, { title: ""Breathing" Baby", url: '/collections/breathing-baby-dolls', target: '', tag: "", children: [ ] }, ] }, { id: 67327375, index: 8, title: "African American", url: '/collections/african-american-reborn-baby-dolls', target: '', tag: "", product0: null , children: [ ] }, { id: 67327377, index: 9, title: "Last Price!", url: '/collections/clearance-sale', target: '', tag: "", product0: null , children: [ ] }, { id: 67327379, index: 10, title: "Accessories", url: '/collections/accessories-braq', target: '', tag: "", product0: null , children: [ { title: "For 6-12 Inches", url: '/collections/accessories-for-5-12-inches-dolls', target: '', tag: "", children: [ ] }, { title: "For 17-22 Inches", url: '/collections/accessories-for-17-22-inches-dolls', target: '', tag: "", children: [ ] }, { title: "Accessories for Silicone Baby", url: '/collections/accessories-for-silicone-baby', target: '', tag: "", children: [ ] }, { title: "Pacifier & Feeding-bottle", url: '/collections/pacifier-feeding-bottle', target: '', tag: "", children: [ ] }, { title: "Footwear", url: '/collections/reborn-baby-dolls-footwear', target: '', tag: "", children: [ ] }, ] }, { id: 67327391, index: 11, title: "Support", url: '', target: '', tag: "", product0: null , children: [ { title: "Contact Us", url: '/pages/contact-us', target: '', tag: "", children: [ ] }, { title: "About Fast Delivery", url: 'https://www.rsgdolls.com/pages/about-fast-delivery?st=', target: '', tag: "", children: [ ] }, { title: "About Our Shipping Delivery Policy", url: '/pages/about-our-shipping-delivery-policy', target: '', tag: "", children: [ ] }, { title: "Track your order", url: '/pages/tracking', target: '', tag: "", children: [ ] }, { title: "Return Policy", url: '/pages/return-policy', target: '', tag: "", children: [ ] }, { title: "Customer Care", url: '', target: '', tag: "", children: [ ] }, { title: "How to place an order\uff1f", url: '/pages/how-to-place-an-order-from-us', target: '', tag: "", children: [ ] }, { title: "\ud83d\udc52Dress-up", url: '/pages/👒dress-up', target: '', tag: "", children: [ ] }, ] }, { id: 67327409, index: 12, title: "Sitemap", url: '/pages/sitemap', target: '', tag: "", product0: null , children: [ ] }, { id: 67327411, index: 13, title: "Sign Up (Get 35% OFF)", url: 'https://www.rsgdolls.com/account/register', target: '', tag: "", product0: null , children: [ ] }, ].slice(offset); var hasChild = linkList.some(v => (v.children && v.children.length || v.product0)); if (!hasChild) { return `
${linkList.map(item => `
${item.url ? `
${item.title}
${item.tag ? `
${item.tag.label}
` : ''}
`: `
${item.title}
${item.tag ? `
${item.tag.label}
` : ''}
`} ${item.children.length ? `
` : ''}
`).join('')}
` } else { return `
${linkList.map(item => `
${item.url ? `
${item.title}
${item.tag ? `
${item.tag.label}
` : ''}
`: `
${item.title}
${item.tag ? `
${item.tag.label}
` : ''}
`} ${item.children.length ? `
` : ''}
`).join('')}
${linkList.map(item => `
${item.children ? `
${item.children.map(link => { return `
${link.url ? `
${link.title}
${link.tag ? `
${link.tag.label}
` : ''}
`: `
${link.title}
${link.tag ? `
${link.tag.label}
` : ''}
`} ${link.children ? `
${link.children.map(link_3 => `
${link_3.url ? `
${link_3.title}
${link_3.tag ? `
${link_3.tag.label}
` : ''}
`: `
${link_3.title}
${link_3.tag ? `
${link_3.tag.label}
` : ''}
`}
`).join('')}
` : ''}
`}).join('')}
${function() { const data = item.product0; if (!data) return ''; return `
` }()}
` : ''}
`).join('')}
` } }()}
Home
Bestsellers
New Arrivals
Full Body Silicone Babies
Full Body Silicone Babies
Full Silicone Reborn Babies
6 Inches Full Body Silicone Mini Palm Baby Dolls
🤗Bigger ones
🤗Bigger ones
15 Inches
17 Inches
18 Inches
20 Inches
22 Inches
🕸️Halloween Celebration
Popular Categories
Popular Categories
Newborn
Toddler
Multifunctional Baby Doll
💓"Heartbeat" and Coos
🎁 Gift Craze
Girl
Boy
Twins
Blue Reborn Baby
Eyes Blinking Baby
Sleeping Dolls
"Breathing" Baby
African American
Last Price!
Accessories
Accessories
For 6-12 Inches
For 17-22 Inches
Accessories for Silicone Baby
Pacifier & Feeding-bottle
Footwear
Support
Support
Contact Us
About Fast Delivery
About Our Shipping Delivery Policy
Track your order
Return Policy
Customer Care
How to place an order?
👒Dress-up
Sitemap
Sign Up (Get 35% OFF)
${item}
Recently searched
${item}
Hot searches
${item.word}
Results
${item.highlightHtml}
const TAG = 'spz-custom-smart-search-location'; const SMART_PRODUCR_SEARCH_WRAP_CLASSNAME = 'app-smart-product-search-wrap'; const THEME_NAME = window.SHOPLAZZA.theme.merchant_theme_name; const BREAKPOINT = 960; const DELAY = 300; class SpzCustomSmartSearchLocation extends SPZ.BaseElement { constructor(element) { super(element); this.mobileHeaderPluginParentEle = null; } static deferredMount() { return false; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.init(); this.listenerResize(); } init() { // PC-end not load if (this.isDesktop()) { return; } if (!window.__isLoadAppSmartSearch__) { this.initSmartSearch(); console.log('__isLoadAppSmartSearch__'); } // B-end must reload if (window.self === window.top && !window.__isLoadAppSmartSearch__) { window.__isLoadAppSmartSearch__ = true; } } initSmartSearch() { if (this.hasMobileUpperRightPlugin()) { this.showMobileSmartSearch(); } else { this.addMobileSmartSearch(); } } listenerResize() { window.removeEventListener('resize', window.smartSearchResizeCallback); window.smartSearchResizeCallback = SPZCore.Types.debounce( this.win, () => { this.init(); }, DELAY ); window.addEventListener('resize', window.smartSearchResizeCallback); } isDesktop() { const mediaQueryList = window.matchMedia(`(min-width: ${BREAKPOINT}px)`); return mediaQueryList.matches; } hasMobileUpperRightPlugin() { return !['geek', 'flash', 'boost'].includes(THEME_NAME.toLocaleLowerCase()); } showMobileSmartSearch() { this.mobileHeaderPluginParentEle = this.getMobileHeaderPluginParentEle(); this.setMobileHeaderIconsPluginStyle(this.mobileHeaderPluginParentEle); } getMobileHeaderPluginParentEle() { const MOBILE_HEADER_PLUGIN_PARENT_ELE_MAP = { nova: '.header__mobile #header__plugin-container', hero: '.header__icons .tw-flex.tw-justify-end.tw-items-center.tw-space-x-7', onePage: '.header__mobile #header__plugin-container', wind: '#header-icons .flex.justify-end.items-center', eva: '#header__icons .plugin_content' }; const headerPluginParentSelector = this.combineMultipleSelectors( Object.values(MOBILE_HEADER_PLUGIN_PARENT_ELE_MAP) ); return document.querySelector(headerPluginParentSelector); } setMobileHeaderIconsPluginStyle(pluginParentEle) { if (!pluginParentEle) { return; } const containHidden = pluginParentEle.classList.contains('md:hidden'); const containTwHidden = pluginParentEle.classList.contains('md:tw-hidden'); if (containHidden || containTwHidden) { Array.from(pluginParentEle.children).forEach((pluginElement) => { if (!this.hasSmartSearchPlugin(pluginElement)) { pluginElement.style.display = 'none'; } }); pluginParentEle.classList.remove('md:hidden', 'md:tw-hidden'); } else { const smartSearchPluginElement = Array.from(pluginParentEle.children).find( (pluginElement) => { return this.hasSmartSearchPlugin(pluginElement); } ); smartSearchPluginElement.style.display = 'block'; } } hasSmartSearchPlugin(pluginElement) { return ( pluginElement.classList.contains(`${SMART_PRODUCR_SEARCH_WRAP_CLASSNAME}`) || pluginElement.querySelectorAll(`.${SMART_PRODUCR_SEARCH_WRAP_CLASSNAME}`).length > 0 ); } addMobileSmartSearch() { this.mobileHeaderIconsEle = this.getMobileHeaderIconsEle(); this.smartSearchWrapEle = this.getSmartSearchWrapEle(); this.appendSmartSearchToHeader(); } getMobileHeaderIconsEle() { // Must be the parent element of the plugin const MOBILE_HEADER_ICONS_ELE_MAP = { geek: '#header-mobile-container .flex.items-center.justify-end.flex-shrink-0', flash: '#header-layout .header__icons', boost: '.header__mobile-bottom .tw-flex.tw-items-center.tw-justify-end.tw-flex-1' }; const headerIconsSelector = this.combineMultipleSelectors( Object.values(MOBILE_HEADER_ICONS_ELE_MAP) ); return document.querySelector(headerIconsSelector); } getSmartSearchWrapEle() { const smartSearchWrapEle = document.querySelector(this.getSmartSearchWrapSelector()); if (!smartSearchWrapEle) { return null; } return smartSearchWrapEle; } appendSmartSearchToHeader() { if (!this.smartSearchWrapEle) { return; } this.mobileHeaderIconsEle.insertAdjacentElement('afterbegin', this.smartSearchWrapEle); } getSmartSearchWrapSelector() { const PLUGIN_POSITION = { DRAWER: 'drawer', HEADER_TOP: 'headerTop' }; // only one this plugin of ancestor element const MOBILE_PLUGIN_POSITION_ELE_MAP = { [PLUGIN_POSITION.DRAWER]: { geek: '#header-menu-mobile #menu-drawer', flash: '#menu-drawer .plugin__header-content', boost: '.header__drawer' }, [PLUGIN_POSITION.HEADER_TOP]: { geek: '#header-menu-mobile #menu-drawer', flash: '#menu-drawer .plugin__header-content', boost: '.header-content .logo-wrap' } }; const MbPluginPositionInTheme = [ ...Object.values(MOBILE_PLUGIN_POSITION_ELE_MAP[PLUGIN_POSITION.DRAWER]), ...Object.values(MOBILE_PLUGIN_POSITION_ELE_MAP[PLUGIN_POSITION.HEADER_TOP]) ]; return Object.values(MbPluginPositionInTheme).reduce((pre, ancestor) => { if (pre === '') { return `${ancestor} .app-smart-product-search-wrap`; } if (pre.includes(ancestor)) { return pre; } return `${pre},${ancestor} .app-smart-product-search-wrap`; }, ''); } combineMultipleSelectors(selectorList) { return selectorList.reduce((pre, selector) => { if (pre === '') { return `${selector}`; } if (pre.includes(selector)) { return pre; } return `${pre},${selector}`; }, ''); } } SPZ.defineElement(TAG, SpzCustomSmartSearchLocation);
Log in
Create an account
${function() { if (data === undefined || typeof data !== 'string' || data == '') return `
`; if (data === 'close') return ''; return `
View more
`; }()}
Sort
Sort by
Featured
Price, low to high
Price, high to low
Newest in
Total sales, high to low
Purchases, high to low
Page views, high to low
${data.title}
${(data.title || '').toLowerCase().replace(/^[a-z]/, c => c.toUpperCase())}
$
$
${data.title}
${(data.title || '').toLowerCase().replace(/^[a-z]/, c => c.toUpperCase())}
${ function(){ const paramName = data.param_name; return `${ data.values && data.values .map((item, index) => { const value = item.value; const count = item.count; return `
${(function () { if (item.param_name === 'filter.v.availability') { if (value == 1) { return `
In stock
`; } return `
Out of stock
`; } return `
${item.label}
`; })()}
(${count})
`; }) .join('') } `; }() }
1869 Products
${function(){ const num = data.total if(num <= 1){ return `${num} Product` } return `${num} Products` }()}
Featured
Price, low to high
Price, high to low
Newest in
Total sales, high to low
Purchases, high to low
Page views, high to low
Sort
1869 Products
${function(){ const num = data.total if(num <= 1){ return `${num} Product` } return `${num} Products` }()}
Featured
Price, low to high
Price, high to low
Newest in
Total sales, high to low
Purchases, high to low
Page views, high to low
Sort
more than
-
${function(){ if(data.category==='filter.v.availability'){ if(data.value==1){ return `In stock` } return ` Out of stock ` } return `${data.label}` }()}
Clear all
SALE
6%
+5
[Dolls with "Heartbeat" and Sound] 15''Awake Maggi Aislinn Realistic Reborn Baby Girl With Blonde Hair By Rsgdolls®
Save
SALE
19%
+5
Realistic 20'' Lifelike Alina Awake Soft Washable Weighted Body Reborn Baby Doll Girl with Coos and ''Heartbeat'' By Rsgdolls®
Save
+5
【💥Clearance💥】17'' Real Lifelike Newborn Journey Reborn Baby Doll Girl,Best Value for Money By Rsgdolls®
SALE
16%
[Heartbeat💖 & Sound🔊]20" Silicone Vinyl Kimora & Aislinn Black Twins African American Reborn Baby Girls Doll By Rsgdolls®
Save
SALE
23%
Rsgdolls® Lifelike Toddler 17'' Truly Look Real Nathalia Realistic Reborn Baby Girl Doll Has Coos and "Heartbeat"
Save
SALE
20%
Eyes can Opened & Closed-Rsgdolls® 17'' Realistic Asleep Cullen Doll Preemie Full Silicone Soft Reborn Baby Girl with Coos and "Heartbeat" 2024
Save
SALE
17%
[Heartbeat & Sound] 20'' Lifelike Soft Black Silicone Little Diana African American Reborn Baby Girl By Rsgdolls®
Save
+5
20" Lifelike Reborn Rosalie Baby Doll Gifts For Kids,Cute Handmade Sleeping Doll Named Soledad with “Heartbeat” and Sound By Rsgdolls®
+5
20" Truly Reborn Baby Girl Theresa Smile Newborn Doll with Coos and ''Heartbeat'' By Rsg Reborn Dolls®
SALE
4%
[ "Heartbeat" and Sound] 15'' Zoie Realistic Reborn Series Maggi Weighted Newborn Baby Girl with Accessories and Certificate of Adoption By Rsgdolls®
Save
SALE
19%
+5
[Holiday Gifts] 20'' Blanco Touch Real Reborn Baby Doll Girl with Coos and ''Heartbeat'' By Rsgdolls®
Save
SALE
19%
+5
[Asleep Boy] 20 '' Lifelike Nateka Asleep Huggable Weighted Reborn Baby Boy with Heartbeat & Sound By Rsgdolls®
Save
17'' Lifelike Realistic Eyes Blinking Kara Soft Weighted Body Reborn Baby Doll Girl That Look Real with "Heartbeat" and Coos By Rsgdolls®
[New 2024] Heartbeat & Sound 20 Inches Realistic Reborn Baby Dolls Girl Alma Best Gift Ideas By Rsgdolls®
SALE
7%
Black Reborn Baby Boy Doll Abraham 20" Soft Weighted Body Lifelike Cute Handmade Reborn Sleeping Doll Set, Gift for Kids
Save
SALE
19%
+5
[Precious Gifts] 20'' Blanco Touch Real Reborn Baby Doll Girl with Coos and ''Heartbeat'' By Rsgdolls®
Save
Eyes can Opened & Closed-[Coos and "heartbeat"] Rsgdolls®17'' Realistic Tracy Silicone Vinyl Reborn Toddlers Baby Doll Girl By 2024
+5
[Heartbeat & Sound] 20 '' Real Lifelike Carley Cute Realistic Soft Silicone Reborn Baby Boy By Rsgdolls®
[Heartbeat & Sound]Rsgdolls®Realistic Newborn Baby Dolls 20"& 22" Silicone Real Toddler Girl Lifelike
SALE
18%
Rsgdolls® Realistic 20'' African American Kelly Black Weighted Soft Reborn Baby Doll Girl with Coos and "Heartbeat"
Save
SALE
27%
Real Lifelike 17'' Rebekah Authentic Reborn Baby Doll Girl Has Coos and "Heartbeat", Newborn Baby Dolls With Clothes By Rsgdolls®
Save
SALE
19%
[Heartbeat & Sound]Rsgdolls® 20"& 22" Lifelike Awake Daphne Realistic Vinyl Reborn Toddler Baby Doll Girl
Save
+10
[Fashion Doll Gifts] 20" Realistic Chubby Asleep Newborn Baby Girl,Huggable Reborn Baby Doll Girl Camille Look Real By Rsgdolls®
SALE
19%
Lifelike 20'' Little Black Chaya Cute African American Reborn Baby Doll Girl with Coos and "Heartbeat" By Rsgdolls®
Save
Realistic Reborn Baby Doll 20" Lifelike Baby Girl Doll Truly Real & Weighted Toddler with Handmade Brown Hair Named Sunnin
SALE
19%
[Heartbeat & Sound] Rsgdolls®20"& 22" Lifelike Awake Janey Realistic Reborn Baby Toddler Doll Girl have Beautiful Eyes
Save
SALE
2%
[Heartbeat & Sound] 20" Real Lifelike Soft Weighted Body Reborn Sleeping Baby Doll Girl Newborn Baby Sean By Rsgdolls®
Save
SALE
19%
Rsgdolls® Super Realistic Toddler Newly Handmade 20 Inches African American Reborn Black Baby Dolls Girl Elon
Save
[Dolls with "Heartbeat" and Sound]15'' Aislinn Washable Realistic Reborn Baby Girl With Blonde Hair Have Big Eyes
SALE
27%
African American 20'' Diaz Real Looking Lifelike Black Reborn Baby Doll Girl With Heartbeat & Sound By Rsgdolls®
Save
SALE
19%
+5
Super Realistic 20'' Handsome Newborn Named Trendon Touch Real Soft Weighted Body Asleep Reborn Baby Boy Doll with "Heartbeat" By Rsgdolls®
Save
SALE
19%
+5
[New in 2024]20" Quality Realistic Handmade Reborn Baby Doll Girl Katherine with Heartbeat💖 & Sound🔊 By Rsgdolls®
Save
SALE
19%
[Reborn Boy]20'' Little Jeremy Lifelike Soft Weighted Body Handsome Reborn Toddler Baby Boy Toy with Coos and Heartbeat By Rsgdolls®
Save
SALE
21%
[Heartbeat+Sound] Soft Weighted Body 20'' Little Paislee Cute Reborn Toddler Baby Doll-Realistic And Lifelike Baby Girl By Rsgdolls®
Save
SALE
19%
Rsgdolls® Realistic 20'' Mia Handmade Huggable Soft Body Reborn Baby Doll Girl Gift With Heartbeat & Sound
Save
SALE
46%
[Heartbeat💖 & Sound🔊] Realistic Reborn Toddlers Baby Girl Aneyah 20'' Lifelike Awake Reborn Baby Doll with Painted Hair
Save
[Heartbeat💖 & Sound🔊] 18" Lifelike Brown Hair Reborn Newborn Baby Girl Grema with Realistic Skin and Real Life Blue Eyes
SALE
37%
[Clearance] Rsgdolls®African American 20'' Little Tracy Black Silicone Vinyl Reborn Baby Doll Girl Toy By REALISTIC SWEET GALLERY
Save
SALE
19%
Rsgdolls®Real Lifelike 17'' Rayna Reborn Baby Doll Girl Toy with Coos and "Heartbeat"
Save
SALE
19%
[Reborn Boy] 20'' Realistic Toddler Boy Reborn Baby with Curly Blonde Hair Named Samuel With Heartbeat💖 & Sound🔊
Save
Eyes can Opened & Closed-17" Real Looking Lifelike Marilla Silicone Reborn Baby Doll Girl Has "Heartbeat"💖 & Sound🔊
SALE
37%
Clearance,20'' Lifelike Tracy African American Baby Doll Girl Toy By Realistic Sweet Gallery
Save
SALE
20%
Turly Sweet 17'' Realistic Asleep Cullen Doll Preemie Full Body Silicone Vinyl Reborn Baby Girl with Coos and "Heartbeat" By Rsgdolls®
Save
SALE
19%
[Heartbeat & Sound] African American 20'' Nalani Super Trending Black Silicone Vinyl Reborn Baby Doll Girl By Rsgdolls®
Save
SALE
19%
+5
[Heartbeat& Sound] 20'' Real Lifelike Sweet Emma Handmade Cute Soft Silicone Reborn Baby Doll Girl By Rsgdolls®
Save
SALE
20%
+8
[Half Price Today] Realistic 20'' Mia Handmade Huggable Soft Body Reborn Baby Doll Girl Gift With Heartbeat & Sound By Rsgdolls®
Save
SALE
19%
Rsgdolls® Truly Look Real 20" Rita Super Realistic Reborn Baby Doll Boy, Birthday Gifts with Coos and "Heartbeat"
Save
SALE
19%
+5
20'' Reborn Newborn Realistic Truly Look Real Baby Doll Boy Named Claire With Hand-Rooted Delicate Lashes By Rsgdolls®
Save
${function(){ if(data.total <= 0){ return '
No products found
Use fewer filters or
Clear all
' } return `` }()}
Dress Up Your Dolls👒
SALE
30%
For 12 Inches Baby Time-Limited Offer! Rsgdolls®Adoption Reborn Baby Essentials-7pcs Gift Set C
Save
SALE
50%
2 Magnetic Pacifier Set [ONLY $9.99!!]
Save
SALE
38%
12 Inches Rsgdolls® Adorable Adoption Reborn Baby Essentials Gift Set
Save
SALE
25%
[Suitable for 12'' Boy] Time-Limited Offer! Rsgdolls® Adoption Reborn Baby Essentials-8pcs Gift Set
Save
SALE
27%
12 Inches Rsgdolls® Bunny Bunny Baby Clothes for Mini Reborns
Save
20"-22" Reborn Dolls Baby Clothes Dinosaur Outfit Reborn Doll Boy Baby Clothing Accessories sets
For 12"-17" Baby🧶100% Hand Knitted-Camel Woven Sleeping Bag Doll Clothes Accessories Clothes Accessories
SALE
44%
20"- 22" [Limited Time Special] Reborn Girl Dolls Baby Cake Dress Clothing Accessories
Save
[Suitable for 12'' Mini doll] Rsgdolls® Pure Handmade 3 Pcs Striped Unisex Baby Cotton Clothes Set
12 Inches Rsgdolls®2 Psc Corduroy Jumpsuit Suit Baby Clothes for Mini Reborns
View all
Shop By Feature
Boys
Twins
Reborn-Girls
Toddler Dolls
Newborn Dolls
African American
Large Size Reborn Baby Dolls
[New Series]20" Lifelike Handmade Huggable Opend Eyes Reborn Toddler Baby Doll That Look Real Twins Girl And Boy Marry & Jacky
Realistic Reborn Baby Doll 20" Lifelike Baby Girl Doll Truly Real & Weighted Toddler with Handmade Brown Hair Named Sunnin
[Heartbeat💖 & Sound🔊] Realistic Reborn Baby Toddlers Girl Edwina 20'' Lifelike Awake Reborn Baby Doll with Blonde Hair
20'' Real Weighted Reborns Newborn Baby Boy Sama, Cute Realistic Soft Sleeping Silicone Baby Dolls
SALE
19%
Real Lifelike Reborn Doll 20" Cute Silicone Reborn Sleeping Baby Doll
Save
[Cute Yannick Baby] 20" Looking Lifelike Handmade Huggable Blonde Hair Cloth Reborn Toddler Doll Boy With Teeth Anmay
SALE
19%
[NEW!] Black silicone doll 20" African American Baby Dolls That Look Real Can Take A Bath
Save
SALE
19%
[Reborn Boy] 20'' Realistic Toddler Boy Reborn Baby with Curly Blonde Hair Named Ezra With Heartbeat💖 & Sound🔊
Save
[NEW] Reborn Dolls for Reborn Lover 17" Realistic Reborn Baby Cute Girl Doll That Look Real Riten
SALE
19%
[Reborn Boy] 20'' Realistic Toddler Boy Reborn Baby with Curly Blonde Hair Named John With Heartbeat💖 & Sound🔊
Save
View all
${function(){ const settings_product_title = "title"; const product_grid_image_size = "100%"; const settings_product_image_hover_on = true; let settings_product_save_label = true; const settings_product_swatches_name = {"0":"material","1":"style","2":"size","3":"body material","4":"opened eyes or closed","6":"options","7":"package options","8":"clothes set","9":"gender","10":"materail","11":"package option"}; const settings_collection_color_swatches = true; const variantShowLimit = 4; const private_id = 'product-tmpl-' + Math.random().toFixed(6).slice(-6) const product_variants = data.variants || []; const product_id = data.id; const images = data.images || []; const image = data.image || {}; const imageWidth = image.width; let imageHeight = image.height; if (product_grid_image_size !== 'natural') { imageHeight = (imageWidth * parseFloat(product_grid_image_size)) / 100; } const price = Number(data.price_min); let compareAtPrice = Number(data.compare_at_price); let offRatio = data.off_ratio; const type = data.type; const isMock = data.isMock; let product_image_hover_on = false; for (let i = 0; i < product_variants.length; i++) { const item = product_variants[i]; const vcap = Number(item.compare_at_price); if (item.price == price && vcap > compareAtPrice) { compareAtPrice = vcap; offRatio = item.off_ratio; } } let second_image = null; if (settings_product_image_hover_on) { for (let i = 1; i < images.length; i++) { const img = images[i]; if (img.src && img.src.indexOf('video=') === -1) { second_image = img; product_image_hover_on = true; break; } } } let sold_label_on = false; let sale_label_on = false; if (settings_product_save_label == null) { settings_product_save_label = true; } if (!data.available) { sold_label_on = true; } if (settings_product_save_label && compareAtPrice > price && data.available) { sale_label_on = true; } const diffPrice = compareAtPrice - price; const variantValues = []; const showVariants = []; if (data.need_variant_image && settings_collection_color_swatches && settings_product_swatches_name.length > 0) { for (let i = 0; i < (data.options || []).length; i++) { const option = data.originData.options[i]; const optionName = option.name && option.name.toLowerCase(); if (settings_product_swatches_name.includes(optionName)) { for (let j = 0; j < product_variants.length; j++) { const variant = product_variants[j]; const value = variant.options[i].value; if (!variantValues.includes(value)) { variantValues.push(value); showVariants.push(variant); } } break; } } } return `
${function(){ if(showVariants.length == 0){ return `
` } return `
${ showVariants.map(item=>{ return `
`; }).join('') }
` }() }
SOLD OUT
SALE
${offRatio}%
${ showVariants.slice(0,variantShowLimit).map((item,index)=>{ return `
`; }).join('') }
+${showVariants.length - variantShowLimit}
${(settings_product_title === 'sub_title' && data.brief) ? data.brief : data.title}
Save
`; }()}
Save
-
${function() { let availableQuantity = data && data.available_quantity; const lowStock = 5; if (availableQuantity == undefined) { return ''; } availableQuantity = Math.max(availableQuantity, 0); return availableQuantity > lowStock ? `
${("{stock} in stock, ready to be shipped").replace(/\{*stock*\}/, availableQuantity)}
` : `
${("Only {count} left!").replace(/\{*count*\}/, availableQuantity)}
`; }()}