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
Earrings
Earrings
All Earrings
Hoops & Huggies
Studs
Dangle & Threader
Cuffs
Earring Jackets
Earring Sets
Statement
Charms
Filters
Sort by: Loading
{ ;if (!select?.contains($event.target) && select !== $event.target) { show_popover = false; show = false; } }" @scroll.window="pos = select.getBoundingClientRect()" @resize.window="pos = select.getBoundingClientRect()" @keydown.esc="show_popover = false; show = false;" @keydown.left.prevent.stop="focusIndex = focusIndex > 0 ? focusIndex -1 : values.length - 1" @keydown.up.prevent.stop="focusIndex = focusIndex > 0 ? focusIndex -1 : values.length - 1" @keydown.down.prevent.stop="focusIndex = focusIndex + 1 < values.length ? focusIndex + 1 : 0" @keydown.right.prevent.stop="focusIndex = focusIndex + 1 < values.length ? focusIndex + 1 : 0" @keydown.space.prevent.stop="main_collection.state.sort_by = value" @keydown.enter.prevent.stop="main_collection.state.sort_by = value; show_popover = false; show = false;" class="fixed z-max min-w-max mt-1 max-h-60 w-full overflow-auto rounded-md bg-white py-1 text-base shadow-lg outline-none ring-1 ring-black/5 transition-opacity duration-75 focus:outline-none sm:text-sm dropdown--input-select-plain" aria-label="Sort by" aria-orientation="vertical" role="listbox" tabindex="0" x-show="show_popover" x-cloak x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0">
{ if (disabledItems[i]) return; main_collection.state.sort_by = value; focusIndex = i; show_popover = false; show = false; }" :disabled="!!disabledItems[i]" :class="i === focusIndex && !disabledItems[i] ? 'active' : disabledItems[i] ? 'opacity-40' :''" x-effect="i === focusIndex && $el.parentElement ? $el.parentElement.scrollTop = $el.offsetTop - 120 : null" role="option" tabindex="-1" :aria-selected="i === focusIndex">
Filters (0)
Color
Price
$0.00
$199.99
{ const target = Math.max(0, Math.min(max, Math.round(((e.clientX - $refs.slider.getBoundingClientRect().left) / $refs.slider.clientWidth) * max))); to = Math.abs(target - to) <= Math.abs(target - from) ? target : to from = Math.abs(target - from) <= Math.abs(target - to) ? target : from }">
{ document.body.classList.add('[&_*]:!cursor-grabbing'); const handleMove = (e) => { from = Math.max(0, Math.min(to - 1, Math.round(((e.clientX - $refs.slider.getBoundingClientRect().left) / $refs.slider.clientWidth) * max))) } const handleExit = (e) => { e.preventDefault(); e.stopPropagation(); document.body.classList.remove('[&_*]:!cursor-grabbing'); document.removeEventListener('pointermove', handleMove) document.removeEventListener('pointerup', handleExit) } document.addEventListener('pointermove', handleMove) document.addEventListener('pointerup', handleExit) }" class="absolute top-1/2 -mx-1 -translate-y-1/2 cursor-grab p-1 outline-none transition-transform duration-75 focus:scale-150 focus:text-secondary-outline active:cursor-grabbing hfa:outline-none">
{ document.body.classList.add('[&_*]:!cursor-grabbing'); const handleMove = (e) => { to = Math.max(from + 1, Math.min(max, Math.round(((e.clientX - $refs.slider.getBoundingClientRect().left) / $refs.slider.clientWidth) * max))) } const handleExit = (e) => { e.preventDefault(); e.stopPropagation(); document.body.classList.remove('[&_*]:!cursor-grabbing'); document.removeEventListener('pointermove', handleMove) document.removeEventListener('pointerup', handleExit) } document.addEventListener('pointermove', handleMove) document.addEventListener('pointerup', handleExit) }" type="button" class="absolute top-1/2 -mx-1 -translate-y-1/2 cursor-grab p-1 outline-none transition-transform duration-75 focus:scale-150 focus:text-secondary-outline active:cursor-grabbing hfa:outline-none">
Product type
Crawler
Cuff
Dangle
Ear Cuff
Ear Lobe Cuff
Earring Jacket
Earring-Necklace Set
Flat Backs
Hoop
Huggie
Pearl
Statement
Stud
Threader
Size
17 Millimeters
20 Millimeters
22 Millimeters
25 Millimeters
28 Millimeters
30 Millimeters
31 Millimeters
38 Millimeters
40 Millimeters
50 Millimeters
5mm
5.5-6mm
6mm
6MM
6.5-7mm
7MM
7mm
7.5-8mm
8mm
8MM
8.5-9mm
9 MM
9mm
9.5-10mm
10mm
10MM
10.5-11mm
12mm
15mm
16mm
20mm
20 mm
25mm
30mm
30 mm
40 mm
40mm
45mm
50 mm
60 mm
70 mm
Apply Filter
Apply Filters
{ 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 !== p_card.selected_media_id) { p_card.selected_media_id = mediaId }}" @scrollend="content_slider.handleInfiniteScroll" x-effect="() => { if (p_card?.selected_variant?.id && p_card?.selected_variant?.id !== p_card?.initial_variant_id && !p_card?.images_cleaned) { $el.querySelectorAll(':scope > div:not([\\:data-media-id])').forEach(el => el.remove()) p_card.images_cleaned = true } }" x-ref="scrollContainer">
content_slider?.scrollToIndex(index)">
Save 0.00
Sold out
Add
Bridal Huggie Earrings
$12.95
$12.95
{}" x-data="{ index: +`0`, hoverValue: '', offset: +`2` }" x-defer="intersect">
+1
{ 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 !== p_card.selected_media_id) { p_card.selected_media_id = mediaId }}" @scrollend="content_slider.handleInfiniteScroll" x-effect="() => { if (p_card?.selected_variant?.id && p_card?.selected_variant?.id !== p_card?.initial_variant_id && !p_card?.images_cleaned) { $el.querySelectorAll(':scope > div:not([\\:data-media-id])').forEach(el => el.remove()) p_card.images_cleaned = true } }" x-ref="scrollContainer">
content_slider?.scrollToIndex(index)">
Save 0.00
Sold out
Add
Conch Earrings
$23.95
$23.95
{}" x-data="{ index: +`0`, hoverValue: '', offset: +`2` }" x-defer="intersect">
+1
{ 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 !== p_card.selected_media_id) { p_card.selected_media_id = mediaId }}" @scrollend="content_slider.handleInfiniteScroll" x-effect="() => { if (p_card?.selected_variant?.id && p_card?.selected_variant?.id !== p_card?.initial_variant_id && !p_card?.images_cleaned) { $el.querySelectorAll(':scope > div:not([\\:data-media-id])').forEach(el => el.remove()) p_card.images_cleaned = true } }" x-ref="scrollContainer">
content_slider?.scrollToIndex(index)">
Save 0.00
Sold out
Add
Josephine Huggie Earrings
$14.95
$14.95
{}" x-data="{ index: +`0`, hoverValue: '', offset: +`5` }" x-defer="intersect">
+1
{}">