lunarmethod.com Open in urlscan Pro
2620:127:f00f:a::  Public Scan

URL: https://lunarmethod.com/
Submission Tags: phishingrod
Submission: On September 25 via api from DE — Scanned from CA

Form analysis 4 forms found in the DOM

GET /search

<form action="/search" method="get" class="search-modal__wrapper" role="search">
  <input type="hidden" name="type" value="product,article,page">
  <input type="search" name="q" value="" placeholder="Search our store" id="SearchModalInput" class="search-modal__input" aria-label="Search our store">
  <button type="submit" class="text-link search-modal__submit">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64">
      <path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"></path>
    </svg>
    <span class="icon__fallback-text">Search</span>
  </button>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="multi-selectors site-footer__section" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="multi-selectors__item">
    <h2 class="visually-hidden" id="CurrencyHeading"> Currency </h2>
    <div class="disclosure" data-disclosure-currency="">
      <button type="button" class="faux-select disclosure__toggle" aria-expanded="false" aria-controls="CurrencyList" aria-describedby="CurrencyHeading" data-disclosure-toggle=""><span class="currency-flag currency-flag--small" data-flag="USD"
          aria-hidden="true"></span><span class="multi-picker__label"> USD $</span>
      </button>
      <ul id="CurrencyList" class="disclosure-list" data-disclosure-list="">
        <li class="disclosure-list__item ">
          <a class="disclosure-list__option js-no-transition" href="#" data-value="MXN" data-disclosure-option=""><span class="currency-flag" data-flag="MXN" aria-hidden="true"></span><span class="multi-picker__label">
                        MXN $</span>
                    </a>
        </li>
        <li class="disclosure-list__item disclosure-list__item--current">
          <a class="disclosure-list__option js-no-transition" href="#" aria-current="true" data-value="USD" data-disclosure-option=""><span class="currency-flag" data-flag="USD" aria-hidden="true"></span><span class="multi-picker__label">
                        USD $</span>
                    </a>
        </li>
      </ul>
      <input type="hidden" name="currency_code" value="USD" data-disclosure-input="">
    </div>
  </div>
</form>

POST /cart

<form action="/cart" method="post" novalidate="" class="drawer__contents cart ajaxcart cart--empty">
  <div class="drawer__header">
    <div class="drawer__close text-right">
      <button type="button" class="drawer__close-button js-drawer-close">
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
          <path d="M19 17.61l27.12 27.13m0-27.12L19 44.74"></path>
        </svg>
        <span class="icon__fallback-text">Close cart</span>
      </button>
    </div>
  </div>
  <div class="drawer__inner">
    <div class="drawer__scrollable">
      <div class="cart__empty-text text-center">
        <p>Your cart is currently empty.</p>
        <p class="rte">Continue browsing <a href="/collections/all">here</a>.</p>
      </div>
      <div class="cart__items" data-cart-item-list="">
        <div class="cart__item ajaxcart__product ajax-cart__template" data-cart-item="" data-cart-item-id="" aria-live="polite">
          <div class="cart__row-product ajaxcart__row-product">
            <div class="cart__product-image-wrap">
              <a href="" class="cart__product-image lazypreload" aria-label="" data-cart-item-href="" data-cart-item-background-image="" data-sizes="auto"></a>
            </div>
            <div class="ajaxcart__item-content">
              <div class="grid grid--small">
                <div class="grid__item three-quarters">
                  <a href="" class="cart__product-name" data-cart-item-href="" data-cart-item-title="" aria-label="">

                      </a>
                  <span class="cart__item-subtitle cart__item-subtitle--inline" data-cart-item-variant-title="">
                  </span>
                  <span data-cart-item-price-container=""><span class="cart__item-price">
                      <div class="pn-price-item" data-id=""></div>
                    </span></span>
                  <div class="cart__item-subtitle" data-cart-item-property-list="">
                    <div class=" ajax-cart__template" data-cart-item-property=""> t: e </div>
                  </div>
                  <div data-cart-item-discount-list=""></div>
                </div>
                <div class="grid__item one-quarter text-right">
                  <div>
                    <label for="updates_" class="visually-hidden" data-cart-item-label-quantity=""> Quantity </label>
                    <input type="number" pattern="\d*" id="updates_" class="cart__quantity" name="updates[]" value="" min="0" data-id="" data-cart-item-input-quantity="">
                  </div>
                  <button type="button" class="cart__remove text-link" data-cart-item-delete="">Remove</button>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="cart__note" data-cart-note-container="">
          <label for="CartDrawerSpecialInstructions">Order note</label>
          <textarea name="note" class="input-full" id="CartDrawerSpecialInstructions" data-cart-note=""></textarea>
        </div>
        <div id="SproutCartBadgeVintage" class="SproutCartBadgeVintage"></div>
      </div>
    </div>
    <div class="drawer__footer cart__footer">
      <div data-cart-discount-container="" class="cart__details hide">
        <div class="cart__detail-title"> Discounts </div>
        <div class="cart__detail-info" data-cart-discount-content="">
          <div data-cart-discount="">
            <span data-cart-discount-title="">
            </span>
            <span class="cart__detail-discount-amount"> -<span data-cart-discount-amount=""></span>
            </span>
          </div>
        </div>
      </div>
      <div class="cart__details">
        <div class="cart__detail-title"> Subtotal </div>
        <div class="cart__detail-info">
          <span data-cart-subtotal="">$0.00</span>
        </div>
      </div>
      <p class="cart__note text-center"> Shipping, taxes, and discount codes calculated at checkout. </p>
      <button type="submit" class="btn btn--full cart__checkout cart__checkout--drawer" name="checkout" data-cart-submit="">
        <span>Check out</span>
      </button>
    </div>
  </div>
</form>

POST https://form.flodesk.com/forms/62f99cf4e5ea6b3d8aea5122/submit

<form class="ff-62f99cf4e5ea6b3d8aea5122__form" action="https://form.flodesk.com/forms/62f99cf4e5ea6b3d8aea5122/submit" method="post" data-ff-el="form" novalidate="">
  <div class="ff-62f99cf4e5ea6b3d8aea5122__title">
    <div>
      <div data-paragraph="true"><span style="font-family: Versailles; font-weight: 400;">UNLOCK 20% OFF WHEN YOU SIGN UP FOR EMAILS</span></div>
    </div>
  </div>
  <div class="ff-62f99cf4e5ea6b3d8aea5122__subtitle">
    <div>
      <div data-paragraph="true">Be the first to know about limited edition collections, sales, and special events.</div>
    </div>
  </div>
  <div class="ff-62f99cf4e5ea6b3d8aea5122__content fd-form-content" data-ff-el="content">
    <div class="ff-62f99cf4e5ea6b3d8aea5122__fields" data-ff-el="fields">
      <input type="hidden" name="csrf" value="f9453e65a0f9e03e1eef6b70be75217d2c3c0e74a91c419b2b7970aa77ca3d0875547c49de8a4966fb22fbb242dbdcaf4b35d3eaca3311cc34c4153965fc2e3b">
      <div class="ff-62f99cf4e5ea6b3d8aea5122__field fd-form-group" style="display: nonee;display: none">
        <input id="ff-62f99cf4e5ea6b3d8aea5122-WYxRUkQ" class="ff-62f99cf4e5ea6b3d8aea5122__control fd-form-control" type="text" maxlength="255" name="WYxRUkQ" placeholder="WYxRUkQ" data-ff-tab="WYxRUkQ::mJpT1E9YT1BQ">
        <label for="ff-62f99cf4e5ea6b3d8aea5122-WYxRUkQ" class="ff-62f99cf4e5ea6b3d8aea5122__label fd-form-label"><span style="letf: -100000px;display: nonee">Email addres</span><span style="letf: -100000px;display: none;display: none">J</span><span
            style="display: nonee;dislpay: none;display: nonee">s</span></label>
      </div>
      <div class="ff-62f99cf4e5ea6b3d8aea5122__field fd-form-group" style="display: none">
        <input id="ff-62f99cf4e5ea6b3d8aea5122-UxRkQWY" class="ff-62f99cf4e5ea6b3d8aea5122__control fd-form-control" type="text" maxlength="255" name="UxRkQWY" placeholder="UxRkQWY" data-ff-tab="UxRkQWY::1pTE9YT1BQmJ">
        <label for="ff-62f99cf4e5ea6b3d8aea5122-UxRkQWY" class="ff-62f99cf4e5ea6b3d8aea5122__label fd-form-label"><span style="display: nonee;display: nonee">Email</span><span style="display: none;letf: -100000px;display: none">h</span><span
            style="letf: -100000px;display: nonee"> address</span></label>
      </div>
      <div class="ff-62f99cf4e5ea6b3d8aea5122__field fd-form-group" style="left: -100000px;display: none">
        <input id="ff-62f99cf4e5ea6b3d8aea5122-YxRUkQW" class="ff-62f99cf4e5ea6b3d8aea5122__control fd-form-control" type="text" maxlength="255" name="YxRUkQW" placeholder="YxRUkQW" data-ff-tab="YxRUkQW::JpT1E9YT1BQm">
        <label for="ff-62f99cf4e5ea6b3d8aea5122-YxRUkQW" class="ff-62f99cf4e5ea6b3d8aea5122__label fd-form-label"><span style="display: none">y</span><span style="letf: -100000px;letf: -100000px;display: nonee">E</span><span
            style="display: nonee">mail address</span></label>
      </div>
      <div class="ff-62f99cf4e5ea6b3d8aea5122__field fd-form-group" style="letf: -100000px;display: nonee">
        <input id="ff-62f99cf4e5ea6b3d8aea5122-QWYxRUk" class="ff-62f99cf4e5ea6b3d8aea5122__control fd-form-control" type="text" maxlength="255" name="QWYxRUk" placeholder="QWYxRUk" data-ff-tab="QWYxRUk::QmJpT1E9YT1B">
        <label for="ff-62f99cf4e5ea6b3d8aea5122-QWYxRUk" class="ff-62f99cf4e5ea6b3d8aea5122__label fd-form-label"><span style="dislpay: none;display: nonee">Ema</span><span style="display: none">a</span><span style="display: nonee">il
            address</span></label>
      </div>
      <div class="ff-62f99cf4e5ea6b3d8aea5122__field fd-form-group" style="display: none">
        <input id="ff-62f99cf4e5ea6b3d8aea5122-mJpT1E9YT1BQ" class="ff-62f99cf4e5ea6b3d8aea5122__control fd-form-control" type="text" maxlength="255" name="mJpT1E9YT1BQ" placeholder="mJpT1E9YT1BQ" data-ff-tab="mJpT1E9YT1BQ:WYxRUkQ:submit">
        <label for="ff-62f99cf4e5ea6b3d8aea5122-mJpT1E9YT1BQ" class="ff-62f99cf4e5ea6b3d8aea5122__label fd-form-label"><span style="display: nonee">First na</span><span style="display: none">u</span><span
            style="rigth: -100000px;display: nonee">me</span></label>
      </div>
      <div class="ff-62f99cf4e5ea6b3d8aea5122__field fd-form-group" style="display: none">
        <input id="ff-62f99cf4e5ea6b3d8aea5122-JpT1E9YT1BQm" class="ff-62f99cf4e5ea6b3d8aea5122__control fd-form-control" type="text" maxlength="255" name="JpT1E9YT1BQm" placeholder="JpT1E9YT1BQm" data-ff-tab="JpT1E9YT1BQm:YxRUkQW:submit">
        <label for="ff-62f99cf4e5ea6b3d8aea5122-JpT1E9YT1BQm" class="ff-62f99cf4e5ea6b3d8aea5122__label fd-form-label"><span style="rigth: -100000px;rigth: -100000px;display: nonee">First na</span><span
            style="letf: -100000px;display: none">E</span><span style="display: nonee">me</span></label>
      </div>
      <div class="ff-62f99cf4e5ea6b3d8aea5122__field fd-form-group" style="letf: -100000px;display: none">
        <input id="ff-62f99cf4e5ea6b3d8aea5122-1pTE9YT1BQmJ" class="ff-62f99cf4e5ea6b3d8aea5122__control fd-form-control" type="text" maxlength="255" name="1pTE9YT1BQmJ" placeholder="1pTE9YT1BQmJ" data-ff-tab="1pTE9YT1BQmJ:UxRkQWY:submit">
        <label for="ff-62f99cf4e5ea6b3d8aea5122-1pTE9YT1BQmJ" class="ff-62f99cf4e5ea6b3d8aea5122__label fd-form-label"><span style="display: nonee">F</span><span style="dislpay: none;letf: -100000px;display: none">S</span><span
            style="dislpay: none;display: nonee">irst name</span></label>
      </div>
      <div class="ff-62f99cf4e5ea6b3d8aea5122__field fd-form-group" style="letf: -100000px;display: nonee">
        <input id="ff-62f99cf4e5ea6b3d8aea5122-QmJpT1E9YT1B" class="ff-62f99cf4e5ea6b3d8aea5122__control fd-form-control" type="text" maxlength="255" name="QmJpT1E9YT1B" placeholder="QmJpT1E9YT1B" data-ff-tab="QmJpT1E9YT1B:QWYxRUk:submit">
        <label for="ff-62f99cf4e5ea6b3d8aea5122-QmJpT1E9YT1B" class="ff-62f99cf4e5ea6b3d8aea5122__label fd-form-label"><span style="rigth: -100000px;display: none">w</span><span style="display: nonee;display: nonee">F</span><span
            style="display: nonee">irst name</span></label>
      </div>
    </div>
    <div class="ff-62f99cf4e5ea6b3d8aea5122__footer" data-ff-el="footer">
      <button type="submit" class="ff-62f99cf4e5ea6b3d8aea5122__button fd-btn" data-ff-el="submit" data-ff-tab="submit">
        <span>I'll join</span>
      </button>
    </div>
  </div>
  <div class="ff-62f99cf4e5ea6b3d8aea5122__success fd-form-success" data-ff-el="success">
    <div data-paragraph="true">Thank you for subscribing!</div>
  </div>
  <div class="ff-62f99cf4e5ea6b3d8aea5122__error fd-form-error" data-ff-el="error"></div>
</form>

Text Content

Loading
Skip to content
 * Home
 * Silver Jewelry
 * Cactus Leather bags
 * About us
 * Blog
 * Search

Shop our exclusive summer styles! Free shipping, as always, and hassle free
returns.


LUNAR METHOD

 * Home
 * Silver Jewelry
 * Cactus Leather bags
 * About us
 * Blog

Search Menu Cart 0
Menu Cart 0
Search
Close (esc)
Lunar Method
Ethically made luxury
Summer favorites
Earrings
Sterling Silver Rings
Bracelets & Necklaces
Cactus Leather Collection


JEWELRY WITH SOUL

Sale

Smile Ring
Regular price $60.00 Sale price $36.00
Sale

Saltwater Cultured Pearl Spinner Ring
Regular price $45.00 Sale price $27.00
Sale

Abalone Shell Dangle Earrings (40% off for a limited time)
Regular price $45.00 Sale price $18.00
Sale

Sigma Earrings
Regular price $65.00 Sale price $52.00
Textured Huggie Earrings
$44.00
Sale

Spinner Ring
Regular price $75.00 Sale price $45.00
Sale

2" Flat Oval Hoops
Regular price $68.00 Sale price $60.00
Medium hollow hoop earrings
$52.00
Sale

Bow Earrings
Regular price $65.00 Sale price $52.00
Sale

Wrap ring
Regular price $76.00 Sale price from $45.50
Sale

Delicately hammered hoops
Regular price $60.00 Sale price $39.00
Sale

Geometric dangle earrings
Regular price $79.00 Sale price $59.00
View all


CACTUS LEATHER BAGS

Lunar Method Gift Certificate
from $25.00
Sale

Green Solstice | Cactus Leather Crossbody & Shoulder Bag
Regular price $95.00 Sale price $70.00
Café Solstice | Cactus Leather Crossbody & Shoulder Bag
from $70.00
View all



CURRENCY

USD $
 * MXN $
 * USD $

 * Instagram
 * Facebook

 * Contact Us
 * Refund Policy
 * Shipping FAQs
 * Terms of service
 * Privacy Policy

 * American Express
 * Discover
 * Mastercard
 * Shop Pay
 * Visa

© 2024 Lunar Method Powered by Shopify


Close (esc)
Loading

Close (esc)



Smile Ring

Regular price $60.00 Sale price $36.00 Free shipping + returns
/
Shipping calculated at checkout.

Description

✓ Comfortable fit ring

✓ 925 sterling silver

✓ Uniquely cute smiley face design

✓ great gift idea for anyone!

✓ High-Quality and long-lasting silver


Our happy face emoji ring is guaranteed to make you smile! Made from solid 925
sterling silver, it features a dainty band that comes decorated with two dots
and a semi-circle. We know life can be heavy, so we were inspired to make the
happy face emoji ring. Seen from the side the symbol resembles a crescent,
half-moon, and two planets. This cute and super unique ring will be sure to put
a smile on your face, can be worn on its own or stacked with statement pieces.

Buy it for yourself or gift it to your mom, sister, or best friend. This
beautiful ring will quickly become one of your favorite pieces of jewelry. The
open ring makes the perfect jewelry for women of all ages. Gift it for a
wedding, birthday, Christmas, anniversary, engagement, Mother’s Day, friendship,
promise ring, etc. Handmade by our talented silver artisans in Mexico, we love
the ring, and it's one of our best sellers!


ABOUT THE SMILEY RING

• Great for birthday gifts, graduation
• Open ring, very comfortable and just slightly adjustable
• Fantastic Quality
• Made from genuine, solid 925 sterling silver
• Choose your size
• Comfortable fit due to the open top
• Handcrafted jewelry
• Care: To clean your jewelry wipe lightly with a dry cotton cloth (included in
your order) to remove surface dirt or dust

Share Share on Facebook Pin it Pin on Pinterest

Close (esc)
Close
Cart 0

Close (esc)



Saltwater Cultured Pearl Spinner Ring

Regular price $45.00 Sale price $27.00 Free shipping + returns
/
Shipping calculated at checkout.

Description
💍 Our pearl spinner ring is a 925 sterling silver ring with a natural
freshwater pearl that spins. Maintaining a peaceful state of mind aids
practitioners on their path to enlightenment. This pearl ring discreetly manages
anxiety, stress, and worry.

💍 This elegant mother-of-pearl fidget ring is both adorable and functional.
Fidget rings can help you relax by spinning the beads instead of picking your
nails or cuticles! This is a lovely ring that can be worn alone or stacked with
other rings. Because of its versatility, the band makes an excellent gift.
Share Share on Facebook Pin it Pin on Pinterest

Close (esc)
Close
Cart 0

Close (esc)



Abalone Shell Dangle Earrings (40% off for a limited time)

Regular price $45.00 Sale price $18.00 Free shipping + returns
/
Shipping calculated at checkout.

Description

Beautiful triangle-shaped earrings made from sustainably sourced Abalone shells.
Their iridescence color is really amazing. Depending on the angle of the light
source they will radiate colors from greens to purples and blues. The shells are
then polished to a high gloss to reveal the beauty of their natural pattern.



DETAILS

- Pendant Legth: 3.7 cm or 1.4 inch
- Shell types: Abalone Shell, Paua shell
- Material: 925 Sterling Silver Ear Wire
- Your jewelry comes nicely wrapped in a cute gift box to give as a gift to your
loved ones or yourself
- These shells are natural and each piece is one-of-a-kind, please allow for
slight variations


CARING FOR YOUR ABALONE SHELL EARRINGS

Your abalone earrings will last a long time if you take good care of them. Treat
your earrings with care by preventing scratches or dropping the earrings. Never
keep your earrings in oil or any other chemicals, this may cause them to lose
some or all of their fire. Put perfumes and creams on before your earrings.

Share Share on Facebook Pin it Pin on Pinterest

Close (esc)
Close
Cart 0

Close (esc)



Sigma Earrings

Regular price $65.00 Sale price $52.00 Free shipping + returns
/
Shipping calculated at checkout.

Description

These smooth lightweight earrings are one-piece made entirely from sterling
silver. A long French hook in the back will help to keep the earrings no matter
how busy you are.

Add a touch of sparkle to any look with the Sigma Earrings! These sterling
silver lightweight hoop earrings are perfect for adding a touch of class for any
occasion. Their stunning design and delicate weight make them the ideal
accessory for every day. Their unique teardrop shape will be your go-to hoop in
a crowd of boring round hoops.

Share Share on Facebook Pin it Pin on Pinterest

Close (esc)
Close
Cart 0

Close (esc)



Textured Huggie Earrings

Regular price $44.00 Free shipping + returns
/
Shipping calculated at checkout.

Description

Gorgeously textured huggie hoops in 925 sterling silver


ONE OF OUR BEST-SELLING EARRINGS! 



✓ Mini Hoop Earrings ✓ 925 Sterling Silver ✓ Textured Finish

The mini hoop earrings are a must-have in your earrings collection. Made from a
925 sterling silver in a small hoop shape and finished with a textured effect.
Although the earrings have a dainty style, the huggie earrings are made from
thicker silver, so they can make a statement even if they are small. The
textured finish instantly turns the classic huggie earrings into modern,
elegant, and perfect evening wear. Will delicately hug your ears while giving
sophistication to your outfit. You can style it by wearing it solo, adding it to
a second piercing and pairing it with another earring. 

The everyday textured mini hoops are perfect for a day of shopping, working, or
both! One of our best-sellers! Buy it for yourself or gift. Jewelry is always
the best gift idea for her. This is the perfect gift for a wedding, birthday,
sweet 16, Christmas, anniversary, engagement, Mother’s day, teacher, valentine’s
day, woman's day, mother of the bride, bridesmaid, and many more.

ABOUT
• Huggie earrings
• Mini hoop
• Textured finish
• Earlobe earrings with push-back closing
• Made from genuine, solid 925 sterling silver
• Lightweight studs
• Handcrafted jewelry
• If you have any questions, please message me

• Care: To clean your jewelry, wipe lightly with a damp cotton cloth to remove
surface dirt or dust, for a deeper clean, wash with water, baking soda and mild
dish soap and dry thoroughly


Share Share on Facebook Pin it Pin on Pinterest

Close (esc)
Close
Cart 0

Your browser does not support the video tag.
Close (esc)



Spinner Ring

Regular price $75.00 Sale price $45.00 Free shipping + returns
/
Shipping calculated at checkout.

Description

✓ Ring With Spinner ✓ 925 Sterling Silver ✓ Hammered & Textured

Accessorize your hand with this one-of-a-kind 925 Silver spinner ring with
brilliant shine. A beautiful addition to your everyday jewelry or a special
occasion. We call this the Spinner ring, she makes a perfect gift for your mom,
sister, or best friend. It will never turn your finger green, as it's made with
100% genuine 925 sterling silver.

The ring features a wide, chunky band and comes customized with a spinner.
Although has a minimalist style this ring style will easily make a statement!
Besides being a unique accessory you get to enjoy the benefits of the spinner
ring, they are well known for anxiety and stress relief, or as fidget jewelry.

ABOUT

•Handcrafted jewelry 

•Wide band ring- 1.9 in wide 
• Features a solid 925 silver spinner
• Hammered, giving a textured effect
• Made from genuine, solid 925 sterling silver
• This ring does run small due to the thick band, so we recommend sizing up
• Care: To clean your jewelry just wipe lightly with a damp cotton cloth to
remove surface dirt or dust
• If you have any questions, please message me

The Spinner ring runs small, and your right hand is usually larger than the
left. Please keep that in mind when purchasing. 

Share Share on Facebook Pin it Pin on Pinterest

Close (esc)
Close
Cart 0

Your browser does not support the video tag.





Close (esc)



2" Flat Oval Hoops

Regular price $68.00 Sale price $60.00 Free shipping + returns
/
Shipping calculated at checkout.

Description

These lightweight 2" open hoop earrings are handmade with solid, nickel-free
sterling silver.

With a unique shape that makes these hoops solid yet lightweight and a long
threader closer to ensure it doesn't fall out of your ear.
These gorgeous silver hoops are a great everyday style! These hoop earrings are
lightweight, easy to wear, super sturdy, and will not irritate the skin. These
hoops catch and reflect the light beautifully from every angle. These are
polished to a high shine and the threader back is easy to wear and secure in
your ear, it's 2.5 in so it will never fall out of your ear.


-These sterling silver hoops measure 2" long

- Handmade with nickel-free Sterling silver

- Hypoallergenic, Comes with 925 sterling silver stamp

- Turnaround time: Same day or Next day delivery guaranteed

- Packed in a gift jewelry box with a free jewelry cleaning cloth



Share Share on Facebook Pin it Pin on Pinterest

Close (esc)
Close
Cart 0

Close (esc)



Medium hollow hoop earrings

Regular price $52.00 Free shipping + returns
/
Shipping calculated at checkout.

Description
Elegant and lightweight hollow .925 sterling silver earrings can be worn for any
occasion. Medium open hoop earrings with a butterfly push-back.
Share Share on Facebook Pin it Pin on Pinterest

Close (esc)
Close
Cart 0

Close (esc)



Bow Earrings

Regular price $65.00 Sale price $52.00 Free shipping + returns
/
Shipping calculated at checkout.

Description
These cute bow earrings are made of 925 Sterling Silver.

- Lightweight and stylish
- Quality, handmade item
- Bowed arc style
Share Share on Facebook Pin it Pin on Pinterest

Close (esc)
Close
Cart 0

Close (esc)



Wrap ring

Regular price $76.00 Sale price $45.60 Free shipping + returns
/
Shipping calculated at checkout.

Description

A beautiful solid 925 silver ring that fits like someone is giving you a hug. So
comfortable to wear you’ll never want to take it off. 

Share Share on Facebook Pin it Pin on Pinterest

Close (esc)
Close
Cart 0

Close (esc)



Delicately hammered hoops

Regular price $60.00 Sale price $39.00 Free shipping + returns
/
Shipping calculated at checkout.

Description

These stunning .925 sterling silver earrings are hammered by hand to create a
one-of-a-kind look and a gorgeous eye-catching effect that radiates light and
shines brilliantly.

- Super lightweight

- Made by hand

- Wire closure

Share Share on Facebook Pin it Pin on Pinterest

Close (esc)
Close
Cart 0

Close (esc)



Geometric dangle earrings

Regular price $79.00 Sale price $59.00 Free shipping + returns
/
Shipping calculated at checkout.

Description
These cute dangle earrings are about 3" in length with drop-down geometric
shapes carved in sterling silver. 

- Made of 925 Sterling Silver
- Handmade product
- Sterling silver in-ear hoop
- Lightweight and comfortable
Share Share on Facebook Pin it Pin on Pinterest

Close (esc)
Close
Cart 0

Close (esc)



Lunar Method Gift Certificate

Regular price $25.00 Free shipping + returns
/
Shipping calculated at checkout.

Description

The perfect gift for any occasion. The Lunar Method Gift Certificate allows you
to give the one you love access to all our innovative cactus leather products
and inspiring jewelry. Give the gift of beauty and creativity to the special
someone in your life. Let them explore their passions while wearing Lunar
Method!

Share Share on Facebook Pin it Pin on Pinterest

Close (esc)
Close
Cart 0

Close (esc)



Green Solstice | Cactus Leather Crossbody & Shoulder Bag

Regular price $95.00 Sale price $70.00 Free shipping + returns
/
Shipping calculated at checkout.

Description


SOLSTICE SHOULDER BAG AND CROSSBODY STRAP


Indulge in the timeless elegance of the Green Solstice everyday crossbody and
shoulder bag. Made from sumptuous cactus leather and natural cotton, perfect for
adding a sophisticated and ethically made touch to any ensemble. Luxuriate in
the sleek, modern allure of this beautiful everyday bag.


THE INTERIOR: 

The interior is lined with 100% natural cotton, in white. We rescued this cotton
from the warehouses in LA, which was used as props on movie sets for costumes
for the actors.

The bag includes one interior zipper pocket for additional storage and four
metal feet on the bottom to allow it to stand independently.



DIMENSIONS OF THE BAG: 

21 cm length (9 inches) 

25.5 cm width (10 inches) 

4 cm thickness (3.2 in )  


DIMENSIONS OF THE CROSSBODY STRAP: 

1.2 meters long (44 inches from hook to hook) 

2.5 cm Width (1 inch) 

Share Share on Facebook Pin it Pin on Pinterest

Close (esc)
Close
Cart 0

Close (esc)



Café Solstice | Cactus Leather Crossbody & Shoulder Bag

Regular price $70.00 Free shipping + returns
/
Shipping calculated at checkout.

Description


SOLSTICE SHOULDER BAG AND CROSSBODY STRAP

You're new favorite go-to bag! Made from organically grown cactus leather that's
durable and easy to clean. Designed to fit all your daily necessities but small
enough to not weigh you down. It’s made to fit your stylish and ethical
lifestyle.

The solstice bag comes with two straps, one shoulder strap covered in beautiful
one-of-a-kind artisanal beading, and a long adjustable crossbody strap. 


THE INTERIOR: 

The interior is lined with 100% organic cotton, in our signature
color, Terracotta. 

The bag includes one interior zipper pocket for additional storage and four
metal feet on the bottom to allow the bag to stand on its own.


DIMENSIONS OF THE BAG: 

21 cm length (9 inches) 

25.5 cm width (10 inches) 

4 cm thickness (3.2 in ) 


DIMENSIONS OF THE SHOULDER STRAP: 

61 cm Length (2 ft from hook to hook) 

6.3 cm Width (2.5 inches) 


DIMENSIONS OF THE CROSSBODY STRAP: 

1.2 meters long (44 inches from hook to hook) 

2.5 cm Width (1 inch) 

Share Share on Facebook Pin it Pin on Pinterest

Close (esc)
Close
Cart 0


Close cart

Your cart is currently empty.

Continue browsing here.

t: e

Quantity
Remove
Order note

Discounts
-
Subtotal
$0.00

Shipping, taxes, and discount codes calculated at checkout.

Check out

 
UNLOCK 20% OFF WHEN YOU SIGN UP FOR EMAILS
Be the first to know about limited edition collections, sales, and special
events.
Email addresJs
Emailh address
yEmail address
Emaail address
First naume
First naEme
FSirst name
wFirst name
I'll join
Thank you for subscribing!