knackshops.com Open in urlscan Pro
23.227.38.32  Public Scan

URL: https://knackshops.com/pages/swift-gift-collection-1?id=1550717
Submission: On March 27 via api from US — Scanned from CA

Form analysis 10 forms found in the DOM

/search

<form id="search-form" action="/search">
  <div id="search-wrapper">
    <input type="text" placeholder="Search" name="q">
    <button id="search-button" type="submit"><i class="fa fa-search" aria-hidden="true"></i></button>
  </div>
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8" data-login-with-shop-sign-in="true" class="form-horizontal"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8"
    value="✓">
  <input type="hidden" name="checkout_url" id="checkout_url" value="">
  <div class="">
    <div>
      <label for="customer_email">Email Address</label>
      <input type="email" name="customer[email]" id="customer_email" value="">
    </div>
  </div>
  <div class="">
    <div style="margin-top: 1em">
      <label for="customer_password">Password</label>
      <input type="password" name="customer[password]" id="customer_password" autocomplete="off" class="password">
    </div>
  </div>
  <div id="customer_forgot_password_link">
    <a href="#recover-password" onclick="showRecoverPasswordForm()">Forgot your password?</a>
  </div>
  <div id="customer_form_action_container">
    <a href="/account/register" class="btn btn-reverse">Create Account</a>
    <button class="btn btn-teal" id="mobile-nav-sign-button">Sign In</button>
  </div>
</form>

POST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8" class="form-horizontal"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <div class="">
    <div>
      <label for="recover-email">Email Address</label>
      <span class="help-block">We will send you an email to reset your password.</span>
      <input type="email" name="email" id="recover-email" class="form-control" required="" oninvalid="setCustomValidity(&quot;Please enter your email address to reset your password.&quot;)" oninput="setCustomValidity(&quot;&quot;)">
    </div>
  </div>
  <div id="customer_form_action_container">
    <input type="hidden" name="return_to" value="/pages/change-password-sent">
    <a href="#customer-login" id="customer_recover_cancel_link" class="btn btn-reverse" onclick="hideRecoverPasswordForm()">Cancel</a>
    <button class="btn btn-teal">Reset Password</button>
  </div>
</form>

/search

<form action="/search" id="mobile-search-form">
  <div id="mobile-search-wrapper">
    <input type="text" style="width:100%;" placeholder="Search" id="mobile-search-input" name="q">
    <button id="search-button" type="submit">
      <img src="//cdn.shopify.com/s/files/1/0965/7972/files/magnifying-glass-no-bg.png?v=11089471877950440148" height="35" width="auto">
    </button>
  </div>
</form>

/search

<form id="search-form" action="/search">
  <div id="search-wrapper">
    <input id="search-form-input" type="text" placeholder="Search" name="q">
    <button id="close-search-button" style="margin:0 5px;" type="button">
      <img src="//cdn.shopify.com/s/files/1/0965/7972/files/nav-x-button-v2.png?v=7787142588384833003" height="25" width="auto">
    </button>
  </div>
</form>

Name: mc-embedded-shipping-form

<form id="mc-embedded-shipping-form" name="mc-embedded-shipping-form" class="validate" target="_blank" novalidate="">
  <div id="mc_embed_signup_scroll">
    <div class="row">
      <div class="home-section-header">
        <h2>2. Please fill out your shipping information</h2>
      </div>
    </div>
    <div class="row">
      <div class="col-xs-12 col-sm-6">
        <div class="col-xs-6" style="padding-left:0;">
          <label>First Name</label>
          <input type="text" data-error="First name is required" placeholder="First Name (required)" name="FIRSTNAME" id="mce-FIRSTNAME-biz">
        </div>
        <div class="col-xs-6">
          <label>Last Name</label>
          <input type="text" data-error="Last name is required" placeholder="Last Name (required)" name="LASTNAME" id="mce-LASTNAME-biz">
        </div>
        <div class="col-xs-12" id="mce-EMAIL-wrapper" style="padding-left:0;">
          <label> Email</label>
          <input type="email" data-error="Email is required" placeholder=" Email (required)" name="EMAIL" class="required email" id="mce-EMAIL-biz">
        </div>
      </div>
      <div class="col-xs-12 col-sm-6">
        <label>Company</label>
        <input type="text" placeholder="Company" name="COMPANY" id="mce-COMPANY-biz">
        <label>Phone</label>
        <input type="text" placeholder="Phone Number" name="PHONE" id="mce-PHONE-biz">
      </div>
    </div>
    <div class="row">
      <div class="col-xs-12">
        <label>Address</label>
        <input type="text" data-error="Address is required" placeholder="Address (required)" name="ADDRESS" id="mce-ADDRESS-biz">
      </div>
    </div>
    <div class="row">
      <div class="col-xs-12 col-sm-4">
        <label>City</label>
        <input type="text" data-error="City is required" placeholder="City (required)" name="CITY" id="mce-CITY-biz">
      </div>
      <div class="col-xs-6 col-sm-4">
        <label>State</label>
        <select name="STATE" id="mce-STATE-biz" data-field="shipping_state" data-toggle="error-tooltip" data-error="State is required" placeholder="Washington">
          <option value="">State</option>
          <option data-code="AL" value="Alabama">Alabama</option>
          <option data-code="AK" value="Alaska">Alaska</option>
          <option data-code="AZ" value="Arizona">Arizona</option>
          <option data-code="AR" value="Arkansas">Arkansas</option>
          <option data-code="CA" value="California">California</option>
          <option data-code="CO" value="Colorado">Colorado</option>
          <option data-code="CT" value="Connecticut">Connecticut</option>
          <option data-code="DE" value="Delaware">Delaware</option>
          <option data-code="DC" value="District of Columbia">District of Columbia</option>
          <option data-code="FL" value="Florida">Florida</option>
          <option data-code="GA" value="Georgia">Georgia</option>
          <option data-code="HI" value="Hawaii">Hawaii</option>
          <option data-code="ID" value="Idaho">Idaho</option>
          <option data-code="IL" value="Illinois">Illinois</option>
          <option data-code="IN" value="Indiana">Indiana</option>
          <option data-code="IA" value="Iowa">Iowa</option>
          <option data-code="KS" value="Kansas">Kansas</option>
          <option data-code="KY" value="Kentucky">Kentucky</option>
          <option data-code="LA" value="Louisiana">Louisiana</option>
          <option data-code="ME" value="Maine">Maine</option>
          <option data-code="MD" value="Maryland">Maryland</option>
          <option data-code="MA" value="Massachusetts">Massachusetts</option>
          <option data-code="MI" value="Michigan">Michigan</option>
          <option data-code="MN" value="Minnesota">Minnesota</option>
          <option data-code="MS" value="Mississippi">Mississippi</option>
          <option data-code="MO" value="Missouri">Missouri</option>
          <option data-code="MT" value="Montana">Montana</option>
          <option data-code="NE" value="Nebraska">Nebraska</option>
          <option data-code="NV" value="Nevada">Nevada</option>
          <option data-code="NH" value="New Hampshire">New Hampshire</option>
          <option data-code="NJ" value="New Jersey">New Jersey</option>
          <option data-code="NM" value="New Mexico">New Mexico</option>
          <option data-code="NY" value="New York">New York</option>
          <option data-code="NC" value="North Carolina">North Carolina</option>
          <option data-code="ND" value="North Dakota">North Dakota</option>
          <option data-code="OH" value="Ohio">Ohio</option>
          <option data-code="OK" value="Oklahoma">Oklahoma</option>
          <option data-code="OR" value="Oregon">Oregon</option>
          <option data-code="PA" value="Pennsylvania">Pennsylvania</option>
          <option data-code="RI" value="Rhode Island">Rhode Island</option>
          <option data-code="SC" value="South Carolina">South Carolina</option>
          <option data-code="SD" value="South Dakota">South Dakota</option>
          <option data-code="TN" value="Tennessee">Tennessee</option>
          <option data-code="TX" value="Texas">Texas</option>
          <option data-code="UT" value="Utah">Utah</option>
          <option data-code="VT" value="Vermont">Vermont</option>
          <option data-code="VA" value="Virginia">Virginia</option>
          <option data-code="WA" value="Washington">Washington</option>
          <option data-code="WV" value="West Virginia">West Virginia</option>
          <option data-code="WI" value="Wisconsin">Wisconsin</option>
          <option data-code="WY" value="Wyoming">Wyoming</option>
        </select>
      </div>
      <div class="col-xs-6 col-sm-4">
        <label>Zip Code</label>
        <input type="text" data-error="Zip Code is required" placeholder="Zip Code (required)" name="ZIP" id="mce-ZIP-biz">
      </div>
      <input type="hidden" name="COUNTRY" id="mce-COUNTRY-biz" value="US">
    </div>
    <div class="row">
      <input type="submit" style="width:100%;" value="Submit Order" name="subscribe" id="mc-embedded-subscribe-biz" class="button btn btn-teal">
    </div>
  </div>
</form>

POST /cart

<form action="/cart" method="post" id="cart-form">
  <div id="cart-giftset-list">
    <ul></ul>
  </div>
  <div id="cart-single-list">
    <ul></ul>
  </div>
  <div id="cart-saved-list">
    <div class="saved-header">
      <h5>Saved Items</h5>
    </div>
    <ul></ul>
  </div>
  <input type="submit" style="display:none;" id="checkout" name="checkout" value="Checkout" data-omnisend-checked="true">
</form>

<form>
  <input type="text" name="zipcode" placeholder="Zip Code">
  <br><br><button class="btn btn-teal" type="submit">CONFIRM ZIP CODE</button>
</form>

<form>
  <button class="btn btn-teal" type="submit">Yes, I understand. Add to my cart.</button>
  <button class="btn btn-white skip" data-dismiss="modal">Cancel</button>
</form>

<form>
  <div style="margin:0 auto;">
    <div class="row">
      <label>Full Name</label>
      <input type="text" name="customer[email]" id="sign-in_email">
    </div>
    <div class="row">
      <label>Email Address</label>
      <input type="text" name="customer[email]" id="sign-in_email">
    </div>
    <button class="btn" data-step="2" data-intro="This is a tooltip!" id="scorpion-registry-save-button">Continue</button>
  </div>
</form>

Text Content

Spring Sale: Take $15 off orders $65+ with code KSpring15. Ends 3/27*.
Get $20 Off refer a friend | For Discounts on 25+ Gifts contact us
Live Chat?

Sign In
0
Log In
Email Address
Password
Forgot your password?
Create Account Sign In
Email Address We will send you an email to reset your password.
Cancel Reset Password

Shop Gifts


SHOP ALL GIFTS + -

See bestsellers and more


BY OCCASION + -

Mother's Day
Birthday
Thank You
Care Packages
Celebrations
College Care
Get Well
Sympathy
Wedding
A Little Something
New Baby
Mugs of Cheer
Retirement
Graduation
Real Estate


BY RECIPIENT + -

For Her
For Mom
For Him
For Dad
For Bridesmaids
For Baby
For Families
For College Students
For Absolutely Anyone
For Employees
For Clients


BY INTEREST + -

Spa
Well-Being
Gourmet Food & Sweets
For The Home
Bar & Wine
Women's Empowerment
For The Office
Coffee, Tea, & Cocoa
Small Gift Sets
Family Fun
Seattle
Ethos


BESTSELLERS BY PRICE + -

Under $75
$75 - $100
Over $100


SWIFT GIFT + -

Send the gift of choice via email

Build A Gift


ALL GIFT BUILDERS + -

Create your own gift from scratch


BY OCCASION + -

Mother's Day
Care Packages
Celebrations
Thank You
New Baby
Mugs of Cheer
College Care
Sale


BY RECIPIENT + -

For Her
For Him
For Bridesmaids
For Baby
For Families
For College Students


BY INTEREST + -

Spa
Well-Being
Gourmet Food & Sweets
Bar & Wine
For The Office
For The Home
Coffee, Tea, & Cocoa
Seattle


BY ETHOS + -

Woman-Owned
BIPOC-Owned
Black-Owned
Sustainable
Gives Back
Handmade
Made in USA

Gift By Ethos


SHOP ALL ETHOS GIFTS + -

Woman-Owned
BIPOC-Owned
Black-Owned
Sustainable
Gives Back
Handmade
Made in USA


MAKE A DIFFERENCE + -

Explore ethos that matter to you


BIPOC-OWNED + -

Support Black and POC entrepreneurs


GIVES BACK + -

Give gifts that give back


WOMAN-OWNED + -

Support women entrepreneurs


SUSTAINABLE + -

Commit to sustainability

Let Them Choose

Corporate Gifting


CORPORATE OVERVIEW + -

We make your program a success


BUSINESS GIFTS + -

All Business Gifts
Employee Gifts
Client Gifts
Thank You Gifts
Real Estate Gifts
Build a Corporate Gift
Spring Newsletter


CUSTOM BRANDING + -

Branded items & packaging


POPULAR GIFTS + -

Send a thank you


BRANDED E-PLATFORM + -

Your custom, no-minimum-fee business gifting platform


CONCIERGE SERVICE + -

Let us do the heavy lifting

Log In
0


FEATURED OCCASIONS

Thank You > Birthday > Celebrations > Care Packages >


FEATURED COLLECTIONS

Spa > Gourmet > Home > For Her > For Him >




FEATURED OCCASIONS

Thank You > Birthday > Celebrations > Care Packages >


FEATURED COLLECTIONS

Spa > Gourmet > Home > For Her > For Him >


WELCOME!

Megan Gardner has invited you to choose a gift from the collection below.

Your order has been submitted. Processing could take up to 24 hours. After
processing is complete you'll receive a receipt at the email you entered.


1. SELECT YOUR GIFT

TRANQUILITY TRIO

SEND THIS GIFT


THE CHOCOHOLIC

SEND THIS GIFT


SMALL CHEESE SET

SEND THIS GIFT


TEA TIME

SEND THIS GIFT


FLORAL FLEURISH

SEND THIS GIFT


CANDY CRUSH

SEND THIS GIFT


HAPPY DAYS

SEND THIS GIFT


CHEESE BOARD & KNIFE GIFT SET

SEND THIS GIFT


FACE TIME

SEND THIS GIFT


TOUGH MUDDER

SEND THIS GIFT


BATHING IN LUXURY

SEND THIS GIFT


BARBECUE BASICS

SEND THIS GIFT


BLACK TIE GRATITUDE GIFT SET

SEND THIS GIFT


BIG TIME THANK YOU GIFT SET

SEND THIS GIFT


THANK YOU, THANK YOU, THANK YOU

SEND THIS GIFT


WORKING LUNCH

SEND THIS GIFT


MOMENTS OF CALM

SEND THIS GIFT


LIP SERVICE

SEND THIS GIFT



2. PLEASE FILL OUT YOUR SHIPPING INFORMATION

First Name
Last Name
Email
Company Phone
Address
City
State State Alabama Alaska Arizona Arkansas California Colorado Connecticut
Delaware District of Columbia Florida Georgia Hawaii Idaho Illinois Indiana Iowa
Kansas Kentucky Louisiana Maine Maryland Massachusetts Michigan Minnesota
Mississippi Missouri Montana Nebraska Nevada New Hampshire New Jersey New Mexico
New York North Carolina North Dakota Ohio Oklahoma Oregon Pennsylvania Rhode
Island South Carolina South Dakota Tennessee Texas Utah Vermont Virginia
Washington West Virginia Wisconsin Wyoming
Zip Code




JOIN KNACK INSIDER TEXTING AND GET $10 OFF YOUR FIRST ORDER!


STAY IN THE KNOW ON GIFTING NEWS, INSIGHTS, AND SPECIAL OFFERS

Subscribe



Subscribe
By signing up via text you agree to receive recurring automated marketing
messages and shopping cart reminders at the phone number provided. Consent is
not a condition of purchase. Reply STOP to unsubscribe. HELP for help. Msg
frequency varies. Msg & Data rates may apply. View Privacy Policy & ToS


COMPANY

About Us Packaging and Branding Affiliate Program Our Brand Partners Become A
Vendor Careers Terms Of Use Privacy Policy


HELP

Contact Shipping Returns FAQ Gift Recipient FAQ Knack Insider Rewards


CONNECT

Blog Press Refer A Friend
©2023 KNACK
Visit Knack on Instagram Visit Knack on Facebook Visit Knack on Twitter Visit
Knack on Pinterest Visit Knack on Linkedin
  8:00am – 5:00pm PT, Monday - Friday  
 |  5819 6th Ave S, Seattle, WA 98108
|  206-557-4525
|  help@knackshops.com







DUPLICATE GIFT





SEND INVITATIONS


Hi

Before ordering a gift you need to enter your credit card information.

Enter Credit Card Now





KNACK GROUP GIFTING COMING SOON!

CHOOSE AN OPTION:
X

YOUR GIFT HAS BEEN SAVED

Add Gift Set To Cart
OR
Continue Shopping
Loading gift sets
One moment please
Saving gift set
One moment please

ITEM HAS BEEN ADDED

To your gift set:
Go To Gift Set
OR
Continue Shopping

CREATE NEW GIFT SET FOR:

Create

ADD TO EXISTING GIFT SET:


One Moment
0
YOUR CART
X

SAVED ITEMS

SUBTOTAL
$0
CHECKOUT MULTIPLE SHIPPING ADDRESS CHECKOUT


YOUR GIFT HAS BEEN SAVED!


NEW GIFT SET

RENAME
Rename Gift


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


CLICK MY GIFTS TO ACCESS THIS GIFT ANY TIME.

CONTIUNE SHOPPING


MAKING YOUR GIFT.


JUST ONE MOMENT PLEASE

THIS ITEM HAS BEEN

ADDED TO YOUR GIFT!


NEW GIFT SET

RENAME
Rename gift

MOVE
Move to another gift
CONTINUE SHOPPING
GO TO GIFT

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

YOU MIGHT ALSO LIKE THESE ITEMS:






KNACK GROUP GIFTING COMING SOON!

WRITE AND/OR RECORD A GIFT MESSAGE Wish them well and make it personal!
HOW IT WORKS
 * Every gift we send includes a beautiful, custom-printed gift card with your
   personal message to your recipient. It's the perfect chance to show you're
   thinking of them.
 * You can also upload an image or logo to accompany your message.
 * You'll write your message at checkout and you'll be able to see how it will
   look in your gift.
 * You can also record a video message to your recipient. We'll let them know
   it's ready for them.

Ordering Is Temporarily On Hold
For the health of our community, we've temporarily put ordering on hold. Learn
more.
Lightning Gift Ordering Is Temporarily On Hold
For the health of our community, we've temporarily put Lightning Gift ordering
on hold. Learn more.
Select Future Shipping When would you like your order to arrive?
HOW IT WORKS
 * Planning ahead? At checkout, use our calendar to schedule a future delivery
   date for your gift.
 * If no date is selected, please allow 1 business days for fulfillment and
   we’ll ship your order via standard shipping.

Secure Delivery Let them know a gift is on the way!
HOW IT WORKS
 * Enter the recipient's email address and we'll send them a tracking number so
   they'll know when to expect their gift.
 * They won't see your message or the items you picked, so the gift you made
   will still be a wonderful surprise.
 * You will complete this step at checkout.

Wine Shipment Confirmation
We are unable to ship wine to this zip code

ENTER RECIPIENT'S 5 DIGIT ZIP CODE



CONFIRM ZIP CODE
21+
A 21+ Signature is Required Upon Delivery
Note that alcohol delivery is only available to certain states. No matter the
destination, we cannot deliver alcohol to PO Boxes. Please note that gifts
containing wine are not eligible for same-day delivery.
We can only ship wine to Washington State.
Heat Sensitive Items

High summer temperatures may cause the chocolate or gummies in this gift set to
melt. To minimize the melting potential, you can select express shipping at
checkout.

Yes, I understand. Add to my cart. Cancel



SHOP WITH FRIENDS

Shopping with friends is simple, fast, and fun. Here's how to put your heads
together for one great gift.

HOW IT WORKS

 1. Sign in to your account or create one.
 2. Click "Get Started" on any gift to begin shopping with friends.
 3. Invite people (friends, teammates, co-conspirators) to join. Enter their
    email addresses, and we'll let them know you need their help.
 4. We'll notify you when your friends have viewed and commented on the gift, so
    you can add it to your cart and give with confidence!

Start inviting people to join in and help plan this gift with you.

Hi, WELCOME TO KNACK!
You’re in the right place to find outstanding gifts for your clients--here’s how
it works:
 * Select a gift to customize or create your own
 * Write a gift message and include an optional photo or logo
 * Send your clients a personal gift to celebrate your work together. It’s a
   meaningful gesture that will always remind them of you.

GET STARTED
Hi, WELCOME TO KNACK!
You’re in the right place to find outstanding gifts for your clients--here’s how
it works:
 * Select a gift to customize or create your own
 * Write a gift message and include an optional photo or logo
 * Send your clients a personal gift to celebrate your work together. It’s a
   meaningful gesture that will always remind them of you.

GET STARTED


No thanks Update Gift


ADDING TO CART

ONE MOMENT
While we build your gift

1. Confirm Packaging
2. Write Message
3. Schedule Delivery


CONFIRM PACKAGING



Skip For Now
Next >>
1. Confirm Packaging
2. Write Message
3. Schedule Delivery


WRITE MESSAGE

Leave this space blank to skip the gift message, but don’t forget to sign your
name!


Skip For Now
Next >>
1. Confirm Packaging
2. Write Message
3. Schedule Delivery

Add To Cart


ADDING TO CART


PLEASE SIGN IN!

Sign in or create an account to save your favorites.

Sign In Create Account


HEY, NICE GIFT! WOULD YOU LIKE TO SAVE IT?

Name your gift to save it as a work-in-progress.

Save

No Thanks, don't save


WELCOME TO THE SCORPION GIFT REGISTRY

Please enter your name and email so we can track the gifts you select. Your
registry will appear as "Saved Gifts" in your cart.

Full Name
Email Address
Continue






Shipping Details
Are you shipping to multiple addresses?


Yes No


Successfully
Added To Cart


Checkout Continue Shopping



PRIVACY PREFERENCE CENTER

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.
Allow All


MANAGE CONSENT PREFERENCES

TARGETING COOKIES

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites. They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.
These cookies do not store any personally identifiable information.

FUNCTIONAL COOKIES

Functional Cookies

These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages. If you do not allow these cookies then some
or all of these services may not function properly.


BACK BUTTON PERFORMANCE COOKIES



Vendor Search Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Reject All Confirm My Choices


By clicking “Accept All Cookies”, you agree to the storing of cookies on your
device to enhance site navigation, analyze site usage, and assist in our
marketing efforts.

Cookies Settings Reject All Accept All Cookies








Earn Rewards