English en
  • Deutsch de
  • English en
English en
  • Deutsch de
  • English en
Cart 0
"Red Uni" collar for dogs
"Red Uni" collar for dogs

"Red Uni" collar for dogs

Artikelnummer: 978594
Regular price €27,90 €0,00 Unit price per
Tax included. Shipping calculated at checkout.

Our handcrafted dog collars are available in numerous colors and patterns. Whether your dog has long or short fur, is solid-colored or colorful, our products are unique - just like your dog.

All collars are available in five different widths (1.6cm; 2cm, 2.5cm; 3cm and 4cm), and are custom-made to the respective neck circumference of the dog tailored.

Each collar is adjustable by about 4cm in both directions. If your dog is still growing, please indicate this in the comment field, and we will add a few more cm upon request.

The collars are made of high-quality and robust webbing and are covered with cotton fabric. In between there is a light padding for extra comfort.

All collars are optionally available with plastic or metal buckle (click closure) in silver or gold.

Note: Each product is handmade and unique. Colors, shape and orientation of the fabrics may vary slightly from the images.

document.addEventListener('DOMContentLoaded', () => { const productJson = [...document.querySelectorAll('[id^=ProductJson-')]; if (productJson.length > 0) { productJson.forEach((product) => { const sectionId = product.id.replace("ProductJson-", "shopify-section-"); const variantSKU = document.querySelector('#' + sectionId + ' .variant-sku'); const inputSelects = [...document.querySelectorAll('#' + sectionId + ' .single-option-selector')]; const productInfo = JSON.parse(product.innerHTML); const inputValues = []; const optionValues = []; let count = 0; inputSelects.forEach((input) => { inputValues.push(input.value); optionValues.push(count); input.addEventListener('change', (evt) => { const currentValue = evt.currentTarget.value.toString(); const changedIndex = inputSelects.indexOf(evt.target); inputValues[changedIndex] = currentValue; variantSKU.innerText = ' '; productInfo.variants.forEach((variant) => { if (JSON.stringify(variant.options) == JSON.stringify(inputValues)) { variantSKU.innerText = variant.sku; } }); }); count += 1; }); }); } });