Nurturing and restoring rich foot butter for smooth soft skin with a healing blend of 100% pure, highest grade unrefined Shea Butter and Cocoa Butter, infused with Neem, Tea Tree, Baobab and Sweet Almond Oils.
USES
- Can be used on dry or damp feet to soften hard and callous skin.
- Massage feet and ankle area to relive tired and achy feet.
- Use nightly for best results.
/* 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;
}
}