/* Cart/Checkout Styles for Bundle Breakdown */
.bundle-cart-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
  margin-right: 8px;
}

.bundle-cart-info {
  font-family: Futura, sans-serif;
  color: #41525a;
}

.bundle-cart-title {
  font-size: 0.9em;
}

.bundle-cart-price {
  font-size: 0.85em;
  color: #666;
}

.bundle-cart-savings {
  margin-top: 10px;
  font-size: 0.95em;
  font-family: Futura, sans-serif;
  color: #3a3a3a;
}

.bundle-cart-savings .strike {
  text-decoration: line-through;
  color: #999;
}

.bundle-cart-savings .highlight {
  color: #d35b9b;
  font-weight: bold;
}
