A zesty orange aroma from organic orange oil is complimented by the sweet, tart cranberries studding these cookies. They lend the cookie a pleasant chewy texture following the initial crisp snap. Deeply fruity, our Cranberry & Orange cookies will perk up your day. From January 2023 - Palm Oil Free too!
/* 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;
}
}