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
Bracelets
Cherished Connections Charm Paperclip Bracelet Set
{ 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 === +'35103491162365')" 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 === +'35103491293437')" 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 === +'35523292594429')" 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 === +'35103491326205')" 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 === +'35523292496125')" 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">
Cherished Connections Charm Paperclip Bracelet Set
$26.95
$26.95
Color:
Yellow Gold
Size Guide
HOW TO KNOW YOUR SIZE
To Keep in Mind
If you’re between sizes, we typically recommend sizing up for the best fit.
Size Chart
If your measurements are around or less than 6", choose the size 6.5".
If your measurements are around 6.5", choose the size 7".
If your measurements exceed 7", choose the size 7.5".
Ribbon or Paper Method
Prepare a measuring tape: Use a flexible tape or strip of paper.
Wrap your wrist: Snugly wrap it around the widest part of your wrist.
Note the measurement: Mark where the tape or paper meets and measure it against a ruler.
Add 1/4 to 1/2 inch for comfort.
Choose your size:
If your measurements are around or less than 6", choose the size 6.5".
If your measurements are around 6.5", choose the size 7".
If your measurements exceed 7", choose the size 7.5".
* PRO TIP: Repeat the steps a couple times to ensure you're getting the right measurement.
In-stock & ready to ship
Add to Cart
Notify Me
PAIR WITH
The PAVOI 14K Gold Plated Charm Bracelet is a stylish and meaningful accessory designed to complement any look. Featuring a modern paperclip chain, this bracelet offers a sleek and trendy design. The set includes removable charms, including an airplane, bow, seashell, best friends heart, and dog, symbolizing adventure, love, and cherished connections. Crafted with a durable 14K gold-plated finish, this bracelet shines beautifully whether worn alone or layered with other pieces. A perfect statement accessory and a thoughtful gift for any occasion.Paperclip chain length: 6.5" + 1"Airplane charm: 9.2mm x 10mmBow tie noodle charm: 6mm x 8mmBest Friends heart charms: 8mm x 9mmSeashell charm: 9.2mm x 3.5mmDog charm: 12mm x 8.5mm
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="cherished-connections-charm-paperclip-bracelet-set">
Recommended
Community
Reviews
Cherished Connections Charm Paperclip Bracelet Set
Yellow Gold
Add to Cart
Out of Stock
YOU MAY ALSO LIKE
content_slider?.scrollToIndex(index)">
RECENTLY VIEWED
content_slider?.scrollToIndex(index)">
{}">