/* 3. MINI STOREFRONT STYLING */ .mini-storefront { max-width: 1200px; margin: 0 auto 60px; text-align: center; } .product-grid { display: grid; grid-template-columns: repeat(6, 1fr); /* Six columns */ gap: 20px; margin-top: 30px; } .product-placeholder { height: 150px; background-color: #fcfcfc; border: 1px solid #eee; display: flex; align-items: center; justify-content: center; font-size: 0.8em; }
22 Jul 2016

ESSENTIAL OILS -A NECESSITY IN EVERY BEAUTY ROUTINE

According to Wikipedia, an oil is "essential" in the sense that it contains the "essence of" the plant's fragrance—the characteristic fragrance of the plant from which it is derived.  Essential oils are derived from differen…

OUR BEAUTY GAZETTE

Loading posts...
Read More
```