homeandgiftonline.com Open in urlscan Pro
172.67.213.174  Public Scan

Submitted URL: http://homeandgiftonline.com/collections/all/products/cats-under-the-stars-fleece-blanket
Effective URL: https://homeandgiftonline.com/collections/all/products/cats-under-the-stars-fleece-blanket
Submission Tags: @ecarlesi possiblethreat scam Search All
Submission: On May 01 via api from IT — Scanned from IT

Form analysis 5 forms found in the DOM

GET /search

<form action="/search" method="get" class="drawer__search" role="search">
  <input type="search" name="q" placeholder="Search" aria-label="Search" class="drawer__search-input">
  <button type="submit" class="text-link drawer__search-submit">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 32 32">
      <path fill="#444"
        d="M21.839 18.771a10.012 10.012 0 0 0 1.57-5.39c0-5.548-4.493-10.048-10.034-10.048-5.548 0-10.041 4.499-10.041 10.048s4.493 10.048 10.034 10.048c2.012 0 3.886-.594 5.456-1.61l.455-.317 7.165 7.165 2.223-2.263-7.158-7.165.33-.468zM18.995 7.767c1.498 1.498 2.322 3.49 2.322 5.608s-.825 4.11-2.322 5.608c-1.498 1.498-3.49 2.322-5.608 2.322s-4.11-.825-5.608-2.322c-1.498-1.498-2.322-3.49-2.322-5.608s.825-4.11 2.322-5.608c1.498-1.498 3.49-2.322 5.608-2.322s4.11.825 5.608 2.322z">
      </path>
    </svg>
    <span class="icon__fallback-text">Search</span>
  </button>
</form>

GET /search

<form action="/search" method="get" class="site-header__search small--hide" role="search">
  <div class="site-header__search-inner">
    <label for="SiteNavSearch" class="visually-hidden">Search</label>
    <input type="search" name="q" id="SiteNavSearch" placeholder="Search" aria-label="Search" class="site-header__search-input">
  </div>
  <button type="submit" class="text-link site-header__link site-header__search-submit">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 32 32">
      <path fill="#444"
        d="M21.839 18.771a10.012 10.012 0 0 0 1.57-5.39c0-5.548-4.493-10.048-10.034-10.048-5.548 0-10.041 4.499-10.041 10.048s4.493 10.048 10.034 10.048c2.012 0 3.886-.594 5.456-1.61l.455-.317 7.165 7.165 2.223-2.263-7.158-7.165.33-.468zM18.995 7.767c1.498 1.498 2.322 3.49 2.322 5.608s-.825 4.11-2.322 5.608c-1.498 1.498-3.49 2.322-5.608 2.322s-4.11-.825-5.608-2.322c-1.498-1.498-2.322-3.49-2.322-5.608s.825-4.11 2.322-5.608c1.498-1.498 3.49-2.322 5.608-2.322s4.11.825 5.608 2.322z">
      </path>
    </svg>
    <span class="icon__fallback-text">Search</span>
  </button>
</form>

GET /search

<form action="/search" method="get" class="site-header__search small--hide" role="search">
  <div class="site-header__search-inner">
    <label for="SiteNavSearch" class="visually-hidden">Search</label>
    <input type="search" name="q" id="SiteNavSearch" placeholder="Search" aria-label="Search" class="site-header__search-input">
  </div>
  <button type="submit" class="text-link site-header__link site-header__search-submit">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 32 32">
      <path fill="#444"
        d="M21.839 18.771a10.012 10.012 0 0 0 1.57-5.39c0-5.548-4.493-10.048-10.034-10.048-5.548 0-10.041 4.499-10.041 10.048s4.493 10.048 10.034 10.048c2.012 0 3.886-.594 5.456-1.61l.455-.317 7.165 7.165 2.223-2.263-7.158-7.165.33-.468zM18.995 7.767c1.498 1.498 2.322 3.49 2.322 5.608s-.825 4.11-2.322 5.608c-1.498 1.498-3.49 2.322-5.608 2.322s-4.11-.825-5.608-2.322c-1.498-1.498-2.322-3.49-2.322-5.608s.825-4.11 2.322-5.608c1.498-1.498 3.49-2.322 5.608-2.322s4.11.825 5.608 2.322z">
      </path>
    </svg>
    <span class="icon__fallback-text">Search</span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" class="product-form" id="AddToCartForm">
  <select name="id" id="ProductSelect-product-template" class="product-form__variants no-js">
    <option selected="selected" data-sku="BL0003" value="31617859715127" disabled="disabled"> Default Title - Sold Out </option>
  </select>
  <div class="product-form__item product-form__item--quantity">
    <label for="Quantity">Quantity</label>
    <div class="js-qty">
      <input type="text" value="1" id="Quantity" name="quantity" pattern="[0-9]*" data-line="" class="js-qty__input" aria-live="polite">
      <button type="button" class="js-qty__adjust js-qty__adjust--minus" aria-label="Reduce item quantity by one">
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-minus" viewBox="0 0 22 3">
          <path fill="#000" d="M21.5.5v2H.5v-2z" fill-rule="evenodd"></path>
        </svg>
        <span class="icon__fallback-text">−</span>
      </button>
      <button type="button" class="js-qty__adjust js-qty__adjust--plus" aria-label="Increase item quantity by one">
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" viewBox="0 0 22 21">
          <path d="M12 11.5h9.5v-2H12V0h-2v9.5H.5v2H10V21h2v-9.5z" fill="#000" fill-rule="evenodd"></path>
        </svg>
        <span class="icon__fallback-text">+</span>
      </button>
    </div>
  </div>
  <div class="product-form__item product-form__item--submit">
    <button type="submit" name="add" id="AddToCart-product-template" class="btn btn--full  btn--sold-out" disabled="disabled">
      <span id="AddToCartText-product-template"> Sold Out </span>
    </button>
  </div>
</form>

<form aria-label="Write A Review Form">
  <div class="write-review-wrapper write-form">
    <div class="write-review yotpo-regular-box" id="write-review-tabpanel-main-widget" role="tabpanel">
      <div class="yotpo-header">
        <div>
          <h2 class="y-label yotpo-header-title">WRITE A REVIEW</h2>
        </div>
        <div class="yotpo-mandatory-explain"> <span class="yotpo-mandatory-mark">*</span> Indicates a required field </div> <br> <span class="yotpo-mandatory-mark">* </span> <span class="y-label"
          id="write-review-score-331fbba0-4d40-4a40-9710-c85b126825ef">Score: <span class="form-input-error yotpo-hidden" id="yotpo_score_message_331fbba0-4d40-4a40-9710-c85b126825ef"></span></span>
        <div aria-describedby="yotpo_score_message_331fbba0-4d40-4a40-9710-c85b126825ef" aria-labelledby="write-review-score-331fbba0-4d40-4a40-9710-c85b126825ef" role="radiogroup" tabindex="-1"> <span class="stars-wrapper"> <span
              class="yotpo-icon yotpo-icon-empty-star pull-left review-star" data-score="1" aria-label="score 1" role="radio" tabindex="0" aria-checked="false" aria-required="true"></span> <span
              class="yotpo-icon yotpo-icon-empty-star pull-left review-star" data-score="2" aria-label="score 2" role="radio" tabindex="-1" aria-checked="false" aria-required="true"></span> <span
              class="yotpo-icon yotpo-icon-empty-star pull-left review-star" data-score="3" aria-label="score 3" role="radio" tabindex="-1" aria-checked="false" aria-required="true"></span> <span
              class="yotpo-icon yotpo-icon-empty-star pull-left review-star" data-score="4" aria-label="score 4" role="radio" tabindex="-1" aria-checked="false" aria-required="true"></span> <span
              class="yotpo-icon yotpo-icon-empty-star pull-left review-star" data-score="5" aria-label="score 5" role="radio" tabindex="-1" aria-checked="false" aria-required="true"></span> </span> </div>
      </div>
      <div class="write-review-content">
        <div class="form-group">
          <div class="form-element"> <span class="yotpo-mandatory-mark">* </span> <label class="y-label" for="yotpo_input_review_title_331fbba0-4d40-4a40-9710-c85b126825ef"> Title: <span class="form-input-error yotpo-hidden"
                id="yotpo_input_review_title_error_331fbba0-4d40-4a40-9710-c85b126825ef"></span> </label> <input id="yotpo_input_review_title_331fbba0-4d40-4a40-9710-c85b126825ef" class="y-input" name="review_title" maxlength="150"
              aria-required="true" placeholder="" aria-describedby="yotpo_input_review_title_error_331fbba0-4d40-4a40-9710-c85b126825ef"> </div>
          <div class="form-element"> <span class="yotpo-mandatory-mark">* </span> <label class="y-label" for="yotpo_input_review_content_331fbba0-4d40-4a40-9710-c85b126825ef"> Review: <span class="form-input-error yotpo-hidden"
                id="yotpo_input_review_content_error_331fbba0-4d40-4a40-9710-c85b126825ef"></span> </label> <textarea id="yotpo_input_review_content_331fbba0-4d40-4a40-9710-c85b126825ef" class="y-input yotpo-text-box" name="review_content"
              aria-required="true" placeholder="" aria-describedby="yotpo_input_review_content_error_331fbba0-4d40-4a40-9710-c85b126825ef"></textarea> </div>
        </div>
      </div>
      <div class="yotpo-footer yotpo-animation-opacity visible" style="display: inherit;">
        <div class="socialize-wrapper">
          <div class="connected">You are connected as <span class="username"></span></div>
          <div class="socialize"> <span class="y-label">Connect with:</span>
            <div>
              <div class="yotpo-default-button yotpo-icon-btn" data-network="twitter" aria-label="connect with twitter" role="link" tabindex="0"><span class="yotpo-icon yotpo-icon-twitter pull-left"></span></div>
              <div class="yotpo-default-button yotpo-icon-btn" data-network="facebook" aria-label="connect with facebook" role="link" tabindex="0"><span class="yotpo-icon yotpo-icon-facebook pull-left"></span></div>
            </div>
          </div>
          <div class="yotpo-or"> -OR- </div>
        </div>
        <div class="connect-wrapper visible " style="display: inherit;">
          <div class="form-element name-input visible" style="display: inherit;"> <span class="yotpo-mandatory-mark">* </span> <label class="y-label" for="yotpo_input_review_username_331fbba0-4d40-4a40-9710-c85b126825ef">Use your name: <span
                class="form-input-error yotpo-hidden" id="yotpo_input_review_username_error_331fbba0-4d40-4a40-9710-c85b126825ef"></span></label> <input id="yotpo_input_review_username_331fbba0-4d40-4a40-9710-c85b126825ef" class="y-input"
              autocomplete="nickname" name="display_name" maxlength="40" aria-required="true" placeholder="" aria-describedby="yotpo_input_review_username_error_331fbba0-4d40-4a40-9710-c85b126825ef"> </div>
          <div class="form-element email-input visible" style="display: inherit;"> <span class="yotpo-mandatory-mark">* </span> <label class="y-label" for="yotpo_input_review_email_331fbba0-4d40-4a40-9710-c85b126825ef">Email: <span
                class="form-input-error yotpo-hidden" id="yotpo_input_review_email_error_331fbba0-4d40-4a40-9710-c85b126825ef"></span></label> <input id="yotpo_input_review_email_331fbba0-4d40-4a40-9710-c85b126825ef" class="y-input"
              autocomplete="email" name="email" aria-required="true" placeholder="" aria-describedby="yotpo_input_review_email_error_331fbba0-4d40-4a40-9710-c85b126825ef"> </div>
          <div class="yotpo-clr"></div>
        </div>
      </div>
      <div class="error-box yotpo-hidden">
        <div class="text-wrapper"> <span class="error-text empty yotpo-hidden">Review's title &amp; body can't be empty</span>
          <span class="error-text empty_question yotpo-hidden">Question's body can't be empty</span>
          <span class="error-text score yotpo-hidden">Please enter a star rating for this review</span>
          <span class="error-text display_name_empty yotpo-hidden">Name field cannot be empty</span>
          <span class="error-text email yotpo-hidden">Invalid email</span>
          <span class="error-text user-already-reviewed yotpo-hidden">Your review has already been submitted.</span>
          <span class="error-text max_length yotpo-hidden">Max length was exceeded</span>
          <span class="error-text mandatory_field yotpo-hidden">Please fill out all of the mandatory (*) fields</span>
          <span class="error-text open_question_answer_length yotpo-hidden">One or more of your answers does not meet the required criteria</span>
        </div>
        <div class="yotpo-icon-btn-small transparent-color-btn"><span class="yotpo-icon yotpo-icon-cross" role="button" tabindex="0" aria-label="close error message"></span></div>
      </div>
      <div class="form-element submit-button"> <span class="form-input-error yotpo-hidden"></span> <input type="button" class="yotpo-default-button primary-color-btn yotpo-submit" aria-disabled="true" data-button-type="submit" value="Post"> </div>
      <div class="yotpo-preloader-wrapper">
        <div class="yotpo yotpo-pre-loader">
          <span class="yotpo-empty-stars">
            <span class="yotpo-icon yotpo-icon-empty-star"></span>
            <span class="yotpo-icon yotpo-icon-empty-star"></span>
            <span class="yotpo-icon yotpo-icon-empty-star"></span>
            <span class="yotpo-icon yotpo-icon-empty-star"></span>
            <span class="yotpo-icon yotpo-icon-empty-star"></span>
          </span>
          <span class="yotpo-full-stars">
            <span class="yotpo-icon yotpo-icon-star"></span>
            <span class="yotpo-icon yotpo-icon-star"></span>
            <span class="yotpo-icon yotpo-icon-star"></span>
            <span class="yotpo-icon yotpo-icon-star"></span>
            <span class="yotpo-icon yotpo-icon-star"></span>
          </span>
        </div>
      </div>
      <div class="yotpo-clr"></div>
    </div>
  </div>
</form>

Text Content

Skip to content
Search
 * Home
 * Catalog
 * Contact US!

Site navigation

Search
Search
Cart
Menu Site navigation
 * Home
 * Catalog
 * Contact US!

Search
Search
Cart
Item added to cart. View cart and check out. Close
Close


CATS UNDER THE STARS FLEECE BLANKET

 * Sale
 * Regular price €59.99

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

Default Title - Sold Out
Quantity
− +
Sold Out

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

We are so excited to introduce our new fleece art blankets!!!!

This design was hand drawn by Enlighten artist and co owner Melanie Bodnar.
Inspired by the Grateful Dead, her travels and vending in the festival scene.

These blankets are EXTREMELY soft and look beautiful laid out on a queen size
bed or used as a decorative cover on a couch!

These blankets are made out of fleece and are roughly 5ft/11 inches in length
and 4ft / 7 inches in width.

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

Share
Share on Facebook Tweet on Twitter Pin on Pinterest
Powered by



0.0 star rating

write a review

write a review




WRITE A REVIEW

* Indicates a required field

* Score:

* Title:
* Review:
You are connected as
Connect with:

-OR-
* Use your name:
* Email:

Review's title & body can't be empty Question's body can't be empty Please enter
a star rating for this review Name field cannot be empty Invalid email Your
review has already been submitted. Max length was exceeded Please fill out all
of the mandatory (*) fields One or more of your answers does not meet the
required criteria




Thank you for posting a review!
We value your input. Share your review so everyone else can enjoy it too.
share
share
share
Thank you for posting a review!
Your review was sent successfully and is now waiting for our staff to publish
it.
 * Reviews (0)


write a review


Updating Results

Verified Reviewer

0.0 star rating

05/01/24
Review by Anonymous User



On
share ' Share Review by Anonymous User facebook facebook Share Review by
Anonymous User twitter twitter Share Review by Anonymous User LinkedIn linkedin
Share Review by Anonymous User
05/01/24
Was this review helpful?

0

0


be the first to write a review

FOOTER MENU

 * Contact US!
 * Meet The Artists
 * Our Journey
 * Returns And Exchange
 * Our Commitment To Progress
 * Sacred Symbols
 * All Collections
 * Returns And Exchanges

FOLLOW US

 * Facebook
 * Pinterest
 * Instagram

© 2024, homeandgiftonline. Powered by Shopify
 * american express
 * apple pay
 * diners club
 * discover
 * master
 * paypal
 * visa


"Close (esc)"