willowday.com Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: http://willowday.com/
Effective URL: https://willowday.com/
Submission: On December 15 via api from US — Scanned from CA

Form analysis 5 forms found in the DOM

POST /cart

<form id="CartDrawerForm" action="/cart" method="post" novalidate="" class="drawer__contents pf-form-processed" data-location="cart-drawer">
  <div class="drawer__fixed-header">
    <div class="drawer__header appear-animation appear-delay-1">
      <div class="h2 drawer__title">Cart</div>
      <div class="drawer__close">
        <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">
            <title>icon-X</title>
            <path d="m19 17.61 27.12 27.13m0-27.12L19 44.74"></path>
          </svg>
          <span class="icon__fallback-text">Close cart</span>
        </button>
      </div>
    </div>
  </div>
  <div class="drawer__inner">
    <div class="drawer__scrollable">
      <div data-products="" class="appear-animation appear-delay-2">
        <div class="cart__items" data-count="0" data-cart-subtotal="0">
        </div>
      </div>
    </div>
    <div class="drawer__footer appear-animation appear-delay-4">
      <div data-discounts="">
        <div class="cart__discounts cart__item-sub cart__item-row hide">
          <div>Discounts</div>
          <div>
          </div>
        </div>
      </div>
      <div class="cart__item-sub cart__item-row">
        <div class="ajaxcart__subtotal">Subtotal</div>
        <div data-subtotal="">$0.00</div>
      </div>
      <div class="cart__item-row text-center">
        <small> Shipping, taxes, and discount codes calculated at checkout.<br>
        </small>
      </div>
      <div class="cart__checkout-wrapper">
        <button type="submit" name="checkout" data-terms-required="false" class="btn cart__checkout"> Check out </button>
        <div class="additional-checkout-buttons additional-checkout-buttons--vertical">
          <div class="dynamic-checkout__content" id="dynamic-checkout-cart" data-shopify="dynamic-checkout-cart"> <shopify-accelerated-checkout-cart
              wallet-configs="[{&quot;name&quot;:&quot;shop_pay&quot;,&quot;wallet_params&quot;:{&quot;shopId&quot;:77522927945,&quot;merchantName&quot;:&quot;Willowday &quot;}},{&quot;name&quot;:&quot;paypal&quot;,&quot;wallet_params&quot;:{&quot;shopId&quot;:77522927945,&quot;countryCode&quot;:&quot;SE&quot;,&quot;merchantName&quot;:&quot;Willowday &quot;,&quot;phoneRequired&quot;:false,&quot;companyRequired&quot;:false,&quot;shippingType&quot;:&quot;shipping&quot;,&quot;shopifyPaymentsEnabled&quot;:true,&quot;hasManagedSellingPlanState&quot;:null,&quot;merchantId&quot;:&quot;W4DJ9QJ5GCHQ6&quot;,&quot;sdkUrl&quot;:&quot;https://www.paypal.com/sdk/js?components=buttons\u0026commit=false\u0026currency=USD\u0026locale=en_US\u0026client-id=AfUEYT7nO4BwZQERn9Vym5TbHAG08ptiKa9gm8OARBYgoqiAJIjllRjeIMI4g294KAH1JdTnkzubt1fr\u0026merchant-id=W4DJ9QJ5GCHQ6\u0026intent=authorize&quot;}}]"
              access-token="19f27cc22b517768477baf2868b0f164" buyer-country="SE" buyer-locale="en" buyer-currency="USD" shop-id="77522927945" cart-id="cea2e7b80e1945bf499b72756f4c4918">
              <div data-shopify-buttoncontainer="true">
                <ul class="wallet-cart-grid wallet-cart-grid--skeleton" role="list">
                  <li data-testid="grid-cell" class="wallet-cart-button-container">
                    <div class="wallet-cart-button wallet-cart-button__skeleton" role="button" disabled="" aria-hidden="true">&nbsp;</div>
                  </li>
                  <li data-testid="grid-cell" class="wallet-cart-button-container">
                    <div class="wallet-cart-button wallet-cart-button__skeleton" role="button" disabled="" aria-hidden="true">&nbsp;</div>
                  </li>
                </ul>
              </div>
            </shopify-accelerated-checkout-cart> <small id="shopify-buyer-consent" class="hidden" aria-hidden="true"> One or more of the items in your cart is a recurring or deferred purchase. By continuing, I agree to the <span
                id="shopify-subscription-policy-button">cancellation policy</span> and authorize you to charge my payment method at the prices, frequency and dates listed on this page until my order is fulfilled or I cancel, if permitted. </small>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="drawer__cart-empty appear-animation appear-delay-2">
    <div class="drawer__scrollable"> Your cart is currently empty. </div>
  </div>
</form>

GET /search

<form action="/search" method="get">
  <input type="hidden" name="type" value="">
  <input type="text" name="q" placeholder="Search Here...">
  <button type="submit">Search</button>
</form>

GET /search

<form action="/search" method="get" role="search">
  <label for="Search" class="hidden-label">Search</label>
  <div class="search__input-wrap">
    <input class="search__input" id="Search" type="search" name="q" value="" role="combobox" aria-expanded="false" aria-owns="predictive-search-results" aria-controls="predictive-search-results" aria-haspopup="listbox" aria-autocomplete="list"
      autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false" placeholder="Search" tabindex="0">
    <input name="options[prefix]" type="hidden" value="last">
    <button class="btn--search" type="submit">
      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64">
        <defs>
          <style>
            .cls-1 {
              fill: none;
              stroke: #000;
              stroke-miterlimit: 10;
              stroke-width: 2px
            }
          </style>
        </defs>
        <path class="cls-1" 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>
  </div>
  <button class="btn--close-search">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
      <defs>
        <style>
          .cls-1 {
            fill: none;
            stroke: #000;
            stroke-miterlimit: 10;
            stroke-width: 2px
          }
        </style>
      </defs>
      <path class="cls-1" d="M19 17.61l27.12 27.13m0-27.13L19 44.74"></path>
    </svg>
  </button>
  <div id="predictive-search" class="search__results" tabindex="-1"></div>
</form>

POST /contact#newsletter-

<form method="post" action="/contact#newsletter-" id="newsletter-" accept-charset="UTF-8" class="banner_form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <label for="Email-" class="hidden-label">Enter your email</label>
  <label for="newsletter-form-submit-" class="hidden-label">Subscribe here</label>
  <input type="hidden" name="contact[tags]" value="prospect,newsletter">
  <input type="hidden" name="contact[context]" value="">
  <div class="input-group newsletter__input-group banner_subscribe">
    <input type="email" value="" placeholder="Enter your email" name="contact[email]" id="Email-" class="input-group-field newsletter__input" autocorrect="off" autocapitalize="off" required="">
    <div class="input-group-btns">
      <button type="submit" id="newsletter-form-submit-" class="btn btn_icon" name="commit">
        <span class="form__submit--large">Subscribe here</span>
      </button>
    </div>
  </div>
</form>

POST /contact#newsletter-

<form method="post" action="/contact#newsletter-" id="newsletter-" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <label for="Email-" class="hidden-label">Enter your email</label>
  <label for="newsletter-form-submit-" class="hidden-label">Subscribe here</label>
  <input type="hidden" name="contact[tags]" value="prospect,newsletter">
  <input type="hidden" name="contact[context]" value="">
  <div class="input-group newsletter__input-group 123 news_main">
    <input type="email" value="" placeholder="Enter your email" name="contact[email]" id="Email-" class="input-group-field newsletter__input" autocorrect="off" autocapitalize="off" required="">
    <div class="input-group-btn">
      <button type="submit" id="newsletter-form-submit-" class="btn btn_icon" name="commit">
        <span class="form__submit--large">Subscribe here</span>
        <span class="form__submit--small">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-arrow-right" viewBox="0 0 50 15">
            <title>icon-right-arrow</title>
            <path d="M0 9.63V5.38h35V0l15 7.5L35 15V9.63Z"></path>
          </svg>
        </span>
      </button>
    </div>
  </div>
</form>

Text Content

Skip to content
icon-X Close menu
 * Shop
   
    * Holiday Cards
    * Holiday Gifts
    * Printables

 * Log in

 * instagram Instagram

Cart
icon-X Close cart
Discounts

Subtotal
$0.00
Shipping, taxes, and discount codes calculated at checkout.

Check out
 *  
 *  

One or more of the items in your cart is a recurring or deferred purchase. By
continuing, I agree to the cancellation policy and authorize you to charge my
payment method at the prices, frequency and dates listed on this page until my
order is fulfilled or I cancel, if permitted.
Your cart is currently empty.
icon-search Search
icon-hamburger Site navigation


WILLOWDAY

account Log in icon-search Search icon-bag-minimalCart
 * Newsletter
 * Original Art
 * Printable
 * About
 * Contact
 * Journal

 * Shop
    * Holiday Cards
    * Holiday Gifts
    * Printables

   icon-bag-minimal
   
   Search

Search
Search

HOLIDAY SHOP
Come find "The 12 Days of Christmas" & other BOXED CARD SETS
Here
deck the halls
It's beginning to feel a lot like ....
Here
HOLIDAY SHOP
Come find "The 12 Days of Christmas" & other BOXED CARD SETS
Here
deck the halls
It's beginning to feel a lot like ....
Here
HOLIDAY SHOP
Come find "The 12 Days of Christmas" & other BOXED CARD SETS
Here

FROM MY HANDS TO YOUR OWN

Gina Vide, a Sweden-based artist, creates whimsical and captivating artwork
using handpicked flora, alongside traditional mediums. She is also the founder
of Willowday

+ learn More


NEW PIECES SOON
BE THE FIRST TO KNOW WHEN THEY LAUNCH.

Your browser does not support the video tag.



NEVER MISS NEW ART, NEWS & EVENTS

become a willowday friend

Enter your email Subscribe here
Subscribe here


FLOWERS ARE MY MUSE

Art & objects that celebrate a love of flowers & play
FLOWERS ARE MY MUSE






LINKS

 * Contact
 * About
 * Subscribe
 * Terms & Conditions
 * Privacy Policy


SUBSCRIBE

Never miss new work, events, news & gifts

Enter your email Subscribe here
Subscribe here icon-right-arrow

Based in Stockholm, Sweden - Serving clients worldwide
hello@willowday.com

All artwork, designs, and conceptual work on this site are the property of Gina
Vide and are protected under copyright law. Unauthorized use, reproduction, or
distribution of any content, including imagery or text, is strictly prohibited
without prior written consent from Gina Vide. All work, whether licensed or
sold, remains the intellectual property of Gina Vide.


icon-X "Close (esc)"
icon-X icon-chevron
icon-X
Willowday | Willowday x Gina Vide | willow day