queercrafters.com Open in urlscan Pro
103.181.194.5  Public Scan

Submitted URL: http://queercrafters.com/
Effective URL: https://queercrafters.com/
Submission: On August 01 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

<form class="variant-selection-form-wrapper w-100 px-3 px-lg-4 mb-4">
</form>

<form id="search-form" class="full-width" onsubmit="redirectToSearchPageOnSubmit(event)">
  <div class="input-wrapper d-flex align-items-center">
    <div class="me-1">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path fill-rule="evenodd" clip-rule="evenodd"
          d="M11.0724 5.15966C7.80675 5.15966 5.15942 7.80699 5.15942 11.0726C5.15942 14.3383 7.80675 16.9856 11.0724 16.9856C14.338 16.9856 16.9854 14.3383 16.9854 11.0726C16.9854 7.80699 14.338 5.15966 11.0724 5.15966ZM4 11.0726C4 7.16666 7.16642 4.00024 11.0724 4.00024C14.9784 4.00024 18.1448 7.16666 18.1448 11.0726C18.1448 14.9786 14.9784 18.145 11.0724 18.145C7.16642 18.145 4 14.9786 4 11.0726Z"
          fill="#999999"></path>
        <path fill-rule="evenodd" clip-rule="evenodd"
          d="M15.2538 15.2535C15.4802 15.0271 15.8472 15.0271 16.0736 15.2535L19.8301 19.01C20.0565 19.2364 20.0565 19.6035 19.8301 19.8299C19.6037 20.0562 19.2367 20.0562 19.0103 19.8299L15.2538 16.0734C15.0274 15.847 15.0274 15.4799 15.2538 15.2535Z"
          fill="#999999"></path>
      </svg>
    </div>
    <input type="text" class="search-input" id="search-input" name="search" onkeyup="onInputChange(event)" placeholder="What are you looking for?" autofocus="">
    <svg class="cancel-btn cursor-pointer hidden" onclick="clearInputSearch()" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
      <path
        d="M18.7071 6.70711C19.0976 6.31658 19.0976 5.68342 18.7071 5.29289C18.3166 4.90237 17.6834 4.90237 17.2929 5.29289L12 10.5858L6.70711 5.29289C6.31658 4.90237 5.68342 4.90237 5.29289 5.29289C4.90237 5.68342 4.90237 6.31658 5.29289 6.70711L10.5858 12L5.29289 17.2929C4.90237 17.6834 4.90237 18.3166 5.29289 18.7071C5.68342 19.0976 6.31658 19.0976 6.70711 18.7071L12 13.4142L17.2929 18.7071C17.6834 19.0976 18.3166 19.0976 18.7071 18.7071C19.0976 18.3166 19.0976 17.6834 18.7071 17.2929L13.4142 12L18.7071 6.70711Z"
        fill="#808080"></path>
    </svg>
  </div>
  <input type="submit" class="hidden">
</form>

<form id="loginModalForm" onsubmit="handleSubmitForm(event)" style="position: relative">
  <style>
    .bounceLoaderWrap {
      position: relative;
      height: 100%;
      width: 100%;
      background-color: var(--white);
    }

    .bounceLoaderWrap.overlay {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: fixed;
      background-color: rgba(0, 0, 0, 0.6);
      backdrop-filter: blur(24px);
      z-index: 10;
    }

    .bounceLoaderWrap.overlay.highZIndex {
      z-index: 10000;
    }

    .bounceLoader {
      display: flex;
      align-items: center;
      flex-direction: column;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: all;
    }

    .bounceLoader.absoluteCenter {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .bounceLoader .spinner {
      text-align: center;
    }

    .bounceLoader .spinner>.bounce {
      width: 20px;
      height: 20px;
      background-color: #ccc;
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: bounce-delay 1.4s infinite ease-in-out both;
      animation: bounce-delay 1.4s infinite ease-in-out both;
    }

    .bounceLoader .spinner>.bounce.bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s;
      margin-right: 8px;
    }

    .bounceLoader .spinner>.bounce.bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s;
      margin-right: 8px;
    }

    @keyframes bounce-delay {

      0%,
      80%,
      100% {
        -webkit-transform: scale(0);
        transform: scale(0);
      }

      40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
      }
    }
  </style>
  <div class="bounceLoader hidden">
    <div class="spinner">
      <div class="bounce bounce1"></div>
      <div class="bounce bounce2"></div>
      <div class="bounce bounce3"></div>
    </div>
  </div>
  <div id="mobile-form" class="mobile-form">
    <div class="hide-on-desktop">
      <label class="mui-input-field full-width ">
        <input class="full-width" autofocus="" placeholder=" " id="m-email-input" type="email">
        <span class="label">Email address</span>
      </label>
    </div>
    <div class="flex d-column hide-on-mobile">
      <div class="input-box">
        <input autofocus="" placeholder="Enter your email address" id="d-email-input" type="email">
      </div>
    </div>
  </div>
  <div id="error-message" class="hidden error-message"></div>
  <div class="dukaan-auth-modal-footer">
    <button class="dukaan-auth-modal-btn-primary" type="submit"> Send verification code </button>
  </div>
</form>

<form id="otp-values" style="position: relative;">
  <style>
    .bounceLoaderWrap {
      position: relative;
      height: 100%;
      width: 100%;
      background-color: var(--white);
    }

    .bounceLoaderWrap.overlay {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: fixed;
      background-color: rgba(0, 0, 0, 0.6);
      backdrop-filter: blur(24px);
      z-index: 10;
    }

    .bounceLoaderWrap.overlay.highZIndex {
      z-index: 10000;
    }

    .bounceLoader {
      display: flex;
      align-items: center;
      flex-direction: column;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: all;
    }

    .bounceLoader.absoluteCenter {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .bounceLoader .spinner {
      text-align: center;
    }

    .bounceLoader .spinner>.bounce {
      width: 20px;
      height: 20px;
      background-color: #ccc;
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: bounce-delay 1.4s infinite ease-in-out both;
      animation: bounce-delay 1.4s infinite ease-in-out both;
    }

    .bounceLoader .spinner>.bounce.bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s;
      margin-right: 8px;
    }

    .bounceLoader .spinner>.bounce.bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s;
      margin-right: 8px;
    }

    @keyframes bounce-delay {

      0%,
      80%,
      100% {
        -webkit-transform: scale(0);
        transform: scale(0);
      }

      40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
      }
    }
  </style>
  <div class="bounceLoader hidden">
    <div class="spinner">
      <div class="bounce bounce1"></div>
      <div class="bounce bounce2"></div>
      <div class="bounce bounce3"></div>
    </div>
  </div>
  <div class="hide-on-desktop">
    <label class="mui-input-field m-otp-field full-width ">
      <input class="full-width" autofocus="" placeholder="• • • • • •" id="m-otp-input" type="number" maxlength="6">
      <span class="label"></span>
    </label>
  </div>
  <div class="otp-box hide-on-mobile">
    <input class="form-control form-control-solid first" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
    <input class="form-control form-control-solid second" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
    <input class="form-control form-control-solid third" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
    <input class="form-control form-control-solid fourth" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
    <input class="form-control form-control-solid fifth" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
    <input class="form-control form-control-solid sixth" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
  </div>
</form>

<form id="variant-selection">
  <div class="variant-type-section px-3 px-lg-4">
    <div class="variant-common variant-size mb-4">
      <div class="select-size-heading size-selection-heading sub-body font-semibold mb-3 d-flex"> Select size <span class="mandatory-star">*</span>
      </div>
      <div class="size-selection d-flex flex-wrap gap-2"></div>
    </div>
    <div class="variant-common variant-color mt16">
      <div class="select-size-heading color-selection-heading sub-body font-semibold mb-3 d-flex"> Color <span class="mandatory-star">*</span>
      </div>
      <div class="color-selection color-selection-list d-flex gap-2 flex-wrap">
      </div>
    </div>
  </div>
</form>

Text Content

 * Home

 * Shop

 * About Us

 * Privacy Policy

 * Blog

 * 

 * About Us
 * Shipping Policy
 * Return Policy

 * Accessories

 * Toys

 * Beanies

 * Name Keycahins

 * Fidget

 * About Us
 * Shipping Policy
 * Return Policy




HOME

SHOP

ACCESSORIES

TOYS

BEANIES

NAME KEYCAHINS

FIDGET

WISHLIST

ACCOUNT

ABOUT US

ABOUT US

SHIPPING POLICY

RETURN POLICY

PRIVACY POLICY

BLOG





Items







✦


BEANIES

✦

RAINBOW CAMO

$14

$16

13% OFF

Add to cart






BLUSH FROST BEANIE

$16





Add to cart






MY SQUEEZE BEANIE

$16





Add to cart






LAPIS LAZULI BEANIE

$16





Add to cart






RAINBOW LIFE BEANIE

$16





Add to cart






NEON SKIES BEANIE

$16





Add to cart






TRANSBIAN BEANIE

$16





Add to cart






BI YOUR SIDE BEANIE

$16





Add to cart





View all

✦


COLLECTIONS

✦


Accessories

Toys

Beanies

Name Keycahins

Fidget

VIEW ALL

✦


FROM OUR BLOG

✦

THE QUEER CRAFTERS STORE IS NOW LIVE: A CELEBRATION OF LGBTQIA+ CREATIVITY!

We are thrilled to announce that the Queer Crafters store is officially live!
This launch marks a significant milestone in our journey, one that has been
filled with anticipation, creativity, and a deep commitment to celebrating the
diversity of the LGBTQIA+ community through our unique, handcrafted items.   Our
vision for Queer Crafters has always been to create a space where the vibrancy
and resilience of the LGBTQIA+ community can be celebrated through the art of
crafting. From sparkling beanies inspired by pride flags to reversible items
that showcase the fluidity and spectrum of identity, every piece in our
collection is infused with meaning, pride, and a touch of rebellion.   As we
open our virtual doors, we're excited to offer an array of LGBTQIA+ themed items
that have been lovingly handmade by queer crafters. Our collection is a
testament to the creativity and spirit of the community we hold dear, and we
can't wait for you to explore and find pieces that resonate with you.   A Work
in Progress While we're overjoyed to share our initial collection with you, we
want you to know that this is just the beginning. We're continuously working on
adding more items to the store, each carrying its unique story and identity. Our
goal is to ensure that there's something special for everyone in our
ever-expanding collection.   We Want to Hear From You! Your voice matters to us,
and we're here to listen. If there's something specific you're looking for or if
you have ideas for items you'd like to see in our store, please don't hesitate
to reach out. We're committed to growing Queer Crafters with our community's
input and making it a collaborative space that reflects the diversity and
richness of LGBTQIA+ experiences.   Connect with us on social media to share
your thoughts, request items, or just say hi! You can find us on Instagram
@QueerCraftersTX and Facebook Queer Crafters TX. Additionally, for instant
assistance or inquiries, feel free to use the chat feature in the bottom right
corner of our store's page.   Join Us in Celebration Launching Queer Crafters is
a dream come true, and it's a journey we're eager to share with you. As we
continue to build and grow, we invite you to join us in this celebration of
craft, creativity, and LGBTQIA+ pride. Explore our store, find pieces that speak
to you, and become part of the Queer Crafters family.   Thank you for your
support, enthusiasm, and for being an integral part of this vibrant community.
Here's to many more milestones, creations, and shared moments of pride!  
Welcome to Queer Crafters – where every craft tells a story of pride.

Read more

Read more

Coupons and offers


Offers
Copy code








Coupon Details
COPY CODE






FOR QUERIES AND HELP

-

COLLECTIONS

Accessories
Toys
Beanies
Name Keycahins
Fidget

--------------------------------------------------------------------------------

FOR QUERIES AND HELP

-

--------------------------------------------------------------------------------

STAY CONNECTED


100% secured payments
Add More
Home
Bag

Account
Add to cart





Add to cart






Out of stock

Out of stock

Buy now



]







SEARCH



Recent searches Clear all


TOP CATEGORIES


Products


Shimmer



Add to cart



Add to cart




Sign in
Email address


Send verification code
Sign in

Resend code in 
:

Didn't get the code? Resend
Verify
Get your OTP on

Call
WhatsApp







Wishlist



Move to cart

Move to cart


1

Move to cart
Out of stock





Wishlist

Wishlisted

WISHLIST

WISHLISTED

Select size *

Color *

Wishlist