.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 Caron – 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 Caron – Creative World of Crafts https://creativeworldofcrafts.co.uk 32 32 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
Caron Simply Soft Stripes 141g https://creativeworldofcrafts.co.uk/product/caron-simply-soft-stripes-141g/ https://creativeworldofcrafts.co.uk/product/caron-simply-soft-stripes-141g/#respond Thu, 04 Jul 2024 11:19:03 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12671 Caron Simply Soft yarn is one of the most popular, versatile worsted weight yarns, now in beautiful striping shades! Incredibly soft to the touch, this yarn is perfect from a variety of projects from garments and accessories, to home décor. Simply Soft Stripes comes in a collection of vibrant striped shades, for effortless color effects! With a unique sheen, this yarn works up with a lustrous look, and beautiful drape. Machine washable and dryable for easy care.

  • Soft, premium acrylic yarn
  • Content: 100% acrylic
  • Ball Size – Stripes: 141g / 228m
  • Care: Machine wash and dry
  • Gauge: Aran
  • Knitting Gauge: 18 sts and 24 rows with a 5 mm (U.S. 8) knitting needle
  • Crochet Gauge: 13 sc and 14 rows with a 5 mm (U.S. H/8) crochet hook
  • Use for: Soft, colourful knit and crochet projects
]]>
https://creativeworldofcrafts.co.uk/product/caron-simply-soft-stripes-141g/feed/ 0
Caron Simply Soft Ombre 141g https://creativeworldofcrafts.co.uk/product/caron-simply-soft-ombre-141g/ https://creativeworldofcrafts.co.uk/product/caron-simply-soft-ombre-141g/#respond Thu, 04 Jul 2024 11:10:34 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12664 Wrap yourself in comfort and luxury with this ever-popular soft yarn. The weight, luster and sheen of this yarn simply has no equal. In knit or crochet, the drape of Simply Soft makes it the right choice for garments and throws alike. A premium yarn that delivers on the details—no dye lot solids and ombres plus machine washable and dryable.
Weight: Aran
Contents: 100% acrylic
Ball Weight: 141g
Yardage: 228m
Knitting Gauge:
18 sts – 24 rows = 4″ (10 cm)
Crochet Gauge:
13 sc – 14 rows = 4″ (10 cm)
Suggested Knitting Needle:
5.00 mm, US – 8
Suggested Crochet Hook:
5.00 mm, US – H/8
]]>
https://creativeworldofcrafts.co.uk/product/caron-simply-soft-ombre-141g/feed/ 0
Caron Simply Soft Freckle Stripes 141g https://creativeworldofcrafts.co.uk/product/caron-simply-soft-freckle-stripes-141g/ https://creativeworldofcrafts.co.uk/product/caron-simply-soft-freckle-stripes-141g/#respond Thu, 04 Jul 2024 11:00:09 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12656 Caron Simply Soft Freckle Stripes is a versatile acrylic yarn with its unique and eye-catching sheen, this yarn is perfect for creating beautiful, colorful garments and accessories with a lustrous look and beautiful drape.

FEATURES:

  • Content: 100% Acrylic
  • Ball Size: 141g / 5 oz, 215 meters / 235yards
  • Care: Machine wash and dry
  • Gauge: #6 Super Bulky

Knitting Gauge: 4″ x 4″ (10cm x 10cm) 18 sts x 24 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-simply-soft-freckle-stripes-141g/feed/ 0
Caron Simply Soft Camo 141g https://creativeworldofcrafts.co.uk/product/caron-simply-soft-camo-141g/ https://creativeworldofcrafts.co.uk/product/caron-simply-soft-camo-141g/#respond Thu, 04 Jul 2024 10:48:06 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12647 Your favourite simply soft yarn, now in a Camo colourway!

  • Content: 100% Acrylic
  • Ball Size: 141g g, 228 m
  • Care: Machine wash, machine dry.
  • Gauge: Aran
  • Knitting Gauge: 18 sts and 24 rows with 5mm (U.S. 8) knitting needles
  • Crochet Gauge: 13 sc and 14 rows with a 5mm (U.S. H/8) crochet hook
  • Recommended for: Knit and crochet garments, accessories, and home décor.
]]>
https://creativeworldofcrafts.co.uk/product/caron-simply-soft-camo-141g/feed/ 0
Caron Colorama Halo 227g https://creativeworldofcrafts.co.uk/product/caron-colorama-halo-227g/ https://creativeworldofcrafts.co.uk/product/caron-colorama-halo-227g/#respond Tue, 25 Jun 2024 08:50:46 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12473 Content: 71% Acrylic,18% Nylon,11% Polyester

Ball Size: 227 g/8 oz, 440 meters / 481 yards

Care: Machine wash and dry

Gauge: #5 Bulky

– Knitting Gauge: 4″ x 4″ (10cm x 10cm) 15 sts x 20 r with 6 mm (US 10) Knitting Needles

– Crochet Gauge: 4″ x 4″ (10cm x 10cm) 12 sc x 14 r with 6 mm (US J-10) Crochet Hook

Made in China

Dimension: 16x16x10 cm

]]>
https://creativeworldofcrafts.co.uk/product/caron-colorama-halo-227g/feed/ 0
Caron Macchiato Cakes 227g https://creativeworldofcrafts.co.uk/product/caron-macchiato-cakes-227g/ https://creativeworldofcrafts.co.uk/product/caron-macchiato-cakes-227g/#respond Tue, 25 Jun 2024 08:30:30 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12450 Weight: Bulky / 12 ply

Yardage: 481 yards (440 meters)

Unit weight: 227 grams (8.01 ounces)

Gauge: 14.0 sts = 4 inches

Needle size: US 10 – 6.0 mm

Hook size: 6.0 mm (J)

 

Fibers: 80% Manufactured Fibers – Acrylic 20% Wool

Texture: plied

Weight: Bulky (5)

 

Contents: 80% acrylic, 20% wool

Skein Weight: 8 oz. / 227 g

Yardage: 481 yd / 440 m

 

Knitting Gauge:

14 sts – 20 rows = 4” (10 cm)

Crochet Gauge:

12 sc – 14 rows = 4” (10 cm)

 

Suggested Knitting Needle:

6 mm, US – 10

Suggested Crochet Hook:

6 mm, US – J/10

 

Hand Wash Gently in water not exceeding 86F/30C. Do Not Bleach. Extract excess water, lay flat to dry. Do not Iron or Press. Do Not Dry-clean

]]>
https://creativeworldofcrafts.co.uk/product/caron-macchiato-cakes-227g/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