googoo.com Open in urlscan Pro
23.227.38.65  Public Scan

Submitted URL: http://www.googoo.com/
Effective URL: https://googoo.com/
Submission: On October 19 via api from US — Scanned from CA

Form analysis 7 forms found in the DOM

POST /localization

<form method="post" action="/localization" id="header__selector-form--action-icons" accept-charset="UTF-8" class="selectors-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="localization header-menu__disclosure">
    <div class="selectors-form__wrap"></div>
  </div>
</form>

POST /cart

<form action="/cart" method="post" class="ajax-cart__form is-hidden">
  <div class="ajax-cart__cart-count text-align-center">
    <p class="ajax-cart__cart-title">Shopping Cart <span class="cart__count--text" data-bind="itemCount">0</span></p>
  </div>
  <div class="ajax-cart__list">
  </div>
  <div class="ajax-cart__details-wrapper">
    <div class="ajax-cart__subtotal ajax-cart__details-row is-flex is-justify-space-between">
      <div class="ajax-cart__row-description">
        <span>Subtotal:</span>
      </div>
      <span class="money"> $0.00 USD </span>
    </div>
    <textarea id="note" name="note" rows="2" placeholder="Order Notes" class="ajax-cart__note"></textarea>
    <div id="char-count">0 / 200 max characters</div>
    <script>
      // Select the textarea and the character count div
      var textarea = document.querySelector('#note');
      var charCountDiv = document.querySelector('#char-count');
      // Function to update character count
      function updateCharCount() {
        var charCount = textarea.value.length;
        charCountDiv.textContent = charCount + ' / 200 max characters';
        // If the character count exceeds 200, trim the textarea value
        if (charCount > 200) {
          textarea.value = textarea.value.substring(0, 200);
        }
      }
      // Event listener for input on textarea
      textarea.addEventListener('input', updateCharCount);
      // Initialize the character count on page load
      window.onload = updateCharCount;
    </script>
    <div class="ajax-cart__cart-message text-align-center">
      <p><strong>Save your chocolate!
        </strong><a href="https://googoo.com/pages/shipping-policy" target="_blank" title="https://googoo.com/pages/shipping-policy"><strong>Review our summer shipping policy before placing your order</strong></a><strong>. <br><br>Include any notes,
          gift message, or special instructions for your order here:</strong></p>
    </div>
    <div class="ajax-cart__button-wrapper text-align-center">
      <button type="submit" name="checkout" class="ajax-cart__button button--add-to-cart button">
        <span class="icon " data-icon="lock">
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
            <g id="lock">
              <path
                d="M81.73,40.87h-9V31.78a22.78,22.78,0,0,0-45.56,0v9.09H18.27a4.73,4.73,0,0,0-4.73,4.73V86.28A4.73,4.73,0,0,0,18.27,91H81.73a4.73,4.73,0,0,0,4.73-4.72V45.6A4.73,4.73,0,0,0,81.73,40.87ZM35.22,31.78a14.78,14.78,0,0,1,29.56,0v9.09H35.22Z">
              </path>
            </g>
          </svg>
        </span> Checkout </button>
      <a class="ajax-cart__cart-link" href="/cart">Go to cart</a>
    </div>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="selector-form--mobile" accept-charset="UTF-8" class="selectors-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="localization selectors-form--mobile">
    <div class="selectors-form__wrap"></div>
  </div>
</form>

POST /cart

<form action="/cart" method="post" class="ajax-cart__form is-hidden">
  <div class="ajax-cart__cart-count text-align-center">
    <p class="ajax-cart__cart-title">Shopping Cart <span class="cart__count--text" data-bind="itemCount">0</span></p>
  </div>
  <div class="ajax-cart__list">
  </div>
  <div class="ajax-cart__details-wrapper">
    <div class="ajax-cart__subtotal ajax-cart__details-row is-flex is-justify-space-between">
      <div class="ajax-cart__row-description">
        <span>Subtotal:</span>
      </div>
      <span class="money"> $0.00 USD </span>
    </div>
    <textarea id="note" name="note" rows="2" placeholder="Order Notes" class="ajax-cart__note"></textarea>
    <div id="char-count">0 / 200 max characters</div>
    <script>
      // Select the textarea and the character count div
      var textarea = document.querySelector('#note');
      var charCountDiv = document.querySelector('#char-count');
      // Function to update character count
      function updateCharCount() {
        var charCount = textarea.value.length;
        charCountDiv.textContent = charCount + ' / 200 max characters';
        // If the character count exceeds 200, trim the textarea value
        if (charCount > 200) {
          textarea.value = textarea.value.substring(0, 200);
        }
      }
      // Event listener for input on textarea
      textarea.addEventListener('input', updateCharCount);
      // Initialize the character count on page load
      window.onload = updateCharCount;
    </script>
    <div class="ajax-cart__cart-message text-align-center">
      <p><strong>Save your chocolate!
        </strong><a href="https://googoo.com/pages/shipping-policy" target="_blank" title="https://googoo.com/pages/shipping-policy"><strong>Review our summer shipping policy before placing your order</strong></a><strong>. <br><br>Include any notes,
          gift message, or special instructions for your order here:</strong></p>
    </div>
    <div class="ajax-cart__button-wrapper text-align-center">
      <button type="submit" name="checkout" class="ajax-cart__button button--add-to-cart button">
        <span class="icon " data-icon="lock">
          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
            <g id="lock">
              <path
                d="M81.73,40.87h-9V31.78a22.78,22.78,0,0,0-45.56,0v9.09H18.27a4.73,4.73,0,0,0-4.73,4.73V86.28A4.73,4.73,0,0,0,18.27,91H81.73a4.73,4.73,0,0,0,4.73-4.72V45.6A4.73,4.73,0,0,0,81.73,40.87ZM35.22,31.78a14.78,14.78,0,0,1,29.56,0v9.09H35.22Z">
              </path>
            </g>
          </svg>
        </span> Checkout </button>
      <a class="ajax-cart__cart-link" href="/cart">Go to cart</a>
    </div>
  </div>
</form>

<form aria-live="polite" class="needsclick klaviyo-form klaviyo-form-version-cid_1 go3279073480 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-Um86K2" novalidate=""
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 100%; overflow: visible; border-radius: 13px; border-style: none; border-width: 1px; border-color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0); background-repeat: no-repeat; background-position-y: 50%; padding: 10px 5px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1"
        style="display: flex; justify-content: flex-start; padding: 0px; position: relative; background-color: rgb(191, 2, 9); flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_26566160" class="needsclick go2723984398 kl-private-reset-css-Xuajs1" type="email"
            autocomplete="email" name="email" tabindex="0" placeholder="Enter your email" aria-label="Enter your email" aria-required="true" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 70px; text-align: left; color: rgb(0, 0, 0); font-family: Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(148, 149, 150);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px; position: relative; flex: 0 1 auto; margin: 0px auto;"><button
          class="needsclick go300628013 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(255, 255, 255); border-radius: 13px; border-style: solid; border-color: rgb(229, 26, 34); border-width: 0px; color: rgb(229, 26, 34); font-family: Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 24px; font-weight: 700; letter-spacing: 0px; line-height: 1; white-space: normal; padding: 11px 10px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; pointer-events: auto; height: auto;">Sign
          Up</button></div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

/search

<form class="search-form search-popup__form" action="/search">
  <div class="search__fields"> <input type="hidden" name="type" value="product,page,article"> <label for="q" class="visuallyhidden">What are you looking for?</label>
    <div class="field">
      <div class="control has-icons-left"> <input class="input" type="text" name="q" placeholder="What are you looking for?" value="" x-webkit-speech="" autocapitalize="off" autocomplete="off" autocorrect="off" data-q="">
        <span class="icon " data-icon="search"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
            <g id="search">
              <path d="M92.83,90.18,71.47,68.83a38.58,38.58,0,1,0-6.29,5l22,22ZM14,41.46A30.47,30.47,0,1,1,44.47,71.93,30.51,30.51,0,0,1,14,41.46Z"></path>
            </g>
          </svg>
        </span>
      </div>
    </div> <input type="submit" name="search" class="visuallyhidden" value="">
  </div>
  <div class="search__results-wrapper">
    <h2 class="vertical-search__title"> Top suggestions </h2>
    <ul class="search__results"></ul>
  </div>
</form>

/search

<form class="search-form search-popup__form" action="/search">
  <div class="search__fields"> <input type="hidden" name="type" value="product,page,article"> <label for="q" class="visuallyhidden">What are you looking for?</label>
    <div class="field">
      <div class="control has-icons-left has-icons-right is-relative"> <input class="input" type="text" name="q" placeholder="What are you looking for?" value="" x-webkit-speech="" autocapitalize="off" autocomplete="off" autocorrect="off" data-q="">
        <span class="icon is-left submit-search" data-icon="search"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
            <g id="search">
              <path d="M92.83,90.18,71.47,68.83a38.58,38.58,0,1,0-6.29,5l22,22ZM14,41.46A30.47,30.47,0,1,1,44.47,71.93,30.51,30.51,0,0,1,14,41.46Z"></path>
            </g>
          </svg>
        </span>
        <span class="icon is-right close-search" data-icon="x"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
            <g id="x">
              <polygon points="97.83 7.83 92.17 2.17 50 44.34 7.83 2.17 2.17 7.83 44.34 50 2.17 92.17 7.83 97.83 50 55.66 92.17 97.83 97.83 92.17 55.66 50 97.83 7.83"></polygon>
            </g>
          </svg>
        </span>
      </div>
    </div> <input type="submit" name="search" class="visuallyhidden" value="">
  </div>
  <div class="search__results-wrapper">
    <h2 class="vertical-search__title"> Top suggestions </h2>
    <ul class="search__results"></ul>
  </div>
</form>

Text Content

Press Alt+1 for screen-reader mode, Alt+0 to cancelAccessibility Screen-Reader
Guide, Feedback, and Issue Reporting


- | / Save up to % Save % Save up to Save Sale Sold out In stock

High Heat Alert! Please read through our shipping policy carefully before
placing your order. 




 * 
 * 
 * 
 * 

SHOP
EXPERIENCES
VISIT


GOO GOO CLUSTER


LOCATOR
LEGACY
BLOG

Search Login
0 Cart

Shopping Cart 0

Your Cart is Empty

Continue Shopping

Shopping Cart 0


Subtotal:
$0.00 USD
0 / 200 max characters

Save your chocolate! Review our summer shipping policy before placing your
order.

Include any notes, gift message, or special instructions for your order here:

Checkout Go to cart
SHOP
EXPERIENCES
VISIT
LOCATOR
LEGACY
BLOG
 * SHOP
 * EXPERIENCES
 * VISIT
 * LOCATOR
 * LEGACY
 * BLOG
 * Login
 * 


Search
0 Cart

Shopping Cart 0

Your Cart is Empty

Continue Shopping

Shopping Cart 0


Subtotal:
$0.00 USD
0 / 200 max characters

Save your chocolate! Review our summer shipping policy before placing your
order.

Include any notes, gift message, or special instructions for your order here:

Checkout Go to cart

Menu title

This section doesn’t currently include any content. Add content to this section
using the sidebar.

Add description and links to your promotion

Shop now

Your headline



Image caption appears here

Your product's name

$49.00

Add your deal, information or promotional text

 1. 
 2. 
 3. 


BEST SELLERS


Original Goo Goo - 3 Count Box $7.99 USD
Variety Pack $14.99 USD
Lil’ Goos $7.99 USD
Going Nuts Care Pack $55.00 USD
SHOP ALL


NEW RELEASES

We love introducing exciting new products and flavors. Check out what we're
featuring this month.

MORE DETAILS



VISIT US IN NASHVILLE

Come by! Goo Goo Chocolate Co. is just south of Broadway on 3rd Avenue, the home
of the Goo Goo Cluster and one-of-a-kind candy making experiences.

PLAN YOUR VISIT


FIND GOO GOO CLUSTERS NEAR YOU!

We’ve got partners across the nation, check our Retail Locator to find out who’s
carrying Goo Goos in your neck of the woods.

FIND A RETAILER
 * 
 * 
 * 
 * 

OUR COMPANY

 * About Us
 * Careers
 * Nashville Storefront

Sales

 * Find a Retailer
 * Bulk Orders
 * Wholesale
 * Corporate Gifting
 * Donations

Customer Service

 * Shipping Policy
 * FAQ
 * Contact Us
 * Privacy Policy

More Information

 * Chocolate Classes
 * Private Events
 * Recipes
 * News and Promotions

subscribe to our mailing list

Sign-up for our email newsletter and be the first to know about our new product
launches, exclusive deals and promotions, and recipes!

Sign Up

© 2024 Goo Goo Cluster.


SEARCH

What are you looking for?



TOP SUGGESTIONS

What are you looking for?



TOP SUGGESTIONS