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
Initial Necklaces
Double Initial Tag Necklace
{ 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 === +'32916954153213')" 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 === +'32974941290749')" 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 === +'32974941356285')" 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">
Double Initial Tag Necklace
$14.95
$14.95
Color:
White Gold
Letter
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
In-stock & ready to ship
Add to Cart
Notify Me
PAIR WITH
Make a bold impression with our double initial tag necklace. One tag dazzles with shimmering AAAAA cubic zirconia stones, while the other exudes timeless elegance with its minimalist design. Crafted with your comfort in mind, this necklace is hypoallergenic and boasts an adjustable chain for the ideal fit. Elevate every outfit with ease and sophistication with this must-have accessory.
Materials: 
14K Yellow Gold or Rhodium plated.
AAAAA Cubic Zirconia
Measurements: Chain length: 16 inches + 2" extender.
Pendant with CZ: 7mm x 5mm; Plain Pendant: 7mm x 5mm
Hypoallergenic; nickel, lead, and cadmium free.
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="double-initial-tag-necklace">
Recommended
Community
Reviews
Double Initial Tag Necklace
A / White Gold
Add to Cart
Out of Stock
YOU MAY ALSO LIKE
content_slider?.scrollToIndex(index)">
RECENTLY VIEWED
content_slider?.scrollToIndex(index)">
{}">