rustfreepickupboxes.com Open in urlscan Pro
2606:4700:3033::6815:5291  Public Scan

URL: https://rustfreepickupboxes.com/
Submission Tags: phishingrod
Submission: On September 14 via api from DE — Scanned from DE

Form analysis 5 forms found in the DOM

POST /localization

<form method="post" action="/localization" id="annbar-localization" accept-charset="UTF-8" class="form localization no-js-hidden" 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="localization__grid">
    <div class="localization__selector">
      <input type="hidden" name="country_code" value="Lithuania">
      <country-selector><label class="label visually-hidden no-js-hidden" for="annbar-localization-country-button">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="annbar-localization-country-button">
            <span class="text-start">United States (EUR&nbsp;$)</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="annbar-localization-country-opt-0">
            <li class="custom-select__option flex items-center js-option" id="annbar-localization-country-opt-0" role="option" data-value="Lithuania" aria-selected="true">
              <span class="pointer-events-none">United States (EUR&nbsp;$)</span>
            </li>
          </ul>
        </div>
      </country-selector>
    </div>
  </div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.popular = this.querySelectorAll('[data-popular]');
              if (this.popular.length) {
                this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
              }
              this.selectedOption = this.querySelector('[aria-selected="true"]');
              if (!this.selectedOption) {
                this.selectedOption = this.listbox.firstElementChild;
              }
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('annbar-localization').addEventListener('change', (evt) => {
      const input = evt.target.closest('.localization__selector').firstElementChild;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail ? evt.detail.selectedValue : evt.target.value;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

GET /search

<form class="main-search__form" action="/search" method="get" autocomplete="off">
  <div class="main-search__input-container">
    <input class="main-search__input" type="text" name="q" autocomplete="off" placeholder="Search our store" aria-label="Search">
    <button class="main-search__button" type="submit" aria-label="Search"><svg class="icon" width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation">
        <g transform="translate(3 3)" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd">
          <circle cx="7.824" cy="7.824" r="7.824"></circle>
          <path stroke-linecap="square" d="m13.971 13.971 4.47 4.47"></path>
        </g>
      </svg></button>
  </div>
  <script src="//rustfreepickupboxes.com/cdn/shop/t/9/assets/search-suggestions.js?v=136224079820713396391719708499" defer=""></script>
  <search-suggestions></search-suggestions>
</form>

POST /contact#home_newsletter_signup

<form method="post" action="/contact#home_newsletter_signup" id="home_newsletter_signup" 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="prospect,newsletter">
  <div>
    <div class="signup-form__inline-container">
      <input type="email" placeholder="Your email" class="signup-form__email" value="" name="contact[email]" aria-label="Email" required="">
      <button class="btn signup-form__button" type="submit">Subscribe</button>
    </div>
  </div>
</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="prospect,newsletter">
  <p>
    <input type="email" placeholder="Your email" class="signup-form__email" value="" name="contact[email]" aria-label="Email" required="">
  </p>
  <button class="btn btn--primary signup-form__button" type="submit">Subscribe</button>
</form>

POST /localization

<form method="post" action="/localization" id="footer-localization" accept-charset="UTF-8" class="form localization no-js-hidden" 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="localization__grid">
    <div class="localization__selector">
      <input type="hidden" name="country_code" value="Lithuania">
      <country-selector><label class="label visually-hidden no-js-hidden" for="footer-localization-country-button">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="footer-localization-country-button">
            <span class="text-start">United States (EUR&nbsp;$)</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="footer-localization-country-opt-0">
            <li class="custom-select__option flex items-center js-option" id="footer-localization-country-opt-0" role="option" data-value="Lithuania" aria-selected="true">
              <span class="pointer-events-none">United States (EUR&nbsp;$)</span>
            </li>
          </ul>
        </div>
      </country-selector>
    </div>
  </div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.popular = this.querySelectorAll('[data-popular]');
              if (this.popular.length) {
                this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
              }
              this.selectedOption = this.querySelector('[aria-selected="true"]');
              if (!this.selectedOption) {
                this.selectedOption = this.listbox.firstElementChild;
              }
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('footer-localization').addEventListener('change', (evt) => {
      const input = evt.target.closest('.localization__selector').firstElementChild;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail ? evt.detail.selectedValue : evt.target.value;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

Text Content

Skip to content
 * Facebook
 * Instagram

FREE SHIP $75+ OR $5 FLAT RATE (Lithuania ONLY)

Country/Region
United States (EUR $)
 * United States (EUR $)

PICKUP AVAILABLE: MONDAYS + THURSDAYS 10A-4P
PICKUP AVAILABLE: MON/THURS 10A-4P
Search
 * Home
 * SHOP
 * NEW! 🖤
 * Shop By Collection
 * SALE! 🩶
 * Best Sellers ⭐️
 * GIFTCARDS
 * MORE!




Account Search Cart

 * Home
 * SHOP
    * Shop By Collection
    * ⭐ NEW ARRIVALS! ⭐
    * 🖤 BEST SELLERS 🖤
    * DETROIT GAME DAY
    * COLLEGIATE 📓
    * University of Michigan 💙💛
    * Michigan State University 💚🤍
    * Wayne State 💚💛
    * DTW ✈️
    * HATS + COOZIES + EXTRAS
    * GIFT CARDS

 * NEW! 🖤
 * Shop By Collection
 * SALE! 🩶
 * Best Sellers ⭐️
 * GIFTCARDS
 * MORE!
    * CONTACT
    * Returns + Exchanges
    * Pop-Ups
    * Our Story
    * WHOLESALE
    * Collabs + Influencers

FREE SHIPPING $75+ (pickup available)
WOMAN-OWNED + BASED IN MICHIGAN

COLLEGIATE LICENSED

WOMAN-OWNED | COLLEGIATE-LICENSED | SHIPS QUICK
KILOH+CO


GAME DAY FOR THE GIRLS

DROP 02 NOW LIVE!

SHOP THE LATEST


PREVIOUS SHOP ALL THE NEW GOODS NEXT

View all
New arrival
PREORDER*** Detroit Black Oversized Women's Tee
45.00
Pre-order
New arrival
PREORDER** Detroit Blue + White Striped Tee (Copy)
42.00
Pre-order
New arrival
Detroit Applique Embroidered Signature Oversized Crew
72.00
New arrival
Detroit Blue Embroidered Signature Oversized Crew
68.00
New arrival
Collegiate Launch Party Pop-up Ticket
25.00
New arrival
Detroit Black Oversized Women's Tee
45.00
Sold out
New arrival
Detroit Varsity Embroidered Hats
32.00
New arrival
Detroit Script Embroidered Hats
32.00
New arrival
Detroit Signature Blue Heart Tee
42.00
New arrival
Detroit Charcoal Signature Tee
42.00
New arrival
PREORDER*** Detroit Two-Tone Boyfriend Crew
62.00
Sold out
New arrival
Detroit Black Long Sleeve Tee
48.00
Sold out
New arrival
Detroit Heart Sleeve Signature Oversized Crew
64.00
New arrival
Detroit Grey Embroidered Corded Crew
68.00
Sold out
New arrival
Detroit Black Embroidered Corded Crew
68.00
Sold out
New arrival 1 in stock
Youth Detroit Navy Embroidered Trucker Hat
20.00
New arrival
Detroit Embroidered Dad Hats
32.00
New arrival
Detroit Embroidered Trucker Hats
30.00
Sold out
New arrival
Hail Licensed Iced Coffee Tee
48.00
New arrival
Michigan State Licensed Iced Coffee Tee
48.00
GAME DAY FOR THE GIRLS 🖤 GAME DAY FOR THE GIRLS 🖤 GAME DAY FOR THE GIRLS 🖤
GAME DAY FOR THE GIRLS 🖤 GAME DAY FOR THE GIRLS 🖤 GAME DAY FOR THE GIRLS 🖤
GAME DAY FOR THE GIRLS 🖤 GAME DAY FOR THE GIRLS 🖤 GAME DAY FOR THE GIRLS 🖤
GAME DAY FOR THE GIRLS 🖤 GAME DAY FOR THE GIRLS 🖤 GAME DAY FOR THE GIRLS 🖤
GAME DAY FOR THE GIRLS 🖤 GAME DAY FOR THE GIRLS 🖤 GAME DAY FOR THE GIRLS 🖤


SHOP BY COLLECTION

DETROIT GAME DAY
LICENSED COLLEGIATE


BROWSE THE GOODS

NEW ARRIVALS
BEST SELLERS
LITTLE EXTRAS
SALE *all sales final*
We're a small batch apparel brand, pronounced KEY-LO!



PREVIOUS LIMITED COLLECTIONS NEXT

BASEBALL SZN
GOLF SZN
DTW
LithuaniaA


JOIN THE KILOH+CO SPORTS CLUB

aka our e-mail list where we send you updates, launch news, events, etc.

Subscribe


HEY! I'M AMANDA....

I'm the owner of rustfreepickupboxes.! I started this biz out as an Etsy shop
which morphed into its own brand and the rest is history! We focus on MI,
collegiate, and Detroit game day apparel. Thank you so much for supporting this
small biz...I'm just a girl living her dream.

READ MORE


PICK-UP OPTIONS

37070 AMRHEIN RD LIVONIA

Mon + Thurs 10a-4p (unless holiday or noted change)

*We are NOT a storefront and do not have shopping in-person*


FREQUENTLY ASKED QUESTIONS

PICK-UP / POP-UPS

We do not have a storefront and are online only currently! But always be on the
lookout for pop-ups!

We offer pickups Mondays/Thursdays 10a-4p unless holiday, etc. Located at 37070
Amrhein Rd Livonia MI

COLLABS/INFLUENCERS

INFLUENCERS

Looking to promote rustfreepickupboxes. and want to be an on-going brand
ambassador? 

We only accept so many influencers at a time. So if we don't reach out asap, it
doesn't mean we won't reach out in the future!

ON LTK? So are we!! Tag us in your LTK posts to earn commission! 

If you're looking for a one-time or on-going influencer collab, email us at
customerservice@rustfreepickupboxes.com with your media kit OR APPLY
HERE: https://rustfreepickupboxes.com/pages/collab

COLLABORATIONS

Wanna collaborate on an event or want to partner up on something, photoshoots,
etc.? Email our team at customerservice@rustfreepickupboxes.com with all the
details!

CHARITY REQUESTS

SPONSORSHIP REQUESTS

We love working with other companies and non-profits on sponsorship
opportunities or gift baskets! We only accept a certain number a month/year.
Please email customerservice@rustfreepickupboxes.com with the word SPONSORSHIP
in the subject line!

RETURNS/EXCHANGES

RETURNS: Yes, within 15 days of receiving, we do charge for return shipping,
please go HERE FOR FULL POLICY.

EXCHANGES: Due to the nature of our inventory selling out quickly, we suggest
you purchase the new size you would like as a new order and fill out a return
request.

KILOH+CO

We are a small batch apparel brand based in Michigan, woman-owned and focused on
all things game day.

Located at: 37070 Amrhein Rd Livonia, MI

Please Note: we are ONLINE only, we do NOT have a storefront and are not open
for public shopping! :) we do have a pickup option Mondays and Thursdays 10a-4p
(may vary for holidays)

Email: customerservice@rustfreepickupboxes.com

Wholesale: customerservice@rustfreepickupboxes.com

 * Facebook
 * Instagram

Quick links
 * Search
 * Collabs + Influencers
 * Exchanges + Returns
 * VIP TEXT CLUB
 * Blog
 * Our Story
 * AMAZON FINDS
 * Jobs
 * Terms of Service
 * Privacy Policy

Newsletter

Sign up for exclusive offers, original stories, events and more.



Subscribe
 * Facebook
 * Instagram

American Express Apple Pay Diners Club Discover Meta Pay Mastercard PayPal Shop
Pay Venmo Visa
Country/Region
United States (EUR $)
 * United States (EUR $)

© 2024 rustfreepickupboxes..