- Handmade by skilled artisans in India
- Hypoallergenic nickel + lead-free brass hardware
- These accessories are made by human hands. A slight variation in size and color is considered part of the beauty of these one-of-a-kind pieces.
- To extend the life of your accessories, store them in a dry place while swimming, showering, or working out.
/* Uniform sizing for product grid images */
.product-card__image img,
.card__media img,
.grid__item img,
img.product-image {
width: 100%;
height: 300px;
object-fit: cover;
object-position: center;
display: block;
}
/* Sizing for product page main image */
.product__media img {
width: 100%;
height: 500px;
object-fit: cover;
object-position: center;
display: block;
}
/* Uniform sizing for product grid images */
.product-card__image img,
.card__media img,
.grid__item img,
img.product-image {
width: 100%;
height: 300px;
object-fit: cover;
object-position: center;
display: block;
}
/* Sizing for product page main image */
.product__media img {
width: 100%;
height: 500px;
object-fit: cover;
object-position: center;
display: block;
}
/* Make all product card images the same size - Pacific theme */
.productgrid--item .productitem--image,
.productitem--image {
width: 100%;
height: 300px; /* Adjust this value as needed */
overflow: hidden;
}
.productgrid--item .productitem--image img,
.productitem--image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}