Cart
0
Your Cart
$ 0.00 USD
:
Remove
No items found.
Product is not available in this quantity.
Home
Machine Service
Shop
Contact
Collection
Lorem ipsum dolor sit amet.
Filters
View all
Sewing Machines
Embrioderers
Parts
Accessories
Sort by
Most Popular
Most Recent
Name: A to Z
Name: Z to A
Price: Low to High
Price: High to Low
Filter One
Clear
Filter By Brand
Clear
Brand
Pfaff
Pfaff
Pfaff
Accesories
Option five
Filter By Type
Clear
Type
Sewing Machines
Embrioderers
Parts
Accessories
Option five
Filter Four
Clear
Option one
Option one
Option two
Option three
Option four
Option five
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Tag
Showing
0
of
100
No results found.
There are no results with this criteria. Try changing your search.
Tagline
Products
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Product name
Variant
$55
Add to cart
Product name
Variant
$55
Add to cart
Product name
Variant
$55
Add to cart
Product name
Variant
$55
Add to cart
Product name
Variant
$55
Add to cart
Product name
Variant
$55
Add to cart
Product name
Variant
$55
Add to cart
Product name
Variant
$55
Add to cart
View all
window.addEventListener("DOMContentLoaded", function () { const cartWrapper = document.querySelector(".w-commerce-commercecartwrapper"); if (!cartWrapper) return; // Set cart to full screen and fixed when opened const observer = new MutationObserver(() => { if (cartWrapper.classList.contains("w--open")) { Object.assign(cartWrapper.style, { position: "fixed", top: "0", left: "0", width: "100vw", height: "100vh", zIndex: "9999", overflowY: "auto", }); // Optional: prevent background scroll document.body.style.overflow = "hidden"; } else { // Reset on close cartWrapper.style = ""; document.body.style.overflow = ""; } }); observer.observe(cartWrapper, { attributes: true, attributeFilter: ["class"] }); });