Product description
•Dual-Clip Design – Front & back D-rings for both training and everyday walks
•Adjustable Fit – Customised comfort for small to large breeds
•Bold Blue Bones Print – Eye-catching, playful & full of personality
•Secure & Durable – Tough nylon webbing with reinforced stitching
•Everyday Practicality – Quick-release buckle & reflective trim
Add a little personality to your pup’s walk with our Blue Bones Dual-Clip Dog Harness. Designed for both control and comfort, this fully adjustable harness features a secure fit and eye-catching print that stands out on every adventure.
Whether you're training or strolling through the park, the front and back clips give you versatile control. The breathable fabric and quick-release buckle make it as practical as it is stylish – a must-have for playful pups who love to move.
const desc = document.getElementById('m-description-text');
const btn = document.getElementById('m-toggle-btn');
btn.addEventListener('click', function () {
const isExpanded = desc.classList.toggle('expanded');
btn.textContent = isExpanded ? 'Collapse Description ▲' : 'Click for Description ▼';
const addToCart = document.querySelector('[name="add"]') || document.querySelector('form[action*="/cart"]');
addToCart.scrollIntoView({ behavior: 'smooth', block: 'center' });