Adding product to your cart
Maximum of 9 letters. Please enter the name in the notes section of your basket.
Our Off White crocodile vegan leather case is crafted with your custom text on a metal lettered handle with options of gold and crystal. The highly praised leather adds quality and character to the case and is largely responsible for the success of the collections.
Worldwide shipping and UK Next Day delivery 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