.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 09:56:37 +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 Circulo Anne Variegated https://creativeworldofcrafts.co.uk/product/circulo-anne-variegated/ https://creativeworldofcrafts.co.uk/product/circulo-anne-variegated/#respond Fri, 05 Jul 2024 11:54:22 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=13235 Anne Variegated provides a sheer finish and a soft touch. There are 19 vivid colours to create incredible pieces with ideal thickness for summer clothing. Even when you knit or crochet tightly for mid-season and winter, your piece will be light and soft. You can also use Anne in decorative pieces such as table runners, doilies, crochet edges in towels and cloths. This yarn is a 100% mercerised Brazilian virgin cotton and has an excellent yardage.

Composition: 100% mercerised Brazilian virgin cotton
Knitting machine setting: 8
Knit gauge (4 in x 4 in): 27 sts x 33 r
Crochet gauge (4 in x 4 in): 21 sc x 28 r

 

]]>
https://creativeworldofcrafts.co.uk/product/circulo-anne-variegated/feed/ 0
Circulo Anne Solids https://creativeworldofcrafts.co.uk/product/circulo-anne-solids/ https://creativeworldofcrafts.co.uk/product/circulo-anne-solids/#respond Fri, 05 Jul 2024 11:28:51 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12962 Anne provides a sheer finish and a soft touch. There are 65 vivid colours to create incredible pieces with ideal thickness for summer clothing. Even when you knit or crochet tightly for mid-season and winter, your piece will be light and soft. You can also use Anne in decorative pieces such as table runners, doilies, crochet edges in towels and cloths. This yarn is a 100% mercerised Brazilian virgin cotton and has an excellent yardage.

Knitting machine setting: 8

Knit gauge (4 in x 4 in): 27 sts x 33r 

Crochet gauge (4 in x 4 in): 21 sc x 28r

 

]]>
https://creativeworldofcrafts.co.uk/product/circulo-anne-solids/feed/ 0
Red Heart Granny Square 250g https://creativeworldofcrafts.co.uk/product/red-heart-granny-square-250g/ https://creativeworldofcrafts.co.uk/product/red-heart-granny-square-250g/#respond Thu, 04 Jul 2024 15:46:26 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12859 Introducing Red Heart All in One Granny Square, the innovative striping effect designed to crochet 5 colour granny squares in just 1 ball. No colour switchin’. Just keep on stitchin’ with 67% less ends to weave in to finish your next granny square project.

This beginner-friendly yarn is perfect for at home or on-the-go projects with 1 ball making up to 14 granny squares. There is no need to carry around 5 different shades to crochet beautiful 5 colour granny squares with Red Heart All in One Granny Square.

]]>
https://creativeworldofcrafts.co.uk/product/red-heart-granny-square-250g/feed/ 0
Red Heart Super Saver Kit – Super Stitchers Kit https://creativeworldofcrafts.co.uk/product/red-heart-super-saver-kit-super-stitchers-kit/ https://creativeworldofcrafts.co.uk/product/red-heart-super-saver-kit-super-stitchers-kit/#respond Thu, 04 Jul 2024 15:20:40 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12843 Kit includes:

  • 12 balls (50 g/1.7oz each; 600 g/21 oz total Red Heart Super Saver (Shocking Pink, Cherry Red, Pumpkin, Saffron, Spring Green, Jade, Royal, Lavender, Soft White, Gray Heather, Black, Cafe Latte)
  • Video Tutorial
  • Susan Bates U.S. I/9 (5.5mm) Crochet Hook
  • Susan Bates U.S. I/8 (5mm) Knitting Needles
  • Susan Bates Stitchpins
  • Susan Bates Knit Counter
  • Tape Measure
  • Tote Bag

Easy to Care: Machine wash and dry

Content: 100% Acrylic

Ball size (each): (50 g/1.7oz each; 600 g/21 oz total), yardage (85 m/93 yds each; 1020 m/1116 yds total)

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

]]>
https://creativeworldofcrafts.co.uk/product/red-heart-super-saver-kit-super-stitchers-kit/feed/ 0
Red Heart Super Saver Kit – Super Knit Kit https://creativeworldofcrafts.co.uk/product/red-heart-super-saver-kit-super-knit-kit/ https://creativeworldofcrafts.co.uk/product/red-heart-super-saver-kit-super-knit-kit/#respond Thu, 04 Jul 2024 15:18:44 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12842 Kit includes:

  • 12 balls (50 g/1.7oz each; 600 g/21 oz total Red Heart Super Saver (Shocking Pink, Cherry Red, Pumpkin, Saffron, Spring Green, Jade, Royal, Lavender, Soft White, Gray Heather, Black, Cafe Latte)
  • Video Tutorial
  • Susan Bates U.S. I/8 (5mm) Knitting Needles
  • Susan Bates Stitchpins
  • Susan Bates Knit Counter

Easy to Care: Machine wash and dry

Content: 100% Acrylic

Ball size (each): (50 g/1.7oz each; 600 g/21 oz total), yardage (85 m/93 yds each; 1020 m/1116 yds total)

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

]]>
https://creativeworldofcrafts.co.uk/product/red-heart-super-saver-kit-super-knit-kit/feed/ 0
Red Heart Super Saver Kit – Super Crochet Kit https://creativeworldofcrafts.co.uk/product/red-heart-super-saver-kit-super-crochet-kit/ https://creativeworldofcrafts.co.uk/product/red-heart-super-saver-kit-super-crochet-kit/#respond Thu, 04 Jul 2024 15:13:05 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12841 Kit includes:

  • 12 balls (50 g/1.7oz each; 600 g/21 oz total Red Heart Super Saver (Shocking Pink, Cherry Red, Pumpkin, Saffron, Spring Green, Jade, Royal, Lavender, Soft White, Gray Heather, Black, Cafe Latte)
  • Video Tutorial
  • Susan Bates U.S. I/9 (5.5mm) Crochet Hook
  • Susan Bates Stitchpins
  • Tape Measure

Easy to Care: Machine wash and dry

Content: 100% Acrylic

Ball size (each): (50 g/1.7oz each; 600 g/21 oz total), yardage (85 m/93 yds each; 1020 m/1116 yds total)

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

]]>
https://creativeworldofcrafts.co.uk/product/red-heart-super-saver-kit-super-crochet-kit/feed/ 0
Red Heart Super Saver Kit – Super Craft Kit https://creativeworldofcrafts.co.uk/product/red-heart-super-saver-kit-super-craft-kit/ https://creativeworldofcrafts.co.uk/product/red-heart-super-saver-kit-super-craft-kit/#respond Thu, 04 Jul 2024 15:10:45 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12830 Kit includes:

  • 12 balls (50 g/1.7oz each; 600 g/21 oz total Red Heart Super Saver (Shocking Pink, Cherry Red, Pumpkin, Saffron, Spring Green, Jade, Royal, Lavender, Soft White, Gray Heather, Black, Cafe Latte)
  • Video Tutorial

 

Easy to Care: Machine wash and dry

Content: 100% Acrylic

Ball size (each): (50 g/1.7oz each; 600 g/21 oz total), yardage (85 m/93 yds each; 1020 m/1116 yds total)

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

]]>
https://creativeworldofcrafts.co.uk/product/red-heart-super-saver-kit-super-craft-kit/feed/ 0
Caron Sprinkle Cakes 250g https://creativeworldofcrafts.co.uk/product/caron-sprinkle-cakes-250g/ https://creativeworldofcrafts.co.uk/product/caron-sprinkle-cakes-250g/#respond Thu, 04 Jul 2024 13:40:13 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12731 Caron Sprinkle Cakes has a subtle yet colorful “sprinkle” of tweed throughout the self-striping ball. Add a little sugar to your favourite Cakes projects with Caron Sprinkle Cakes – a beautiful wool-blend yarn!

FEATURES:

  • Content: 77% Acrylic, 20% Wool, 3% Other Fiber
  • Ball Size: 240 g, 186 m
  • Care: Hand Wash in Warm Water
  • Gauge: #6 Super Bulky

Knitting Gauge: 4″ x 4″ (10cm x 10cm) 11 sts x 14 r with 8 mm (US 11) Knitting Needles

Crochet Gauge: 4″ x 4″ (10cm x 10cm) 7 sc x 8 r with 8 mm (US L-11) Crochet Hook

]]>
https://creativeworldofcrafts.co.uk/product/caron-sprinkle-cakes-250g/feed/ 0
Caron Cakes Cinnamon Swirl Cakes 227g https://creativeworldofcrafts.co.uk/product/caron-cakes-cinnamon-swirl-cakes-227g/ https://creativeworldofcrafts.co.uk/product/caron-cakes-cinnamon-swirl-cakes-227g/#respond Thu, 04 Jul 2024 13:19:59 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12710 You will love knitting or crocheting with this medium weight acrylic yarn! It’s perfect for soft and supple shawls, wraps, or cardigans and would look great in your home as a blanket or throw pillow.

FEATURES:

  • Content: 100% Acrylic
  • Ball Size: 227g/8oz, 372 m/407 yds
  • Care: Machine Wash in Cool Water Delicate Cycle
  • Gauge: #4 Worsted (Medium)

Knitting Gauge: 4″ x 4″ (10cm x 10cm) 17 sts x 22 r with 5 mm (US 8) Knitting Needles

Crochet Gauge: 4″ x 4″ (10cm x 10cm) 13 sc x 14 r with 5 mm (US H-8) Crochet Hook

]]>
https://creativeworldofcrafts.co.uk/product/caron-cakes-cinnamon-swirl-cakes-227g/feed/ 0
Caron Cakes Blossom Cakes 227g https://creativeworldofcrafts.co.uk/product/caron-cakes-blossom-cakes-227g/ https://creativeworldofcrafts.co.uk/product/caron-cakes-blossom-cakes-227g/#respond Thu, 04 Jul 2024 11:34:36 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12685 Caron Blossom Cakes is the soft, light weight all year around yarn. One colour flows into the next allowing a smooth transition between colours and a joy to stitch with. This yarn has the same softness that you know and love from Caron Cakes used to stitch huggable soft new projects, which take shapes in no time. 

FEATURES:

  • Content: 61% Cotton, 39% Acrylic
  • Ball Size: 227g/8 oz, 440 m/481 yds
  • Care: Machine Wash in Medium Water Delicate Cycle
  • Gauge: #4 Worsted (Medium)

Knitting Gauge: 4″ x 4″ (10cm x 10cm) 17 sts x 26 r with 5 mm (US 8) Knitting Needles

Crochet Gauge: 4″ x 4″ (10cm x 10cm) 14 sc x 16 r with 5 mm (US H-8) Crochet Hook

 

]]>
https://creativeworldofcrafts.co.uk/product/caron-cakes-blossom-cakes-227g/feed/ 0