Menu

Log in
 

Home Series: ANIMA Apron

JOU_APRON_01

Apron, Originals Edition of Anima Series,
featuring Melissa’s illustration of a lynx.

For centuries the Apron is used for various crafters. Be it for those who are handy in the kitchen or those crafting their own wooden work or pair of jeans to now making their own artisanal coffee. These Anima Aprons nice protector of our body or to showcase these beautiful designs.

Ancient Greek philosophers believed that four classical elements were the basic constituents of all matter. These elements were Earth, Water, Air and Fire. As we are mortal beings, all of our elements eventually return to the universe.

The Lynx above is from the Ignis Kingdom (Fire Element) as The Empire of Founders. Whereas the wise Barn Owl is from the Aer Kingdom as The Guild of Transcendental Alchemists.

Liven your home with the ANIMA Home Series we have in store!

Available at our Darmawangsa Square and Plaza Senayan store.

JOU_APRON_02

Apron, Originals Edition of Anima Series,
featuring Melissa’s illustration of a barn owl.

JOU_APRON_03

Photography by Hotmaida Nainggolan
Illustrations by Melissa Sunjaya
Collection Design by Melissa Sunjaya & Weina Ding

Comments

Create account Please note, comments need to be approved before they are published.

Related articles

Language

Language

Country/region

Country/region

``` ## 2. The Final Alignment Fix (The Absolute Last Resort) The fact that the $15px$ padding is ignored means your theme is likely using a zero-out style on the input's universal selector. Please insert this single, highly aggressive line of CSS into your **Global Custom CSS Area** (Theme Settings $\rightarrow$ Custom CSS) **after** restoring `theme.liquid`. This targets the input's visual start point directly, ignoring all padding rules: ```css /* FINAL ATTEMPT: Fix horizontal text alignment by overriding the left visual placement */ #comments input, #comments textarea, #comments label { text-indent: 15px !important; }