Baby's Breath Bridal Bouquet

from $89.00

A classic, round bouquet of Baby’s Breath, with stems wrapped in ivory or white satin ribbon.

Upgrade to long flowing ribbon tails for an additional $15.00

Ribbon Color:
Long Ribbon Tails:
Quantity:
Add To Wishlist

A classic, round bouquet of Baby’s Breath, with stems wrapped in ivory or white satin ribbon.

Upgrade to long flowing ribbon tails for an additional $15.00

A classic, round bouquet of Baby’s Breath, with stems wrapped in ivory or white satin ribbon.

Upgrade to long flowing ribbon tails for an additional $15.00

<!--- Change 0.00 prices to POA on Squarespace 7.1 -------------->
<!--- Copyright Soundfocus Digital [sf.digital] ----------------->
<!--- Use freely in your code injection. Do NOT re-publish ------>
<script>
  window.addEventListener('DOMContentLoaded', (event) => {
    var products = document.querySelectorAll('.product-price'), sf;
    for (sf=0; sf<products.length; sf++) {
      var price = products[sf];
      if (price.innerText.replace(/[^\d]+/g , "") === '000') {
        price.textContent = 'POA';  
      }
    }
  });
</script>