Hemp Heros is an award winning Organic seed to shelf hemp company based in Ireland. Our products are made using our unique cold press method ensuring we are novel food compliant and solvent free. Due to our unique cold press method our products contain a full range of cannabinoids, vitamins and minerals helping to improved absorption. Our CBD oils are certified organic and we are proud to be the first CBD company in Ireland & the UK to become B Corp certified
/* 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;
}
}