// This code needs to be added to the product details page code section import { onMouseEnter, onMouseLeave } from 'wix-animations'; // Import animation functions // Select the product image element using its ID (replace "your-image-id" with the actual ID) const imageElement = document.getElementById('your-image-id'); // Define the zoom factor const zoomFactor = 1.5; // Increase this value for a larger zoom effect // Function to zoom in on hover function zoomIn() { imageElement.style.transform = `scale(${zoomFactor})`; } // Function to zoom out on mouse leave function zoomOut() { imageElement.style.transform = 'scale(1)'; } // Add event listeners for hover and mouse leave onMouseEnter(imageElement, zoomIn); onMouseLeave(imageElement, zoomOut);
top of page

Fired Up

$0.00Price

Spark your pup's love for the outdoors with our Fired Up bandana!

 

This bandana features a vibrant white canvas bursting with all the essentials for a fired up camping adventure. From tents and campfires to s'mores and hiking boots, it's the perfect way to celebrate your dog's inner explorer. Made with lightweight, breathable fabric, this bandana keeps your pup cool and comfy on all their outdoor outings.

 

Is your dog ready to Ruff It? Fuel their adventurous spirit with our Fired Up bandana today!

Color: White
Quantity
  • Details

    Tie on or Over the Collar options available

    Made with 100% Cotton

    Hand wash in cold water 

    *All items are handmade, so differences in products may occur.*

    Sizing:

    For a paw-fect fit, consult our sizing charts either on the product listing, or our Sizing page under About. If you are unsure or have any questions, don't hesitate to reach out and we will find the best fit for you!

bottom of page