Carni Tea Xplode� Zero - food supplement in the form of a carbonated beverage containing green tea extract � Matcha, L-carnitine, taurine, N-acetyl-L-tyrosine, natural caffeine, vitamin B6, magnesium and chromium. With sweeteners. Pasteurized. Cherry flavour. *Sugar, fat and salt-free. Low energy. The product is suitable for vegans.
/* 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;
}
}