.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 Bernat – Creative World of Crafts https://creativeworldofcrafts.co.uk Wed, 05 Mar 2025 09:55:52 +0000 en-GB hourly 1 https://creativeworldofcrafts.co.uk/wp-content/uploads/2021/08/cropped-CWoC-Logo-32x32.png Bernat – Creative World of Crafts https://creativeworldofcrafts.co.uk 32 32 Bernat Mega Bulky 300g https://creativeworldofcrafts.co.uk/product/bernat-mega-bulky-300g/ https://creativeworldofcrafts.co.uk/product/bernat-mega-bulky-300g/#respond Thu, 04 Jul 2024 10:35:33 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12638 At only 5st/4sc per 4″, this super bulky yarn is ideal for creating luxuriously thick accessories and home décor projects with a stylish textured-stitch look.

• Content: 100% acrylic
• Ball Size: 300g / 10.5 oz, 58 meters / 64 yards
• Care: Hand wash and dry flat
• Gauge: 7 – Jumbo
• Knitting Gauge: 5 sts and 7 rows with a 19 mm (U.S. 35) knitting needle
• Crochet Gauge: 4 sc and 4 rows with a 19 mm (U.S. S) crochet hook
• Use for: Knit and crochet accessories and home décor projects

]]>
https://creativeworldofcrafts.co.uk/product/bernat-mega-bulky-300g/feed/ 0
Bernat Maker Outdoor 250g https://creativeworldofcrafts.co.uk/product/bernat-maker-outdoor-250g/ https://creativeworldofcrafts.co.uk/product/bernat-maker-outdoor-250g/#respond Thu, 04 Jul 2024 10:27:14 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12629 Your favourite “Bernat Maker Home Dec” yarn is now “Bernat Maker”. This tubular yarn with pillowy texture has wonderful stitch definition and a soft cotton feel and is available in a vibrant range of trendy shades. Made of a cotton shell with a nylon filling, Bernat Maker is your go-to yarn for your next squishy and soft home decor projects. Perfect for knit and crochet projects blankets, pillows, rugs, and more! Conveniently machine washable and dryable for easy care. 

FEATURES:

  • Content: 72% cotton, 28% nylon
  • Ball Size: 250g / 8.8 oz, 290 meters / 317 yards
  • Care: Machine wash and dry
  • Gauge:#5 – Bulky

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

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

]]>
https://creativeworldofcrafts.co.uk/product/bernat-maker-outdoor-250g/feed/ 0
Bernat Maker Big 250G https://creativeworldofcrafts.co.uk/product/bernat-maker-big-250g/ https://creativeworldofcrafts.co.uk/product/bernat-maker-big-250g/#respond Thu, 04 Jul 2024 10:15:34 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12613 Give your home a bit of a makeover with Bernat’s Maker Big, a fantastically light and bouncy chunky-weight yarn. The buoyant range of shades of this cotton/nylon yarn will give you lots of inspiration for knitting cushions, blankets and throws.

Yarn Weight: Super Chunky

Ball Weight: 250g

Length: 60 metres

Needle Size: 12.75mm

Blend: 50% Nylon, 50% Cotton 

Tension: 6 stitches and 8 rows for a 10x10cm tension square using 12.75mm needles

]]>
https://creativeworldofcrafts.co.uk/product/bernat-maker-big-250g/feed/ 0
Bernat ColorWhirl 250G https://creativeworldofcrafts.co.uk/product/bernat-colorwhirl-250g/ https://creativeworldofcrafts.co.uk/product/bernat-colorwhirl-250g/#respond Thu, 04 Jul 2024 09:53:18 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12589 Bernat Colorwhirl creates colorful, dynamic projects with a unique effect and soft, brushed halo. Colorwhirl knits and crochets into thick home dec and accessory projects that will stand out in your space.

Features:

Content: 100% Acrylic
Ball Size: 250g / 8.8 oz, 70 meters / 77 yards
Care: Machine wash and Dry
Gauge: 6 -Super Chunky
Knitting Gauge: 7 sts and 10 rows with a 12.75 mm (U.S. 17) knitting needle
Crochet Gauge: 5 sc and 5 rows with a 16 mm (U.S. L/15.75 ) crochet hook
Recommended for: Knit and crochet home dec and accessory projects
Knitting Gauge:4” x 4” (10 cm x 10 cm) 7 sts x 10 rows with 12.75 mm knitting needle
Crochet Gauge:4” x 4” (10 cm x 10 cm) 5 sc x 5 rows with 16 mm crochet hook
Recommended Knitting Needle:12.75 mm
Recommended Crochet Hook:16 mm

]]>
https://creativeworldofcrafts.co.uk/product/bernat-colorwhirl-250g/feed/ 0
Bernat Blanket Stripes 300G https://creativeworldofcrafts.co.uk/product/bernat-blanket-stripes-300g/ https://creativeworldofcrafts.co.uk/product/bernat-blanket-stripes-300g/#respond Thu, 04 Jul 2024 09:35:07 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12566 Bernat Blanket Stripes Super Chunky Yarn 300g

Try out this self-striping Bernat® Blanket™ yarn! Featuring 4 complimentary shades in each ball, you can say goodbye to weaving in ends with each color change! Perfect for home décor, baby blankets and other projects.

  • Brand: Bernat
  • Collection: Bernat Blanket
  • Fiber Content: 100% Polyester
  • Weight Category: 6 – Super Chunky
  • Size: 10.5 oz/300 g, 220 yds/201 m
  • Knit Gauge: 8 sts x 13 r with a 8 mm (U.S. 11) knitting needle
  • Crochet Hook Size: 7 sc x 8 r with an 8 mm (U.S. L/11) crochet hook
  • Care: Machine wash and dry
]]>
https://creativeworldofcrafts.co.uk/product/bernat-blanket-stripes-300g/feed/ 0
Bernat Blanket Pet 225G https://creativeworldofcrafts.co.uk/product/bernat-blanket-pet-225g/ https://creativeworldofcrafts.co.uk/product/bernat-blanket-pet-225g/#respond Thu, 04 Jul 2024 08:47:47 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12535 Bernat Blanket Pet is the yarn for all your pet projects! This unique yarn includes Everfresh® Probiotic Technology, a safe and natural solution that helps reduce pet odors.

Make lasting projects for your pet! Bernat Blanket Pet yarn is a comfy chenille-style yarn with Everfresh® Probiotic Technology, a safe and natural solution that helps reduce pet odors.

Features:

Content: 100% polyester
Ball Size: 225g / 8.0 oz, 246 meters / 269 yards
Care: Machine wash and dry
Gauge: 5 – Chunky
Knitting Gauge: 11 sts and 16 rows with a 6 mm (U.S. 10) knitting needle
Crochet Gauge: 10 sc and 10 rows with a 6 mm (U.S. J) crochet hook
Recommended for: Knit and crochet pet blankets, pet beds and pet garments
Treated with Everfresh® Probiotic Technology, a safe and natural solution that helps reduce pet odors!

Knitting Gauge: 4” x 4” (10 cm x 10 cm) 11 sts and 16 rows with a 6.0 mm knitting needle
Crochet Gauge: 4” x 4” (10 cm x 10 cm) 10 sc and 10 rows with a 6 mm crochet hook
Recommended Knitting Needle: 6 mm
Recommended Crochet Hook: 6 mm

]]>
https://creativeworldofcrafts.co.uk/product/bernat-blanket-pet-225g/feed/ 0
Bernat Blanket Stripes 150G https://creativeworldofcrafts.co.uk/product/bernat-blanket-stripes-150g/ https://creativeworldofcrafts.co.uk/product/bernat-blanket-stripes-150g/#respond Thu, 04 Jul 2024 08:06:51 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12521 Bernat Blanket Brights 150 g is a soft and cozy chenille-style yarn, in an energetic range of bright shades. Great for a variety of projects, from plush blankets, to crochet baskets, and home decor accessories. It’s super bulky weight stitches up quickly, making it a great choice for large projects. Available in a wide range of solid and variegate shades to compliment your home décor. Machine washable and dryable for easy care.

  • Content: 100% Polyester
  • Ball Size: 5.3 oz/ 150g, 108 yds / 98 m
  • Care: Machine wash, machine dry.
  • Gauge: 6 – Super Chunky
  • Knitting Gauge: 8 sts and 13 rows with 8 mm (U.S. 11) knitting needles
  • Crochet Gauge: 7 sc and 8 rows with a 8 mm (U.S. L/11) crochet hook
  • Recommended for: Knit and crochet garments, accessories, and home décor.
]]>
https://creativeworldofcrafts.co.uk/product/bernat-blanket-stripes-150g/feed/ 0
Bernat Baby Blanket Stripes 300g https://creativeworldofcrafts.co.uk/product/bernat-baby-blanket-stripes-300g/ https://creativeworldofcrafts.co.uk/product/bernat-baby-blanket-stripes-300g/#respond Wed, 03 Jul 2024 15:49:59 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12509 Bernat Baby Blanket Stripes is a soft and cozy chenille-style yarn in soft yet vibrant baby shades. Make knit or crochet baby blankets, toys, and accessories with self-striping ease! Its super bulky weight stitches up quickly, making it a great choice for large projects. This economical big ball features complementary colors twined together to create a striping effect.

All Baby Blanket Stripes are OEKO-TEX® certified against more than 300 harmful substances.

FEATURES:

  • Content: 100% Polyester
  • Ball Size: 300 g/10.5 oz, 201 m/ 220 yds
  • Care: Machine Wash and dry
  • Gauge: #6 Super Bulky

Knitting Gauge: 4″ x 4″ (10cm x 10cm) 8 sts x 13 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/bernat-baby-blanket-stripes-300g/feed/ 0
Bernat Blanket Speckle 300g https://creativeworldofcrafts.co.uk/product/bernat-blanket-speckle-300g/ https://creativeworldofcrafts.co.uk/product/bernat-blanket-speckle-300g/#respond Fri, 29 Dec 2023 09:20:54 +0000 https://creativeworldofcrafts.co.uk/?post_type=product&p=12033 Speckled with droplets of colour, Bernat Blanket Speckle creates a supple, lightweight easy care fabric. Choose a speckly shade all on its own or combine it with other yarns in the Bernat Blanket family.

FEATURES:

  • Content: 100% Polyester
  • Ball Size: 300 g/10.5 oz, 201 m/220 yds
  • Care: Machine Wash in Cool Water Delicate Cycle
  • Gauge: #6 Super Bulky

Knitting Gauge: 4″ x 4″ (10 cm x 10 cm) 8 sts and 13 rows with a 8 mm (U.S. 11) knitting needle

Crochet Gauge: 4″ x 4″ (10 cm x 10 cm) 7 sc and 8 rows with a 8 mm (U.S. L/11) crochet hook

Recommended Knitting Needle: 8 mm

Recommended Crochet Hook: 8 mm

]]>
https://creativeworldofcrafts.co.uk/product/bernat-blanket-speckle-300g/feed/ 0
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