Crazy Rumors are wonderfully colourful and flavourful vegan lip balms from the US. Exceptional 100% natural lip care handmade in small batches for the purest and freshest balms. Made with super moisturising delights like Certified Organic Shea Butter + soothing Jojoba oil and mouth-watering flavours sourced from fruits, vegetables and spices.
BLACK CHERRY FLAVOUR - Always a show topper!
Sweet, succulent and simply mouthwatering. This is fruity cherry bliss at its finest!
TOP OFF A GREAT DAY!
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}