//
// Function to update selected boxes
// Clear the container
// Loop through selected options and create boxes
// Create the remove button
removeBtn.textContent = "×"; // Cross symbol for removal
// Add click event to remove button
option.selected = false; // Deselect the option
updateSelectedBoxes(); // Update the boxes
// Append the button to the box
// Append the box to the container
// Add an event listener to the select element
//
// Hide all options
// Show Select & Deselect
// Calculate exact age
// Always show
// MINOR PUPPY : 4 Months 0 Days to 6 Months 0 Days
// PUPPY : 6 Months 1 Day to 12 Months 0 Days
// JUNIOR : 12 Months 1 Day to 18 Months 0 Days
// INTERMEDIATE : 18 Months 1 Day to 36 Months 0 Days
//