.kangoo-99p-price-breakdown {
  display: grid;
  gap: 2px;
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.kangoo-99p-price-breakdown__line {
  display: block;
}

.kangoo-99p-price-breakdown__line em {
  color: #08783e;
  font-style: normal;
  font-weight: 800;
}

.woocommerce-mini-cart-item dt.variation-Pricebreakdown,
.woocommerce-mini-cart-item dd.variation-Pricebreakdown {
  margin: 0;
}

.woocommerce-mini-cart-item dt.variation-Pricebreakdown {
  display: none !important;
}

.woocommerce-mini-cart-item dd.variation-Pricebreakdown {
  display: block;
  grid-column: 1 / -1;
}

.woocommerce-mini-cart-item dd.variation-Pricebreakdown p {
  margin: 0;
}

.wc-block-cart .kangoo-99p-price-breakdown--source {
  display: none !important;
}

.wc-block-cart .wc-block-cart-item__prices {
  display: none !important;
}

.wc-block-cart .kangoo-99p-price-breakdown--total {
  margin: 4px 0 2px;
  text-align: right;
}

.kangoo-block-cart-savings .wc-block-components-totals-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #08783e;
  font-weight: 800;
}

.kangoo-block-cart-savings .wc-block-components-totals-item {
  padding-top: 0;
}

.kangoo-product-savings-total th,
.kangoo-product-savings-total td {
  color: #08783e;
  font-weight: 800;
}

.pack-pricing__badge--muted {
  border-color: #ffd7d7;
  background: #ffffff;
  color: #ff3b3b;
  box-shadow: 0 1px 2px rgba(127, 29, 29, 0.08);
}

body.kangoo-theme--dark .kangoo-99p-price-breakdown {
  color: #f8fafc;
}

body.kangoo-theme--dark .kangoo-99p-price-breakdown__line em,
body.kangoo-theme--dark .kangoo-block-cart-savings .wc-block-components-totals-item,
body.kangoo-theme--dark .kangoo-product-savings-total th,
body.kangoo-theme--dark .kangoo-product-savings-total td {
  color: #65d79a;
}

@media (max-width: 640px) {
  .wc-block-cart .kangoo-99p-price-breakdown--total {
    font-size: 11px;
  }
}
