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.
RASPBERRY SORBET FLAVOUR - Yep, opposites do attract!
Sweet berry meet citrus tartness.This might just be the perfect dessert!
VERY, BERRY GOOD!
/* 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;
}
}