Organic, cold-pressed, and sustainably sourced grape seed oil boasting a bold, vibrant flavor.
Made by a family company, using locally sourced raw materials.
Produced by the mechanical cold-pressed method to retain the oil's natural vitamins and microelements that have a positive effect on human health.
This versatile oil is great for salad dressing, sauces, drizzling over meat, fish, soups, side dishes, and bread.
/* 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;
}
}