Our Black Seed Oil is cold pressed from the finest Egyptian virgin black seeds. It is renowned for across all cultures for amazing benefits.The oil pressed from the black seed was known as the "Pharaohs' Oil ", as it was the chosen treatment for various ailments and infections. In the 6th century, the prophet Muhammad is reported to have said, "Hold on to the use of the black seed for it has a remedy for every illness except death."
/* 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;
}
}