jellybeet.com Open in urlscan Pro
63.141.128.8  Public Scan

Submitted URL: https://trk.klclick1.com/ls/click?upn=aCNbQd0uG3kxp0ZsXxPfRALONrD582zCSXBcm2PRJFk4HbdKcu18tU4-2BeByVqAujf4h11ss9xCMhoEVfx...
Effective URL: https://jellybeet.com/bobblejot-tori-sitting-plush/?utm_source=Klaviyo&utm_medium=campaign&_kx=7z8lSvMslxXmMyxfLGPCig-...
Submission: On November 03 via api from US — Scanned from DE

Form analysis 10 forms found in the DOM

/search.php

<form class="form" action="/search.php">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="search_query">Search</label>
      <input class="form-input" data-search-quick="" name="search_query" id="search_query" data-error-message="Search field cannot be empty." placeholder="Search the store" autocomplete="off">
    </div>
  </fieldset>
</form>

POST /wishlist.php?action=add&product_id=1900

<form action="/wishlist.php?action=add&amp;product_id=1900" class="form form-wishlist form-action" data-wishlist-add="" method="post">
  <a aria-controls="wishlist-dropdown-1900" aria-expanded="false" class="button dropdown-menu-button" data-dropdown="wishlist-dropdown-1900">
        <span class="is-srOnly">Add to Wish List</span>
        <i class="icon" aria-hidden="true"><svg><use xlink:href="#icon-heart"></use></svg></i>
    </a>
  <ul aria-hidden="true" class="dropdown-menu wishlist-dropdown" data-dropdown-content="" id="wishlist-dropdown-1900" tabindex="-1">
    <li>
      <input class="button" type="submit" value="Add to My Wish List">
    </li>
    <li>
      <a data-wishlist="" class="button" href="/wishlist.php?action=addwishlist&amp;product_id=1900">Create New Wish List</a>
    </li>
  </ul>
</form>

POST https://jellybeet.com/cart.php

<form class="form form--addToCart" method="post" action="https://jellybeet.com/cart.php" enctype="multipart/form-data" data-cart-item-add="">
  <div class="productView-options-panel-body" data-lock-body-scroll="">
    <input type="hidden" name="action" value="add">
    <input type="hidden" name="product_id" value="1900">
    <div class="productView-optionsGrid">
      <div data-product-option-change="" style="">
      </div>
      <div class="form-field form-field--stock u-hiddenVisually">
        <label class="form-label form-label--alternate"> Current Stock: <span data-product-stock=""></span>
        </label>
      </div>
      <div class="productView-options-summary">
        <div class="productView-price">
          <div class="price-section-group price-section-group--withoutTax">
            <!-- Sale price without Tax -->
            <div class="price-section price-section--withoutTax price-section--main">
              <span class="price-label">
              </span>
              <span class="price-now-label" style="display: none;">
              </span>
              <span data-product-price-without-tax="" class="price price--withoutTax price--main">$21.99</span>
            </div>
            <!-- Non-sale price without Tax -->
            <div class="price-section non-sale-price--withoutTax price-section--withoutTax" style="display: none;">
              <span class="price-was-label"></span>
              <span data-product-non-sale-price-without-tax="" class="price price--non-sale">
              </span>
            </div>
            <!-- Retail price without Tax -->
            <div class="price-section rrp-price--withoutTax price-section--withoutTax" style="display: none;"> MSRP: <span data-product-rrp-price-without-tax="" class="price price--rrp">
              </span>
            </div>
          </div>
          <div class="price-section price-section--saving price" style="display: none;">
            <span class="price">You save</span>
            <span data-product-price-saved="" class="price price--saving">
            </span>
            <span class="price"> </span>
          </div>
        </div>
      </div>
      <div class="form-field form-field--increments">
        <label class="form-label form-label--alternate" for="qty[1900]">Quantity:</label>
        <div class="form-increment" data-quantity-change="">
          <button class="button button--icon" data-action="dec">
            <span class="is-srOnly">Decrease Quantity:</span>
            <i class="icon" aria-hidden="true">
                <svg>
                    <use xlink:href="#icon-keyboard-arrow-down"></use>
                </svg>
            </i>
          </button>
          <input class="form-input form-input--incrementTotal" id="qty[1900]" name="qty[]" type="tel" value="1" data-quantity-min="0" data-quantity-max="0" min="1" pattern="[0-9]*" aria-live="polite">
          <button class="button button--icon" data-action="inc">
            <span class="is-srOnly">Increase Quantity:</span>
            <i class="icon" aria-hidden="true">
                <svg>
                    <use xlink:href="#icon-keyboard-arrow-up"></use>
                </svg>
            </i>
          </button>
        </div>
      </div>
    </div>
    <div class="alertBox productAttributes-message" style="display:none">
      <div class="alertBox-column alertBox-icon">
        <icon glyph="ic-success" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
            <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path>
          </svg></icon>
      </div>
      <p class="alertBox-column alertBox-message"></p>
    </div>
    <!-- snippet location product_addtocart -->
  </div>
  <div class="form-action-group">
    <div class="form-action">
      <input id="form-action-addToCart" data-wait-message="Adding to cart…" class="button button--primary" type="submit" value="Add to Cart">
    </div>
    <div class="form-action-or">Or</div>
    <div class="form-action form-action--buyNow">
      <input id="form-action-buyNow" data-wait-message="Buy Now" class="button button--buyNow" type="submit" value="Buy Now">
    </div>
  </div>
</form>

POST https://jellybeet.com/cart.php

<form class="form form--addToCart" method="post" action="https://jellybeet.com/cart.php" enctype="multipart/form-data" data-cart-item-add="">
  <input type="hidden" name="action" value="add">
  <input type="hidden" name="product_id" value="386">
  <div class="emthemesModez-productView-optionsGrid">
    <div data-product-option-change="" style="">
    </div>
    <div class="form-field form-field--stock u-hiddenVisually">
      <label class="form-label form-label--alternate"> Current Stock: <span data-product-stock=""></span>
      </label>
    </div>
    <div class="form-field form-field--increments">
      <label class="form-label form-label--alternate" for="qty[386]">Quantity:</label>
      <div class="form-increment" data-quantity-change="">
        <button class="button button--icon" data-action="dec">
          <span class="is-srOnly">Decrease Quantity:</span>
          <i class="icon" aria-hidden="true">
                                    <svg>
                                        <use xlink:href="#icon-keyboard-arrow-down"></use>
                                    </svg>
                                </i>
        </button>
        <input class="form-input form-input--incrementTotal" id="qty[386]" name="qty[]" type="tel" value="1" data-quantity-min="0" data-quantity-max="0" min="1" pattern="[0-9]*" aria-live="polite">
        <button class="button button--icon" data-action="inc">
          <span class="is-srOnly">Increase Quantity:</span>
          <i class="icon" aria-hidden="true">
                                    <svg>
                                        <use xlink:href="#icon-keyboard-arrow-up"></use>
                                    </svg>
                                </i>
        </button>
      </div>
    </div>
  </div>
  <div class="alertBox productAttributes-message" style="display:none">
    <div class="alertBox-column alertBox-icon">
      <icon glyph="ic-success" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
          <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path>
        </svg></icon>
    </div>
    <p class="alertBox-column alertBox-message"></p>
  </div>
</form>

POST https://jellybeet.com/cart.php

<form class="form form--addToCart" method="post" action="https://jellybeet.com/cart.php" enctype="multipart/form-data" data-cart-item-add="">
  <input type="hidden" name="action" value="add">
  <input type="hidden" name="product_id" value="788">
  <div class="emthemesModez-productView-optionsGrid">
    <div data-product-option-change="" style="">
    </div>
    <div class="form-field form-field--stock u-hiddenVisually">
      <label class="form-label form-label--alternate"> Current Stock: <span data-product-stock=""></span>
      </label>
    </div>
    <div class="form-field form-field--increments">
      <label class="form-label form-label--alternate" for="qty[788]">Quantity:</label>
      <div class="form-increment" data-quantity-change="">
        <button class="button button--icon" data-action="dec">
          <span class="is-srOnly">Decrease Quantity:</span>
          <i class="icon" aria-hidden="true">
                                    <svg>
                                        <use xlink:href="#icon-keyboard-arrow-down"></use>
                                    </svg>
                                </i>
        </button>
        <input class="form-input form-input--incrementTotal" id="qty[788]" name="qty[]" type="tel" value="1" data-quantity-min="0" data-quantity-max="0" min="1" pattern="[0-9]*" aria-live="polite">
        <button class="button button--icon" data-action="inc">
          <span class="is-srOnly">Increase Quantity:</span>
          <i class="icon" aria-hidden="true">
                                    <svg>
                                        <use xlink:href="#icon-keyboard-arrow-up"></use>
                                    </svg>
                                </i>
        </button>
      </div>
    </div>
  </div>
  <div class="alertBox productAttributes-message" style="display:none">
    <div class="alertBox-column alertBox-icon">
      <icon glyph="ic-success" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
          <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path>
        </svg></icon>
    </div>
    <p class="alertBox-column alertBox-message"></p>
  </div>
</form>

POST https://jellybeet.com/cart.php

<form class="form form--addToCart" method="post" action="https://jellybeet.com/cart.php" enctype="multipart/form-data" data-cart-item-add="">
  <input type="hidden" name="action" value="add">
  <input type="hidden" name="product_id" value="1901">
  <div class="emthemesModez-productView-optionsGrid">
    <div data-product-option-change="" style="">
    </div>
    <div class="form-field form-field--stock u-hiddenVisually">
      <label class="form-label form-label--alternate"> Current Stock: <span data-product-stock=""></span>
      </label>
    </div>
    <div class="form-field form-field--increments">
      <label class="form-label form-label--alternate" for="qty[1901]">Quantity:</label>
      <div class="form-increment" data-quantity-change="">
        <button class="button button--icon" data-action="dec">
          <span class="is-srOnly">Decrease Quantity:</span>
          <i class="icon" aria-hidden="true">
                                    <svg>
                                        <use xlink:href="#icon-keyboard-arrow-down"></use>
                                    </svg>
                                </i>
        </button>
        <input class="form-input form-input--incrementTotal" id="qty[1901]" name="qty[]" type="tel" value="1" data-quantity-min="0" data-quantity-max="0" min="1" pattern="[0-9]*" aria-live="polite">
        <button class="button button--icon" data-action="inc">
          <span class="is-srOnly">Increase Quantity:</span>
          <i class="icon" aria-hidden="true">
                                    <svg>
                                        <use xlink:href="#icon-keyboard-arrow-up"></use>
                                    </svg>
                                </i>
        </button>
      </div>
    </div>
  </div>
  <div class="alertBox productAttributes-message" style="display:none">
    <div class="alertBox-column alertBox-icon">
      <icon glyph="ic-success" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
          <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path>
        </svg></icon>
    </div>
    <p class="alertBox-column alertBox-message"></p>
  </div>
</form>

<form class="jdgm-form" novalidate="novalidate"><span class="jdgm-form__reviewer-name-format-container"> (<label for="jdgm_review_reviewer_name_format_a6c05m0hf" class="jdgm-form__inline-label jdgm-always-visible">displayed publicly like</label>
    <span class="jdgm-form__reviewer-name-format-dropdown-wrapper">
      <select id="jdgm_review_reviewer_name_format_a6c05m0hf" name="reviewer_name_format" class="jdgm-form__reviewer-name-format-dropdown">
        <option value="">John Smith</option>
        <option value="last_initial">John S.</option>
        <option value="all_initials" selected="">J.S.</option>
        <option value="anonymous">Anonymous</option>
      </select>
      <span class="jdgm-form__reviewer-name-format-dropdown-arrow"></span>
    </span> ) </span>
  <div class="jdgm-form__name-fieldset">
    <label for="jdgm_review_reviewer_name_a6c05m0hf">Name</label>
    <input id="jdgm_review_reviewer_name_a6c05m0hf" name="reviewer_name" type="text" placeholder="Enter your name (public)" aria-label="Name">
  </div>
  <div class="jdgm-form__email-fieldset">
    <label for="jdgm_review_reviewer_email_a6c05m0hf">Email</label>
    <input id="jdgm_review_reviewer_email_a6c05m0hf" name="reviewer_email" type="email" required="" placeholder="Enter your email (private)" aria-label="Email" aria-required="true">
  </div>
  <div class="jdgm-form__rating-fieldset" aria-label="Rating">
    <label>Rating</label>
    <span class="jdgm-form__rating"
      style="cursor: pointer;"><a data-alt="1" class="jdgm-star jdgm--on" title="1 star" role="button" aria-label="1 star"></a><a data-alt="2" class="jdgm-star jdgm--on" title="2 stars" role="button" aria-label="2 stars"></a><a data-alt="3" class="jdgm-star jdgm--on" title="3 stars" role="button" aria-label="3 stars"></a><a data-alt="4" class="jdgm-star jdgm--on" title="4 stars" role="button" aria-label="4 stars"></a><a data-alt="5" class="jdgm-star jdgm--on" title="5 stars" role="button" tabindex="0" aria-label="5 stars"></a><input
        name="score" type="hidden" value="5"></span>
  </div>
  <div class="jdgm-form__title-fieldset">
    <label for="jdgm_review_title_a6c05m0hf">Review Title</label><span class="jdgm-countdown"></span>
    <input id="jdgm_review_title_a6c05m0hf" name="review_title" type="text" placeholder="Give your review a title" aria-label="Review Title">
  </div>
  <div class="jdgm-form__body-fieldset">
    <label for="jdgm_review_body_a6c05m0hf">Review</label><span class="jdgm-countdown"></span>
    <textarea id="jdgm_review_body_a6c05m0hf" rows="5" name="review_body" placeholder="Write your comments here" aria-label="Review"></textarea>
  </div>
  <div class="jdgm-custom-forms"></div>
  <label class="jdgm-picture-fieldset-title">Picture/Video (optional)</label>
  <div class="jdgm-picture-fieldset">
    <div class="jdgm-picture-fieldset__container jdgm-media-fieldset__container">
      <label class="jdgm-picture-fieldset__box jdgm-picture-fieldset__box--input">
        <div class="jdgm-picture-fieldset__box-wrapper">
          <div class="jdgm-picture-fieldset__icon jdgm-photocamera-icon">
          </div>
        </div>
        <input type="file" name="pictures" class="jdgm-picture-fieldset__input" multiple="" accept="image/gif,image/jpeg,image/jpg,image/png" aria-label="Choose a review picture (optional)">
        <div style="display: none !important" aria-label="Choose a review picture (optional)">Choose a review picture (optional)</div>
      </label>
    </div>
    <div class="jdgm-video-fieldset__container jdgm-media-fieldset__container">
      <label class="jdgm-picture-fieldset__box jdgm-picture-fieldset__box--input">
        <div class="jdgm-picture-fieldset__box-wrapper">
          <div class="jdgm-picture-fieldset__icon jdgm-videocam-icon">
          </div>
        </div>
        <input type="file" name="video" class="jdgm-picture-fieldset__input" accept="video/mov,video/mp4,video/x-m4v,video/*" aria-label="Choose a review video (optional)">
        <div style="display: none !important" aria-label="Choose a review video (optional)">Choose a review video (optional)</div>
      </label>
    </div>
  </div>
  <div class="jdgm-form__yt-video-fieldset">
    <input name="yt_url" type="text" placeholder="YouTube URL" aria-label="YouTube URL">
  </div>
  <input type="submit" class="jdgm-submit-rev btn btn_c button " value="Submit Review">
</form>

<form class="jdgm-form-dynamic" novalidate="novalidate">
  <div class="jdgm-form-dynamic__close jdgm-close-ico"></div>
  <div class="jdgm-form-dynamic__picture-upload-field jdgm-form-dynamic__row" data-pos="0">
    <label class="jdgm-picture-dynamic-fieldset-title">Picture/Video (optional)</label>
    <div class="jdgm-picture-dynamic-fieldset">
      <div class="jdgm-picture-fieldset__container jdgm-media-fieldset__container">
        <label class="jdgm-picture-fieldset__box jdgm-picture-fieldset__box--input">
          <div class="jdgm-picture-fieldset__box-wrapper">
            <div class="jdgm-picture-fieldset__icon jdgm-photocamera-icon">
            </div>
          </div>
          <input type="file" name="pictures" class="jdgm-picture-fieldset__input" multiple="" accept="image/gif,image/jpeg,image/jpg,image/png" aria-label="Choose a review picture (optional)">
          <div style="display: none !important" aria-label="Choose a review picture (optional)">Choose a review picture (optional)</div>
        </label>
      </div>
    </div>
    <div class="jdgm-video-fieldset__container jdgm-media-fieldset__container">
      <label class="jdgm-picture-fieldset__box jdgm-picture-fieldset__box--input">
        <div class="jdgm-picture-fieldset__box-wrapper">
          <div class="jdgm-picture-fieldset__icon jdgm-videocam-icon">
          </div>
        </div>
        <input type="file" name="video" class="jdgm-picture-fieldset__input" accept="video/mov,video/mp4,video/x-m4v,video/*" aria-label="Choose a review video (optional)">
        <div style="display: none !important" aria-label="Choose a review video (optional)">Choose a review video (optional)</div>
      </label>
    </div>
    <div class="jdgm-form__yt-video-fieldset">
      <input name="yt_url" type="text" placeholder="YouTube URL" aria-label="YouTube URL">
    </div>
    <div class="jdgm-form-dynamic__buttons-row">
      <div class="jdgm-btn jdgm-btn--border jdgm-form-dynamic__back btn btn_c button" tabindex="0" role="button">Back</div>
      <div class="jdgm-btn jdgm-btn--solid jdgm-form-dynamic__next btn btn_c button" tabindex="0" role="button">Next</div>
    </div>
  </div>
  <div class="jdgm-form-dynamic__rating-fieldset jdgm-form-dynamic__row" data-pos="1">
    <label>Rating</label>
    <span class="jdgm-form-dynamic__rating"
      style="cursor: pointer;"><a data-alt="1" class="jdgm-star jdgm--on" title="1 star"></a><a data-alt="2" class="jdgm-star jdgm--on" title="2 stars"></a><a data-alt="3" class="jdgm-star jdgm--on" title="3 stars"></a><a data-alt="4" class="jdgm-star jdgm--on" title="4 stars"></a><a data-alt="5" class="jdgm-star jdgm--on" title="5 stars"></a><input
        name="score" type="hidden" value="5"></span>
    <div class="jdgm-form-dynamic__buttons-row">
      <div class="jdgm-btn jdgm-btn--border jdgm-form-dynamic__back btn btn_c button" tabindex="0" role="button">Back</div>
      <div class="jdgm-btn jdgm-btn--solid jdgm-form-dynamic__next btn btn_c button" tabindex="0" role="button">Next</div>
    </div>
  </div>
  <div class="jdgm-form-dynamic__row" data-pos="2">
    <div class="jdgm-form-dynamic__name-fieldset">
      <label for="jdgm_reviewer_name">Name</label>
      <input id="jdgm_reviewer_name" name="reviewer_name" type="text" placeholder="Enter your name (public)">
    </div>
    <div class="jdgm-form-dynamic__email-fieldset">
      <label for="jdgm_reviewer_email">Email</label>
      <input id="jdgm_reviewer_email" name="reviewer_email" type="email" placeholder="Enter your email (private)">
    </div>
    <div class="jdgm-form-dynamic__buttons-row">
      <div class="jdgm-btn jdgm-btn--border jdgm-form-dynamic__back btn btn_c button" tabindex="0" role="button">Back</div>
      <div class="jdgm-btn jdgm-btn--solid jdgm-form-dynamic__next btn btn_c button" tabindex="0" role="button">Next</div>
    </div>
  </div>
  <div class="jdgm-form-dynamic__row jdgm-form-dynamic__submit-slide" data-pos="3">
    <div class="jdgm-form-dynamic__title-fieldset">
      <label for="jdgm_review_title">Review Title</label><span class="jdgm-countdown"></span>
      <input id="jdgm_review_title" name="review_title" type="text" placeholder="Give your review a title">
    </div>
    <div class="jdgm-form-dynamic__body-fieldset">
      <label for="jdgm_review_body">Review</label><span class="jdgm-countdown"></span>
      <textarea id="jdgm_review_body" rows="5" name="review_body" placeholder="Write your comments here"></textarea>
    </div>
    <div class="jdgm-form-dynamic__buttons-row">
      <div class="jdgm-btn jdgm-btn--border jdgm-form-dynamic__back btn btn_c button" tabindex="0" role="button">Back</div>
      <div class="jdgm-btn jdgm-btn--solid jdgm-form-dynamic__next btn btn_c button" tabindex="0" role="button">Next</div>
    </div>
  </div>
  <div class="jdgm-custom-forms-dynamic jdgm-custom-forms">
  </div>
  <input type="submit" class="jdgm-form-dynamic__submit-rev btn btn_c button " value="Submit Review">
</form>

<form class="jdgm-question-form">
  <div class="jdgm-form__name-fieldset">
    <label for="jdgm_question_reviewer_name">Name</label>
    <input id="jdgm_question_reviewer_name" name="reviewer_name" type="text" maxlength="100" required="" placeholder="Enter your name (public)">
  </div>
  <div class="jdgm-form__email-fieldset">
    <label for="jdgm_question_reviewer_email">Email</label>
    <input id="jdgm_question_reviewer_email" name="reviewer_email" type="email" required="" placeholder="Enter your email (private)">
  </div>
  <div class="jdgm-form__question-fieldset">
    <label for="jdgm_question_content">Question</label>
    <textarea id="jdgm_question_content" rows="5" name="question_content" required="" placeholder="Write your question here"></textarea>
  </div>
  <input type="submit" class="jdgm-submit-question btn btn_c button " value="Submit Question">
</form>

POST /login.php?action=check_login

<form class="navUser-loginForm form" action="/login.php?action=check_login" method="post" data-login-form="">
  <div class="form-field form-field--error">
    <label class="form-label" for="login_email">Email Address:</label>
    <input class="form-input" name="login_email" id="login_email" type="email">
    <span style="" class="form-inlineMessage">Please use a valid email address, such as user@example.com.</span>
  </div>
  <div class="form-field">
    <label class="form-label" for="login_pass">Password:</label>
    <input class="form-input" id="login_pass" type="password" name="login_pass">
    <span style="display: none;"></span>
  </div>
  <div class="form-actions">
    <input type="submit" class="button button--primary" value="Sign in">
    <a class="forgot-password" href="/login.php?action=reset_password">Forgot your password?</a>
    <a class="create-account" href="/login.php?action=create_account">Create Account</a>
  </div>
</form>

Text Content

Toggle menu

More

 * Home
 * Shop
   
   NEW ARRIVALS
   
   
    * All Shop
    * New Arrivals
    * Apparel
    * Beauty
    * Blind Boxes
    * Essentials
    * Keychains
    * Plush
    * Stationery
    * Under $10

 * Brands
    * All Brands
    * Amuse
    * Bobblejot
    * BT21
    * Corocoro Coronya
    * Honeymaru
    * Jinbesan
    * LINE FRIENDS
    * Mamegoma
    * Monchhichi
    * Re-Ment
    * Rilakkuma
    * Sanrio
    * Sentimental Circus
    * Sumikkogurashi
    * tokidoki

 * Live Shopping
 * COMING SOON!
 * jb Live
 * Brand Stories
 * Blog
 * 

 * * 
   * 
   * 
   * 
   * 


 * Search
 * Compare
 * Cart 0
   
 * More




×
Search

 * Startseite
 * Shop
 * Bobblejot Tori Sitting Plush


BOBBLEJOT TORI SITTING PLUSH

No reviews Questions?

BOBBLEJOT


$21.99


MSRP:
You save
Add to Wish List
 * 
 * Create New Wish List

Share
 * 
 * 
 * 
 * 




Previous

Next




Add to Cart

OPTIONS

Current Stock:
$21.99

MSRP:
You save
Quantity:
Decrease Quantity: Increase Quantity:



Or



 * Description
 * Info


INFO

SKU:GS8029 ,UPC: ,WIDTH: ,HEIGHT: ,DEPTH:

INFO

SKU: GS8029 UPC: 0843074180298 MPN: GS8029 Width: 8.00 (in) Height: 15.00 (in)
Depth: 8.00 (in)


DESCRIPTION

This Bobblejot Original Authentic Medium Tori plush is made of the softest, most
huggable materials because everyone loves a nice soft hug, especially Tori.

 * Bobblejot Original Tori™ Series plush
 * 15" tall plush - Medium
 * Super soft, premium quality collectible stuffed toy is perfect for cuddling,
   play or sleep
 * Surface washable for easy care and maintenance
 * Ages 3+

Who is Tori (Victoria)?

Abandoned as a pup, Tori was a lonely corgi who finally found her first friend
when Sam pulled her out of a dumpster. Since then, Tori has made it her personal
mission to make more friends. Along the way, she learns that some friendships
take a bit more time and effort to build, but Tori will go through great lengths
to make it happen.

Personality: Extroverted, bubbly, dramatic
Likes: Playing outdoors (fetch), playing dress up, spending on onesies, making
friends, eating cookies

FREQUENTLY BOUGHT TOGETHER:


Inc. Tax
$88.96 Ex. Tax
Add all four to cart
Bobblejot Tori Sitting Plush
$21.99


MSRP:
You save
Kiiroitori Cupcake Keychain Plush
$14.99

MSRP:
You save

Current Stock:
Quantity:
Decrease Quantity: Increase Quantity:



Amuse Kuromame Sitting Cat Plush
$29.99

MSRP:
You save

Current Stock:
Quantity:
Decrease Quantity: Increase Quantity:





Bobblejot Sam Sitting Plush
$21.99

MSRP:
You save

Current Stock:
Quantity:
Decrease Quantity: Increase Quantity:







CUSTOMER REVIEWS

Be the first to write a review
Write a reviewAsk a question

(displayed publicly like John Smith John S. J.S. Anonymous )
Name
Email
Rating
Review Title
Review

Picture/Video (optional)
Choose a review picture (optional)
Choose a review video (optional)

Picture/Video (optional)
Choose a review picture (optional)
Choose a review video (optional)

Back
Next
Rating
Back
Next
Name
Email
Back
Next
Review Title
Review
Back
Next

Name
Email
Question




CUSTOMERS ALSO VIEWED

Add to Cart Buy Now
Quick view Add to My Wish List
NO REVIEWS QUESTIONS?
BOBBLEJOT SAM SITTING PLUSH

$21.99

MSRP:


This Bobblejot Original Authentic Medium Sam plush is made of the softest, most
huggable materials because deep down, Sam’s a big softie. He just won’t admit
it. Bobblejot Original...

Add to Cart Buy Now
Quick view Add to My Wish List
NO REVIEWS QUESTIONS?
SUMIKKOGURASHI SAN-X ORIGINAL HALLOWEEN KEYCHAIN BLIND BOX - 1PC

$15.99

MSRP:


It's always a shy filled Halloween celebration with all of Sumikkogurashi! In
this spooky Blind Box, all of Sumikkogurashi got together to dress up as their
very own unique cute ghosts. With this...

Add to Cart Buy Now
Quick view Add to My Wish List
NO REVIEWS QUESTIONS?
BLIND BOX COROCORO CORONYA FRIENDS WITH BREAD CHARMS - 1PC

$11.99

MSRP:


The adorable Corocoro Coronya Cat Bread Blind Box Plush keychains are here to
bring a warm bread filled welcome! Made from premium materials, this Corocoro
Blind Box is easy to maintain and surface...

Add to Cart Buy Now
Quick view Add to My Wish List
NO REVIEWS QUESTIONS?
SUMIKKOGURASHI JUNGLE SERIES EBI WHITE TIGER PLUSH

$19.99

MSRP:


The San-X Original Ebi Plush has arrived dressed as the magnificent White Tiger
in the Jungle Costume Series! Still full of lovely details, Neko wanted to try a
new costume out with style but still...

Out of stock

Out of stock
Quick view Add to My Wish List
50 REVIEWS QUESTIONS?
KORILAKKUMA SAN-X ORIGINAL STRAWBERRY PATTERN PINK SLEEPING BAG PLUSH

$31.99

MSRP:


This ultra cute San-X Original Korilakkuma plush is the perfect bedtime
companion, snuggled in a removable soft strawberry and pink sleeping bag. San-X
Original Rilakkuma Series Plush 13.5" Tall...

×


×


OK




BRANDS

 * BT21
 * Honeymaru
 * Jinbesan
 * LINE Friends
 * Monchhichi
 * Nyan Nyan Nyanko
 * Re-Ment
 * Rilakkuma
 * Sanrio
 * Sumikkogurashi

COMPANY INFO

 * About
 * Contact Us
 * FAQ
 * Privacy Policy
 * Terms & Conditions
 * Return Policy
 * Sitemap

SIGN IN

BRAND STORIES

FOLLOW US

 * 
 * 
 * 
 * 
 * 



© 2022 jellybeet.com.




Categories

 * Shop
    * All Shop
    * New Arrivals
    * Apparel
    * Beauty
    * Blind Boxes
    * Essentials
    * Keychains
    * Plush
    * Stationery
    * Under $10

 * Brands
    * All Brands
    * Amuse
    * Bobblejot
    * BT21
    * Corocoro Coronya
    * Honeymaru
    * Jinbesan
    * LINE FRIENDS
    * Mamegoma
    * Monchhichi
    * Re-Ment
    * Rilakkuma
    * Sanrio
    * Sentimental Circus
    * Sumikkogurashi
    * tokidoki

 * Live Shopping
 * COMING SOON!

 * Home
 * Categories
 * Account
 * Contact
    * shop@jellybeet.com
    * 2009 South Parco Avenue | Ontario, California 91761

 * More

Account

 * Sign In
   
   Email Address: Please use a valid email address, such as user@example.com.
   Password:
   Forgot your password? Create Account
 * * 
   * 
   * 
   * 
   *