Yarrow
- Model: tinctsing-yarrow
Date Added: 03/13/2024
I ordered yarrow and shepherd's purse tincture from Silver Sage a few weeks ago and am so satisfied
/* Default background for all pages */ body { background-image: url('/images/default-background.jpg'); background-size: cover; } /* Background for product with ID 123 */ body.product-123 { background-image: url('/images/product-123-background.jpg'); background-size: cover; } /* Background for product with ID 456 */ body.product-456 { background-image: url('/images/product-456-background.jpg'); background-size: cover; }