Our Values

French Twist

With a fun-flirty attitude, AANOUKIS blesses femininity and celebrates mix of love and an eye for detail to make you feel this french “Je ne sais quoi”.

Engaged Production in Bali

Deeply connected with the spirit of Bali & its people, the production highlights talented Balinese women & integrates them in a proud and independent community.

Circle of Love

Creating our collection with love in Bali, with our talented team of handcrafts.

Empowering Women

Since the establishment of AANOUKIS, Alexandra has empowered local craftswomen with more independence by buying sewing machines to sew in their own home.

/* Values Section */ .values-section { background-image: url('{{ "your-image.jpg" | asset_url }}'); /* Replace with your image path */ background-size: cover; background-position: center; padding: 60px 20px; color: #ffffff; } .values-container { max-width: 1200px; margin: 0 auto; text-align: center; } .values-heading { font-size: 2rem; margin-bottom: 40px; } .values-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; } .value-box { background-color: rgba(34, 70, 37, 0.8); /* Dark green overlay */ padding: 20px; border-radius: 8px; max-width: 300px; flex: 1 1 45%; /* Responsive columns */ text-align: center; } .value-icon { font-size: 2rem; margin-bottom: 10px; } .value-title { font-size: 1.25rem; margin-bottom: 10px; } .value-description { font-size: 1rem; line-height: 1.5; } /* Responsive Adjustments */ @media (max-width: 768px) { .values-grid { flex-direction: column; align-items: center; } .value-box { flex: 1 1 100%; max-width: 100%; } }