By Providing your email you agree that your personal information will be handled in accordance with our privacy policy
Choosing a selection results in a full page refresh.
Opens in a new window.
/* Apply border-radius ONLY to product thumbnails in the KIM Packages collection */
.collection-kim-packages .card__media img,
.collection-kim-packages .product-card__image,
.collection-kim-packages .product-grid-item img {
border-radius: 12px; /* Adjust value as needed */
}