Collagen Shot is a premium liquid collagen sachet, pre-mixed and easy to take with a natural berry flavour, formulated in the perfect dose and designed to fit effortlessly into your everyday beauty routine. Collagen Shot contains premium hydrolysed freshwater marine collagen combined with acerola extract and vitamin C which contributes to normal formation of collagen for the normal function of the skin.
/* 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;
}
}