www.chloescreativecards.co.uk
Open in
urlscan Pro
2620:127:f00f:e::
Public Scan
Submitted URL: http://chloes-creative-cards.myshopify.com/
Effective URL: https://www.chloescreativecards.co.uk/
Submission: On October 26 via api from US — Scanned from CA
Effective URL: https://www.chloescreativecards.co.uk/
Submission: On October 26 via api from US — Scanned from CA
Form analysis
19 forms found in the DOMPOST /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="/">
<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" for="nav-localization-country-button">Country/Region</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="nav-localization-country-button">
<span class="text-start">United Kingdom (GBP £)</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 £)</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.chloescreativecards.co.uk/cdn/shop/t/79/assets/search-form.js?v=43677551656194261111719333939" defer="defer"></script>
<search-form class="search__form block">
<input type="hidden" name="type" value="product,page,article">
<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 articles" data-placeholder-one="Search for products" data-placeholder-two="Search for articles"
data-placeholder-three="Search for collections" 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
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>
<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><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.chloescreativecards.co.uk/cdn/shop/t/79/assets/speech-search.css?v=47207760375520952331719333937" rel="stylesheet" type="text/css" media="all">
<script src="//www.chloescreativecards.co.uk/cdn/shop/t/79/assets/speech-search.js?v=106462966657620737681719333937" 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-14640496902521" 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="53475522904441">
<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="/collections/new-in/products/chloes-creative-cards-box-kit-16-with-limited-edition-stamp" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="14640496902521"><input type="hidden"
name="section-id" value="template--15289206767691__featured-collection">
</form>
POST /cart/add
<form method="post" action="/cart/add" id="quick-add-14640496574841" 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="53475521331577">
<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="/collections/new-in/products/chloes-creative-cards-box-kit-16" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="14640496574841"><input type="hidden" name="section-id"
value="template--15289206767691__featured-collection">
</form>
POST /cart/add
<form method="post" action="/cart/add" id="quick-add-7201347305547" 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="40993736556619">
<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="/collections/new-in/products/chloes-creative-cards-winter-wonderland-i-need-it-all-collection" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7201347305547"><input type="hidden"
name="section-id" value="template--15289206767691__featured-collection">
</form>
POST /cart/add
<form method="post" action="/cart/add" id="quick-add-7189865070667" 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="40956355018827">
<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="/collections/new-in/products/chloes-creative-cards-5x7-3d-embossing-folder-metal-die-set-crystal-snowflake" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7189865070667"><input
type="hidden" name="section-id" value="template--15289206767691__featured-collection">
</form>
POST /cart/add
<form method="post" action="/cart/add" id="quick-add-7189843083339" 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="40956305604683">
<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="/collections/new-in/products/chloes-creative-cards-die-stamp-winter-wonderland-ice-skate" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7189843083339"><input type="hidden"
name="section-id" value="template--15289206767691__featured-collection">
</form>
POST /cart/add
<form method="post" action="/cart/add" id="quick-add-7189860089931" 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="40956346073163">
<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="/collections/new-in/products/chloes-creative-cards-metal-die-set-on-the-edge-snowflakes" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7189860089931"><input type="hidden"
name="section-id" value="template--15289206767691__featured-collection">
</form>
POST /cart/add
<form method="post" action="/cart/add" id="quick-add-7189863333963" 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="40956352528459">
<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="/collections/new-in/products/chloes-creative-cards-metal-die-set-on-the-edge-poinsettias" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7189863333963"><input type="hidden"
name="section-id" value="template--15289206767691__featured-collection">
</form>
POST /cart/add
<form method="post" action="/cart/add" id="quick-add-7189814018123" 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="40956240756811">
<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="/collections/new-in/products/chloes-creative-cards-die-stamp-wonderland-poinsettia" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7189814018123"><input type="hidden"
name="section-id" value="template--15289206767691__featured-collection">
</form>
POST /contact#template--15289206767691__newsletter_TTDra3-signup_form
<form method="post" action="/contact#template--15289206767691__newsletter_TTDra3-signup_form" id="template--15289206767691__newsletter_TTDra3-signup_form" accept-charset="UTF-8" class="form"><input type="hidden" name="form_type"
value="customer"><input type="hidden" name="utf8" value="✓">
<input type="hidden" name="contact[tags]" value="prospect, newsletter">
<div class="form__field">
<label class="label visually-hidden" for="template--15289206767691__newsletter_TTDra3-signup">Email</label>
<div class="input-with-button"><input type="email" class="input w-full focus-inset" id="template--15289206767691__newsletter_TTDra3-signup" name="contact[email]" value="" placeholder="Your email" autocomplete="email" aria-required="true"
required=""><button class="btn focus-inset has-ltr-icon">
<span class="visually-hidden">Subscribe</span>
<svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon">
<path d="M4.696 12h14.686m-7.007-7.5 7.5 7.5-7.5 7.5"></path>
</svg>
</button></div>
</div>
</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="cart-empty flex flex-col justify-center items-center h-full js-cart-empty"><svg width="21" height="19" viewBox="0 0 21 19" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
<path d="M10 6.25V.5h1.5v5.75H21l-3.818 12H3.818L0 6.25h10Zm-7.949 1.5 2.864 9h11.17l2.864-9H2.05h.001Z"></path>
</svg>
<p>Your cart is empty</p><a class="btn btn--primary" href="/collections/new-in">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>
</form>
POST /cart/add
<form method="post" action="/cart/add" id="related-product6716762062923" 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="39755124998219"><button class="btn btn--secondary btn--sm" name="add" aria-haspopup="dialog" data-add-to-cart-text="Add to Cart">Add to Cart</button><input type="hidden"
name="product-id" value="6716762062923"><input type="hidden" name="section-id" value="sections--15289205784651__cart-drawer"></form>
POST /cart/add
<form method="post" action="/cart/add" id="related-product6716754952267" 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="39755116609611"><button class="btn btn--secondary btn--sm" name="add" aria-haspopup="dialog" data-add-to-cart-text="Add to Cart">Add to Cart</button><input type="hidden"
name="product-id" value="6716754952267"><input type="hidden" name="section-id" value="sections--15289205784651__cart-drawer"></form>
POST /cart/add
<form method="post" action="/cart/add" id="related-product6691591782475" 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="39698541215819"><button class="btn btn--secondary btn--sm" name="add" aria-haspopup="dialog" data-add-to-cart-text="Add to Cart">Add to Cart</button><input type="hidden"
name="product-id" value="6691591782475"><input type="hidden" name="section-id" value="sections--15289205784651__cart-drawer"></form>
POST /cart/add
<form method="post" action="/cart/add" id="related-product6691592699979" 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="39698545967179"><button class="btn btn--secondary btn--sm" name="add" aria-haspopup="dialog" data-add-to-cart-text="Add to Cart">Add to Cart</button><input type="hidden"
name="product-id" value="6691592699979"><input type="hidden" name="section-id" value="sections--15289205784651__cart-drawer"></form>
POST /cart/add
<form method="post" action="/cart/add" id="related-product4651513380939" 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="32754663424075"><button class="btn btn--secondary btn--sm" name="add" aria-haspopup="dialog" data-add-to-cart-text="Add to Cart">Add to Cart</button><input type="hidden"
name="product-id" value="4651513380939"><input type="hidden" name="section-id" value="sections--15289205784651__cart-drawer"></form>
<form></form>
<form aria-live="polite" class="needsclick klaviyo-form klaviyo-form-version-cid_1 go417382439 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-NVAkYm" novalidate=""
style="display: flex; flex-direction: row; box-sizing: border-box; width: 450px; min-width: 200px; max-width: 1000px; border-radius: 0px; border-style: solid; border-width: 15px; border-color: rgb(255, 255, 255); background-color: rgb(255, 255, 255); background-image: url("https://d3k81ch9hvuctc.cloudfront.net/company/MLVgpB/images/01d96c0b-ed42-4f94-9a52-0bc69b88b631.jpeg"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; padding: 60px 35px; flex: 1 1 0%;">
<div class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; justify-content: center;">
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px 20px; position: relative; flex: 1 0 0px;">
<div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-016JB91TTR00000000000WWQZR" style="width: 100%;">
<p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-century-gothic"
style="color: rgb(255, 255, 255); font-size: 28px; font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; font-weight: bold; text-decoration: none;">We'll send a little sparkle</span></p>
<p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span style="color: rgb(255, 255, 255); text-decoration: none;"><span class="ql-font-century-gothic"
style="font-size: 28px; font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; font-weight: bold;"><span style="font-size: 18px;">Sign Up to our newsletter for inspirational projects, discounts and
more!</span></span></span></p>
</div>
</div>
</div>
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;">
<div class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="last_name_016JB91TTR00000000000WWQZS"
class="needsclick go1569992575 kl-private-reset-css-Xuajs1" type="text" autocomplete="family-name" tabindex="0" placeholder="First Name" aria-label="First Name" aria-invalid="false" options="[object Object]"
style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 38px; text-align: left; color: rgb(0, 0, 0); font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(148, 149, 150);">
<div class="needsclick kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
</div>
</div>
</div>
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;">
<div class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_016JB91TTR00000000000WWQZT" class="needsclick go1569992575 kl-private-reset-css-Xuajs1"
type="email" autocomplete="email" name="email" tabindex="0" placeholder="Email address" aria-label="Email address" aria-required="true" aria-invalid="false" options="[object Object]"
style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 38px; text-align: left; color: rgb(0, 0, 0); font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(148, 149, 150);">
<div class="needsclick kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
</div>
</div>
</div>
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;"><button
class="needsclick go300628013 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
style="background: rgb(0, 0, 0); border-radius: 0px; border-style: none; border-color: rgb(0, 0, 0); border-width: 0px; color: rgb(255, 255, 255); font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; line-height: 1; white-space: normal; padding-top: 11px; padding-bottom: 11px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; pointer-events: auto; height: auto; width: 100%;">Sign
me up!</button></div>
</div>
</div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>
Text Content
Skip to content Country/Region United Kingdom (GBP £) * United Kingdom (GBP £) Search Search Reset Sparkle Points Wishlist 0 Log in Cart Menu Close * Featured * Back * Featured * New Arrivals * Offer of the Week * Back in Stock * Best Sellers * Coming Soon * Bundles * Shop By * Back * Shop By * Die-Cutting * 8x8 Dies * 6x6 & 5x7 Dies * Nesting Dies * Floral Dies * Christmas Dies * Everyday Dies * Cut and Emboss Folders * Go to Die-Cutting * Embossing Folders * 2D Embossing Folders * 3D Embossing Folders * Go to Embossing Folders * Stamp & Die Sets * Flower Stamp & Die Sets * Everyday Stamp & Die Sets * Christmas Stamp & Die Sets * Go to Stamp & Die Sets * Stamps * Everyday Stamps * Christmas Stamps * Flower Stamps * Sentiment Stamps * Stamping Accessories * Go to Stamps * Glitter * Sparkelicious Glitter Sets * Chunky Sparkelicious Glitter * Fine Sparkelicious Glitter * Glittering Accessories * Go to Glitter * WOW Embossing * Embossing Glitters * Embossing Powders * 160ml Large Jars * Embossing Accessories * Go to WOW Embossing * Paper & Card * Paper Pads * A4 Luxury Pearl Card * A4 Luxury Pearl Paper * Vellum * Matt, Mirror and Glitter Card * Basic A4 Card * Card Blank and Envelope Packs * Go to Paper & Card * Papercraft * Bling, Sparkle & Ribbon * Foam Pads * Adhesives * Storage * Papercraft Tools * Ink Pads * Card Blanks * Gift Voucher * Go to Papercraft * Box Kit Magazines * Box Kit 15 * Box Kit 16 * Go to Box Kit Magazines * Occasions / Themes * Back * Occasions / Themes * Santa's Workshop * Floral Frames and Flutters * Relatives Stamp & Die Sets * Floral * Birthday * Christmas * Wedding & Anniversary * Men's Cards * Inspirations & Guides * Back * Inspirations & Guides * Blog * Lookbook * Digi Downloads * Sale * Back * Sale * All Sale * Sample Sale * Bundles Log in Sparkle Points PRE ORDER BOX KIT 16 TODAY! Shop Now STEP INTO WINTER WONDERLAND Shop Now CHRISTMAS ANGEL COLLECTION Available to buy now! Shop Now CHRISTMAS EMBOSSING FOLDERS Available now! Shop Now Load slide 1 of 4 Load slide 2 of 4 Load slide 3 of 4 Load slide 4 of 4 Pause slideshow Play slideshow SHOP BY Shop All * Die-Cutting Shop Now * Stamp & Die Sets Shop Now * Glitter Shop Now * Heat Embossing Shop Now * Paper and Card Shop Now * Papercraft Shop Now * Storage Shop Now Next Previous SEE THE CRAFT IN ACTION Videowise - eCommerce Video Platform CHLOE’S TOP PICKS Shop All * NEW PRODUCTS Shop the latest products to arrive at Chloe's Creative Cards Shop Now * BEST SELLERS A collection of our customers' favourite products Shop Now * SPARKELICIOUS Our glitter is sure to add an extra sparkle & shine to your crafting projects Shop Now * BOX KIT MAGAZINES For all levels of crafters, our Box Kits are packed with product & inspiration Shop Now Next Previous TRENDING NOW Check out our latest trending products Shop Now * Chloes Creative Cards Box Kit 16 with Limited Edition Stamp 0 reviews £17.99 Unit price / Unavailable Add to Cart Add to Cart View details * Chloes Creative Cards Box Kit 16 0 reviews £14.99 Unit price / Unavailable Add to Cart Add to Cart View details * Back in Stock Chloes Creative Cards Winter Wonderland I NEED IT ALL Collection 44 reviews £167.00 £207.84 Unit price / Unavailable Add to Cart Add to Cart View details * New arrival Chloe's Creative Cards 5x7 3D Embossing Folder & Metal Die Set - Crystal Snowflake 9 reviews £16.99 Unit price / Unavailable Add to Cart Add to Cart View details * New arrival Chloe's Creative Cards Die & Stamp - Winter Wonderland Ice Skate 7 reviews £16.99 Unit price / Unavailable Add to Cart Add to Cart View details * New arrival Chloe's Creative Cards Metal Die Set - On the Edge Snowflake Border 5 reviews £12.99 Unit price / Unavailable Add to Cart Add to Cart View details * New arrival Chloe's Creative Cards Metal Die Set - On the Edge Poinsettias 5 reviews £12.99 Unit price / Unavailable Add to Cart Add to Cart View details * New arrival Chloe's Creative Cards Die & Stamp - Wonderland Poinsettia 7 reviews £16.99 Unit price / Unavailable Add to Cart Add to Cart View details Next Previous CRAFT FOR OCCASIONS Shop All Birthday Ideas A COLLECTION OF PRODUCTS SPECIALLY CHOSEN FOR CREATING CARDS FOR BIRTHDAYS Shop All Ideas For Men A COLLECTION OF PRODUCTS SPECIALLY CHOSEN FOR CREATING CARDS FOR MEN Shop All Ideas For weddings A COLLECTION OF PRODUCTS SPECIALLY CHOSEN FOR CREATING CARDS FOR WEDDINGS Shop All Ideas For Christmas A COLLECTION OF PRODUCTS SPECIALLY CHOSEN FOR CREATING CARDS FOR CHRISTMAS Shop All MEET CHLOE Chloe's Creative Cards blossomed from my passion for crafting! Since I was a little girl, I enjoyed crafting with my grandma. However, I always felt that something was missing in the market. This led to the creation of Chloe's Creative Cards! Our Story LOOKING FOR INSPIRATION? Take a look through our blog for our latest craft hints and tips, news, demonstration videos, launches and more. * HANGING SNOW GLOBE - BOX KIT ISSUE 16 LIMITED EDITION STAMP CARD TUTORIAL Hello Crafters, If you bought the Chloe's Creative Cards Collection box kit 16 bundle, you would have received the fab Snowglobe Elements limited-edition stamp set. Today, Rebecca shares a fab card... * SNOWMAN SNOW GLOBE - BOX KIT 16 LIMITED-EDITION STAMP CARD TUTORIAL Hello Crafters, The bundle option of the festive Chloe's Creative Cards Collection box kit 16 comes with a fab Snowglobe Elements limited-edition stamp set that has been designed to work alongside the Snowglobe die... * CHLOE'S CREATIVE CARDS COLLECTION - ISSUE 16 - STAMP-ALONG CARD TUTORIAL Hello Crafters, In issue 16 of Chloe's Creative Cards Collection box kit, Chloe created a beautiful stamp-along project featuring cars travelling home with their Christmas trees, all ready to decorate.... * BEJEWELLED SNOWFLAKES - WINTER WONDERLAND COLLECTION CARD TUTORIAL Hello Crafters, Today's Christmas card tutorial by our super-talented DT member Glynis is one for when you're short on time but still want to deliver big impact. Using the new 3D embossing... View All Next Previous Sparkle Rewards JOIN THE SPARKLE CLUB AND UNLOCK EXCLUSIVE PERKS Join our exclusive and free loyalty club and earn points with every order. Sparkle Points makes it easy - simply earn points with every order and then redeem them for a voucher to use on crafty goodies! Learn More CHLOE’S STYLE FEED Mention @chloescreativecards for a chance to have your craft featured WE'LL SEND A LITTLE SPARKLE TO YOUR INBOX! Sign up to our free email newsletter for inspiration and exclusive offers Email Subscribe YOUR CART Close FREE UK SHIPPING Starts at £50.00 EARN SPARKLE POINTS WITH THIS PURCHASE Earn 1 Sparkle Point for every £1 Spent Your cart is empty Start shopping Subtotal:£0.00 GBP Loading... TRENDING NOW... Previous Next * Absolutely Pink Sparkelicious Glitter 1/2oz Jar £2.50 £4.99 Unit price / Unavailable Add to Cart * All that Glistens Sparkelicious Glitter 1/2oz Jar £4.99 Unit price / Unavailable Add to Cart * Amethyst Sparkle Sparkelicious Glitter 1/2oz Jar £2.00 £4.99 Unit price / Unavailable Add to Cart * Blue Diamond Sparkle Sparkelicious Glitter 1/2oz Jar £2.00 £4.99 Unit price / Unavailable Add to Cart * Champagne Shimmer Sparkelicious Glitter 1/2oz Jar £4.99 Unit price / Unavailable Add to Cart Get social with us! * Instagram * Facebook * YouTube * Pinterest COMPANY * Our Story * Our Blog * Angel Policy * Competition Ts & Cs SUPPORT * Shipping Info * Returns & Exchanges * FAQs * Sparkle Points Reward Club * Contact Us QUICK LINKS * Die-Cutting * Embossing Folders * Stamp & Die Sets * Stamps * Sparkelicious Glitter * WOW! Embossing * Paper & Card * Papercraft * Storage & Tools * Box Kits WAYS TO SHOP * Inspiration & Guides * Lookbook * Sparkle Point Rewards * Bundle & Save * Gift Vouchers * Sale Payment methods accepted * American Express * Apple Pay * Diners Club * Discover * Google Pay * Maestro * Mastercard * PayPal * Shop Pay * Union Pay * Visa -------------------------------------------------------------------------------- © 2024 Chloes Creative Cards. All Rights Reserved * Privacy Policy * Terms & Conditions Back CHOOSE OPTIONS Close Close Item added to your cart. View cart My Wishlist 0 Close dialog We'll send a little sparkle Sign Up to our newsletter for inspirational projects, discounts and more! Sign me up! chloescreativecards Will you have a pink delivery with our new festive box kit in arriving shortly? 🎄 Let us know what you're most excited for! ✨ #craftingideas #christmas #christmascards #cardinspiration #craft October 25 ✕ chloescreativecards Our brand new box kit includes a 68-page ideas magazine containing 205 crafty makes, hints, tips, and ideas - perfect for a range of crafts including this lovely bauble! ✨ We can't wait to see all of your stunning designs using our box kit! 🎄 #greetingcard #crafting #crafter #cardmaking #cardinspo October 25 ✕ chloescreativecards Get your sparkle on this festive season! 🎄🎅✨ Whether you're making Christmas cards or adding that extra sparkle to your projects, we've got all the glittery goodness you need ✨🎄 Head over to our website to shop our huge range of glitters 🫶 #craftingideas #christmas #christmascards #cardinspiration #craft October 24 ✕ chloescreativecards Box Kit 16 is now ON SALE! 🫶 In each issue, we aim to include a great mix of projects for all ability levels, from beginner-friendly creations and intermediate-level delights to advanced-level masterpieces, and this issue is no exception. So, whether you’re a total newcomer to card making or have been crafting for years, there is something inside for you, complete with in-depth, step-by-step instructions to inspire and help you along your way. 🙌 Shop now on our website 🤩 #craftingideas #craft #greetingcards #cardinspiration #christmas #christmascard October 24 ✕ chloescreativecards How beautiful is this card? 😇 Crafted by Rebecca, using our Winter Wonderland collection for the design ❄️ Head over to our blog for a full step-by-step project tutorial, complete with linked materials list, AND a downloadable PDF tutorial sheet 😯 Making crafting this card simple ✨ Take a look at the blog post by clicking the link in bio! 🙌 #craftingideas #christmas #christmascards #cardinspiration #craft October 23 ✕