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
Zodiac Necklaces
Zodiac Floating Pendant
{ 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 === +'32917324595453')" 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 === +'32917463007485')" 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 === +'32917462941949')" 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 === +'32917324693757')" 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 === +'32917465759997')" 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: 50;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917465727229')" 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: 60;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917324398845')" 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: 70;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917466284285')" 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: 80;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917466317053')" 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: 90;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917324628221')" 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: 100;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917466153213')" 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: 110;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917466120445')" 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: 120;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917324366077')" 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: 130;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917466415357')" 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: 140;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917466382589')" 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: 150;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917324464381')" 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: 160;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917486043389')" 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: 170;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917486010621')" 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: 180;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32974938439933')" 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: 190;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917324562685')" 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: 200;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917486141693')" 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: 210;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917486108925')" 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: 220;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917324431613')" 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: 230;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917486272765')" 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: 240;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917486239997')" 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: 250;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917324529917')" 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: 260;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917486338301')" 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: 270;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917486665981')" 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: 280;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917324497149')" 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: 290;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917486698749')" 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: 300;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917486305533')" 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: 310;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917324333309')" 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: 320;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917487223037')" 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: 330;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917486797053')" 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: 340;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32974938374397')" 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: 350;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917324660989')" 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: 360;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917486829821')" 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: 370;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917487190269')" 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: 380;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917312209149')" 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: 390;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32974938407165')" 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: 400;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32974938472701')" 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: 410;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917312340221')" 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: 420;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019931361533')" 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: 430;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019931295997')" 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: 440;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917311979773')" 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: 450;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019931328765')" 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: 460;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019931525373')" 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: 470;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917312274685')" 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: 480;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019931656445')" 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: 490;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019931427069')" 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: 500;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917312241917')" 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: 510;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019931394301')" 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: 520;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019931492605')" 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: 530;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917312045309')" 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: 540;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019931590909')" 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: 550;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019931558141')" 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: 560;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917312176381')" 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: 570;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019931623677')" 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: 580;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019931689213')" 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: 590;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917312078077')" 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: 600;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019931787517')" 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: 610;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019931754749')" 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: 620;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917312012541')" 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: 630;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019931820285')" 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: 640;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019931918589')" 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: 650;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917312143613')" 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: 660;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019931853053')" 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: 670;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019931885821')" 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: 680;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019931951357')" 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: 690;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917312110845')" 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: 700;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019932147965')" 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: 710;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019932049661')" 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: 720;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917312307453')" 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: 730;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019931984125')" 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: 740;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'33019932279037')" 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: 750;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'32917462450429')" 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">
Zodiac Floating Pendant
$15.95
$15.95
Color:
Yellow Gold
Shape
Gemini
Capricorn
Cancer
Aries
Aquarius
Virgo
Taurus
Scorpio
Sagittarius
Pisces
Libra
Leo
In-stock & ready to ship
Add to Cart
Notify Me
PAIR WITH
Are you looking for a unique and mesmerizing accessory to elevate your style? Look no further than the stunning Floating Astrology Pendant Necklace! This exquisite Horoscope Charm Necklace is crafted with delicate and intricate details that capture the essence of your zodiac sign.
Materials:
14K Yellow Gold or Rhodium plated.
Measurements: Chain Length: 16" + 3" extender; Chain Thickness: 2mm; Pendant: 17.8mm x 14.8mm.
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="zodiac-floating-pendant">
Recommended
Community
Reviews
Zodiac Floating Pendant
Capricorn / Yellow Gold
Add to Cart
Out of Stock
YOU MAY ALSO LIKE
content_slider?.scrollToIndex(index)">
RECENTLY VIEWED
content_slider?.scrollToIndex(index)">
{}">