.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 Yarn – Creative World of Crafts https://creativeworldofcrafts.co.uk Wed, 05 Mar 2025 11:11:44 +0000 en-GB hourly 1 https://creativeworldofcrafts.co.uk/wp-content/uploads/2021/08/cropped-CWoC-Logo-32x32.png Yarn – Creative World of Crafts https://creativeworldofcrafts.co.uk 32 32 Bernat Wavelength 140g https://creativeworldofcrafts.co.uk/product/bernat-wavelength-140g/ https://creativeworldofcrafts.co.uk/product/bernat-wavelength-140g/#respond Tue, 18 Apr 2023 12:44:55 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=10603 This substantial yarn stitches up with a pulsed flow of tones that oscillate from light to dark, adding a multi-dimensional look to knit and crochet projects. Explore the far corners of your imagination with a selection of shades that stimulate your creativity and bring intrigue to handmade originals. Wavelength is a unique choice that lets you create projects of cozy distinction, from toasty hats and playful scarves, to enticing blankets and beautiful pillows. Its chunky weight makes it a go-to choice for comfort and warmth, while the 100% acrylic fiber is conveniently machine washable and dryable.

Features:
  • Content: 100% Acrylic
  • Ball Size: 140 g/5 oz, 204 m/223 yds
  • Care: Machine wash and dry
  • Gauge: #5 Bulky
Knitting Gauge:
4″ x 4″ (10 cm x 10 cm) 14 sts and 20 rows with a 6 mm knitting needle
Crochet Gauge:
4″ x 4″ (10 cm x 10 cm) 11 sc and 12 rows with a 6 mm crochet hook
Recommended Knitting Needle:
6 mm
Recommended Crochet Hook:
6 m
]]>
https://creativeworldofcrafts.co.uk/product/bernat-wavelength-140g/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
Caron Colourama Halo O’Go 227g https://creativeworldofcrafts.co.uk/product/caron-colourama-halo-ogo-227g/ https://creativeworldofcrafts.co.uk/product/caron-colourama-halo-ogo-227g/#respond Tue, 27 Sep 2022 10:19:37 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=10102
Blend 100% Acrylic
Knitting Tension 18sts 24R on 5mm
Crochet Tension 13Sc 14R on 5mm
Yards Meters Grams
Yards/Meters 250 228 141
]]>
https://creativeworldofcrafts.co.uk/product/caron-colourama-halo-ogo-227g/feed/ 0
Caron Simply Soft O’Go 141g https://creativeworldofcrafts.co.uk/product/caron-simply-soft-ogo-141g/ https://creativeworldofcrafts.co.uk/product/caron-simply-soft-ogo-141g/#respond Tue, 27 Sep 2022 10:03:24 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=10063
Blend 100% Acrylic
Knitting Tension 18sts 24R on 5mm
Crochet Tension 13Sc 14R on 5mm
Yards Meters Grams
Yards/Meters 250 228 141
]]>
https://creativeworldofcrafts.co.uk/product/caron-simply-soft-ogo-141g/feed/ 0
Bernat Macrame 250g https://creativeworldofcrafts.co.uk/product/bernat-macrame-250g/ https://creativeworldofcrafts.co.uk/product/bernat-macrame-250g/#respond Tue, 27 Sep 2022 09:56:08 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=10032
Blend
100% Mixed Fibres
Knitting Tension 7st x 7r (9mm/US 13)
Crochet Tension 5s x 8r (10mm/N/P15)
Yards Meters Grams
Yards/Meters 44 40 250
]]>
https://creativeworldofcrafts.co.uk/product/bernat-macrame-250g/feed/ 0
Bernat Fabwoolous 170g https://creativeworldofcrafts.co.uk/product/bernat-fabwoolous-170g/ https://creativeworldofcrafts.co.uk/product/bernat-fabwoolous-170g/#respond Tue, 27 Sep 2022 09:45:13 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=9986
Blend
80% HB Acrylic, 20% 22 mic superwash wool
Knitting Tension
Crochet Tension
Yards Meters Grams
Yards/Meters 306 280 170
]]>
https://creativeworldofcrafts.co.uk/product/bernat-fabwoolous-170g/feed/ 0
Bernat Suede-Ish 100g https://creativeworldofcrafts.co.uk/product/bernat-suede-ish-100g/ https://creativeworldofcrafts.co.uk/product/bernat-suede-ish-100g/#respond Tue, 27 Sep 2022 09:32:17 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=9951
Blend 70% Polyester 30% Viscose
Knitting Tension 15 sts x 20 rows 6mm
Crochet Tension 13 sc x 14 rows 6mm
Yards Meters Grams
Yards/Meters 179 164 100
]]>
https://creativeworldofcrafts.co.uk/product/bernat-suede-ish-100g/feed/ 0
Red Heart Super Saver – Fair Isle https://creativeworldofcrafts.co.uk/product/red-heart-super-saver-fair-isle/ Tue, 22 Mar 2022 09:29:54 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=9238
Features:
  • Content Solids, Stripes, Prints & Variegates: 100% acrylic
  • Content Flecks: 96% acrylic, 4% other fibres
  • Ball size Solids: 198 g/7 oz, 333 meters/364 yards
  • Ball size Prints, Variegates & Stripes: 141 g/5 oz, 215 meters /236 yards
  • Ball size Flecks & Heathers: 141 g/5 oz, 238 m/260 yards
  • Care: Machine wash and dry
  • Gauge: 4 – Worsted
Knitting Gauge: 4” x 4” (10 cm x 10 cm) 17 sts and 23 rows with a 5 mm (U.S. 8) knitting needle
Crochet Gauge: 4” x 4” (10 cm x 10 cm) 12 sc and 15 rows with a 5.5 mm (U.S I-9) crochet hook
Recommended Knitting Needle: 5 mm
Recommended Crochet Hook: 5.5 mm
]]>
Red Heart Super Saver https://creativeworldofcrafts.co.uk/product/red-heart-super-saver/ Mon, 21 Mar 2022 14:44:56 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=8976
Features:
  • Content Solids, Stripes, Prints & Variegates: 100% acrylic
  • Content Flecks: 96% acrylic, 4% other fibres
  • Ball size Solids: 198 g/7 oz, 333 meters/364 yards
  • Ball size Prints, Variegates & Stripes: 141 g/5 oz, 215 meters /236 yards
  • Ball size Flecks & Heathers: 141 g/5 oz, 238 m/260 yards
  • Care: Machine wash and dry
  • Gauge: 4 – Worsted
Knitting Gauge: 4” x 4” (10 cm x 10 cm) 17 sts and 23 rows with a 5 mm (U.S. 8) knitting needle
Crochet Gauge: 4” x 4” (10 cm x 10 cm) 12 sc and 15 rows with a 5.5 mm (U.S I-9) crochet hook
Recommended Knitting Needle: 5 mm
Recommended Crochet Hook: 5.5 mm
]]>