.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:57:05 +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 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
Caron Cotton Ripple Cakes 250g https://creativeworldofcrafts.co.uk/product/caron-cotton-ripple-cakes-250g/ https://creativeworldofcrafts.co.uk/product/caron-cotton-ripple-cakes-250g/#respond Wed, 21 Jul 2021 15:33:21 +0000 https://www.creativeworldofcrafts.co.uk/?product=caron-cotton-ripple-cakes-250g

Content: 100% Cotton
Ball Size: 250 g/ 8.8 oz, 485 m/ 530 yds
Care: Machine Wash and tumble dry, gentle
Gauge: #4 Worsted (Medium)
Knitting Gauge: 20 sts and 26 rows with a 4.5 mm (U.S. 7) knitting needle
Crochet Gauge: 14 sc and 17 rows with a 5 mm (U.S. H/8) crochet hook
Use for: Knit & crochet garments and accessories

Knitting Gauge:

 

4” x 4” (10 cm x 10 cm) 20 sts and 26 rows with a 4.5 mm knitting needle

Crochet Gauge:

 

4” x 4” (10 cm x 10 cm) 14 sts and 17 rows with a 5 mm crochet hook

Recommended Knitting Needle:

 

4.5 mm

Recommended Crochet Hook:

 5

 mm

 

]]>
https://creativeworldofcrafts.co.uk/product/caron-cotton-ripple-cakes-250g/feed/ 0
Caron Cotton Angel Cakes 250g https://creativeworldofcrafts.co.uk/product/caron-cotton-angel-cakes-250g/ https://creativeworldofcrafts.co.uk/product/caron-cotton-angel-cakes-250g/#respond Wed, 21 Jul 2021 15:33:18 +0000 https://www.creativeworldofcrafts.co.uk/?product=caron-cotton-angel-cakes-250g

Content: 60% Cotton, 40% Acrylic
Ball Size: 250 g/ 8.8 oz, 485 m/ 530 yds
Care: Machine Wash and tumble dry, gentle
Gauge: #4 Worsted (Medium)
Knitting Gauge: 20 sts and 26 rows with a 4.5 mm (U.S. 7) knitting needle
Crochet Gauge: 14 sc and 17 rows with a 5 mm (U.S. H/8) crochet hook
Use for: Knit & crochet garments and accessories

Knitting Gauge:

 

4” x 4” (10 cm x 10 cm) 20 sts and 26 rows with a 4.5 mm knitting needle

Crochet Gauge:

 

4” x 4” (10 cm x 10 cm) 14 sts and 17 rows with a 5 mm crochet hook

 

Recommended Knitting Needle: 4.5 mm

 

Recommended Crochet Hook:  5

 mm

 

]]>
https://creativeworldofcrafts.co.uk/product/caron-cotton-angel-cakes-250g/feed/ 0
Caron Cloud Cakes 250g https://creativeworldofcrafts.co.uk/product/caron-cloud-cakes-250g/ https://creativeworldofcrafts.co.uk/product/caron-cloud-cakes-250g/#respond Wed, 21 Jul 2021 15:33:15 +0000 https://www.creativeworldofcrafts.co.uk/?product=caron-cloud-cakes-250g

Content: 100% Acrylic
Ball Size: 250 g/ 8.8 oz, 485 m/ 530 yds
Care: Machine Wash and tumble dry, gentle
Gauge: #4 Worsted (Medium)
Knitting Gauge: 20 sts and 26 rows with a 4.5 mm (U.S. 7) knitting needle
Crochet Gauge: 14 sc and 17 rows with a 5 mm (U.S. H/8) crochet hook
Use for: Knit & crochet garments and accessories

Knitting Gauge:

 

4” x 4” (10 cm x 10 cm) 20 sts and 26 rows with a 4.5 mm knitting needle

Crochet Gauge:

 

4” x 4” (10 cm x 10 cm) 14 sts and 17 rows with a 5 mm crochet hook

 

Recommended Knitting Needle: 4.5 mm

 

Recommended Crochet Hook: 5

 mm

 

]]>
https://creativeworldofcrafts.co.uk/product/caron-cloud-cakes-250g/feed/ 0
Caron Simply Soft Speckle https://creativeworldofcrafts.co.uk/product/caron-simply-soft-speckle/ https://creativeworldofcrafts.co.uk/product/caron-simply-soft-speckle/#respond Mon, 14 Oct 2019 10:42:40 +0000 https://www.creativeworldofcrafts.co.uk/?product=caron-simply-soft-speckle Cheerful specks of perfectly blended colour add liveliness to any project, as you knit or crochet using Caron Simply Soft Speckle. Playing on Caron’s base colour palette, Simply Soft Speckle uses 5 different shades to achieve a “hand-painted” appearance on our most popular yarn. It’s a beautiful choice for all sorts of projects, from sumptuous garments like sweaters and shawls, to home décor originals such as blankets and pillows. Because it’s Caron, each project works up with the legendary sheen and touchable finish everyone loves. A 100% acrylic fiber means all your handmade creations are conveniently machine washable and dryable.

Features:
  • Content: 100% Acrylic
  • Ball Size: 141 g/5.0 oz, 235 m/215 yds
  • Care: Machine wash and dry
  • Gauge: #4 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
  • Knitting Gauge: 
    4” x 4” (10 cm x 10 cm) 18 sts and 24 rows with a 5.0 mm knitting needle
  • Crochet Gauge: 
    4” x 4” (10 cm x 10 cm) 13 sts and 14 rows with a 5.0 mm crochet hook
  • Recommended Knitting Needle: 
    5 mm
  • Recommended Crochet Hook: 
    5 mm
]]>
https://creativeworldofcrafts.co.uk/product/caron-simply-soft-speckle/feed/ 0
Caron Simply Soft Heather https://creativeworldofcrafts.co.uk/product/caron-simply-soft-heather/ https://creativeworldofcrafts.co.uk/product/caron-simply-soft-heather/#respond Tue, 17 Jul 2018 11:48:45 +0000 https://www.creativeworldofcrafts.co.uk/?product=caron-simply-soft-heather Caron Simply Soft Heathers is a blend of ecru or black fibres with the most popular solid colours of Simply Soft pure 100% acrylic aran, medium, 10ply yarn.   Simply Soft Heathers produces a sophisticated, marled effect in both knit and crochets creations suitable for babies to adults alike.  Caron Simply Soft Heathers is a fashionable modern easy care yarn which is suitable for gentle machine washing and low heat tumble drying.

Content: 100% acrylic
Ball Size: 141.7g / 228 meters
Care: Machine wash and dry
Gauge: 4 – Worsted
Use for: Knit and crochet baby garments, accessories, and home decor projects

]]>
https://creativeworldofcrafts.co.uk/product/caron-simply-soft-heather/feed/ 0
Caron Simply Soft Tweeds https://creativeworldofcrafts.co.uk/product/caron-simply-soft-tweeds/ https://creativeworldofcrafts.co.uk/product/caron-simply-soft-tweeds/#respond Mon, 02 Jul 2018 14:26:13 +0000 https://www.creativeworldofcrafts.co.uk/?product=caron-simply-soft-tweeds Caron Simply Soft Tweeds is the same yarn you know and love now with an on-trend, natural tweed look. This yarn is perfect for all your projects with beautiful drape and sheen that Simply Soft® is known for. Easy care – machine wash and dryable.

  • 97% Acrylic, 3% viscose
  • Ball Size: 5 oz/141 g, 250 yds/228 m
  • Care: Machine wash and dry
  • Gauge: 4 – Medium
  • Knitting Gauge: 18 st x 24 r with 5 mm (US 8) knitting needles
  • Crochet Gauge: 13 sc x 14 r with a 5 mm (US H/8) crochet hook
  • Recommended for: All projects.
]]>
https://creativeworldofcrafts.co.uk/product/caron-simply-soft-tweeds/feed/ 0
Caron Cakes https://creativeworldofcrafts.co.uk/product/caron-cakes/ https://creativeworldofcrafts.co.uk/product/caron-cakes/#respond Fri, 17 Feb 2017 13:06:29 +0000 https://www.creativeworldofcrafts.co.uk/?product=caron-cakes This multipurpose yarn can be used for knitting, crocheting and a variety of crafts—it’s ideal for any project! Its versatile worsted weight is great for garments, accessories and home décor projects. Available in a range of vibrant, variegated shades, each ball features five bright colours.
Weight: Aran
Contents: 80% Acrylic, 20% Wool
Skein Weight: 7.1 oz./ 200g
Yardage: 383 yd. / 350 m
Knitting Gauge:
18 sts – 24 rows = 4″ (10 cm)
Crochet Gauge:
13 sc – 14 rows = 4″ (10 cm)
Suggested Knitting Needle:
5 mm
Suggested Crochet Hook:
5 mm
Caron Cakes are taking the knitting world by storm. This beautiful, multi-purpose yarn can be used for knitting or crochet. Available in 18 stunning, vibrant, variegated colours, we know these aren’t going to stay on your shelves for long!
Available in 34 scrumptious shades!
]]>
https://creativeworldofcrafts.co.uk/product/caron-cakes/feed/ 0
Caron Simply Soft Brites https://creativeworldofcrafts.co.uk/product/caron-simply-soft-brites/ https://creativeworldofcrafts.co.uk/product/caron-simply-soft-brites/#respond Thu, 24 Mar 2016 12:58:00 +0000 https://www.creativeworldofcrafts.co.uk/?product=caron-simply-soft-brites Caron Simply Soft Brites is a colorful new take on a classic yarn. Vibrant shades with a subtle sheen make this worsted weight yarn the perfect choice for a variety of projects.Machine washable and dryable.

Content: 100% acrylic

Ball Size – 170.1g / 6 oz, 315 yards / 288 m

Care: Machine wash and dry

Gauge: 4 – Medium

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: Knit and crochet garments, accessories, and home décor projects

]]>
https://creativeworldofcrafts.co.uk/product/caron-simply-soft-brites/feed/ 0