.elementor-widget-google_maps .elementor-widget-container,.elementor-widget-google_maps:not(:has(.elementor-widget-container)){overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}/*! For license information please see frontend-handlers.js.LICENSE.txt */ !function(){"use strict";var e={"./packages/packages/core/frontend-handlers/src/handlers-registry.ts":function(e,t,n){n.r(t),n.d(t,{elementSelectorHandlers:function(){return o},elementTypeHandlers:function(){return r},register:function(){return register},registerBySelector:function(){return registerBySelector},unregister:function(){return unregister},unregisterBySelector:function(){return unregisterBySelector}});const r=new Map,o=new Map,register=({elementType:e,id:t,callback:n})=>{r.has(e)||r.set(e,new Map),r.get(e)?.has(t)||r.get(e)?.set(t,n)};Object.defineProperty(window,"registerElementorElement",{value:register,enumerable:!0});const unregister=({elementType:e,id:t})=>{r.has(e)&&(t?(r.get(e)?.delete(t),0===r.get(e)?.size&&r.delete(e)):r.delete(e))},registerBySelector=({id:e,selector:t,callback:n})=>{o.has(t)||o.set(t,new Map),o.get(t)?.has(e)||o.get(t)?.set(e,n)},unregisterBySelector=({selector:e,id:t})=>{o.has(e)&&(t?(o.get(e)?.delete(t),0===o.get(e)?.size&&o.delete(e)):o.delete(e))}},"./packages/packages/core/frontend-handlers/src/init.ts":function(e,t,n){n.r(t),n.d(t,{init:function(){return init}});var r=n("./packages/packages/core/frontend-handlers/src/lifecycle-events.ts");const o="[data-e-type]";let s=!1;const l=new Set;let a=0;function init(){window.addEventListener("elementor/element/render",e=>{const t=e,{id:n,type:o,element:s}=t.detail;(0,r.onElementRender)({element:s,elementType:o,elementId:n})}),window.addEventListener("elementor/element/destroy",e=>{const t=e,{id:n,type:o,element:s}=t.detail;(0,r.onElementDestroy)({elementType:o,elementId:n,element:s})});const bootDomHandlers=()=>{!function scanDocumentForAtomicElements(){document.querySelectorAll(o).forEach(e=>{const t=e,{eType:n,id:r}=t.dataset;n&&r&&triggerAtomicRender(t)})}(),function startObservingDomForNewAtomicElements(){if(s||"undefined"==typeof MutationObserver)return;s=!0;new MutationObserver(e=>{for(const t of e)t.addedNodes.forEach(e=>{l.add(e)});!function queueProcessPendingMutationNodes(){if(a||!l.size)return;a=requestAnimationFrame(()=>{a=0;const e=Array.from(l);l.clear();const t=new Set;for(const n of e)Node.ELEMENT_NODE===n.nodeType&&collectAtomicElementsInSubtree(n).forEach(e=>{t.add(e)});t.forEach(e=>triggerAtomicRender(e))})}()}).observe(document.documentElement,{childList:!0,subtree:!0})}()};document.addEventListener("DOMContentLoaded",bootDomHandlers),"loading"!==document.readyState&&bootDomHandlers()}function triggerAtomicRender(e){const t=e.dataset.eType,n=e.dataset.id;t&&n&&(0,r.onElementRender)({element:e,elementType:t,elementId:n})}function collectAtomicElementsInSubtree(e){const t=[];return e.matches(o)&&t.push(e),e.querySelectorAll(o).forEach(e=>{t.push(e)}),t}},"./packages/packages/core/frontend-handlers/src/lifecycle-events.ts":function(e,t,n){n.r(t),n.d(t,{onElementDestroy:function(){return onElementDestroy},onElementRender:function(){return onElementRender},onElementSelectorRender:function(){return onElementSelectorRender}});var r=n("./packages/packages/core/frontend-handlers/src/handlers-registry.ts");const o=new WeakMap,s="elementor/element/rendered",l="elementor/element/destroyed",onElementRender=({element:e,elementType:t,elementId:n})=>{cleanupOnUnmount(e);const o=new AbortController,a=[],dispatchRenderedEvent=()=>{onElementSelectorRender({element:e,controller:o}),e.dispatchEvent(new CustomEvent(s,{bubbles:!0,detail:{element:e,elementType:t,elementId:n}}))};e.isConnected?dispatchRenderedEvent():requestAnimationFrame(()=>{dispatchRenderedEvent()}),r.elementTypeHandlers.has(t)&&(setUnmountEntry({element:e,controller:o,manualUnmount:a}),Array.from(r.elementTypeHandlers.get(t)?.values()??[]).forEach(t=>{const n=e.getAttribute("data-e-settings"),r=t({element:e,signal:o.signal,settings:n?JSON.parse(n):{},listenToChildren:t=>({render:n=>{const listener=e=>{const{elementType:r}=e.detail;t.includes(r)&&n(e)};e.addEventListener(s,listener,{signal:o.signal}),e.addEventListener(l,listener,{signal:o.signal})}})});"function"==typeof r&&a.push(r)}))},onElementSelectorRender=({element:e,controller:t})=>{let n=!1;const o=[];Array.from(r.elementSelectorHandlers.entries()??[]).forEach(([r,s])=>{e.matches(r)&&(n=!0,Array.from(s.values()??[]).forEach(n=>{const r=e.getAttribute("data-e-settings"),s=n({element:e,signal:t.signal,settings:r?JSON.parse(r):{}});"function"==typeof s&&o.push(s)}))}),n&&setUnmountEntry({element:e,controller:t,manualUnmount:o})},onElementDestroy=({elementType:e,elementId:t,element:n})=>{var r;n&&(cleanupOnUnmount(n),(r={element:n,elementType:e,elementId:t}).element.dispatchEvent(new CustomEvent(l,{bubbles:!0,detail:r})))},setUnmountEntry=({element:e,controller:t,manualUnmount:n})=>{const r=o.get(e);r?r.manualUnmount.push(...n):o.set(e,{controller:t,manualUnmount:n})},cleanupOnUnmount=e=>{const t=o.get(e);t&&(t.controller.abort(),t.manualUnmount.forEach(e=>e()),o.delete(e))}}},t={};function __webpack_require__(n){var r=t[n];if(void 0!==r)return r.exports;var o=t[n]={exports:{}};return e[n](o,o.exports,__webpack_require__),o.exports}__webpack_require__.d=function(e,t){for(var n in t)__webpack_require__.o(t,n)&&!__webpack_require__.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},__webpack_require__.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},__webpack_require__.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};!function(){__webpack_require__.r(n),__webpack_require__.d(n,{init:function(){return t.init},register:function(){return e.register},registerBySelector:function(){return e.registerBySelector},unregister:function(){return e.unregister},unregisterBySelector:function(){return e.unregisterBySelector}});var e=__webpack_require__("./packages/packages/core/frontend-handlers/src/handlers-registry.ts"),t=__webpack_require__("./packages/packages/core/frontend-handlers/src/init.ts")}(),(window.elementorV2=window.elementorV2||{}).frontendHandlers=n}(),window.elementorV2.frontendHandlers?.init?.(); //# sourceMappingURL=frontend-handlers.js.map Hello Yarn – Creative World of Crafts https://creativeworldofcrafts.co.uk Mon, 03 Mar 2025 09:10:40 +0000 en-GB hourly 1 https://creativeworldofcrafts.co.uk/wp-content/uploads/2021/08/cropped-CWoC-Logo-32x32.png Hello Yarn – Creative World of Crafts https://creativeworldofcrafts.co.uk 32 32 Hello Love Blanket 100g https://creativeworldofcrafts.co.uk/product/hello-love-blanket-100g/ https://creativeworldofcrafts.co.uk/product/hello-love-blanket-100g/#respond Tue, 12 Sep 2023 12:17:26 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=11676
  • Content: 100% polyester
  • Ball Size: 100g / 3.5 oz, 65 meters / 72 yards
  • Gauge: 6 Super Bulky
  • Knitting Gauge: 8 sts and 13 rows with a 8 mm (U.S. 11) knitting needles
  • Crochet Gauge: 8 sc and 8 rows with a 6.5 mm (U.S. K) crochet hook
  • ]]>
    https://creativeworldofcrafts.co.uk/product/hello-love-blanket-100g/feed/ 0
    HELLO 12 Ball Yarn Pack – Pastels https://creativeworldofcrafts.co.uk/product/hello-12-ball-yarn-pack-pastels/ https://creativeworldofcrafts.co.uk/product/hello-12-ball-yarn-pack-pastels/#respond Wed, 08 Mar 2023 09:51:01 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=10519 HELLO Colour Pack – 12 x 25G balls of HELLO Cotton yarn.

    Each colour pack has its own colour scheme, providing crafters with plenty of inspiration to work their magic. Soft and fun for every occasion, enjoy the creative possibilities of HELLO Cotton

    Made from a super soft Cotton and Acrylic blend, this sport weight yarn is a wonderful all-rounder that is gentle to the touch and benefits from the strength and easy-care properties of acrylic. Look no further when searching for an everyday yarn that can be used to create garments or accessories for babies through to adults.  Items for in the home or even smaller colourwork or Fair Isle projects. HELLO Cotton can handle it all.

    • 100% Cotton
    • 25g ball, 62.5m/68yds
    • Natural product
    • Confidence in Textiles rating – Tested for harmful substances according
    • To OEKO-TEX Standard 100
    • Care: Machine wash
    • Knitting Gauge: 24sts and 27rows with a 3mm knitting needle
    • Crochet Gauge: 20sts and 24rows with 4mm crochet hook
    ]]>
    https://creativeworldofcrafts.co.uk/product/hello-12-ball-yarn-pack-pastels/feed/ 0
    HELLO Little Big Ball – Pastels https://creativeworldofcrafts.co.uk/product/hello-little-big-ball-pastels/ https://creativeworldofcrafts.co.uk/product/hello-little-big-ball-pastels/#respond Wed, 08 Mar 2023 09:22:55 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=10502 Hello ‘Little Big Ball’ Brights Colour Pack – 8 x 10g Balls

    Get this perfect assortment of Hello DK Cotton yarn with 8 specially selected brights colours.

    Hello DK is a premium 100% Cotton Yarn that delivers on the detail. In knitting or crochet, the drape of this yarn makes it the right choice for a multitude of projects and is perfect for amigurumi projects.

    Get comfortable knitting or crocheting with this amazing durable yarn that is Irresistible to put down whilst creating…

    100% Cotton
    Light Sport weight
    10g ball, 25m/27yds
    Natural product
    Confidence in Textiles rating – Tested for harmful substances according
    To OEKO-TEX Standard 100
    Care: Machine wash
    Knitting Gauge: 24sts and 27rows with a 3mm knitting needle
    Crochet Gauge: 20sts and 24rows with 4mm crochet hook

    ]]>
    https://creativeworldofcrafts.co.uk/product/hello-little-big-ball-pastels/feed/ 0
    CWOC Yarns – HELLO Cotton Baby Sport Weight Yarn 25g https://creativeworldofcrafts.co.uk/product/cwoc-yarns-hello-cotton-baby-sport-weight-yarn-25g/ https://creativeworldofcrafts.co.uk/product/cwoc-yarns-hello-cotton-baby-sport-weight-yarn-25g/#respond Thu, 21 May 2020 21:18:15 +0000 https://www.creativeworldofcrafts.co.uk/?product=cwoc-yarns-hello-cotton-baby-sport-weight-yarn-25g Say HELLO to our brand new yarn – introducing HELLO Cotton Baby Sport Weight. These handy little 25g balls are perfect for toys and other small crafts.

    Content: 100% Cotton

    Ball Size – 25g – 62.5M – 68YDS

    Care: Machine wash and dry

    Gauge: Baby Sport Weight

    ]]> https://creativeworldofcrafts.co.uk/product/cwoc-yarns-hello-cotton-baby-sport-weight-yarn-25g/feed/ 0