ACTIPH Water is Europe's first alkaline ionised water and are the market leader of the alkaline water category in UK with 90% market share. Our spring water is purified, infused with electrolytes then ionised to pH 9 or higher making ACTIPH the most alkaline water on the market. Clinical trials have proved alkaline water hydrates faster than ordinary water, acts and anti-inflammatory in the gut and is highly effective at reducing pepsin which causes reflux
/* 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;
}
}