Adding product to your cart
Our SKY POWDER pebbled vegan leather case combines style and functionality. Crafted with attention to detail, this case features:
-
Customisable Wrist Strap: Personalise the detachable wrist strap with your name or favorite word using chic metal letters in gold and crystal. Add up to 9 letters and symbols (❤️ or ⭐).
-
Card Holder Insert: Conveniently store your essential cards in the secure cardholder on the back of the case.
- ENTER YOUR NAME IN 'NOTES SECTION' AT CHECKOUT.
Worldwide shipping is available at checkout.
/* 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