Skip to main content
Jewelry
Activewear
FREE SHIPPING ON ORDERS OVER $50
VISIT US
Main Menu
{ if (e.key === 'k' && e.ctrlKey) { e.preventDefault(); e.stopPropagation(); if (!hasFocus) { hasFocus = true; $modal.setId('search') $nextTick(() => $el.querySelector('input')?.focus()) } } if (e.key === 'Escape' && hasFocus) { e.preventDefault(); e.stopPropagation(); hasFocus = false; $modal.id = ''; $refs.navSearchButton.focus() } }">
Search
{ hasFocus = false }, 300) }; " class="appearance-none flex-1 bg-transparent !outline-none">
{ if (hasFocus && $modal.id !== 'search') { $refs.navSearchForm.classList.remove('active'); setTimeout(()=> { hasFocus = false }, 300) return; } hasFocus = true; $modal.setId('search') if (window.innerWidth > 768) { $nextTick(()=> $refs.navSearchForm.querySelector('input').focus()) } }">
Search
{ if ($modal.id !== `megamenu--jewelry-best`) { e.preventDefault(); $modal.setId(`megamenu--jewelry-best`); $modal.setSubId(`megamenu-submenu--`) } }" @pointerenter="$modal.setId(`megamenu--jewelry-best`, true); $modal.setSubId(`megamenu-submenu--`, true)" :class="$modal.id === `megamenu--jewelry-best` && $modal.sub_id === `megamenu-submenu--` ? 'active' :'' " class="group relative shrink-0 flex gap-0.5 items-center group whitespace-nowrap">
BEST SELLERS
{ if ($modal.id !== `megamenu--new`) { e.preventDefault(); $modal.setId(`megamenu--new`); $modal.setSubId(`megamenu-submenu--`) } }" @pointerenter="$modal.setId(`megamenu--new`, true); $modal.setSubId(`megamenu-submenu--`, true)" :class="$modal.id === `megamenu--new` && $modal.sub_id === `megamenu-submenu--` ? 'active' :'' " class="group relative shrink-0 flex gap-0.5 items-center group whitespace-nowrap">
NEW
{ if ($modal.id !== `megamenu--earrings`) { e.preventDefault(); $modal.setId(`megamenu--earrings`); $modal.setSubId(`megamenu-submenu--`) } }" @pointerenter="$modal.setId(`megamenu--earrings`, true); $modal.setSubId(`megamenu-submenu--`, true)" :class="$modal.id === `megamenu--earrings` && $modal.sub_id === `megamenu-submenu--` ? 'active' :'' " class="group relative shrink-0 flex gap-0.5 items-center group whitespace-nowrap">
EARRINGS
{ if ($modal.id !== `megamenu--rings`) { e.preventDefault(); $modal.setId(`megamenu--rings`); $modal.setSubId(`megamenu-submenu--`) } }" @pointerenter="$modal.setId(`megamenu--rings`, true); $modal.setSubId(`megamenu-submenu--`, true)" :class="$modal.id === `megamenu--rings` && $modal.sub_id === `megamenu-submenu--` ? 'active' :'' " class="group relative shrink-0 flex gap-0.5 items-center group whitespace-nowrap">
RINGS
{ if ($modal.id !== `megamenu--necklaces`) { e.preventDefault(); $modal.setId(`megamenu--necklaces`); $modal.setSubId(`megamenu-submenu--`) } }" @pointerenter="$modal.setId(`megamenu--necklaces`, true); $modal.setSubId(`megamenu-submenu--`, true)" :class="$modal.id === `megamenu--necklaces` && $modal.sub_id === `megamenu-submenu--` ? 'active' :'' " class="group relative shrink-0 flex gap-0.5 items-center group whitespace-nowrap">
NECKLACES
{ if ($modal.id !== `megamenu--bracelets`) { e.preventDefault(); $modal.setId(`megamenu--bracelets`); $modal.setSubId(`megamenu-submenu--`) } }" @pointerenter="$modal.setId(`megamenu--bracelets`, true); $modal.setSubId(`megamenu-submenu--`, true)" :class="$modal.id === `megamenu--bracelets` && $modal.sub_id === `megamenu-submenu--` ? 'active' :'' " class="group relative shrink-0 flex gap-0.5 items-center group whitespace-nowrap">
BRACELETS
{ if (e.key === 'k' && e.ctrlKey) { e.preventDefault(); e.stopPropagation(); if (!hasFocus) { hasFocus = true; $modal.setId('search') $nextTick(() => $el.querySelector('input')?.focus()) } } if (e.key === 'Escape' && hasFocus) { e.preventDefault(); e.stopPropagation(); hasFocus = false; $modal.id = ''; $refs.navSearchButton.focus() } }">
Search
{ hasFocus = false }, 300) }; " class="appearance-none flex-1 bg-transparent !outline-none">
{ if (hasFocus && $modal.id !== 'search') { $refs.navSearchForm.classList.remove('active'); setTimeout(()=> { hasFocus = false }, 300) return; } hasFocus = true; $modal.setId('search') if (window.innerWidth > 768) { $nextTick(()=> $refs.navSearchForm.querySelector('input').focus()) } }">
Search
0
Home
Shop All
Manicure Nail Ring
{ content_slider.handleScroll(e); const mediaId = [...$el.querySelectorAll(':scope > div:not(.hidden):not(.\\!hidden)')].find(pic => pic?.classList?.contains('centered'))?.getAttribute('data-media-id'); if (mediaId && mediaId !== pdp.selected_media_id) { pdp.selected_media_id = mediaId }}" @scrollend="content_slider.handleInfiniteScroll" x-effect="() => { if (pdp.selected_variant?.id && pdp.selected_variant?.id !== pdp.initial_variant_id && !pdp.thumbnail_images_cleaned) { $el.querySelectorAll(':scope > button:not([\\:data-media-id])').forEach(el => el.remove()) pdp.thumbnail_images_cleaned = true } const prev_target = $el.querySelector(`[data-media-id='${pdp.previous_selected_media_id}']`); const target = $el.querySelector(`[data-media-id='${pdp.selected_media_id}']`); const paddingTop = parseFloat(getComputedStyle($el)?.paddingTop?.replace('auto', '0')); const paddingLeft = parseFloat(getComputedStyle($el)?.paddingLeft?.replace('auto', '0')); if (target && content_slider.state.slide_count > 1 && !pdp.scrolling_to_image && !utils.isElementFullyVisible(target)) { if (prev_target && parseInt(getComputedStyle(prev_target)?.order) > parseInt(getComputedStyle(target)?.order)) { let pastOrEqualTarget = false const newTarget =[...$el.querySelectorAll(':scope > button:not(.hidden):not(.\\!hidden)')].reverse().find((child) => { pastOrEqualTarget ||= child.getAttribute('data-media-id') === `${pdp.selected_media_id}`; if (pastOrEqualTarget) { if (getComputedStyle(child)?.scrollSnapAlign !== 'none') return true } return false }) $el.scrollTo({ top: newTarget?.offsetTop - paddingTop, left: newTarget?.offsetLeft - paddingLeft, behavior: 'instant' }) return; } $el.scrollTo({ top: target?.offsetTop - paddingTop, left: target?.offsetLeft - paddingLeft, behavior: 'instant' }) } }" x-ref="scrollContainer">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" :style="`--order: ${i * 10};`" x-effect="$el.classList.toggle('active', +pdp.selected_media_id === +pdp.thumbnail_media[i].id || (i === 0 && ![...$el.parentElement.querySelectorAll(':scope > button[data-media-id]')].some(el => +el.getAttribute('data-media-id') === +pdp.selected_media_id)))" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order]">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" style="--order: 0;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'34290678595837')" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order] active">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" style="--order: 10;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'34290679218429')" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order] ">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" style="--order: 20;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'34290678628605')" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order] ">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" style="--order: 30;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'34290679185661')" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order] ">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" style="--order: 40;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'34290678759677')" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order] ">
{ content_slider.handleScroll(e); const mediaId = [...$el.querySelectorAll(':scope > div:not(.hidden):not(.\\!hidden)')].find(pic => pic?.classList?.contains('centered'))?.getAttribute('data-media-id'); if (mediaId && mediaId !== pdp.selected_media_id) { pdp.selected_media_id = mediaId }}" @scrollend="content_slider.handleInfiniteScroll" x-effect="() => { if (pdp.selected_variant?.id && pdp.selected_variant?.id !== pdp.initial_variant_id && !pdp.images_cleaned) { $el.querySelectorAll(':scope > div:not([\\:data-media-id])').forEach(el => el.remove()) pdp.images_cleaned = true } }" x-ref="scrollContainer">
Manicure Nail Ring
$12.95
$12.95
Color:
White Gold
Size Guide
HOW TO KNOW YOUR SIZE
Ribbon or Paper Method
Cut a thin strip of paper/ribbon to wrap around finger.
Wrap it at the base of the finger you would like to measure and mark where it overlaps.
Measure the piece of paper or string with a ruler and round up to the nearest mm.
* PRO TIP: Repeat the steps a couple times to ensure you're getting the right measurememt.
To Keep in Mind
If you’re between sizes, we typically recommend sizing up for the best fit.
In-stock & ready to ship
Add to Cart
Notify Me
PAIR WITH
Save on your manicure and skss expensive nail art goodbye with this blingy nail ring ideal for always getting noticed when you're trying to catch someone's attention (a.k.a. never get ignored by the professor in class again). Plus, it's sensitive-skin safe and made without nickel, cadmium, or lead.Measurements:- 14K yellow gold plated, or rhodium plated.- Length: 20mm; Width: 10mm.- Adjustable Nail Ring Size.- AAAAA Premium Cubic Zirconia.
VIEW FULL DETAILS
{ document.documentElement.style.setProperty(`--height-template--21368699060477__main_product_bar_G6a8zB`, $el.offsetHeight + 'px') });" x-cloak x-show="progress > 0" :class="progress > 0 ? ($modal.id ? 'z-[10]' : 'z-[2147483645] pointer-events-auto') : 'pointer-events-none'" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="fixed bottom-0 inset-x-0 transition-opacity px-container-md" x-data="{ ..._sections.initMainProduct($el, $refs, $el.getAttribute('data-product-handle')), ..._sections.initParallax($el), progress: $scrollProgress.progress.get($el.closest(`.shopify-section`)), initiated: false }" x-effect="() => { progress = $scrollProgress.progress.get($el.closest(`.shopify-section`)); if (progress && progress > 0 ) { $nextTick(() => { requestAnimationFrame(() => { document.documentElement.style.setProperty(`--height-template--21368699060477__main_product_bar_G6a8zB`, $el.offsetHeight + 'px') }) }); } if (!initiated && _stores.main_product) { initiated = true; state = _stores.main_product?.state; pdp = _stores.main_product?.pdp; handleAddToCart = _stores.main_product?.handleAddToCart; handleBackInStockNotification = _stores.main_product?.handleBackInStockNotification; styleDynamicBuyButton = _stores.main_product?.styleDynamicBuyButton; setSelectedVariant = _stores.main_product?.setSelectedVariant; setProductOption = _stores.main_product?.setProductOption; setSiblingProduct = _stores.main_product?.setSiblingProduct; setSellingPlan = _stores.main_product?.setSellingPlan; scrollToMediaById = _stores.main_product?.scrollToMediaById; getContentLabels = _stores.main_product?.getContentLabels; getDiscountLabel = _stores.main_product?.getDiscountLabel; getDynamicText = _stores.main_product?.getDynamicText; getDynamicValue = _stores.main_product?.getDynamicValue; getDynamicValueWithFallbacks = _stores.main_product?.getDynamicValueWithFallbacks; getCTAButtonProps = _stores.main_product?.getCTAButtonProps; updateProductState = _stores.main_product?.updateProductState; setDynamicPrice = _stores.main_product?.setDynamicPrice; handleImageSelection = _stores.main_product?.handleImageSelection; } }" data-product-handle="manicure-nail-ring">
Recommended
Community
Reviews
Manicure Nail Ring
White Gold
Add to Cart
Out of Stock
YOU MAY ALSO LIKE
content_slider?.scrollToIndex(index)">
RECENTLY VIEWED
content_slider?.scrollToIndex(index)">
{}">