It can be taken internally or used externally
Supplied in Amber Glass Bottles for long shelf life 240 ml.
Bursting with Vitamin E and Oleic Acid it is an Excellent Moisturising Oil for Hair and Skin
Cold Pressed from Delicious Sweet Organic Almonds
Certified Organic to Higher EU Food Grade Standard
Edible Grade over Cosmetic Grade Oil for the Highest Level of Care and Nutrition your Skin Needs Too
Perfect As a Base Oil for Aromatherapy Massage- Just Add Your Favourite Essential Oil.
Want to Get the Goodness on the Inside Too, Make your Own Salad Dressing or Add to Smoothies
Manufactured in UK, Origin Spain.
/* 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;
}
}