Adding product to your cart
PEARL AND GOLD PHONECHAIN
Gold chain featuring a delicate pearl accent, this phone charm isn’t just an accessory—it doubles as a practical wrist strap, providing extra security while you’re on the go.
The unique design ensures that it can be attached to any phone case, even those without an attachment loop, thanks to the transparent lanyard that fits snugly between your phone and case.
/* Enlarge product images on collection grid */
.grid__item {
flex-basis: 33.33%; /* Change this to 25% for 4 per row or 50% for 2 per row */
max-width: 33.33%;
}
.product-card__image-wrapper {
width: 100%; /* Make product images fill the container */
height: auto; /* Keep aspect ratio */
}
/* Adjust responsiveness for smaller screens */
@media (max-width: 768px) {
.grid__item {
flex-basis: 50%; /* 2 per row on tablets */
max-width: 50%;
}
}
@media (max-width: 480px) {
.grid__item {
flex-basis: 100%; /* 1 per row on mobile */
max-width: 100%;
}
}
Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device