#bulk-pricing-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease;
}

#bulk-pricing-wrapper.active {
  max-height: 1000px; /* assez grand pour contenir le tableau */
}
