Your shopping cart is empty.

Sibilia

8 Products
Special Collection
Sibilia is every bit a reflection of Fernanda´s inspirational and colorful lifestyle. Her passion for art and travels throughout the world have informed the colors and textures of each collection. Fernanda is constantly researching and employing novel metalsmithing and jewelry making techniques. Like an alchemist in a lab, she manipulates bronze to create a rainbow of bold new colors and combinations.
Today, Fernanda and her talented team of over 15 artisans continue to meticulously make, by hand, jewelry and home accessories out of a full production and design studio in Buenos Aires. Each piece is made to order. Siblia is sold throughout the world in fine specialty shops and leading cultural institutions.
Handmade Rock Totem Tabletop Sculpture
$176.00
Sibilia is every bit a reflection of Fernanda´s inspirational and colorful lifestyle. Her passion for art and travels throughout the world have informed the colors and textures of each collection. Today, Fernanda and her talented team of over 15 artisans continue to meticulously make, by hand, jewelry and home accessories...
Handmade Pendulum Bird Tabletop Mobile
$156.00
Sibilia is every bit a reflection of Fernanda´s inspirational and colorful lifestyle. Her passion for art and travels throughout the world have informed the colors and textures of each collection. Today, Fernanda and her talented team of over 15 artisans continue to meticulously make, by hand, jewelry and home accessories...
Fauvism Tangerine Earrings
$86.00
Sibilia is every bit a reflection of Fernanda´s inspirational and colorful lifestyle. Her passion for art and travels throughout the world have informed the colors and textures of each collection. Today, Fernanda and her talented team of over 15 artisans continue to meticulously make, by hand, jewelry and home accessories...
Handmade Mush Love Earrings
$108.00
Fernanda and her talented team of over 15 artisans meticulously make, by hand, jewelry and home accessories out of a full production and design studio in Buenos Aires. Each piece is made to order. Siblia is sold throughout the world in fine specialty shops and leading cultural institutions.  If tarnishing...
Handmade Cut Out Necklace
$112.00
Fernanda and her talented team of over 15 artisans meticulously make, by hand, jewelry and home accessories out of a full production and design studio in Buenos Aires. Each piece is made to order. Siblia is sold throughout the world in fine specialty shops and leading cultural institutions.  If tarnishing...
Handmade Hold My Heart Earrings
$82.00
Fernanda and her talented team of over 15 artisans meticulously make, by hand, jewelry and home accessories out of a full production and design studio in Buenos Aires. Each piece is made to order. Siblia is sold throughout the world in fine specialty shops and leading cultural institutions.  If tarnishing...
Handmade Botanical Necklace
$108.00
Fernanda and her talented team of over 15 artisans meticulously make, by hand, jewelry and home accessories out of a full production and design studio in Buenos Aires. Each piece is made to order. Siblia is sold throughout the world in fine specialty shops and leading cultural institutions.  If tarnishing...
Fauvism Patina Earrings
$92.00
Sibilia is every bit a reflection of Fernanda´s inspirational and colorful lifestyle. Her passion for art and travels throughout the world have informed the colors and textures of each collection. Today, Fernanda and her talented team of over 15 artisans continue to meticulously make, by hand, jewelry and home accessories...
is added to your shopping cart.
Go to Cart
is added to your wishlist.
Go to Wishlist
document.addEventListener('DOMContentLoaded', function() { const productJson = document.querySelectorAll('[id`^`=ProductJson-'); if (productJson.length > 0) { for (let i = 0; i < productJson.length; i++) { const current = productJson[i]; const sectionId = current.id.replace('ProductJson-', ''); const section = document.querySelector('[data-section-id="' + sectionId + '"]'); const product = JSON.parse(current.text); if (product.options.length === 1) { const unavailableVariants = []; for (let j = 0; j < product.variants.length; j++) { const variant = product.variants[j]; if (!variant.available) { unavailableVariants.push(variant); } } if (unavailableVariants.length > 0) { const mutationCallback = function() { const variantOptions = section.querySelectorAll('.single-option-selector option'); if (variantOptions.length > 0) { for (let k = 0; k < unavailableVariants.length; k++) { const unavailableVariant = unavailableVariants[k]; for (let l = 0; l < variantOptions.length; l++) { const option = variantOptions[l]; if (unavailableVariant.title === option.value) { option.remove(); } } } if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } } } const observer = new MutationObserver(mutationCallback); const addToCartForm = document.querySelector('form[action*="/cart/add"]'); mutationCallback(); if (window.MutationObserver && addToCartForm.length) { const config = { childList: true, subtree: true }; if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } observer.observe(addToCartForm, config); } } } } } });