/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 06 2026 | 21:34:41 */
/* === Product Add-Ons Ultimate Cart Fix: Override dl.variation layout === */

/* Force variation layout to stack cleanly */
.woocommerce td.product-name dl.variation {
  display: block !important;
  width: 100% !important;
  margin: 0.5em 0 !important;
  padding: 0 !important;
  clear: both !important;
}

/* Ensure each variation item stacks nicely */
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd {
  display: block !important;
  margin: 0.25em 0 !important;
  padding: 0 !important;
  word-wrap: break-word !important;
  white-space: normal !important;
  float: none !important;
  clear: both !important;
}

/* Normalize spacing inside value <p> */
.woocommerce td.product-name dl.variation dd p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
  white-space: normal !important;
}

/* Keep price addon clean and inline */
.woocommerce td.product-name .pewc-cart-item-price {
  display: inline-block !important;
  margin-left: 0.5em !important;
  font-weight: bold !important;
  color: #333 !important;
}
