Daily Shake Peanut Butter is a premium meal replacement shake with 23+ grams of plant protein per serve. It includes all your beauty supplements for hair,skin and nails. And your premium gut health supplements including: digestive enzyme and pre & probiotics to assist with bloating and digestion.
/* 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;
}
}