rustycreekdesigns.com Open in urlscan Pro
2620:127:f00f:6::  Public Scan

URL: https://rustycreekdesigns.com/
Submission Tags: phishingrod
Submission: On July 14 via api from DE — Scanned from CA

Form analysis 5 forms found in the DOM

POST /cart

<form action="/cart" method="post" novalidate="" class="cart-drawer-form">
  <div id="cartSlideoutWrapper" class="envy-shopping-right slideout-panel-hidden cart-drawer-right slideout-menu slideout-menu-right" role="dialog" aria-labelledby="cart_dialog_label" aria-describedby="cart_dialog_status" aria-modal="true">
    <div class="cart-drawer__top">
      <div class="cart-drawer__empty-div"></div>
      <h2 class="type-subheading type-subheading--1 wow fadeIn animated" id="cart_dialog_label" style="visibility: visible; animation-name: fadeIn;">
        <span class="cart-drawer--title">Your Cart</span>
      </h2>
      <div class="cart-close-icon-wrapper">
        <button class="slide-menu cart-close-icon cart-menu-close alt-focus" aria-label="Open cart sidebar" type="button">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
            <line x1="18" y1="6" x2="6" y2="18"></line>
            <line x1="6" y1="6" x2="18" y2="18"></line>
          </svg>
        </button>
      </div>
    </div>
    <div class="cart-error-box"></div>
    <div aria-live="polite" class="cart-empty-box"> Your basket is empty </div>
    <script type="application/template" id="cart-item-template"> <li>
					<article class="cart-item">
						<div class="cart-item-image--wrapper">
							<a class="cart-item-link" href="/product" tabindex="-1">
								<img
									class="cart-item-image"
									src="/product/image.jpg"
									alt=""
								/>
							</a>
						</div>
						<div class="cart-item-details--wrapper">
							<h3 class="cart-item__title">
								<a href="/product" class="cart-item-link cart-item-details--product-title-wrapper">
									<span class="cart-item-product-title"></span>
									<span class="cart-item-variant-title hide"></span>
									<span class="cart-item-selling-plan hide"></span>
								</a>
							</h3>

							<div class="cart-item-price-wrapper">
								<span class="sr-only">Now</span>
								<span class="cart-item-price"></span>
								<span class="sr-only">Was</span>
								<span class="cart-item-price-original"></span>
								<span class="cart-item-price-per-unit"></span>
							</div>

							<ul class="order-discount--cart-list" aria-label="Discount"></ul>

							<div class="cart-item--quantity-remove-wrapper">
								<div class="cart-item--quantity-wrapper">
									<button
										type="button"
										class="alt-focus cart-item-quantity-button cart-item-decrease"
										data-amount="-1"
										aria-label="Reduce item quantity by one"
									>-</button>
									<input
										type="text"
										class="cart-item-quantity"
										min="1"
										pattern="[0-9]*"
										aria-label="Quantity"
									>
									<button
										type="button"
										class="alt-focus cart-item-quantity-button cart-item-increase"
										data-amount="1"
										aria-label="Increase item quantity by one"
									>+</button>
								</div>

								<div class="cart-item-remove-button-container">
									<button type="button" id="cart-item-remove-button" class="alt-focus" aria-label="Remove product">Remove</button>
								</div>
							</div>
						</div>
					</article>
				</li>
			</script>
    <script type="application/json" id="initial-cart">
      {
        "note": null,
        "attributes": {},
        "original_total_price": 0,
        "total_price": 0,
        "total_discount": 0,
        "total_weight": 0.0,
        "item_count": 0,
        "items": [],
        "requires_shipping": false,
        "currency": "CAD",
        "items_subtotal_price": 0,
        "cart_level_discount_applications": [],
        "checkout_charge_amount": 0
      }
    </script>
    <ul class="cart-items"></ul>
    <div class="ajax-cart--bottom-wrapper">
      <div class="ajax-cart--cart-discount">
        <div class="cart--order-discount-wrapper custom-font ajax-cart-discount-wrapper"></div>
      </div>
      <span class="cart-price-text type-subheading">Subtotal</span>
      <div class="ajax-cart--cart-original-price">
        <span class="cart-item-original-total-price" style="display: none;"><span class="money">$0.00</span></span>
      </div>
      <div class="ajax-cart--total-price hide">
        <h2 id="cart_dialog_status" role="status" class="js-cart-drawer-status sr-only"></h2>
        <h5 id="cart_drawer_subtotal">
          <span class="cart-total-price" id="cart-price"><span class="money"><span class="sr-only">Your Cart Subtotal</span>$0.00</span></span>
        </h5>
      </div>
      <div class="row">
        <div class="col-md-12">
          <p class="cart--shipping-message">Taxes and shipping calculated at checkout </p>
        </div>
      </div>
      <div class="slide-checkout-buttons">
        <button type="submit" name="checkout" class="btn cart-button-checkout hide" listener="true">
          <span class="cart-button-checkout-text">Place your order</span>
          <div class="cart-button-checkout-spinner lds-dual-ring hide"></div>
        </button>
        <div class="additional-checkout-buttons hide">
          <div class="dynamic-checkout__content" id="dynamic-checkout-cart" data-shopify="dynamic-checkout-cart"></div>
        </div>
      </div>
    </div>
  </div>
</form>

/search

<form id="search-page-form" action="/search">
  <input type="hidden" name="type" value="product,article,">
  <div id="search-wrapper">
    <div class="search-bar--controls">
      <button id="search_submit" type="submit" aria-label="Submit Search" aria-hidden="true" tabindex="-1" class="search-bar__button alt-focus">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
          <circle cx="11" cy="11" r="8"></circle>
          <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
        </svg>
      </button>
    </div>
    <label for="search_text" class="sr-only" id="search_label">Search our site Rusty Creek Designs</label>
    <input id="search_text" name="q" type="text" size="20" placeholder="Search..." autocomplete="off" autocorrect="off" spellcheck="false" class="is-predictive" data-search-types="product,article," data-show-prices="false" data-show-vendor="false"
      aria-hidden="true" tabindex="-1">
    <button class="search-bar__button search-clear alt-focus" id="search-bar--clear" tabindex="-1" aria-hidden="true" aria-label="Close search bar" type="button">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
        <line x1="18" y1="6" x2="6" y2="18"></line>
        <line x1="6" y1="6" x2="18" y2="18"></line>
      </svg>
    </button>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-form" 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="/"></form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <div class="text-center">
    <div class="lds-dual-ring newsletter-spinner hide"></div>
    <p class="note form-success hide">
      <strong>Thanks for Joining!</strong>
    </p>
  </div>
  <div id="newsletter-wrapper">
    <input id="newsletter_text" type="email" value="" placeholder="Enter email" name="contact[email]" class="input-group-field email" aria-label="Enter email" autocorrect="off" autocomplete="email" autocapitalize="off" required="">
    <button type="submit" id="newsletter_submit" name="commit" aria-label="Join" class="alt-focus">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
        <polyline points="9 18 15 12 9 6"></polyline>
      </svg>
    </button>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-form" 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="/"></form>

Text Content

YOUR CART



Your basket is empty

Subtotal
$0.00

YOUR CART SUBTOTAL$0.00

Taxes and shipping calculated at checkout

Place your order


Rusty Creek Designs
 * Collections
    * White Buffalo
    * Turquoise
    * Opal
    * Anything But Turquoise
    * Hair Forks

 * New Arrivals
 * Available Jewelry
    * Statement Beauts
    * Necklaces
    * Rings
      * All Rings
      * Split Rings
      * Dainty Rings
    * Earrings
      * All Earrings
      * Studs
      * Dangle
      * Hoops
    * Bracelets
      * Sacred Lakes Bracelet
      * Cuffs
    * Belt Buckles

 * Rusty Paper Scissors
    * Book Journals

 * Gift Cards
 * Blog
 * Get In Touch
 * About Us

0

Rusty Creek Designs

Rusty Creek Designs


Search our site Rusty Creek Designs
Loading...


 * 
 * 
 * 0

Rusty Creek Designs
 * Collections
    * White Buffalo
    * Turquoise
    * Opal
    * Anything But Turquoise
    * Hair Forks

 * New Arrivals
 * Available Jewelry
    * Statement Beauts
    * Necklaces
    * Rings
      * All Rings
      * Split Rings
      * Dainty Rings
    * Earrings
      * All Earrings
      * Studs
      * Dangle
      * Hoops
    * Bracelets
      * Sacred Lakes Bracelet
      * Cuffs
    * Belt Buckles

 * Rusty Paper Scissors
    * Book Journals

 * Gift Cards
 * Blog
 * Get In Touch
 * About Us


 * ANNIVERSARY COLLECTION LAUNCHING 6.26 @6PM MST
   
   Shop Now


 * ANNIVERSARY COLLECTION LAUNCHING 6.26 @6PM MST
   
   Shop Now
   


 * ANNIVERSARY COLLECTION LAUNCHING 6.26 @6PM MST
   
   Shop Now

 * Previous
 * Next




WELCOME TO RUSTY CREEK DESIGNS

Wyoming is where the buffalo roam and the mountains are full of beauty and
wonder. I use the inspiration I see in nature to bring my jewelry to life. It
could be the blue turquoise mimicking a trickling creek or a Dendritic Agate
imitating plants frozen in the icy river. I use Mother Nature to help me create
one of a kind jewelry that makes you feel bold and beautiful when you wear it.

Learn More


WHITE BUFFALO


TURQUOISE


JOIN THE VIP TEAM!!

If you love getting exclusive offers, special deals, first insight on exciting
news...

then join the team today!!

Join the fun!!
This feed is not connected to Instagram or doesn't have the required
permissions. Please connect to Instagram.


CONTACT US

Call or Text me at 970-646-2144

or

click on the Get In Touch Tab to email me


LINKS

 * Shop Policies
 * Get in Touch
 * Custom Orders
 * Blog


JOIN OUR VIP TEAM!

If you love getting exclusive offers, fun ideas and the first insight on new
products...join today!

Thanks for Joining!




GET CONNECTED

 * Facebook icon
 * Instagram icon
 * TikTok icon
 * Pinterest icon

 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Meta Pay
 * Google Pay
 * Mastercard
 * PayPal
 * Shop Pay
 * Venmo
 * Visa

© 2024 Rusty Creek Designs | Powered by Shopify




 * Collections
 * New Arrivals
 * Available Jewelry
 * Rusty Paper Scissors
 * Gift Cards
 * Blog
 * Get In Touch
 * About Us
 * Log in
 * Create Account
    * Facebook icon
    * Instagram icon
    * TikTok icon
    * Pinterest icon

Back
 * 

Back
 * 

Thanks for Joining!