/* Bee's Plugins - Tiered Pricing (frontend)
   Structural styles only. Visual theme styling should live in the active theme stylesheet. */

.bp-tp-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 10px;
}

.bp-tp-sep {
  margin: 0 4px;
}

.woocommerce div.product form.cart.bp-tp-form--flower .quantity,
.woocommerce div.product form.cart.bp-tp-form--flower .qty {
  display: none !important;
}
