Plants

Bring life into your home with our curated collection of plants designed to complement a modern, minimal aesthetic. From sculptural succulents to lush leafy greens, each plant is chosen for its beauty, ease of care, and ability to elevate your space naturally. Whether you're creating a calming corner or refreshing a shelf, our plants add the perfect touch of organic style.

Sorry, there are no products here.

/* --- Custom styling for hero button --- */ .hero__content { display: flex; flex-direction: column; align-items: flex-start; /* align button with text */ } .hero__btn { margin-top: 2.5rem; /* pushes button lower */ align-self: flex-start; font-size: 1rem; padding: 0.75rem 1.5rem; } /* --- Center and adjust on mobile --- */ @media screen and (max-width: 768px) { .hero__content { align-items: center; text-align: center; } .hero__btn { align-self: center; margin-top: 2rem; width: auto; font-size: 1rem; } }