Do you have a character in mind that you want us to make in the future? Tell us your suggestions and we'll keep it in mind. Please note: We only have 1 designer so we may not get to every suggestion.
What do you need help with today?
Choosing a selection results in a full page refresh.
/* Custom CSS to display in-stock items first */
.product-list {
display: flex;
flex-wrap: wrap;
}
.product-list-item {
flex: 0 0 calc(33.33% - 20px); /* Adjust the width as needed */
margin: 10px;
}