www.sosweetshop.co.uk Open in urlscan Pro
2620:127:f00f:e::  Public Scan

Submitted URL: https://mailserver.chocolateweeknyc.com/
Effective URL: https://www.sosweetshop.co.uk/collections/chocolates
Submission: On May 08 via api from US — Scanned from DE

Form analysis 67 forms found in the DOM

POST /localization

<form action="/localization" method="POST"><input name="_method" type="hidden" value="PUT"><input name="source" type="hidden" value="geolocation_recommendation"><input name="return_to" type="hidden" value="/collections/chocolates"><input
    name="country_code" type="hidden" value="DE"><button class="recommendation-modal__close-button" type="submit"><svg aria-label="Dismiss" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" style="height: 1em; width: 1em;">
      <path d="M11.414 10l6.293-6.293a.999.999 0 1 0-1.414-1.414L10 8.586 3.707 2.293a.999.999 0 1 0-1.414 1.414L8.586 10l-6.293 6.293a.999.999 0 1 0 1.414 1.414L10 11.414l6.293 6.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L11.414 10z"
        fill="#000000"></path>
    </svg></button></form>

POST /localization

<form action="/localization" method="POST" class="recommendation-modal__form"><input name="_method" type="hidden" value="PUT"><input name="source" type="hidden" value="geolocation_recommendation"><input name="return_to" type="hidden"
    value="/collections/chocolates"><input name="country_code" type="hidden" value="DE"><button class="recommendation-modal__button" type="submit" style="background-color: rgb(236, 0, 140); color: rgb(255, 255, 255);">Continue</button></form>

POST /localization

<form method="post" action="/localization" id="nav-localization" accept-charset="UTF-8" class="form localization no-js-hidden" 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="/collections/chocolates">
  <div class="localization__grid">
    <div class="localization__selector">
      <input type="hidden" name="country_code" value="GB">
      <country-selector><label class="label visually-hidden no-js-hidden" id="nav-localization-country-label">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden" id="nav-localization-country"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox"
            aria-labelledby="nav-localization-country-label">
            <span class="text-start">United Kingdom (GBP&nbsp;£)</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="nav-localization-country-opt-0">
            <li class="custom-select__option flex items-center js-option" id="nav-localization-country-opt-0" role="option" data-value="GB" aria-selected="true">
              <span class="pointer-events-none">United Kingdom (GBP&nbsp;£)</span>
            </li>
          </ul>
        </div>
      </country-selector>
    </div>
  </div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('nav-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

GET /search

<form class="search relative search--speech" role="search" action="/search" method="get">
  <label class="label visually-hidden" for="header-search">Search</label>
  <script src="//www.sosweetshop.co.uk/cdn/shop/t/17/assets/search-form.js?v=172508554731921826481685948649" defer="defer"></script>
  <search-form class="search__form block">
    <input type="hidden" name="type" value="product,">
    <input type="hidden" name="options[prefix]" value="last">
    <input type="search" class="search__input w-full input js-search-input" id="header-search" name="q" placeholder="Search for fizzy sweets" data-placeholder-one="Search for pick'n'mix" data-placeholder-two="Search for fizzy sweets"
      data-placeholder-three="Search for Takis" data-placeholder-prompts-mob="false" data-typing-speed="100" data-deleting-speed="60" data-delay-after-deleting="500" data-delay-before-first-delete="2000" data-delay-after-word-typed="2400"
      role="combobox" autocomplete="off" aria-autocomplete="list" aria-controls="predictive-search-results" aria-owns="predictive-search-results" aria-haspopup="listbox" aria-expanded="false" spellcheck="false">
    <button type="button" class="search__reset text-current vertical-center absolute focus-inset js-search-reset" hidden="">
      <span class="visually-hidden">Reset</span>
      <svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linejoin="round" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path d="M5 19 19 5M5 5l14 14"></path>
      </svg>
    </button>
    <button class="search__submit text-current absolute focus-inset start"><span class="visually-hidden">Search</span><svg width="21" height="23" viewBox="0 0 21 23" fill="currentColor" aria-hidden="true" focusable="false" role="presentation"
        class="icon">
        <path
          d="M14.398 14.483 19 19.514l-1.186 1.014-4.59-5.017a8.317 8.317 0 0 1-4.888 1.578C3.732 17.089 0 13.369 0 8.779S3.732.472 8.336.472c4.603 0 8.335 3.72 8.335 8.307a8.265 8.265 0 0 1-2.273 5.704ZM8.336 15.53c3.74 0 6.772-3.022 6.772-6.75 0-3.729-3.031-6.75-6.772-6.75S1.563 5.051 1.563 8.78c0 3.728 3.032 6.75 6.773 6.75Z">
        </path>
      </svg>
    </button><speech-search-button class="search__speech focus-inset end" tabindex="0" title="Search by voice" style="--speech-icon-color: #ff580d">
      <svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path fill="currentColor"
          d="M17.3 11c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.49 6-3.31 6-6.72m-8.2-6.1c0-.66.54-1.2 1.2-1.2.66 0 1.2.54 1.2 1.2l-.01 6.2c0 .66-.53 1.2-1.19 1.2-.66 0-1.2-.54-1.2-1.2M12 14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3 3 3 0 0 0-3 3v6a3 3 0 0 0 3 3Z">
        </path>
      </svg>
    </speech-search-button>
    <link href="//www.sosweetshop.co.uk/cdn/shop/t/17/assets/speech-search.css?v=177126016175843458791685948649" rel="stylesheet" type="text/css" media="all">
    <script src="//www.sosweetshop.co.uk/cdn/shop/t/17/assets/speech-search.js?v=62333279374776981001685948649" defer="defer"></script>
  </search-form>
  <div class="js-search-results" tabindex="-1" data-predictive-search=""></div>
  <span class="js-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630653194461" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586445611229"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/chocolate-covered-cinder-toffee-100g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630653194461">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630653587677" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586446102749"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/chocolate-raisins-150g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630653587677">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630653653213" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586446168285"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/chocolate-limes-175g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630653653213">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630668529885" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586470056157"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/chocolate-fruits-200g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630668529885">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630618198237" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586384302301"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/lindt-lindor-gift-box-white-chocolate-200g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630618198237">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630890696925" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42587140063453"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/daniels-delights-milk-chocolate-covered-foam-bananas-2kg" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630890696925">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630913274077" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42587169423581"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/bonds-white-chocolate-silver-coins-25g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630913274077">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630618099933" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586384203997"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/lindt-lindor-gift-box-mint-chocolate-200g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630618099933">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630629273821" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586404421853"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/lindt-lindor-gift-box-salted-caramel-200g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630629273821">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7705850380509" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42793998385373"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/lindt-lindor-gift-box-double-chocolate-200g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7705850380509">
</form>

<form id="facets" novalidate=""><details-disclosure class="facets__active-filters" hidden="">
    <details class="disclosure" open="">
      <summary>
        <div class="flex justify-between items-center">
          <span class="flex-auto font-bold active-filters-header">Applied Filters </span>
          <span class="disclosure__toggle"><svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </span>
        </div>
      </summary>
      <div class="disclosure__panel has-motion">
        <div class="disclosure__content">
          <div class="active-filters flex flex-wrap">
          </div>
          <a href="/collections/chocolates?sort_by=manual" class="link text-current text-sm js-clear-all" data-instant="">Clear all</a>
        </div>
      </div>
    </details>
  </details-disclosure>
  <div class="facets__filters">
    <details-disclosure class="md:hidden no-js-visible">
      <details class="filter disclosure" data-type="sort" data-index="-1" open="">
        <summary class="filter__toggle">
          <div class="flex justify-between items-center">
            <span class="flex-auto font-bold">Sort by</span>
            <span class="disclosure__toggle"><svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon">
                <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
              </svg>
            </span>
          </div>
        </summary>
        <div class="disclosure__panel has-motion">
          <div class="disclosure__content">
            <div class="filter__content">
              <ul role="list">
                <li>
                  <input type="radio" class="checkbox js-drawer-sort-by" id="filter-sort-1" name="sort_by" value="manual" checked="">
                  <label for="filter-sort-1" class="flex items-start w-full m-0">
                    <span class="flex-auto">Featured</span>
                  </label>
                </li>
                <li>
                  <input type="radio" class="checkbox js-drawer-sort-by" id="filter-sort-2" name="sort_by" value="best-selling">
                  <label for="filter-sort-2" class="flex items-start w-full m-0">
                    <span class="flex-auto">Best selling</span>
                  </label>
                </li>
                <li>
                  <input type="radio" class="checkbox js-drawer-sort-by" id="filter-sort-3" name="sort_by" value="title-ascending">
                  <label for="filter-sort-3" class="flex items-start w-full m-0">
                    <span class="flex-auto">Alphabetically, A-Z</span>
                  </label>
                </li>
                <li>
                  <input type="radio" class="checkbox js-drawer-sort-by" id="filter-sort-4" name="sort_by" value="title-descending">
                  <label for="filter-sort-4" class="flex items-start w-full m-0">
                    <span class="flex-auto">Alphabetically, Z-A</span>
                  </label>
                </li>
                <li>
                  <input type="radio" class="checkbox js-drawer-sort-by" id="filter-sort-5" name="sort_by" value="price-ascending">
                  <label for="filter-sort-5" class="flex items-start w-full m-0">
                    <span class="flex-auto">Price, low to high</span>
                  </label>
                </li>
                <li>
                  <input type="radio" class="checkbox js-drawer-sort-by" id="filter-sort-6" name="sort_by" value="price-descending">
                  <label for="filter-sort-6" class="flex items-start w-full m-0">
                    <span class="flex-auto">Price, high to low</span>
                  </label>
                </li>
                <li>
                  <input type="radio" class="checkbox js-drawer-sort-by" id="filter-sort-7" name="sort_by" value="created-ascending">
                  <label for="filter-sort-7" class="flex items-start w-full m-0">
                    <span class="flex-auto">Date, old to new</span>
                  </label>
                </li>
                <li>
                  <input type="radio" class="checkbox js-drawer-sort-by" id="filter-sort-8" name="sort_by" value="created-descending">
                  <label for="filter-sort-8" class="flex items-start w-full m-0">
                    <span class="flex-auto">Date, new to old</span>
                  </label>
                </li>
              </ul>
            </div>
          </div>
        </div>
      </details>
    </details-disclosure>
    <details-disclosure>
      <details class="filter disclosure" data-type="list" data-index="1" open="">
        <summary class="filter__toggle">
          <div class="flex justify-between items-center">
            <span class="flex-auto font-bold">Availability</span>
            <span class="disclosure__toggle"><svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon">
                <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
              </svg>
            </span>
          </div>
        </summary>
        <div class="disclosure__panel has-motion">
          <div class="disclosure__content">
            <div class="filter__content">
              <ul role="list">
                <li>
                  <input type="checkbox" class="checkbox visually-hidden focus-label-before" id="filter-filter.v.availability-1" name="filter.v.availability" value="1">
                  <label for="filter-filter.v.availability-1" class="filter__label flex items-start w-full m-0">
                    <span class="flex-auto">In stock</span>
                  </label>
                </li>
                <li>
                  <input type="checkbox" class="checkbox visually-hidden focus-label-before" id="filter-filter.v.availability-2" name="filter.v.availability" value="0">
                  <label for="filter-filter.v.availability-2" class="filter__label flex items-start w-full m-0">
                    <span class="flex-auto">Out of stock</span>
                  </label>
                </li>
              </ul>
            </div>
            <div class="flex relative items-center mt-6">
              <div class="filter__header">
                <a href="/collections/chocolates" class="link text-current text-sm js-clear-filter" hidden="">Clear</a>
              </div>
            </div>
          </div>
        </div>
      </details>
    </details-disclosure><details-disclosure>
      <details class="filter disclosure" data-type="price_range" data-index="2" open="">
        <summary class="filter__toggle">
          <div class="flex justify-between items-center">
            <span class="flex-auto font-bold">Price</span>
            <span class="disclosure__toggle"><svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon">
                <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
              </svg>
            </span>
          </div>
        </summary>
        <div class="disclosure__panel has-motion">
          <div class="disclosure__content">
            <div class="filter__content">
              <price-range class="price-range block">
                <div class="flex items-center">
                  <div class="price-range__input-wrapper flex items-center flex-auto relative">
                    <label class="visually-hidden" for="price-range-number-min">From</label>
                    <span class="price-range__currency">£</span>
                    <input type="number" class="input w-full" id="price-range-number-min" name="filter.v.price.gte" placeholder="0" min="0" max="30" step="10">
                  </div>
                  <span class="price-range__input-separator">-</span>
                  <div class="price-range__input-wrapper flex items-center flex-auto relative">
                    <label class="visually-hidden" for="price-range-number-max">To</label>
                    <span class="price-range__currency">£</span>
                    <input type="number" class="input w-full" id="price-range-number-max" name="filter.v.price.lte" placeholder="30" min="0" max="30" step="10">
                  </div>
                </div>
                <div class="price-range__sliders relative no-js-hidden">
                  <label class="visually-hidden" for="price-range-slider-min">From</label>
                  <input type="range" class="price-range__slider-input m-0" id="price-range-slider-min" value="0" min="0" max="30" step="1" tabindex="-1">
                  <label class="visually-hidden" for="price-range-slider-max">To</label>
                  <input type="range" class="price-range__slider-input m-0" id="price-range-slider-max" value="30" min="0" max="30" step="1" tabindex="-1">
                </div>
              </price-range>
            </div>
            <div class="flex relative items-center mt-6">
              <div class="filter__header">
                <a href="/collections/chocolates" class="link text-current text-sm js-clear-filter" hidden="">Clear</a>
              </div>
            </div>
          </div>
        </div>
      </details>
    </details-disclosure><details-disclosure>
      <details class="filter disclosure" data-type="list" data-index="3" open="">
        <summary class="filter__toggle">
          <div class="flex justify-between items-center">
            <span class="flex-auto font-bold">Brand</span>
            <span class="disclosure__toggle"><svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon">
                <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
              </svg>
            </span>
          </div>
        </summary>
        <div class="disclosure__panel has-motion">
          <div class="disclosure__content">
            <div class="filter__content">
              <ul role="list">
                <li>
                  <input type="checkbox" class="checkbox visually-hidden focus-label-before" id="filter-filter.p.vendor-1" name="filter.p.vendor" value="Baileys">
                  <label for="filter-filter.p.vendor-1" class="filter__label flex items-start w-full m-0">
                    <span class="flex-auto">Baileys</span>
                  </label>
                </li>
                <li>
                  <input type="checkbox" class="checkbox visually-hidden focus-label-before" id="filter-filter.p.vendor-2" name="filter.p.vendor" value="Bartons">
                  <label for="filter-filter.p.vendor-2" class="filter__label flex items-start w-full m-0">
                    <span class="flex-auto">Bartons</span>
                  </label>
                </li>
                <li>
                  <input type="checkbox" class="checkbox visually-hidden focus-label-before" id="filter-filter.p.vendor-3" name="filter.p.vendor" value="Bonds">
                  <label for="filter-filter.p.vendor-3" class="filter__label flex items-start w-full m-0">
                    <span class="flex-auto">Bonds</span>
                  </label>
                </li>
                <li>
                  <input type="checkbox" class="checkbox visually-hidden focus-label-before" id="filter-filter.p.vendor-4" name="filter.p.vendor" value="Bonnerex">
                  <label for="filter-filter.p.vendor-4" class="filter__label flex items-start w-full m-0">
                    <span class="flex-auto">Bonnerex</span>
                  </label>
                </li>
                <li>
                  <input type="checkbox" class="checkbox visually-hidden focus-label-before" id="filter-filter.p.vendor-5" name="filter.p.vendor" value="Cadbury">
                  <label for="filter-filter.p.vendor-5" class="filter__label flex items-start w-full m-0">
                    <span class="flex-auto">Cadbury</span>
                  </label>
                </li>
                <li>
                  <input type="checkbox" class="checkbox visually-hidden focus-label-before" id="filter-filter.p.vendor-6" name="filter.p.vendor" value="Choc Nibbles">
                  <label for="filter-filter.p.vendor-6" class="filter__label flex items-start w-full m-0">
                    <span class="flex-auto">Choc Nibbles</span>
                  </label>
                </li>
                <li>
                  <input type="checkbox" class="checkbox visually-hidden focus-label-before" id="filter-filter.p.vendor-7" name="filter.p.vendor" value="Daniel's Delights">
                  <label for="filter-filter.p.vendor-7" class="filter__label flex items-start w-full m-0">
                    <span class="flex-auto">Daniel's Delights</span>
                  </label>
                </li>
                <li>
                  <input type="checkbox" class="checkbox visually-hidden focus-label-before" id="filter-filter.p.vendor-8" name="filter.p.vendor" value="Dobson's">
                  <label for="filter-filter.p.vendor-8" class="filter__label flex items-start w-full m-0">
                    <span class="flex-auto">Dobson's</span>
                  </label>
                </li>
                <li>
                  <input type="checkbox" class="checkbox visually-hidden focus-label-before" id="filter-filter.p.vendor-9" name="filter.p.vendor" value="Lindt">
                  <label for="filter-filter.p.vendor-9" class="filter__label flex items-start w-full m-0">
                    <span class="flex-auto">Lindt</span>
                  </label>
                </li>
                <li>
                  <input type="checkbox" class="checkbox visually-hidden focus-label-before" id="filter-filter.p.vendor-10" name="filter.p.vendor" value="Lucky Charms">
                  <label for="filter-filter.p.vendor-10" class="filter__label flex items-start w-full m-0">
                    <span class="flex-auto">Lucky Charms</span>
                  </label>
                </li>
                <li class="js-hidden">
                  <input type="checkbox" class="checkbox visually-hidden focus-label-before" id="filter-filter.p.vendor-11" name="filter.p.vendor" value="Pick'n'Mix">
                  <label for="filter-filter.p.vendor-11" class="filter__label flex items-start w-full m-0">
                    <span class="flex-auto">Pick'n'Mix</span>
                  </label>
                </li>
                <li class="js-hidden">
                  <input type="checkbox" class="checkbox visually-hidden focus-label-before" id="filter-filter.p.vendor-12" name="filter.p.vendor" value="SoSweet">
                  <label for="filter-filter.p.vendor-12" class="filter__label flex items-start w-full m-0">
                    <span class="flex-auto">SoSweet</span>
                  </label>
                </li>
              </ul>
            </div>
            <div class="flex relative items-center mt-6"><button type="button" class="filter__more link text-current text-sm js-show-more">Show more</button>
              <div class="filter__header">
                <a href="/collections/chocolates" class="link text-current text-sm js-clear-filter" hidden="">Clear</a>
              </div>
            </div>
          </div>
        </div>
      </details>
    </details-disclosure>
  </div>
  <noscript class="no-js-apply-filters facets__footer">
    <button type="submit" class="btn btn--primary">Apply</button>
  </noscript>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630653194461" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586445611229"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/chocolate-covered-cinder-toffee-100g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630653194461"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630653587677" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586446102749"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/chocolate-raisins-150g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630653587677"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630653653213" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586446168285"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/chocolate-limes-175g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630653653213"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630668529885" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586470056157"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/chocolate-fruits-200g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630668529885"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630618198237" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586384302301"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/lindt-lindor-gift-box-white-chocolate-200g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630618198237"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630890696925" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42587140063453"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/daniels-delights-milk-chocolate-covered-foam-bananas-2kg" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630890696925"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630913274077" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42587169423581"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/bonds-white-chocolate-silver-coins-25g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630913274077"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630618099933" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586384203997"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/lindt-lindor-gift-box-mint-chocolate-200g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630618099933"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630629273821" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586404421853"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/lindt-lindor-gift-box-salted-caramel-200g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630629273821"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7705850380509" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42793998385373"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/lindt-lindor-gift-box-double-chocolate-200g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7705850380509"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630813266141" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586836762845"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/bonnerex-milk-chocolate-raisins-3kg" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630813266141"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630629306589" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586404487389"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/lindt-lindor-gift-box-dark-60-200g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630629306589"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630813200605" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586836730077"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/bartons-million-dollar-bar-dark-chocolate-56g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630813200605"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7751389839581" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42926420066525"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/dobsons-chocolate-lime-mega-lollies-jar-1-9kg" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7751389839581"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7942156943581" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="43561222340829"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/bonds-nice-list-milk-chocolate-medal-21g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7942156943581"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630653489373" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586446004445"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/chocolate-jazzies-150g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630653489373"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630602567901" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586362052829"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/choc-nibbles-original-215g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630602567901"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630653554909" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586446069981"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/chocolate-peanuts-200g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630653554909"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630525038813" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586211746013"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/bartons-million-dollar-bar-milk-chocolate-56g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630525038813"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630669480157" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586471071965"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/chocolate-flavoured-buttons-200g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630669480157"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630686257373" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586488209629"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/chocolate-sports-balls-100g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630686257373"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630602305757" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586361954525"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/choc-nibbles-orange-215g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630602305757"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630686322909" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586488275165"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/chocolate-foiled-eggs-100g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630686322909"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630617903325" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586383909085"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/lindt-lindor-gift-box-milk-chocolate-200g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630617903325"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630602207453" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586361888989"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/choc-nibbles-mint-215g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630602207453"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7940102127837" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="43557351260381"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/bonds-milk-chocolate-santas-with-creme-filling-net-80g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7940102127837"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630558789853" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586273841373"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/cadbury-old-gold-jamaica-rum-and-raisin-block-180g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630558789853"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630723383517" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586542768349"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/choc-nibbles-posh-chocolate-covered-original-175g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630723383517"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630617936093" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586383941853"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/lindt-lindor-gift-box-strawberries-amp-cream-200g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630617936093"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630618165469" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586384269533"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/lindt-lindor-gift-box-hazelnut-chocolate-200g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630618165469"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630618263773" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586384433373"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/lindt-lindor-gift-box-coconut-chocolate-200g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630618263773"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630913503453" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42587169718493"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/bonds-milk-chocolate-gold-coins-25g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630913503453"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7985423188189" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="43649075511517"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/giant-mint-chocolate-buttons-160g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7985423188189"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630618132701" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586384236765"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/lindt-lindor-gift-box-milk-orange-chocolate-200g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630618132701"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630618034397" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586384171229"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/lindt-lindor-gift-box-assorted-chocolate-200g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630618034397"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630611480797" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586375848157"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/baileys-chocolate-twists-120g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630611480797"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630951514333" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42587227193565"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/bonds-milk-chocolate-reindeer-noses-75g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630951514333"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7976850325725" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="43624990179549"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/dark-chocolate-fondant-hearts-125g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7976850325725"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630903541981" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42587155890397"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/american-hot-chocolate-kit" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630903541981"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630901313757" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42587153203421"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/baileys-chocolate-mini-delights-with-baileys-original-irish-cream-102g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630901313757"><input type="hidden"
    name="section-id" value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630867857629" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42587060699357"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/chocolate-covered-cinder-toffee-500g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630867857629"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630629175517" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586404356317"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/lindt-lindor-assortment-gift-wrapped-box-287g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630629175517"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7960729059549" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="43594197631197"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/bonds-milk-chocolate-melts-trio-102g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7960729059549"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630805860573" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586810220765"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/lindt-lindor-mini-advent-calendar-109g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630805860573"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630642151645" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586425950429"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/bonds-nutcracker-and-bears-chocolate-tree-decorations-1-35kg" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630642151645"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630639071453" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586421199069"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/lindt-lindor-milk-chocolate-truffles-gift-box-287g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630639071453"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630809432285" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586819395805"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/lindt-lindor-milk-selection-box-234g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630809432285"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630809694429" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42586820247773"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/lindt-lindor-assorted-selection-box-234g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630809694429"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630896857309" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42587148419293"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/lindt-lindor-milk-chocolate-truffles-maxi-ball-500g" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630896857309"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7630891974877" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="42587141800157"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog" disabled="">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/products/bonds-santa-and-snowman-chocolate-tree-decorations-drum-1-35kg" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7630891974877"><input type="hidden" name="section-id"
    value="template--16732335210717__collection-products"><button type="button"
    class="restock-alerts-notify-button COLLECTION_PAGE-notify-button notifyButtonStyle btn btn--primary w-full btn button Button button-primary Button-primary button--primary Button--primary"
    style="justify-content: center; display: flex !important; align-items: center !important;">Notify me!</button>
</form>

POST /cart

<form class="form" id="cart-drawer-form" action="/cart" method="post">
  <cart-items id="cart-items" data-section="cart-drawer" data-empty="true">
    <div class="flex flex-col justify-center items-center h-full js-cart-empty">
      <p>Your cart is empty</p><a class="btn btn--primary" href="/collections/all">Start shopping</a>
    </div>
    <p class="visually-hidden" id="cart-live-region-text" role="status" aria-live="polite"> Subtotal: £0.00 GBP </p>
    <p class="visually-hidden" id="cart-line-item-status" role="status" aria-live="polite" aria-hidden="true">Loading...</p>
    <div class="alert mt-6 bg-error-bg text-error-text" id="cart-errors" role="alert" hidden=""></div>
  </cart-items>
  <input type="hidden" name="discount" value=""><input type="hidden" name="clear_discount" value="1">
</form>

POST /localization

<form method="post" action="/localization" id="footer-localization" accept-charset="UTF-8" class="form localization" 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="/collections/chocolates">
  <div class="localization__grid">
    <div class="localization__selector">
      <input type="hidden" name="country_code" value="GB">
      <country-selector><label class="label visually-hidden no-js-hidden" id="footer-localization-country-label">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden" id="footer-localization-country"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox"
            aria-labelledby="footer-localization-country-label">
            <span class="text-start">United Kingdom (GBP&nbsp;£)</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="footer-localization-country-opt-0">
            <li class="custom-select__option flex items-center js-option" id="footer-localization-country-opt-0" role="option" data-value="GB" aria-selected="true">
              <span class="pointer-events-none">United Kingdom (GBP&nbsp;£)</span>
            </li>
          </ul>
        </div>
      </country-selector><noscript>
        <label for="footer-localization-country-native" class="label visually-hidden">Country/Region</label>
        <div class="select inline-block relative">
          <select class="custom-select__native" id="footer-localization-country-native" name="country_code">
            <option value="AT">Austria (EUR&nbsp;€)</option>
            <option value="BE">Belgium (EUR&nbsp;€)</option>
            <option value="BG">Bulgaria (BGN&nbsp;лв.)</option>
            <option value="HR">Croatia (EUR&nbsp;€)</option>
            <option value="CY">Cyprus (EUR&nbsp;€)</option>
            <option value="CZ">Czechia (CZK&nbsp;Kč)</option>
            <option value="DK">Denmark (DKK&nbsp;kr.)</option>
            <option value="EE">Estonia (EUR&nbsp;€)</option>
            <option value="FI">Finland (EUR&nbsp;€)</option>
            <option value="FR">France (EUR&nbsp;€)</option>
            <option value="DE">Germany (EUR&nbsp;€)</option>
            <option value="GR">Greece (EUR&nbsp;€)</option>
            <option value="GG">Guernsey (GBP&nbsp;£)</option>
            <option value="HU">Hungary (HUF&nbsp;Ft)</option>
            <option value="IE">Ireland (EUR&nbsp;€)</option>
            <option value="IM">Isle of Man (GBP&nbsp;£)</option>
            <option value="IT">Italy (EUR&nbsp;€)</option>
            <option value="JE">Jersey (GBP&nbsp;£)</option>
            <option value="LV">Latvia (EUR&nbsp;€)</option>
            <option value="LT">Lithuania (EUR&nbsp;€)</option>
            <option value="LU">Luxembourg (EUR&nbsp;€)</option>
            <option value="MT">Malta (EUR&nbsp;€)</option>
            <option value="NL">Netherlands (EUR&nbsp;€)</option>
            <option value="PL">Poland (PLN&nbsp;zł)</option>
            <option value="PT">Portugal (EUR&nbsp;€)</option>
            <option value="RO">Romania (RON&nbsp;Lei)</option>
            <option value="SK">Slovakia (EUR&nbsp;€)</option>
            <option value="SI">Slovenia (EUR&nbsp;€)</option>
            <option value="ES">Spain (EUR&nbsp;€)</option>
            <option value="SE">Sweden (SEK&nbsp;kr)</option>
            <option value="GB" selected="">United Kingdom (GBP&nbsp;£)</option>
            <option value="US">United States (USD&nbsp;$)</option>
          </select>
        </div>
      </noscript>
    </div>
  </div><noscript>
    <div class="mt-6">
      <button class="btn btn--primary">Update</button>
    </div>
  </noscript>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('footer-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

Text Content

YOUR LOCATION IS SET TO GERMANY

 * Shop in EUR €
 * Get shipping options for Germany

Continue
Change country/region

Skip to content

Did you know we have 14 stores in the UK? Store Finder

New products added every week! Shop new products

Shop the best Pick n Mix Sweets

Country/Region
United Kingdom (GBP £)
 * United Kingdom (GBP £)

Search Reset Search


Log in Cart

Menu
 * Sweet Bundles
 * American
    * Back
    * American
    * American Candy
       * All American Candy
       * Hard Candy
       * Sour Candy
       * Gummy Candy
       * Sherbet & Popping Candy
       * Chewy Candy & Taffy
       * Cotton Candy
       * Candy Corn
       * Lollipops
       * Theatre Boxes
       * Peg Bag
   
    * American Soda & Drinks
       * All American Drink & Soda
       * Soda
       * Fridgepacks
       * Energy Drinks
       * Iced Tea SALE
       * Diet Soda & Drinks
       * Coffee, Coffee Creamers & Hot Chocolate
       * Drink Sachets
       * Water
       * Boba
       * Sports Drinks
   
    * American Snacks
       * All American Snacks
       * Crisps & Chips
       * Pretzels
       * Nuts and Seeds
       * Crackers
       * Cakes, Pastries & Donuts
       * Cookies and Biscuits
   
    * American Groceries
       * All American Groceries
       * Cereal
       * Dips & Dressings
       * Syrups & Toppings
       * Peanut Butter & Spreads
       * Jerky & Meat Snacks
       * Pickles
       * Freezer Aisle
       * Mac & Cheese
       * Spices & Seasonings
   
    * American Chocolate
       * All American Chocolate
       * Chocolate Bars
       * Chocolate Bags
       * Chocolate Snacks
       * Chocolate Theatre Boxes
   
    * American Home Baking
       * Shop All American Home Baking
       * Cake Mixes
       * Pancake & Waffle Mix
       * Frostings
       * Jelly & Pudding Mix
       * Baking Chips
       * Cookie Mixes
   
    * Popular Brands
       * Cheetos
       * Jolly Rancher
       * Reese's
       * Hershey's
       * Arizona
       * Sour Patch Kids
       * M&M's
   
    * Product Type
       * Theatre Boxes
       * Peg Bags
       * Bundle Buys
       * New Arrivals
       * Best Sellers

 * Pick'n'Mix
    * Back
    * Pick'n'Mix
    * All Pick'n'Mix
       * Fizzy Sweets
       * Jelly Sweets
       * Boiled Sweets
       * Chewy Sweets
       * Chocolate Sweets
       * Foam Sweets
       * Mint Sweets
   
    * £1 Pick'n'Mix Sweets
       * £1 Fizzy Sweets
       * £1 Jelly Sweets
       * £1 Boiled Sweets
       * £1 Chewy Sweets
       * £1 Chocolate Sweets
       * £1 Foam Sweets
       * £1 Mint Sweets
   
    * Dietary
       * Gelatine-Free Sweets
       * Gluten-Free Sweets
       * Halal Sweets
       * Sugar-Free Sweets
       * Vegan Sweets
       * Vegetarian Sweets
   
    * Sweet Tubs
       * Haribo Sweet Tubs
       * Sweetzone Sweet Tubs
       * 4 for £20 Sweet Tubs
       * CandyCrave Sweet Tubs
       * Mini Sweet Tubs
       * Lollipop Sweet Tubs
   
    * Sweet Bags
       * 2kg Grab Bags
       * 1kg Sweet Bags
       * 4 for £20 1kg Sweet Bags
       * Mini Sweet Bags
   
    * Premium Pick'n'Mix
       * Grab bags
       * Pick'n'Mix Platters
       * Pick'n'Mix Buckets
   
    * Pick'n'Mix Accessories

 * Freeze Dried
    * Back
    * Freeze Dried
    * All Freeze Dried
    * Freeze Dried Bundles Notify me!

 * All Sweets
    * Back
    * All Sweets
    * English
       * English Sweets
       * English Chocolate
       * English Lollipops
       * Liquorice
       * Chew Bars
       * Retro Sweets
   
    * Trending Sweets
       * TikTok Trending Sweets
       * Boba
       * Fruit Roll Ups
       * TikTok Trending
       * Sugar Free Sweets
   
    * Novelty Sweets
       * Sweet Toys
       * Fudge Bars
       * Giant Candy
       * Harry Potter Sweets
       * Ice Pops
       * Kids Party Bag Fillers
   
    * Australian & New Zealand
       * Australian Cadbury's
       * Tim Tams
       * Australian Biscuits
   
    * Collaborations
       * SoSweet X FatBoy Fudge
       * SoSweet X Enchanted Love Fragrance
   
    * Best Sellers
    * HALLOWEEN
       * Halloween Sweets
       * Trick'n'Mix Sweets
       * Monster Mix Sweets
       * American Halloween Sweets
       * Halloween Novelty Sweets
       * Candy Corn
       * Trick'or'Treat Sweets
       * Scary Movie Night
       * Halloween Sweet Tubs
       * Candycrave Sweet Tubs
       * Haribo Sweet Tubs
       * Vidal Sweet Tubs
       * Mini Sweet Tubs
       * Halloween Sweet bags
       * 1kg Sweet Bags
       * 2kg SoSweet Grab Bags
       * Mini Sweet Bags
       * Candycrave 2kg Sweet Bags

 * Sweet Tubs
    * Back
    * Sweet Tubs
    * All Sweet Tubs
       * Mini Sweet Tubs
       * Lollipops Sweet Tubs
       * Fizzy Sweet Tubs
       * Jelly Sweet Tubs
       * Pencil Sweet Tubs
   
    * Sweet Tubs by Brand
       * CandyCrave Sweet Tubs
       * Haribo Sweet Tubs
       * Sweetzone Tubs
       * Vidal Sweet Tubs
   
    * Sweet Tubs Offers
       * 4 for £20 Sweet Tubs
       * Mini Sweet Tubs 8 for £10
   
   
 * Sweet Bags
    * Back
    * Sweet Bags
    * All Sweet Bags
       * *NEW* 2kg Grab Bags
       * 1kg Sweet Bags
       * Fizzy Sweet Bags
       * Jelly Sweet bags
       * Boiled Sweet Bags
       * Chewy Sweet Bags
       * Chocolate Sweet Bags
       * Foam Sweet Bags
       * Mint Sweet Bags
       * SoSweet Pouches
   
    * Sweet Bags By Brand
       * Haribo Sweet Bags
       * Sweetzone Sweet Bags
       * Vidal Sweet Bags
       * Barratt Sweet Bags
   
    * Sweet Bag Offers
       * Vidal Sweet Bags (10 for £10)
       * 4 for £20 1kg Sweet Bags
   
   
 * Mystery Boxes
 * New In

Welcome to SoSweet: Your one stop shop for everything sweets including pick n
mix, 1kg sweets, bulk sweets, party bag fillers, retro sweets and so much more!

 1. Home
 2. Chocolates


CHOCOLATES

(53 products)

Indulge in the sweet and decadent taste of chocolate with SoSweet's collection
of chocolates. Our chocolates are made with the finest quality ingredients,
ensuring that you get a delicious and satisfying treat every time.

We offer a wide range of chocolates to choose from, including classic milk
chocolate bars, dark chocolate bars, and white chocolate bars. Our selection
also includes chocolates with different fillings, such as nuts, caramel, and
fruit flavours, allowing you to enjoy a variety of tastes and textures.

Our chocolate bars come in different sizes and shapes, from small bite-sized
pieces to larger bars that are perfect for sharing. We also offer a variety of
chocolate brands, including Cadbury, Nestle, and Mars, ensuring that you get the
best quality and taste every time.

At SoSweet, we believe that quality is essential, which is why we carefully
select our chocolates to ensure that they are made with the best ingredients and
packed with flavor. We also offer a range of chocolates that cater to different
dietary needs, such as sugar-free and vegan options.

Our chocolates make the perfect gift for any occasion, whether it's for a loved
one's birthday, a holiday, or just a special treat for yourself. And, if you're
looking for other sweet treats to enjoy with your chocolate, be sure to check
out our selection of candies and other confectionery products.

Order now and experience the joy of our high-quality chocolates. With a variety
of flavors, shapes, and sizes to choose from, SoSweet's collection of chocolates
is the perfect choice for anyone who loves the sweet and indulgent taste of
chocolate.


INTERNAL LINKS:

 * Browse our selection of candies
 * Check out our range of vegan sweets
 * Discover our selection of gifts for chocolate lovers.

View more


BEST SELLING CHOCOLATES

   

 * Pick'n'Mix
   
   Chocolate Covered Cinder Toffee (100g)
   
   £1.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Pick'n'Mix
   
   Chocolate Raisins (140g)
   
   £1.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Pick'n'Mix
   
   Chocolate Limes (140g)
   
   £1.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Pick'n'Mix
   
   Chocolate Fruits (140g)
   
   £1.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Lindt
   
   Lindt Lindor Gift Box White Chocolate (200g)
   
   £4.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Daniel's Delights
   
   Daniels Delights Milk Chocolate Covered Foam Bananas (2kg)
   
   £29.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Bonds
   
   Bonds White Chocolate Silver Coins (25g)
   
   £0.49
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Lindt
   
   Lindt Lindor Gift Box Mint Chocolate (200g)
   
   £4.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Lindt
   
   Lindt Lindor Gift Box Salted Caramel (200g)
   
   £4.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Lindt
   
   Lindt Lindor Gift Box Double Chocolate (200g)
   
   £4.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details


Order by 2pm to get same-day dispatch (Mon-Fri) Get FREE UK delivery when you
spend £50!
Order by 2pm to get same-day dispatch (Mon-Fri) Get FREE UK delivery when you
spend £50!
Order by 2pm to get same-day dispatch (Mon-Fri) Get FREE UK delivery when you
spend £50!
Order by 2pm to get same-day dispatch (Mon-Fri) Get FREE UK delivery when you
spend £50!
Order by 2pm to get same-day dispatch (Mon-Fri) Get FREE UK delivery when you
spend £50!
Order by 2pm to get same-day dispatch (Mon-Fri) Get FREE UK delivery when you
spend £50!
Order by 2pm to get same-day dispatch (Mon-Fri) Get FREE UK delivery when you
spend £50!
Order by 2pm to get same-day dispatch (Mon-Fri) Get FREE UK delivery when you
spend £50!
Order by 2pm to get same-day dispatch (Mon-Fri) Get FREE UK delivery when you
spend £50!
Order by 2pm to get same-day dispatch (Mon-Fri) Get FREE UK delivery when you
spend £50!
Order by 2pm to get same-day dispatch (Mon-Fri) Get FREE UK delivery when you
spend £50!
Order by 2pm to get same-day dispatch (Mon-Fri) Get FREE UK delivery when you
spend £50!
Order by 2pm to get same-day dispatch (Mon-Fri) Get FREE UK delivery when you
spend £50!
Order by 2pm to get same-day dispatch (Mon-Fri) Get FREE UK delivery when you
spend £50!
Order by 2pm to get same-day dispatch (Mon-Fri) Get FREE UK delivery when you
spend £50!
Order by 2pm to get same-day dispatch (Mon-Fri) Get FREE UK delivery when you
spend £50!
Order by 2pm to get same-day dispatch (Mon-Fri) Get FREE UK delivery when you
spend £50!
Order by 2pm to get same-day dispatch (Mon-Fri) Get FREE UK delivery when you
spend £50!
Order by 2pm to get same-day dispatch (Mon-Fri) Get FREE UK delivery when you
spend £50!
Order by 2pm to get same-day dispatch (Mon-Fri) Get FREE UK delivery when you
spend £50!
FilterFilter & Sort
Sort by
Featured
 * Featured
 * Best selling
 * Alphabetically, A-Z
 * Alphabetically, Z-A
 * Price, low to high
 * Price, high to low
 * Date, old to new
 * Date, new to old

View as List Grid

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


FILTERSFILTER & SORT

Close
Applied Filters

Clear all
Sort by
 * Featured
 * Best selling
 * Alphabetically, A-Z
 * Alphabetically, Z-A
 * Price, low to high
 * Price, high to low
 * Date, old to new
 * Date, new to old

Availability
 * In stock
 * Out of stock

Clear
Price
From £
-
To £
From To
Clear
Brand
 * Baileys
 * Bartons
 * Bonds
 * Bonnerex
 * Cadbury
 * Choc Nibbles
 * Daniel's Delights
 * Dobson's
 * Lindt
 * Lucky Charms
 * Pick'n'Mix
 * SoSweet

Show more
Clear
Apply
Show 53 results

 * Pick'n'Mix
   
   Chocolate Covered Cinder Toffee (100g)
   
   £1.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Pick'n'Mix
   
   Chocolate Raisins (140g)
   
   £1.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Pick'n'Mix
   
   Chocolate Limes (140g)
   
   £1.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Pick'n'Mix
   
   Chocolate Fruits (140g)
   
   £1.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Lindt
   
   Lindt Lindor Gift Box White Chocolate (200g)
   
   £4.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Daniel's Delights
   
   Daniels Delights Milk Chocolate Covered Foam Bananas (2kg)
   
   £29.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Bonds
   
   Bonds White Chocolate Silver Coins (25g)
   
   £0.49
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Lindt
   
   Lindt Lindor Gift Box Mint Chocolate (200g)
   
   £4.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Lindt
   
   Lindt Lindor Gift Box Salted Caramel (200g)
   
   £4.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Lindt
   
   Lindt Lindor Gift Box Double Chocolate (200g)
   
   £4.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Bonnerex
   
   Bonnerex Milk Chocolate Raisins (3kg)
   
   £22.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Lindt
   
   Lindt Lindor Gift Box Dark 60% (200g)
   
   £4.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Bartons
   
   Bartons Million Dollar Bar Dark Chocolate (56g)
   
   £1.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Dobson's
   
   Dobsons Chocolate Lime Mega Lollies Jar (1.9kg)
   
   £20.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * Out of stock
   Up to 67% off
   
   Bonds
   
   Bonds Nice List Milk Chocolate Medal (21g) (Best Before Expired 05/23)
   
   £0.50 £1.50
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Pick'n'Mix
   
   Chocolate Jazzies (125g)
   
   £1.00
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Choc Nibbles
   
   Choc Nibbles - Original (125g)
   
   £1.00
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Pick'n'Mix
   
   Chocolate Peanuts (140g)
   
   £1.00
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Bartons
   
   Bartons Million Dollar Bar Milk Chocolate (56g)
   
   £1.99
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Pick'n'Mix
   
   Chocolate Flavoured Buttons (200g)
   
   £1.00
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Pick'n'Mix
   
   Chocolate Sports Balls (100g)
   
   £1.00
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Choc Nibbles
   
   Choc Nibbles - Orange (215g)
   
   £1.00
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Pick'n'Mix
   
   Chocolate Foiled Eggs (100g)
   
   £1.00
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Lindt
   
   Lindt Lindor Gift Box Milk Chocolate (200g)
   
   £4.99
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Choc Nibbles
   
   Choc Nibbles - Mint (215g)
   
   £1.00
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   Up to 50% off
   
   Bonds
   
   Bonds Milk Chocolate Santas with Creme Filling Net (80g)
   
   £0.50 £1.00
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Cadbury
   
   Cadbury Old Gold Jamaica Rum and Raisin Block (180g)
   
   £5.99
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Choc Nibbles
   
   Choc Nibbles - Posh Chocolate Covered Original (175g)
   
   £1.00
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Lindt
   
   Lindt Lindor Gift Box Strawberries &amp; Cream (200g)
   
   £4.99
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Lindt
   
   Lindt Lindor Gift Box Hazelnut Chocolate (200g)
   
   £4.99
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Lindt
   
   Lindt Lindor Gift Box Coconut Chocolate (200g)
   
   £4.99
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Bonds
   
   Bonds Milk Chocolate Gold Coins (25g)
   
   £0.49
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   SoSweet
   
   Giant Mint Chocolate Buttons (160g)
   
   £1.00
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Lindt
   
   Lindt Lindor Gift Box Milk Orange Chocolate (200g)
   
   £4.99
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Lindt
   
   Lindt Lindor Gift Box Assorted Chocolate (200g)
   
   £4.99
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   Up to 50% off
   
   Baileys
   
   Baileys Chocolate Twists (120g)
   
   £1.99 £3.99
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Bonds
   
   Bonds Milk Chocolate Reindeer Noses (75g)
   
   £1.00
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   SoSweet
   
   Dark Chocolate Fondant Hearts (125g)
   
   £1.00
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Lucky Charms
   
   American Hot Chocolate Kit
   
   £15.99
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Baileys
   
   Baileys Chocolate Mini Delights With Baileys Original Irish Cream (102g)
   
   £2.99
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Pick'n'Mix
   
   Chocolate Covered Cinder Toffee (500g)
   
   £4.99
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Lindt
   
   Lindt Lindor Assortment Gift Wrapped Box (287g)
   
   £12.99
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   Up to 40% off
   
   Bonds
   
   Bonds Milk Chocolate Melts Trio (102g)
   
   £2.99 £4.99
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   Up to 43% off
   
   Lindt
   
   Lindt Lindor Mini Advent Calendar (109g)
   
   £3.99 £6.99
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Bonds
   
   Bonds Nutcracker and Bears Chocolate Tree Decorations (1.35kg)
   
   £15.00
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Lindt
   
   Lindt Lindor Milk Chocolate Truffles Gift Box (287g)
   
   £12.99
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Lindt
   
   Lindt Lindor Milk Selection Box (234g)
   
   £6.99
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   Up to 14% off
   
   Lindt
   
   Lindt Lindor Assorted Selection Box (234g)
   
   £5.99 £6.99
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Lindt
   
   Lindt Lindor Milk Chocolate Truffles Maxi Ball (500g)
   
   £14.99
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!
 * Out of stock
   
   Bonds
   
   Bonds Santa and Snowman Chocolate Tree Decorations Drum (1.35kg)
   
   £15.00
   Unit price /
   Unavailable
   Add to cart Add to cart View detailsNotify me!

 * Previous
 * Page 1 / 2
 * 1
 * 2
 * Next


YOUR CART

Close

Your cart is empty

Start shopping

Subtotal: £0.00 GBP

Loading...





Back to top


SOSWEET - THE UK'S FAVOURITE SWEET SHOP!

Head Office/Warehouse:

SoSweet
Units 2-4 Pine Close
Bideford,Devon
EX39 3SG

Warehouse opening hours:
Monday to Friday: 7am-6pm
Saturday and Sunday: CLOSED

Contact
Email: hello@sosweetshop.co.uk



MORE INFORMATION

 * About Us
 * Our Stores
 * Contact Us
 * Pop-up Shop
 * Careers
 * Corporate Gifts


USEFUL LINKS

 * FAQs
 * Delivery Information
 * Terms & Conditions
 * Privacy Policy
 * Sitemap
 * Sitemap (XML)
 * RSS


LET'S GET SOCIAL!

 * TikTok
 * Instagram
 * Facebook
 * LinkedIn
 * Blog

Payment methods accepted
 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Google Pay
 * Maestro
 * Mastercard
 * PayPal
 * Shop Pay
 * Union Pay
 * Visa

Country/Region
United Kingdom (GBP £)
 * United Kingdom (GBP £)

Country/Region
Austria (EUR €)Belgium (EUR €)Bulgaria (BGN лв.)Croatia (EUR €)Cyprus
(EUR €)Czechia (CZK Kč)Denmark (DKK kr.)Estonia (EUR €)Finland (EUR €)France
(EUR €)Germany (EUR €)Greece (EUR €)Guernsey (GBP £)Hungary (HUF Ft)Ireland
(EUR €)Isle of Man (GBP £)Italy (EUR €)Jersey (GBP £)Latvia (EUR €)Lithuania
(EUR €)Luxembourg (EUR €)Malta (EUR €)Netherlands (EUR €)Poland (PLN zł)Portugal
(EUR €)Romania (RON Lei)Slovakia (EUR €)Slovenia (EUR €)Spain (EUR €)Sweden
(SEK kr)United Kingdom (GBP £)United States (USD $)
Update

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

© 2024 SoSweet. Powered by lots and lots of sugar!.
Back


CHOOSE OPTIONS

Close
Close


Item added to your cart.

View cart




Use code 'NEWAPP10' to get 10% off!
Scan the QR code below.


SAVE 10% ON OUR APP!